/* Header */

.header-top-right {
    display: flex;
    justify-content: space-between;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 10px;
}

.header-top {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu {
    display: flex;
}

#main .page-header {
    display: none;
}

body:not(#index, #cms) #wrapper > .container {
    max-width: 1400px;
    margin: auto;
    padding: 50px 20px;
}

.container {
    opacity: 0;
    transition: opacity 0.5s ease;
}

iframe {
    border: none;
}

.image-mobile {
    display: none !important;
}

.header-open-menu {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
}

.header-open-menu i {
    font-size: 40px;
    color: black;
}

.header-mobile-menu-container {
    display: none;
    background-color: rgba(225, 225, 225, 0.22);
    width: 100%;
    height: 100%;
    top: 80px;
    left: 0;
    position: fixed;
    z-index: 99;
}

.header-link {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

#header .header-nav .cart-preview.active {
    position: relative;
    width: 65px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

#_desktop_logo {
    width: 170px;
}

#search_widget form input {
    min-width: 100px;
}

.link-external {
    display: flex;
    align-items: center !important;
    justify-content: center;
    background-color: #003da6;
    border-radius: 5px;
    margin-left: 20px;
    padding: 6px 10px;
    gap: 10px;
}

@media (min-width: 1400px) {
    .link-external {
        margin-left: 30px;
    }
}



.link-external > a {
    margin: 0 !important;
    color: white !important;
}

.link-external > svg {
    fill: white;
}

@media (max-width: 767px) {
    body:not(#index, #cms) #wrapper > .container {
        padding: 35px 20px;
    }
}

@media (max-width: 1400px) {
    #_desktop_logo {
        width: 150px;
    }

    #header .header-top a[data-depth="0"] {
        font-size: 12px;
    }

    #_desktop_user_info, .cart-products-count, #search_widget input {
        font-size: 14px;
    }

    #search_widget form input {
        padding: 10px 10px 10px 30px;
        min-width: 80px;
    }

    #search_widget form {
        max-width: 100px;
    }

    .header-nav i {
        font-size: 20px;
    }

    #header .header-top .menu {
        padding: 0 20px;
    }

    .top-menu a[data-depth="0"] {
        margin: 10px 0 0 15px;
    }

    #header .header-top {
        padding: 0 15px;
    }

    .header-nav {
        gap: 10px;
    }
}

@media (max-width: 1176px) and (min-width: 1051px) {
    #header .header-top a[data-depth="0"] {
        font-size: 10px;
    }

    .top-menu a[data-depth="0"] {
        margin: 10px 0 0 10px;
    }

    #_desktop_logo {
        width: 130px;
    }

}

@media (min-width: 1051px) {
    .top-menu > li:hover .popover {
        visibility: visible;
        opacity: 1;
    }

    .top-menu a[data-depth="0"] {

    }
}

@media (max-width: 1050px) {
    .image-mobile {
        display: block !important;
    }

    .header-top {
        justify-content: space-between;
        height: 80px;
    }

    .image-desktop {
        display: none;
    }

    .home-sections {
        padding: 50px 20px 40px 20px;
    }

    .header-open-menu {
        display: flex;
    }

    .header-menu {
        display: none;
        opacity: 0;
        position: fixed;
        flex-direction: column-reverse;
        justify-content: flex-end;
        min-width: 250px;
        height: 100%;
        background-color: white;
        z-index: 100;
        top: 80px;
        left: 0;
        padding: 15px;
    }

    #header .header-top .menu {
        padding: 0;
        align-items: baseline;
    }

    #header #top-menu {
        display: flex;
        flex-direction: column;
    }

    #header .header-nav {
        flex-direction: column-reverse;
        max-height: none;
        gap: 10px;
        align-items: baseline;
    }

    .top-menu a[data-depth="0"] {
        padding-left: 0;
    }

    #header .header-nav .blockcart {
        position: relative;
        width: 70px;
        height: 40px;
        justify-content: center;
        align-items: center;
    }

    .menu .popover {
        display: none;
        position: unset;
        box-shadow: none;
    }

    .menu .popover.visible {
        display: inherit;
        visibility: visible;
        opacity: 1;
    }

    .top-menu a[data-depth="1"] {
        padding: 4px 0;
    }

    #search_widget form, #header .header-nav .user-info {
        max-width: 200px;
    }

    .top-menu[data-depth="1"] {
        padding: 5px 15px;
    }

    .link-external {
        margin-left: 14px;
        margin-top: 10px;
    }
}

/* Container */

.container {
    width: 100%;
    padding: 0;
}


/* Home */

.home-banner a {
    display: flex;
    width: 100%;
}

.home-banner.cms-banner {
    display: none;
}

body#category .cms-banner {
    display: block;
}

.home-banner img {
    width: 100%;
}

.page-home h1 {
    color: #003DA6;
    font-weight: 600;
    font-size: 28px;
}

@media (max-width: 500px) {
    .page-home h1 {
        font-size: 22px;
    }
}

/* Home Sections */

.home-sections {
    padding: 90px 20px 40px 20px;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.home-section-link {
    display: flex;
    flex-flow: column;
    padding: 15px;
    box-sizing: border-box;
    transition: transform 0.2s ease;
}

.home-section-link:hover {
    transform: scale(1.01);
}

.home-section-link h2 {
    color: black;
}

.home-section-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 850px) {
    .home-section-link {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .home-section-link {
        padding: 10px !important;
    }
}


/* Home Products */

.home-products {
    padding: 70px 20px 40px 20px;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-flow: column;
}

.home-products h1 {
    font-size: 28px;
}

.home-products .product-miniature {
    box-sizing: border-box;
    margin: 2px 0;
    border-radius: 15px;
}

.product-last {
    display: none;
}

.quickview .modal-footer {
    display: none;
}

.category-sub-menu {
    display: flex;
    flex-flow: wrap;
}

.category-sub-menu {
    margin-left: -10px;
    margin-right: -10px;
}

.category-sub-menu > div {
    width: 25%;
    padding: 10px;
}

.category-sub-menu a {
    border: solid 1px #003da6;
    border-radius: 5px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform ease 0.2s;
}

.category-sub-menu a:hover {
    transform: scale(1.03);
}

body#category .block-category-inner {
    display: none;
}

#products .products-selection {
    align-items: center;
    display: flex;
}

#products .products-selection {
    background-color: #efefef;
    padding: 10px 15px;
    border-radius: 10px;
}

#products .total-products {
    padding: 0;
}

#products .total-products p {
    margin-bottom: 0 !important;
}

#products .products-sort-order {
    padding-right: 0;
}

.category-sub-menu-image {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
}

.category-sub-menu-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.category-sub-menu span {
    margin-bottom: 10px;
}

.block-categories {
    margin-bottom: 40px;
}

.block-categories span {
    font-size: 18px;
    text-align: center;
}

@media (max-width: 1199px) {
    .product-last {
        display: block;
    }
}

@media (max-width: 850px) {
    .home-products {
        padding: 50px 20px 40px 20px;
    }

    .category-sub-menu > div {
        width: 50%;
    }
}


/* Home Brands */

.home-brands {
    padding: 60px 20px 40px 20px;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
}

.home-brands > h1 {
    margin-bottom: 30px;
    font-size: 28px;
}

.home-brand-image {
    width: 20%;
    height: 200px;
    padding: 0 29px;
}

.home-brand-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
}


/* Home Intrumentos */

.home-instrumentos {
    background: #F8F8F8;
}

.home-instrumentos > h1 {
    margin-bottom: 50px;
}

.home-instrumentos {
    display: flex;
    flex-flow: column;
}

.home-instrumentos > div {
    padding: 90px 20px 70px 20px;
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.home-instrumentos-content > a {
    display: flex;
    justify-content: center;
    position: relative;
    height: 190px;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.home-instrumentos-content > a:hover {
    transform: scale(1.01);
}

.home-instrumentos-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: grayscale(1);
}

.home-instrumentos-content h2 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 3px black;
    padding: 0 25px;
}


/* Home Intrumentos */

.home-opiniones {
    padding: 20px 30px 80px 30px;
    max-width: 1300px;
    margin: auto;
}

#w-title {
    font-weight: 600;
    color: #003DA6;
    font-size: 24px;
}


/* Products */

.product-flag.discount {
    margin: auto;
    background-color: #F81C1C;
    width: fit-content;
    border-radius: 10px;
    color: white;
    padding: 4px 8px;
    font-size: 14px;
}

.product-price-and-shipping .price {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0;
}

.product-resume-image p *:not(img) {
    display: none;
}

.product-resume-image {
    height: 60px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.product-resume-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .product-miniature .thumbnail-container {
        padding: 0;
    }

    .product-miniature .thumbnail-top {
        margin: 0;
    }

    .product-miniature .product-title a {
        font-size: 16px;
    }

    .product-miniature .product-title {
        white-space: normal;
        text-overflow: initial;
        overflow: initial;
    }
}

/* Product Page */

.product-container .product-cover {
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: stretch;
}

.product-cover img {
    height: 100%;
    object-fit: contain;
}

.product-container {
    display: flex;
    flex-direction: column;
}

.product-container .current-price {
    font-size: 38px;
    color: black;
}

.product-container .add-to-cart {
    max-width: 330px;
    width: 100%;
    border-radius: 5px;
}

.product-container .add-to-cart:hover {
    background-color: #1f5fa7c7;
}

.product-container .input-group-btn-vertical {
    display: none;
}

.product-container .btn-touchspin {
    display: flex;
}

.qty .bootstrap-touchspin .input-group-btn {
    display: flex;
    align-items: center;
}

.product-container  .qty .bootstrap-touchspin .js-touchspin {
    border: solid 2px black;
    border-radius: 30px;
    padding: 7px 6px;
    margin: 0 10px;
    height: 28px;
    font-weight: bold;
    color: black;
    font-size: 17px;
}

.product-container  .qty .bootstrap-touchspin .bootstrap-touchspin-down {
    padding: 7px 10px;
}

.product-container  .qty .bootstrap-touchspin .js-touchspin label {
    color: black;
    font-weight: bold;
    font-size: 32px;
}

.product-container .product-variants-item {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.product-variants .control-label, .product-quantity .control-label {
    width: fit-content;
    text-transform: capitalize;
    font-size: 16px;
    color: #7a7a7a;
}

.product-quantity {
    margin-top: 10px;
}

.product-quantity-div {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.product-variants .form-control-select {
    border-radius: 20px;
    padding: 0 35px 0 20px;
    height: 40px;
}

.specifications, .products-spec {
    width: fit-content;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #1f5fa7;
    border-style: solid;
    color: #000000;
}

#description .product-description {
    overflow-x: auto;
}

.specifications td, .specifications th, .products-spec td, .products-spec th {
    border-width: 2px;
    border-color: #1f5fa7;
    border-style: solid;
    padding: 5px;
}

.specifications th, .products-spec th {
    color: white;
}

.specifications th, .products-spec th {
    background-color: #1f5fa7;
}

.product-container .tab-content {
    padding: 15px 10px;
    border-bottom: #f6f6f6 2px solid;
}

.product-container .nav-link {
    font-size: 20px;
}

.product-container h2 {
    color: #1f5fa7;
}

.product-container .tab-content {
    background-color: #fafafa;
}

#description .product-description img, .product-manufacturer img {
    height: 80px;
    width: auto;
}

.no-stock {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    color: red;
    font-size: 18px;
}

.product-miniature .no-stock {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 14px;
    z-index: 1;
}

body #calc_container #eCalculadoraCetelemDiv .eCalculadoraCetelem-combo .calculadora-enc {
    width: 330px !important;
}

.product-container #product-comments-list-header,
.product-container #empty-product-comment,
.product-container #product-availability,
.nav-tabs .nav-item:last-of-type {
    display: none !important;
}

@media (max-width: 767px) {
    body #calc_container #eCalculadoraCetelemDiv .eCalculadoraCetelem-combo .calculadora-enc {
        max-width: 100% !important;
        width: 100% !important;
    }

    .product-container-main > div {
        padding: 0;
    }

    .product-container .tabs, .product-container .js-product-nav-active {
        padding-left: 0;
        padding-right: 0;
    }

    .tabs .nav-link {
        font-size: 18px;
    }

    .product-container .add-to-cart {
        max-width: none;
    }

    .product-container .product-cover {
        height: auto;
    }
}

/* CMS Sections */

.cms-container {
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px 80px 20px;
}

.cms-container h1 {
    font-size: 34px !important;
    color: #003DA6 !important;
}

.cms-container h1, .cms-container h2, .cms-container h3, .cms-container h4 {
    font-weight: 500;
}

.cms-container p {
    font-size: 18px;
    line-height: 1.2;
    color: black;
}

.cms-container a {
    color: #003DA6;
}

.cms-sections {
    padding: 90px 20px 40px 20px;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.cms-sections h1 {
    font-size: 30px;
    margin-bottom: 40px;
}

.cms-sections-content > a {
    display: block;
    position: relative;
    cursor: pointer;
    height: 600px;
}

.cms-sections-content > a:first-of-type {
    padding-left: 0;
}

.cms-sections-content > a:last-of-type {
    padding-right: 0;
}

.cms-sections-content > a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(0.8) grayscale(0.2);
    transition: box-shadow 0.2s ease;
}

.cms-sections-content > a:hover img {
    box-shadow: 2px 2px 8px 2px #b5b5b5;
}

.cms-sections-content > a h2 {
    color: white;
    font-weight: 400;
    font-size: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .cms-sections {
        padding: 70px 20px 20px 20px;
    }

    .cms-sections-content > a {
        padding: 10px 0;
    }

    .cms-sections-content > a {
        height: 400px;
    }

    .cms-sections h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

/* CMS text */

.cms-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
    padding: 100px 0;
    border-top: 1px solid #D9D9D9;
}

.cms-text-content {
    padding: 30px 45px;
    max-width: 1300px;
    border: 1px solid #242424;
    border-radius: 15px;
    position: relative;
    margin: 0 20px;
}

.cms-text-button {
    width: fit-content;
    box-sizing: border-box;
    background-color: #003DA6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: box-shadow 0.2s ease;
    margin: auto;
}

.cms-text-button-absolute {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cms-text-button:hover, .cms-text-button:focus{
    box-shadow: 2px 2px 6px 2px #b5b5b5;
    color: white;
}

.cms-text h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.cms-text h2:not(:first-of-type) {
    margin-top: 30px;
}

.cms-text p {
    font-size: 18px;
    color: black;
    line-height: 1.2;
}

@media (max-width: 1400px) {
    .cms-text p {
        font-size: 16px;
        color: black;
    }

    .cms-text-content {
        max-width: 1100px;
    }
}

@media (max-width: 767px) {
    .cms-text-content {
        padding: 15px;
        border: 0;
    }

    .cms-text {
        padding: 50px 0;
    }
}


/* Cart */

.cart-item .product-line-grid {
    align-items: center;
}

.cart-item .product-price {
    font-size: 22px;
}

.cart-item .has-discount .discount {
    margin: auto;
    background-color: #F81C1C;
    border-radius: 10px;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
}

.cart-item .product-line-info {
    margin-bottom: 10px;
}

.cart-item .product-line-info .label {
    font-size: 16px;
}

.cart-item {
    padding: 1rem 10px;
    box-sizing: border-box;
    transition: background-color 0.5s ease;
}

li.cart-item:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}

.blockreassurance_product {
    display: none;
}

.cart-grid-body > .label {
    font-size: 16px;
}

.cart-item:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.cart-grid-body {
    padding: 0;
}

.card-block.cart-detailed-subtotals {
    padding-top: 2em;
}

.cart-grid-header {
    border-bottom: 1px solid #dddddd;
    padding-top: 20px;
    margin-bottom: 15px;
}

.product-discount {
    margin-bottom: 10px;
}

.product-line-actions .row {
    display: flex;
    justify-content: end;
}

@media (max-width: 767px) {
    .cart-item {
        padding: 1rem 0;
    }
}

/* Checkout */

body.page-order .container {
    max-width: 1400px;
    margin: auto;
}


/* Footer */

footer.main-footer {
    background-color: #003DA6;
}

footer.main-footer .footer-content {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 70px 20px;
}

footer.main-footer .footer-logos {
    width: 100%;
    background: #F9F9F9;
    padding: 10px 0;
    border-top: 1px #ececec solid;
}

.footer-logos > div {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-logo {
    height: 60px;
    width: 220px;
    display: flex;
    margin: 10px 0;
}

.footer-logo-image {
    width: 40%;
    padding: 0 12px;
}

.footer-logo-text {
    width: 60%;
    display: flex;
    align-items: center;
    line-height: 1.15;
    color: black;
}

.footer-logo:not(:last-of-type) {
    padding: 10px 0;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0 10px;
}

footer.main-footer a, footer.main-footer p {
    text-decoration: none;
    color: white;
    margin: 0;
}

footer.main-footer .modal-dialog p {
    color: black;
}


.footer-checkout a {
    color: #003da6 !important;
}

footer.main-footer h4 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 35px 0;
}

footer.main-footer h5  {
    color: white;
    font-size: 18px;
}

footer.main-footer h5:last-of-type  {
    margin-top: 20px;
}

.footer-section {
    width: 25%;
    display: flex;
    flex-flow: column;
    gap: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}

.footer-section a :hover {
    color: white !important;
    text-decoration: underline!important;
}

.footer-section:nth-of-type(4) a {
    font-weight: bold;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

footer.main-footer a:hover {
    color: #ececec;
}

.footer-top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: 'futura_lt_btlight', serif;
}

@media (max-width: 1400px) {
    footer.main-footer .footer-content {
        max-width: 1050px;
    }

    .footer-section {
        gap: 3px;
    }
}

@media (max-width: 930px) {
    footer.main-footer .footer-content {
        flex-flow: wrap;
    }

    .footer-section {
        width: 50%;
        margin-bottom: 30px;
    }

    footer.main-footer h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 700px) {
    .footer-section {
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
        width: 100%;
    }
}

/* CMS Shop */

.cms-shop {
    max-width: 1400px;
    margin: auto;
    padding: 50px 20px;
}

.cms-shop h1:first-of-type {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 34px;
}

.cms-shop .encontrar {
    float: left;
    width: 20%;
    text-align: center;
    font-weight: bold;
    margin-right: 67px;
}

.cms-shop .encontrar img {
    margin: 4px 0 10px;
    max-width: 100%;
    height: auto;
}


/* CMS Infantil */

.cms-romulo {
    background: #FAFAFA;
}

#cms-romulo {
    margin-right: auto;
    margin-left: auto;
    padding: 80px 50px;
    max-width: 1300px;
}

@media (max-width: 991px) {
    #cms-romulo {
        padding: 0 10px;
    }
}

.romulo-header {
    display: flex;
    padding-bottom: 70px;
    border-bottom: 1px #1f5fa7 solid;
}

.romulo-header > div {
    width: 50%;
    text-align: center;
}

.romulo-header > div img {
    max-width: 270px !important;
    width: 100%;
    height: auto !important;
}

.romulo-header > div:first-of-type img {
    margin-right: 25px;
}

.romulo-header > div:last-of-type img {
    margin-left: 25px;
}

@media (max-width: 750px) {
    #cms-romulo {
        padding: 0 20px;
    }

    .romulo-header {
        flex-flow: column;
    }

    .romulo-header > div {
        width: 100% !important;
    }

    .romulo-header > div:first-of-type img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .romulo-header > div:last-of-type img {
        margin-left: 0;
    }
}

.romulo-div1 {
    padding: 60px 0;
}

.romulo-div1 h1 {
    color: #1f5fa7;
    text-align: center;
    font-size: 34px;

}

.romulo-steps {
    display: flex;
    margin-top: 30px;
}

.romulo-steps > div {
    width: 33%;
    text-align: center;
    padding: 0 20px;
}

.romulo-step-number {
    font-size: 78px;
    font-weight: bold;
}

.romulo-step-text {
    font-size: 18px;
    line-height: 1.1;
    color: #777777;
}

.salient {
    color: #1f5fa7;
    font-weight: bold;
}

.romulo-step-one .romulo-step-number {
    color: #4FAB4A;
}

.romulo-step-two .romulo-step-number {
    color: #DF3787;
}

.romulo-step-three .romulo-step-number {
    color: #FAD915;
}

@media (max-width: 750px) {
    .romulo-steps {
        flex-flow: column;
    }

    .romulo-steps > div {
        width: auto;
        margin-top: 30px;
    }
}

.romulo-div2 {
    padding-bottom: 60px;
}

.romulo-div2-header {
    display: flex;
    margin-top: 60px;
}

.romulo-div2-header > div:first-of-type {
    width: 30%;
    margin-bottom: 30px;
}

.romulo-div2-header > div:first-of-type img {
    width: 100%;
    height: auto;
}

.romulo-div2-header > div:last-of-type {
    width: 60%;
    border-top: #1f5fa7 1px solid;
}

.romulo-div2-content {
    display: flex;
}

.romulo-div2-content > div {
    width: 50%;
}

.romulo-div2-content-list ul {
    color: #1f5fa7;
}

.romulo-div2-content-list li {
    margin: 18px 0;
    font-weight: bold;
    font-size: 18px;
}

.romulo-div2-content-text > div:first-of-type {
    display: flex;
    justify-content: left;
    padding: 0 50px;
    margin-bottom: 30px;
}

.romulo-div2-content-text > div:first-of-type img {
    width: 55px;
    height: auto !important;
    margin: 0 15px 0 0 !important;
}

.romulo-div2-content-text > div:first-of-type h1 {
    text-align: center;
    color: #1f5fa7;
    font-size: 28px;

    margin: 0;
}

.romulo-div2-content-text > div:last-of-type {
    font-size: 18px;
    line-height: 1.1;
    color: #777777;
    padding: 0 65px;
}

@media (max-width: 750px) {
    .romulo-div2-header > div:last-of-type {
        display: none;
    }

    .romulo-div2-header > div:first-of-type {
        width: 100%;
        text-align: center;
        border-top: #1f5fa7 1px solid;
        padding-top: 60px;
    }

    .romulo-div2-content {
        flex-flow: column;
    }

    .romulo-div2-content > div {
        width: 100%;
        margin-bottom: 30px;
    }

    .romulo-div2-content-text > div:first-of-type, .romulo-div2-content-text > div:last-of-type {
        padding: 0 20px;
    }

    .romulo-div2-header > div:first-of-type img {
        max-width: 320px !important;

    }
}

.romulo-div3 {
    border-top: #1f5fa7 1px solid;
    display: flex;
    padding: 60px 0;
}

.romulo-div3 > div {
    width: 50%;
}

.romulo-div3-list {
    color: #777777;
    padding: 0 65px;
    font-size: 18px;
}

.romulo-div3-list li {
    margin: 17px 0;
}

.romulo-div3-header h1 {
    color: #1f5fa7;
    font-size: 28px;
}

.romulo-div3-header img {
    width: 100%;
    height: auto;
}

@media (max-width: 750px) {
    .romulo-div3 {
        flex-flow: column;
    }

    .romulo-div3 > div {
        width: auto;
        margin-top: 20px;
        padding-right: 0;
    }

    .romulo-div3-list {
        padding-left: 0;
    }
}


/* CMS shop */

.cms-contacto {
    max-width: 1300px;
    padding: 50px 20px 70px 20px;
    margin: auto;
}

.cms-contacto h1 {
    margin: 0 15px 80px 15px;
    text-align: center;
    font-size: 32px;
}

.cms-contacto h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 40px;
}

.cms-contacto-div {
    display: flex;
}

.cms-contacto-div > div {
    width: 50%;
}

.cms-contacto-div > div:first-of-type {
    padding-right: 30px;
}

.cms-contacto-div > div:last-of-type {
    padding-left: 30px;
}

.cms-contacto-logos {
    display: flex;
    flex-flow: wrap;
}

.cms-contacto-logos > a {
    width: 33.333%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    transition: 0.2s transform ease;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.cms-contacto-map {
    border: 0;
    width: 100%;
    height: 320px;
    margin-top: 20px;
}

.cms-contacto-map-large {
    height: 390px;
}

.cms-horario {
    max-width: 1300px;
    padding: 0 20px 50px 20px;
    margin: auto;
    display: flex;
}

.service-info {
    width: 33.333%;
    padding: 15px;
    text-align: center;
}

.service-info img {
    margin-bottom: 25px;
}

.service-info h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 900px) {
    .cms-contacto {
        padding: 50px 20px;
    }

    .cms-contacto-div, .cms-horario {
        flex-direction: column;
    }

    .cms-contacto-div > div, .service-info {
        width: 100%;
        padding: 20px 0 !important;
    }
}

@media (max-width: 600px) {
    .cms-contacto-logos > a {
        width: 50%;
    }

    .cms-contacto h1 {
        margin: 0 15px 60px 15px;
        font-size: 26px;
    }

    .cms-contacto h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

/* CMS Texto 2 */

.cms-text-2 {
    max-width: 1300px;
    padding: 70px 20px;
    margin: auto;
    display: flex;
    gap: 20px;
}

.cms-text-2 > div:last-of-type {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.cms-text-2 img {
    height: 300px;
}

.cms-text-2 h1 {
    font-size: 26px;
    margin-bottom: 30px;
}

.cms-text-2 p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: black;
}

@media (max-width: 1050px) {
    .cms-text-2 {
        flex-flow: column;
    }

    .cms-text-2 h1 {
        margin: 20px 0 10px 0;
        font-size: 24px;
    }

    .cms-text-2 img {
        height: auto;
        width: 100%;
    }

    .cms-text-2 p {
        font-size: 18px;
        line-height: 1.2;
    }
}

/* CMS Audilogía */

.home-sections-audiologia {
    padding: 70px 20px;
}

.home-sections-audiologia .home-section-link {
    width: 33.333%;
}

.home-sections-audiologia .home-section-link > div {
    height: 240px;
}

.home-sections-audiologia img {
    box-shadow: 1px 1px 8px 0 #e3e3e3;
}

.cms-iframe {
    max-width: 1300px;
    margin: auto;
    padding: 30px 20px 70px 20px;
}

.cms-iframe iframe {
    width: 100%;
    height: 1100px;
}

.cms-iframe h1 {
    font-size: 28px;
}

.cms-iframe p {
    font-size: 18px;
    line-height: 1.2;
}

.cms-iframe .cms-text-button {
    margin: auto;
    margin-top: 50px;
    gap: 10px;
}

.home-instrumentos-audiologia {
    background-color: white;
}

.home-instrumentos-audiologia a {
    height: 260px;
}

.home-instrumentos-audiologia h2 {
    font-size: 30px;
}

.home-instrumentos-audiologia > div {
    padding: 20px 20px 70px 20px;
}

.cms-logo {
    max-width: 1300px;
    margin: auto;
    padding: 30px 20px 70px 20px;
    display: flex;
    justify-content: center;
}

.cms-logo img {
    height: auto;
    width: 100%;
    max-width: 520px;
}

/* CMS larigofonos */

.cms-header {
    padding: 60px 20px 60px 20px;
    max-width: 1300px;
    margin: auto;
}

.cms-header h1 {
    font-size: 30px;
    margin-bottom: 60px;
}

.cms-header > div {
    display: flex;
    gap: 30px;
    max-width: 1150px;
    margin: auto;
}

.cms-header-image {
    width: 35%;
    display: flex;
    justify-content: center;
}

.cms-header-image img {
    max-height: 360px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.cms-header-text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.cms-header-text p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: black;
    max-width: 650px;
    text-align: initial;
}

@media (max-width: 767px) {
    .cms-header > div {
        flex-direction: column !important;
    }

    .cms-header > div {
        gap: 70px !important;
    }

    .cms-header-image {
        width: 100% !important;
    }

    .cms-header-text {
        width: 100% !important;
        align-items: center !important;
    }
}

.cms-laringofonos {
    padding: 60px 20px 70px 20px;
    max-width: 1000px;
    margin: auto;
}

.cms-laringofonos > div {
    display: flex;
    margin-bottom: 40px;
}

.cms-laringofonos-image, .cms-laringofonos-text {
    width: 50%;
    display: flex;
    justify-content: center;
}

.cms-laringofonos-image img {
    height: 280px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 8px 1px #ededed;
}

.cms-laringofonos-text {
    flex-flow: column;
    padding: 0 50px;
}

.cms-laringofonos-text h2 {
    font-size: 26px;
    color: black;
    margin-bottom: 30px;
}

.cms-laringofonos-text p {
    color: black;
    font-size: 18px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .cms-laringofonos > div:nth-child(even) {
        flex-flow: row-reverse;
    }
}

@media (max-width: 767px) {
    .cms-laringofonos > div {
        flex-direction: column;
        gap: 35px;
    }

    .cms-laringofonos-image, .cms-laringofonos-text {
        width: 100%;
    }

    .cms-laringofonos-text {
        padding: 0 20px;
    }

    .cms-laringofonos-text h2 {
        margin-bottom: 10px;
    }
}


/* CMS Lentillas */

.cms-header-lentillas {
    padding-top: 100px;
}

.cms-header-lentillas .cms-header-image {
    width: 55%;
}

.cms-header-lentillas .cms-header-image img {
    height: 280px;
}

.cms-header-lentillas .cms-header-text {
    width: 45%;
}

.cms-header-lentillas .cms-header-text p {
    max-width: 370px;
}

.cms-header-lentillas > div {
    gap: 50px;
}

.cms-text-button-vendidos {
    margin: 20px auto 0 auto;
}


/* CMS graduadas */

.cms-graduadas-images {
    display: flex;
    width: fit-content;
    margin: 40px auto 0 auto;

}

.cms-graduadas-images img {
    height: 250px;
}

    /* Pide Cita */

.floating-div {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #242424;
    border-radius: 30px;
    width: fit-content;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    z-index: 100;
    gap: 15px;
    transition: transform 0.3s ease;
}

.floating-div:hover {
    color: white;
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .floating-div {
        font-size: 16px;
        gap: 16px;
        padding: 10px 22px;
        bottom: 15px;
        right: 15px;
    }

    .floating-div img {
        width: 16px;
        height: auto;
    }
}


/* Columna de filtros*/

span.PM_ASCriterionsGroupName, #PM_ASearchResultsTitle, #PM_ASBlockOutput_2 {
    display: none!important;
}

.PM_ASBlockOutputVertical .PM_ASCriterions .PM_ASCriterionsGroupTitle {
    border-bottom: 1px solid #d6d4d4;
    padding: 0;
    margin: 15px 0;
}

#PM_ASCriterionsGroupTitle_1_4 {
    border-bottom: none;
}


#PM_ASBlock_1 > .card-block {
    padding-top: 0;
}

@media (min-width: 768px) {
    #PM_ASBlock_1 .card-header {
        display: none;
    }
}


/* Slider marcas */

.home-brands-box {
    display: flex;
    flex-wrap: wrap;
}

.home-brands-mobile {
    display: none;
}

body:not([id="category"]) .home-banner.slider {
    display: block;
}

.home-banner.slider img {
    width: 100%;
}

.home-banner.slider .bx-wrapper {
    border: 0;
}

.home-banner.slider .bx-next {
    right: 6px;
}

.home-banner.slider .bx-prev {
    left: 4px;
}


@media (max-width: 1050px) {
    .home-brands-mobile .home-brand-image {
        width: 25%;
    }

    .home-brands-mobile {
        display: block;
    }

    .home-brands:not(.home-brands-mobile) {
        display: none;
    }

    .home-brand-image {
        padding: 0 5px;
    }

}

@media (max-width: 800px) {
    .home-brands-mobile .home-brand-image {
        width: 50%;
    }
}


/* CMS Nuestro equipo */

.team-container {
    max-width: 1200px;
    display: flex;
    flex-flow: wrap;
    margin: auto;
    justify-content: center;
}

.team-div {
    width: 33%;
    margin-top: 30px;
    position: relative;
    max-width: 375px;
}

.team-div > div {
    margin: 15px;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .team-div {
        width: 50%;
    }
}

@media only screen and (max-width: 720px) {
    .team-div {
        width: 100%;
        margin-top: 10px;
    }
}

.team-image {
    display: flex;
    justify-content: center;
}

.team-image img {
    height: 330px !important;
    border-radius: 10px;
}

.team-info {
    text-align: center;
}

.team-info h2 {
    font-size: 25px;
    margin: 10px 0;
    text-align: center;
}

.team-info a {
    font-size: 19px;
}

/* CMS Nuestro cursos */

.curso-container {
    padding: 40px 25px;
}

.curso-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.curso-titulo {
    padding: 10px 0;
    min-height: 95px;
}

.curso-titulo h2 {
    text-align: center;
}

.curso-boton {
    text-align: center;
}

.curso-boton a {
    color: white;
    background-color: #003DA6;
    padding: 10px 16px;
    border-radius: 20px;
    transition: background-color 0.2s ease;
}

.curso-boton a:hover {
    background-color: rgba(0, 61, 166, 0.74);
}

.curso-pagina-imagen {
    width: 100%;
    max-width: 600px;
    float: right;
    margin: 0 0 15px 20px;
}

.curso-pagina-contenido {
    display: inline-block;
    color: black;
    font-size: 18px;
    width: 100%;
}

@media (max-width: 500px) {
    .curso-pagina-imagen {
        margin: 20px 0;
    }
}

@media (min-width: 1300px) {
    .curso-image {
        height: 290px;
    }
}

@media (max-width: 900px) {
    .curso-pagina-contenido iframe {
        width: 100% !important;
    }

    .curso-pagina-contenido {
        text-align: left;
    }
}

/* Banner Cookies */

#lgcookieslaw_banner.lgcookieslaw-banner-floating {
    width: 700px;
    left: calc(100% - 720px);
    bottom: 20px;
    top: auto;
    transform: none;
    background-color: white;
    display: table;
    padding: 30px 30px;
    box-shadow: 0px 1px 10px 5px #00000066;
    border-radius: 20px;
}

#lgcookieslaw_banner .lgcookieslaw-banner-message p {
    color: black !important;
}

#lgcookieslaw_banner .lgcookieslaw-banner-message a {
    color: #000000 !important;
    border-bottom: 1px solid #000000;
}

.lgcookieslaw-button {
    border-radius: 10px;
    border: none;
    font-size: 18px !important;
}

.lgcookieslaw-modal-header {
    border-top: none !important;
}

.fancybox-wrap {
    border-radius: 30px !important;
    overflow: hidden !important;
}

.lgcookieslaw-modal-header {
    padding: 30px !important;
}

.lgcookieslaw-slider {
    border-radius: 25px !important;
}

.lgcookieslaw-slider:before {
    border-radius: 15px !important;
}

.lgcookieslaw-button {
    border-radius: 10px !important;
}

.lgcookieslaw-banner-close-button .lgcookieslaw-icon-close {
    filter: brightness(0);
}

.lgcookieslaw-banner-close-button {
    margin: 5px;
    background-color: white !important;
}

#lgcookieslaw_banner {
    opacity: 0!important;
    transition: opacity 0.5s;
}

#lgcookieslaw_banner.visible {
    opacity: 1!important;
}

.lgcookieslaw-button.lgcookieslaw-partial-accept-button {
    background-color: #003da6 !important;
    color: white !important;
}

@media (max-width: 900px) {
    #lgcookieslaw_banner.lgcookieslaw-banner-floating {
        width: 90% !important;
        left: 5%;
        bottom: 20px;
    }

    .image-desktop {
        display: none !important;
    }
}

/*ESTILOS PARA TAMAÑO PERSONALIZADO DEL LOGO*/
#header .logo {
    width: 90% !important;
}

.iconos-contacto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.iframe-contacto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}