/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /* Colores: 
    Azul principal: #3E5269
    Casi negro: #222222
    Gris medio: #959595    
*/

.home-banner .banner-description {
    padding: 0;
    top: 0;
    transform: none;
    height: 100%;
    max-width: initial;
}

.home-banner .banner-description>* {
    /*background-color: rgba(54, 67, 83, 0.7);*/
    background-color:#3E5269;
    /* text-shadow: -1px 1px 0px #ebe7e7;*/
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 0;
    width: 100%;
    min-height: 50px; /*Igualar alturas en desktop*/
}

.home-banner .banner-description>*:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: initial;
    text-shadow: -1px 1px 0px #000;
}

.home-banner p {
    font-size: 0.9em;
}

.home-banner {
    transition: all 0.5s;
}

.home-banner:hover {
    transform: scale(1.05);
}

.home-banner .banner-link:hover, .home-banner a:hover {
    color: #fff;
}

.home-banner .htmlcontent__title-one {
    font-size: 1.2em;
    font-weight: 700;
    /* text-shadow: -1px 1px 0px #424242; */
}

.home-banner .htmlcontent__title-two {
    font-size: 1em;
    font-weight: initial;
}

.paga-con {
    text-align: center;
}

.paga-con i {
    font-size: 1.5rem;
}

#footer_contact>li.fa-whatsapp>a {
    font-family: "Open Sans", "Open Sans", sans-serif;
    font-size: 14px;
}

.footer-container .block-social {
    margin-bottom: 15px;
}

.footer-container .arbitraje-consumo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-container .arbitraje-consumo img {
    max-width: 150px;
}

.block_newsletter h4 {
    text-align: center;
    color: #ffffff;
}

.block_newsletter .wrap-controls {
    display: flex;
}

.block_newsletter .wrap-controls .btn {
    background: #000;
    color: #fff;
}

.block_newsletter .wrap-controls+p {
    font-size: 10px;
    color: #ffffff;
    margin-top: 10px;
}

.block_newsletter .form-control {
    height: 50px;
}

#inoxammatrix {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#inoxammatrix .top-banner .img-banner {
    display: block;
    /* width: 95%; */
    margin: 0 auto;
    height: 206px;
    object-fit: cover;
}

#inoxammatrix .top-banner {
    color: #375571;
    margin-bottom: 1rem;
}

#inoxammatrix .top-banner .banner-link:before {
    background: transparent;
}

#inoxammatrix .banner-link {
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s;
}

#inoxammatrix .banner-link:hover {
    transform: scale(1.05);
}

#inoxammatrix .banner-title {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 600;
    background: #3E5269;
    color: #ffffff;
}

@media (max-width: 991px) {
    .home-banner .htmlcontent__title-two {
        font-size: 1.2em;
    }
}

.footer-logos {
    text-align: center;
}

@media (min-width: 990px) {
    .footer-logos {
        text-align: right;
    }
}


@media (min-width: 992px) {
    .top-menu[data-depth="0"]>li {
        padding: 0 14px;
    }

    .top-menu[data-depth="2"] {
        display: none;
    }

    .paga-con {
        text-align: right;
    }

    .footer-container .block-social {
        text-align: left;
        padding: 0;
    }

    .footer-container .arbitraje-consumo {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
}


@media (min-width: 576px) {
    .page-product .blockreassurance_product .reass-item {
        width: 50%;
    }
}

@media (min-width: 576px) {
    /*Igualar alturas de servicios en ficha de producto*/
    .blockreassurance_product .item-link {
        min-height: 74px;
    }
}

@media (max-width: 575px) {

    .nav.nav-tabs .nav-item .nav-link:hover,
    .nav.nav-tabs .nav-item .nav-link.active {
        color: #ffffff !important;
        background-color: #3E5269;
    }
}

/* Style codigo coorporativo */
.header-nav [class^='material-'],
.header-nav [class*=' material-'],
.header-nav [class^='font-'],
.header-nav [class*=' font-'] {
    font-size: 15px;
    color: #FFFFFF;
}

.header-nav {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #959595;
    background: #222222;
}

.header-nav .inner-wrapper {
    align-items: center;
}


.block-contact li:before {
    color: #ffffff;
}

#footer a:hover {
    color: #ffffff;
}

.btn-to-top {
    background: #3E5269;
    color: #ffffff;
    cursor: pointer;
    bottom: 90px;
}

.btn-to-top:hover {
    background: #3E5269;
}

.search-bar .search-bar__wrap {
    background: none;
    border-bottom: solid 1px white;
}

.search-bar .search-bar__text {
    color: #fff;
    font-size: 15px;
    background-color: #222222;
}

.search-bar .search-bar__btn {
    background-color: #222222;
    border: none;
}

.search-bar input[type="text"]:focus {
    border: none;
}

.search-bar .search-bar__text:focus {
    color: #ffffff;
}

.header-nav a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#top-menu.top-menu .sub-menu a:hover {
    color: #ffffff;
}

.top-menu[data-depth="0"]>li>a:hover {
    color: #3E5269;
}

@media (min-width: 992px) {
    .header-nav {
        font-size: 13px;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #fff;
        background: #3E5269;
    }

    .search-bar .search-bar__text {
        background-color: #3E5269;
    }

    .search-bar .search-bar__btn {
        background-color: #3E5269;
    }
}

.header-slide .caption-description h1,  .header-slide .caption-description h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.header-slide .caption-description h2 {
    margin-bottom: 0;
}
.header-slide .caption-description h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    text-transform: none;
}
.btn.btn_skine-two,
.btn-primary.btn_skine-two,
.btn-secondary.btn_skine-two,
.btn-tertiary.btn_skine-two {
    background: #ffffff;
    border-color: #ffffff;
    color: #3E5269;
    margin-top: 1rem;
}

.btn.btn_skine-two:hover,
.btn-primary.btn_skine-two:hover,
.btn-secondary.btn_skine-two:hover,
.btn-tertiary.btn_skine-two:hover {
    background: #46596e;
    border-color: #46596e;
    color: #ffffff;
}

.btn.btn_skine-three,
.btn-primary.btn_skine-three,
.btn-secondary.btn_skine-three,
.btn-tertiary.btn_skine-three {
    background: #ffffff;
    border-color: #000000;
    color: #000000;
    margin-top: 5px;
}

.btn.btn_skine-three:hover,
.btn-primary.btn_skine-three:hover,
.btn-secondary.btn_skine-three:hover,
.btn-tertiary.btn_skine-three:hover {
    background: #46596e;
    border-color: #46596e;
    color: #ffffff;
}

.cart-header .cart-products-count {
    background: #3E5269;
}

@media (max-width: 991px) {
    .cart-header > .inner-wrapper i:hover {
        background-color: #2f2f2f;
    }

    .search-bar .search-bar__btn:hover {
        background: #2f2f2f;
        border-color: #2f2f2f;
    }
}

@media (max-width: 991px) {

}

.header-slide .caption-description {
    border: none;
}

.header-slide .caption-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 50%;
    height: 100%;
    padding-left: 9em;
    padding-right: 20em;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(to right, rgba(62, 82, 105, 1), rgba(62, 82, 105, 0.7) 60%, rgba(62, 82, 105, 0));
}
.header-slide .caption-description {
    transform: translate(-20%, 0%);
    /* visibility: hidden; */
}
.active .header-slide .caption-description {
    transform: translate(0, 0);
    /* visibility: visible; */
}

@media (max-width: 1300px) {
    .header-slide .caption-description {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .header-slide .caption-description {
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 5em 10em 7em 10em;
        background-image: linear-gradient(to bottom, rgba(62, 82, 105, 1), rgba(62, 82, 105, 0.7) 80%, rgba(62, 82, 105, 0));
    }

    .header-slide .caption-description {
        transform: translate(0, -20%);
    }

    .active .header-slide .caption-description {
        transform: translate(0, 0);
    }
}

.owl-controls .owl-dot {
    border: 1px solid #3E5269;
}

.owl-controls .owl-dot:hover,
.owl-controls .owl-dot.active {
    -webkit-box-shadow: inset 0 0 0 6px #3E5269;
    box-shadow: inset 0 0 0 6px #3E5269;
}

.header-slide .caption-description:before,
.header-slide .caption-description:after {
    border-top: none;
}

/* .header-slide.cyberweek .caption-description {
    width: 100%;
    height: 100%;
    padding-top: 12em;
    padding-left: 10em;
    padding-right: 10em;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgba(62, 82, 105, 0)); 
}

@media (max-width: 991px) {
    .header-slide.cyberweek .caption-description {
        padding: 25vh 5em 0em 5em;
        background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgba(62, 82, 105, 0)); 
    }
} */

.header-slide.navidad .caption-description {
    width: 100%;
    height: 100%;
    padding-top: 5em;
    padding-left: 27%;
    padding-right: 27%;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgba(62, 82, 105, 0)); 
}

@media (max-width: 991px) {
    .header-slide.navidad .caption-description {
        padding: 5vh 5em 0em 5em;
        background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgba(62, 82, 105, 0)); 
    }
}

.owl-nav>div:hover {
    color: #ffffff;
    border-color: #3E5269;
    -webkit-box-shadow: inset 0 0 0 30px #3E5269;
    box-shadow: inset 0 0 0 30px #3E5269;
}

.headerslider .owl-nav div {
    color: #3E5269;
}

#header.fixed-top.hide-bar {
    border-bottom-color: #3E5269;
}

.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-tabs .nav-item .nav-link.active {
    color: #3E5269;
}

.owl-nav>div {
    color: #3E5269;
}

.product-description a:hover {
    color: #3E5269;
}

.grid .add-cart:hover {
    border-color: #3E5269;
    background: #3E5269;
}

.grid .quick-view:hover,
.grid .link-view:hover,
.grid .addToWishlist:hover {
    border-color: #3E5269;
    background: #3E5269;
}

.product-miniature .wishlist-button-add:hover {
    border-color: #3E5269;
    background: #3E5269;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover {
    background: #3E5269!important;
    color:#fff;
}

.btn:active,
.btn-primary:active,
.btn-secondary:active,
.btn-tertiary:active {
    background: #3E5269;
}

#footer>.container {
    background: #3E5269;
    margin-bottom: 20px;
}

#footer .email_subscription.block_newsletter {
    padding: 40px 0 40px 0;
}

.block_newsletter .form-control {
    color: #ffffff;
    border-color: #ffffff;
}

.block_newsletter .form-control:focus {
    color: #ffffff;
    border-color: #ffffff;
}

.alert-warning {
    background: #3E5269;
}

.btn-primary:hover {
    border-color: #3E5269;
    color: #ffffff!important;
}

.home-banner .banner-description {
    position: initial;
    background: #3E5269;
}

.header-slide .slide-link .headerslider-img {
    /* height: 468px; */
    object-fit: cover;
    height: 100%;
}
.owl-carousel .owl-stage-outer{
    height:468px;
}

.header-slide .caption-description h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    text-transform: none;
}

.block-category .category-cover img {
    display: none;
}

.wishlist-button-product:hover {
    color: #ffffff !important;
    border-color: #3E5269 !important;
    background-color: #3E5269 !important;
}

/* .bootstrap-touchspin .btn.btn-touchspin {
    background: #3E5269;
    border: 2px solid #3E5269;
} */

.bootstrap-touchspin .btn.btn-touchspin:active {
    border-color: #3E5269;
    background: #3E5269;
}

.nav.nav-tabs_alternative .nav-item .nav-link.active,
.nav.nav-tabs_alternative .nav-item .nav-link:hover {
    color: #3E5269;
    border-color: #3E5269;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
    background: #3E5269;
}

.display-view .view-item:hover {
    color: #3E5269;
}

.grid .show_grid {
    color: #3E5269;
}

.list .show_list {
    color: #3E5269;
}

.breadcrumb {
    border-bottom: none!important;
    padding: 20px 0px 20px;
}

.breadcrumb li:last-child span {
    color: #3E5269;
}

.nav.nav-tabs_alternative .nav-item .nav-link.active,
.nav.nav-tabs_alternative .nav-item .nav-link:hover {
    color: #3E5269;
    border-color: #3E5269;
}

.bootstrap-touchspin .btn.btn-touchspin:hover {
    background: #3E5269;
    border-color: #3E5269;
    color: #ffffff;
}

.breadcrumb li:last-child span {
    color: #3E5269;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle:hover {
    background: #3E5269;
}

.show .select-title i {
    background: #3E5269;
    color: #ffffff;
}

.dropdown-menu>a,
.dropdown-menu li>a {
    color: #ffffff;
}

.dropdown-menu {
    background: #516984;
}

.dropdown-menu>a:hover,
.dropdown-menu li>a:hover {
    background: #3E5269;
    color: #ffffff;
}

a:hover {
    color: #3E5269;
}

.show .select-title {
    border-color: #3E5269;
}

.pagination .current a {
    color: #3E5269;
}

.product-cover .zoom-in {
    background: #3E5269;
}

.product-images>.thumb-container>.thumb.selected,
.product-images>.thumb-container>.thumb:hover {
    border: #3E5269 1px solid;
}

.page-footer a {
    border: 1px solid #3E5269;
    color: #3E5269;
}

.page-footer a:hover {
    background: #3E5269;
}

.page-footer a:active {
    background: #3E5269;
}

.page-my-account #content .links a:hover i {
    color: #3E5269;
}

.addresses-footer a:hover,
.address-footer a:hover {
    background: #3E5269;
}

.addresses-footer a:active,
.address-footer a:active {
    background: #3E5269;
}

.block-promo .promo-code-button {
    color: #3E5269;
}

.product-line-info .value {
    color: #3E5269;
}

#order-summary-content .step-edit {
    color: #3E5269;
}

.checkout-step .address-item.selected {
    border: #3E5269 3px solid;
}

.product-add-to-cart .add-to-cart {
    border-color: #3E5269;
    background: #3E5269;
    color: #ffffff;
}

.header-nav .header__contact__list .header__contact__item:nth-child(2),
.header-nav .header__contact__list .header__contact__item:nth-child(3){
    font-size: 14px;
}

@media (min-width: 992px) {
    .search-bar {
        border-right: none;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
    }
    .search-bar .search-bar__text:focus {
        color: #ffffff;
    }
    #_desktop_search_bar {
        width: 20%;
    }
}
.footer-container {
    font-size: 13px;
    color: #000000;
    background: #e1e1e1;
}
#footer a {
    color: #000000;
}
#footer a:hover {
    color: #3E5269;
}
#footer .block-contact li:before {
    color: #000000;
}
.footer-two {
    background: #e1e1e1;
    border-top: 1px solid #3E5269; 
}
#footer .links h3, .links .h3 {
    color: #000000;
}
#homefeatured .text-center, #homenewtab .text-center, #homebestsellerstab .text-center, #homeonsaletab .text-center {
    margin-top:50px
}
.header-slide .headerslider-figure{
    height:468px
}
.rte a {
    color: #000000;
}
.rte a:hover {
    text-decoration:none!important;
}

.contact-rich .block .icon {
    color: #3E5269 !important;
}

.product-flags .on-sale, .product-flags .new, .product-flags .online-only {
    /*product thumbnail "en oferta" y "nuevo"*/
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
}

#banner02 {
    /*El banner para las caracteristicas de los servicios*/
    width: 100%;
    margin-top: 65px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    background-color: #3E5269;
}
#banner02 >div {
    margin-bottom: 20px;
}
#banner02 >div >div {
    margin-bottom: 30px;
}
#banner02 h4 {
    color: #ffffff!important;
    line-height: 1.5rem;
}
#banner02 h4>span {
    font-size: 14px;
    font-weight: 300;
}
#banner02 .btn {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #3E5269;
}
#banner02 .btn:hover {
    background-color: #3E5269;
    color: #ffffff;
}

.nav.nav-inline .nav-link.active, .nav.nav-inline .nav-link:hover {
    background: #3E5269;
}


/* cms-8 fraccionar pago, cms-12 diseños a medida, cms-6 10razones, cms-2 aviso legal, cms-13 politica cookies */
.page-cms-8.rte ul, .page-cms-12.rte ul {
    padding-left: 80px;
    list-style-type: decimal;
}
.page-cms-8.rte ul li, .page-cms-12.rte ul li {
    padding-left: 8px;
}
.page-cms-8.rte ul li::marker, .page-cms-12.rte ul li::marker {
    font-weight: bold;
}

.page-cms-6.rte p {
    margin-bottom: 40px;
}

.page-cms-2.rte ul {
    list-style-type: lower-latin;
}

.page-cms-13.rte h2 {
    font-size: 20px;
    margin: 30px 0 10px;
}
.page-cms-13.rte h3 {
    font-size: 16px;
    color: #3E5269;
}
.page-cms-13.rte h4 {
    font-size: 14px;
    text-decoration: underline;
    margin: 15px 0 6px;
}
.page-cms-13.rte .tab-cookies {
    margin-bottom: 50px;
    width: 100%;
    table-layout: fixed;
}
.page-cms-13.rte .tab-cookies caption {
    caption-side: top;
    text-align: left;
    color: #3E5269;
    font-size: 16px;
    font-weight: 600;
}
.page-cms-13.rte .tab-cookies th, .page-cms-13.rte .tab-cookies td {
    text-align: left;
    Padding: 8px 8px 8px 8px;
    border-bottom: 1px solid #3E5269;
}
.page-cms-13.rte .tab-cookies >tbody >tr >:nth-child(1), .page-cms-13.rte .tab-cookies >tbody >tr >:nth-child(2), .page-cms-13.rte .tab-cookies >tbody >tr >:nth-child(3) {
    word-break: break-all;
}


#lgcookieslaw_banner {
    font-family: "Open Sans", sans-serif;
}
.lgcookieslaw-button-container .lgcookieslaw-reject-button, .lgcookieslaw-button-container .lgcookieslaw-accept-button {
    border-style: none;
}
.lgcookieslaw-modal {
    font-family: "Open Sans", sans-serif;
}
.lgcookieslaw-section-purpose-content-cookies-table td a {
    color: #3E5269;
    font-weight: 600;
}
/* Boton para volver a abrir cookies */
.lgcookieslaw-fixed-button {
    bottom: 100px;
    height: 58px;
    width: 58px;
    border-radius: 50%;
}
/* @media (max-width: 575px) {
Para posicionarlo a la dch en móvil

    .lgcookieslaw-fixed-button {
        bottom: 20px;
    }
    .lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-left {
        right: 20px;
        left: auto;
    }
} */
@media (min-width: 768px) {
    /* Ajustes de tabla preferencias de cookies */
    .lgcookieslaw-section-purpose-content-cookies-table thead > tr > :nth-child(1),
    .lgcookieslaw-section-purpose-content-cookies-table tbody > tr > :nth-child(1),
    .lgcookieslaw-section-purpose-content-cookies-table thead > tr > :nth-child(2),
    .lgcookieslaw-section-purpose-content-cookies-table tbody > tr > :nth-child(2) {
        /* Romper la palabra si no cabe en la celda */
        word-break: break-all;
    }
    .lgcookieslaw-section-purpose-content-cookies-table thead > tr > :nth-child(3),
    .lgcookieslaw-section-purpose-content-cookies-table tbody > tr > :nth-child(3) {
        /* Ancho col descripción */
        width: 35%;
    }
}