/* ------------- RESPONSIVES ------------- */
.logo {
    width: 175px;
    height: auto;
    float: left;
    position: relative;
    top: 6px;
}
.a-logo {
    width: 76px;
    height: auto;
    float: left;
}
h1 {
    font-size: 64px;
    font-weight: normal;
}
h2 {
    font-size: 44px;
    font-weight: normal;
}
h3 {
    font-size: 25px;
    font-weight: normal;
}
h4 {
    font-size: 20px;
    font-weight: 600;
}
footer {
    width: 100%;
    float: left;
    background: #D0EAEC;
    overflow: hidden;
    display: flex;
    align-content: center;
}
footer p {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #272727;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer p i {
    display: inline-block;
    position: relative;
    top: 6px;
}
/*------------ CUSTOM CSS -------------*/
.card_custom {
    border-radius: 40px;
    box-shadow: inset 0 0 0 4px #2BB3DF !important;
}
.card_custom .wp-block-uagb-image__figure {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: -6px;
    height: auto;
    margin: 0;
}
.card_custom .wp-block-uagb-image__figure img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.card_custom p {
    padding: 0 30px;
}

.card_mosaic {
  display: block;
}
.card_mosaic .wp-block-uagb-image__figure {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0;
}
.card_mosaic .wp-block-uagb-image__figure img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
/*-- Accordion Styles
 */
.acordeon {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 16px;
    background: #FFF;
}
.acordeon .advgb-accordion-header {
border-bottom: 2px solid #2BB3DF !important;
}
.acordeon h5 {
    color: #272727;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.acordeon h5 mark {
    background-color: #D0EAEC !important;
    color: #0074bd !important;
    border-radius: 16px;
    font-size: 14px;
    padding: 4px 12px;
    float: right;
}
/* * Store Locator Styles
 */
body #asl-storelocator.asl-p-cont #asl-map-canv,
body #asl-storelocator.asl-cont #asl-map-canv {height: 750px !important}


/* * Contact Form 7 Styles
 */
.wpcf7-form label {
    font-size: 16px;
    color: #272727;
}
.wpcf7-form .align-center{
    text-align: center;
}
.wpcf7-form .wpcf7-form-control {
    padding: 16px 8px;
    border-radius: 16px;
    border: 2px solid #2BB3DF;
    background: #FFF;
    margin-bottom: 32px;
    margin-top: 12px;
    color: #878787;
    text-decoration:none;
}
.wpcf7-form .wpcf7-submit {
    text-decoration: none;
    background: #57D9D9;
    border: none;
    border-radius: 80px;
    color: #272727;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.25;
    margin: auto;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: opacity 0.15s linear;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #62C2EE;
}
.wpcf7-spinner {
    width: 24px !important;
}
.align-center{
    text-align: center;
}
.floating-button {
    position: fixed;
    z-index: 3000;
    bottom: 20px;
    right: 20px;
    background-color: #007BFF;
    color: white;
    border-radius: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: width 0.3s ease, padding 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    width: 56px;
}
.floating-button svg {
    fill: #FFFFFF;
    height: auto;
    max-width: 30px;
}

.floating-button .text {
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 0;
}

/* Mostrar texto al pasar el mouse (escritorio) o tocar (móvil) */
.floating-button:hover,
.floating-button:focus{
    width: auto;
    padding: 15px 20px;
}

.floating-button:hover .text,
.floating-button:focus .text,
.floating-button:active .text {
    opacity: 1;
    width: auto;
}

.floating-button .icon {
    font-size: 20px;
}
@media (max-width: 576px) {
    h1 {
        font-size: 44px;
        font-weight: normal;
    }
    h2 {
        font-size: 44px;
        font-weight: normal;
    }
    h3 {
        font-size: 25px;
        font-weight: normal;
    }
    h4 {
        font-size: 20px;
        font-weight: 600;
    }
    .lentes .uagb-ifb-content {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .uagb-ifb-image-content {
        width: 24% !important;
        float: left;
        padding: 5px;
        margin-right: 10px;
    }
    .acordeon h5 {
        color: #272727 !important;
        font-family: Montserrat;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2em !important;
        width: 190px;
        height: 64px;
    }
    .acordeon h5 mark {
        background-color: #D0EAEC !important;
        color: #0074bd !important;
        border-radius: 16px;
        font-size: 14px;
        padding: 4px 12px;
        float: none;
        position: absolute;
        right: 40px;
        top: 10px;
    }
    .acordeon .alignnone, .acordeon .aligncenter, .acordeon .alignleft, .acordeon .alignright, .acordeon .alignwide {
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }
    .swiper-pagination {
        position: relative !important;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0,0,0);
        z-index: 10;
        top: 10px !important;
    }
    .swiper-content {
        min-height: 470px !important;
    }


}
@media (max-width: 999px) {
    .header-inner {
        max-width: 100%;
        padding: 10px;
        z-index: 100;
        overflow: hidden;
    }
    .a-logo {
        width: 76px;
        height: auto;
        float: none;
        margin: auto;
    }
        body #asl-storelocator.asl-p-cont #asl-map-canv,
        body #asl-storelocator.asl-cont #asl-map-canv {
            height: 60vh !important;
    }
        .uagb-ifb-image-content {
            width: 24% !important;
            float: left;
        }
        .uagb-ifb-content {
            margin-left: 6% !important;
            width: 70% !important;
            text-align: left !important;
            float: left;
        }
        .lentes {
            width: 100% !important;
            height: auto !important;
            margin: 0 auto !important;
        }
        .lentes .uagb-ifb-content {
            width: 100% !important;
        }

}

@media (min-width: 1000px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1440px) {

}