/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* Estilos Generales
-------------------------------------------------------------- */
body {
    background-color: #FFF !important;
}

#main {
    background: #fff;
    padding: 0px;
}

#masthead {
    background: transparent;
    width: 100%;
    position: absolute;
}

div#theme-attribution {
    display: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 0;
}

.entry-content p {
    margin: 0;
}

.entry-content h1 {
    font-size: 50px;
    color: #FFF;
    line-height: 1;
}

.entry-content h2 {
    font-size: 30px;
    color: #000;
    line-height: 1.5;
}

.entry-content h3 {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}

.entry-content p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
}

.entry-content a {
    font-size: 16px;
    color: #908F8F;
    text-decoration: underline;
}

.entry-content ul {
    list-style-type: unset !important;
    margin: 0px;
}

.entry-content ul li,
.entry-content ol li {
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
}

.form-select {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
    height: 40px;
}

.form-select:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1) !important;
    border: 0.1px solid !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: unset;
}

#scroll-to-top.displayed {
    bottom: 70px;
    right: 10px;
    background: #FFF;
    opacity: 1 !important;
    color: #000 !important;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.grecaptcha-badge {
    bottom: 5px !important;
}

div#ht-ctc-chat {
    bottom: 20px !important;
}

#scroll-to-top .vantage-icon-arrow-up {
    color: #000;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2ebce2;
    background: #2ebce2;
    padding: 1rem;
    text-align: center;
    font-size: 15px;
    color: white;
}

.wpcf7-not-valid-tip {
    color: white;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background-color: #dc3232;
    padding: .1rem 1rem;
    text-align: center;
}


.page-id-554 #masthead {
    position: relative;
}

.page-id-554 .main-navigation {
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%);
}

.page-id-561 #masthead {
    position: relative;
}

.page-id-561 .main-navigation {
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%);
}

.blog #masthead {
    position: relative;
}

.blog .main-navigation {
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%);
}

.owl-next {
    margin-left: 10px;
}

.owl-prev {
    margin-right: 10px;
}

.owl-prev,
.owl-next {
    background: #FFF !important;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    font-size: 16px !important;
    color: #000 !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    pointer-events: all;
}

/* Estilos del menu
-------------------------------------------------------------- */

.main-navigation {
    background: transparent;
    z-index: 999 !important;
}

.main-navigation ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}

.main-navigation ul li:hover>a,
.main-navigation ul li.focus>a {
    background: transparent !important;
    color: #fff;
}

.main-navigation.sticky {
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%);
}

.main-navigation ul li a {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-navigation ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #fff;
    transition: width 0.3s ease;
}

.main-navigation ul li a:hover::after {
    width: 100%;
}

.main_menu_brand:hover ul {
    background: #E6F0F8 !important;
}

.main_menu_brand:hover ul a {
    background: #E6F0F8 !important;
    color: #104577 !important;
}


/* Estilos para banner
-------------------------------------------------------------- */
.carousel,
.carousel-inner,
.carousel-item {
    height: 90vh;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-item h1 {
    margin-bottom: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    background: #FFF;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}


/* Estilos para botones
-------------------------------------------------------------- */

.btn-primary {
    text-decoration: none !important;
    transition: transform 0.3s ease !important;
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%) !important;
    color: #FFF !important;
    font-size: 14px !important;
    padding: 10px 30px !important;
    border-radius: 35px !important;
    border: none !important;
}

.btn-primary:hover {
    transform: scale(1.1);
}

#colophon {
    margin-bottom: 20px;
    background: #104577;
    padding: 0px !important;
}

#footer-widgets .widget {
    padding: 0px !important;
}

#footer-widgets .widget h3 {
    font-size: 18px;
    color: #FFF;
    margin: 0px;
    line-height: 2.5;
    font-weight: 400;
}

#footer-widgets .widget a {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

#footer-widgets .widget a i {
    font-size: 24px;
}

#footer-widgets .widget small {
    font-size: 12px;
    opacity: 0.8;
    color: #FFF;
}

#footer-widgets .widget small a {
    font-size: 12px;
    text-decoration: none;
}

/* Estilos pagina de inicio
-------------------------------------------------------------- */
.card_catalogo {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card_catalogo__image {
    position: absolute;
    height: 100% !important;
    object-fit: cover;
    margin: auto !important;
    display: block;
    width: 100%;
}


.card_catalogo__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.card_catalogo__title {
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
}

.card_catalogo:hover .card_catalogo__title {
    bottom: 50%;
}

.card_catalogo:hover .card_catalogo__overlay {
    background: rgba(0, 0, 0, 0.8);
}

.card_catalogo:hover {
    box-shadow: 0 10px 12px -5px #2AABD1;
    transform: translateY(-5px);
}

.card_marcas {
    margin-bottom: 5%;
}

.card_marcas__title {
    margin: 10px 0px !important;
    text-align: center;
}

.card_marcas__image {
    width: 100%;
    max-width: 100%;
}

.card_marcas__caption {
    text-align: center;
}

.card_marcas__image_wrapp {
    overflow: hidden;
    border-radius: 20px;
}

.section_services__icon {
    width: 25%;
}

.nosotros__icono {
    width: 20%;
    display: block;
    margin: auto;
    margin-bottom: 5%;
    margin-top: 10%;
}

.section_blog__caption {
    background: #F5F5F5;
    border-radius: 10px;
    padding-top: 3em;
    padding-bottom: 3em;
}

.section_blog__image {
    width: 100%;
}

input.form-control-custom-home {
    height: 50px;
}

.form-control-custom-home {
    color: #FFF !important;
    border: none !important;
    border-radius: 0px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    font-size: 16px !important;
}

.form-control-custom-home:focus {
    color: #FFF;
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: #104577;
    outline: 0;
    box-shadow: unset !important;
}

span.wpcf7-spinner {
    display: none;
}

.mobile-nav-frame {
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%) !important;
}

.mobile-nav-frame ul {
    background: transparent !important;
}

.mobile-nav-frame ul {
    background: transparent !important;
    border: none !important;
    box-shadow: unset !important;
}

.mobile-nav-frame .title {
    background: transparent !important;
    border: none !important;
}

.mobile-nav-frame .title h3 {
    display: none;
}

.page-id-176 #masthead {
    position: relative;
}

.page-id-176 .main-navigation {
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%);
}

.form-control-custom-contact:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1) !important;
    border: 0.1px solid !important;
}

input.form-control-custom-contact {
    height: 40px !important;
    font-size: 16px;
}

textarea.form-control-custom-contact {
    font-size: 16px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.section_contact__icon {
    display: block;
    margin: auto;
    width: 25%;
    margin-bottom: 2rem;
}


/* Estilos pagina nosotros
-------------------------------------------------------------- */
.card_nuestro_equipo {
    padding: 30px 60px;
    text-align: center;
    background: #E5EFF8;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.img-gray-hover-color {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    opacity: 0.5;
    width: 70%;
    display: block;
    margin: auto;
}

.img-gray-hover-color:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Pagina servicios
-------------------------------------------------------------- */
.card_servicio {
    perspective: 1000px;
    width: 100%;
    height: 500px;
}

.card_servicio__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.card_servicio:hover .card_servicio__wrapper {
    transform: rotateY(180deg);
}

.card_servicio__front,
.card_servicio__back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);*/
    overflow: hidden;
}

.card_servicio__front {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card_servicio__back {
    background: #ECF6FE;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    color: white;
    padding: 80px 30px;
    z-index: 3;
}

.card_servicio__image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.card_servicio__front_content {
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 20px 0px;
    color: #FFF;
}

.card_servicio__back_icon_title {
    display: flex;
    align-items: center;
}

.card_servicio__back_icon {
    margin-right: 15px;
}

.card_servicio__front_overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}


/* Estilos pagina marcas
-------------------------------------------------------------- */

.brand-list {
    padding-top: 15px;
    list-style-image: url(http://labz.byhelium.com/wp-content/uploads/2025/07/Check-Labz-Medica.svg);
    padding-bottom: 15px;
    font-weight: 600 !important;
    line-height: 1.5;
}

.brand-list li {
    font-weight: 500;
    line-height: 2;
}

/* Estilos pagina de marca
-------------------------------------------------------------- */
.card_marca {
    background: #FFF;
    border-radius: 15px;
    padding: 35px 20px;
    position: relative;
    height: auto;
}

.card_marca__content {
    height: 500px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    border-top-right-radius: 180px;
    border-top-left-radius: 180px;
    background: #FFF;
}

.card_marca__title {
    text-align: center;
}

.card_marca__image {
    width: 100%;
}

.card_marca__icon {
    display: block;
    margin: auto;
    margin-top: -15%;
}

.card_marca__title {
    padding: 0px 10px;
}


/* Pagina de catálogo
-------------------------------------------------------------- */
.owl_carousel__title {
    line-height: 1;
}

.owl_carousel__image {
    height: 500px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: inline-block;
}

.owl_carousel__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl_carousel__image img {
    transition: transform 0.3s ease;
}

.owl_carousel__image:hover img {
    transform: scale(1.1);
}

.owl-carousel-productos {
    margin-bottom: 10rem;
}

.owl-carousel-productos .owl-nav {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.owl-carousel-productos .owl-nav button.owl-next,
.owl-carousel-productos .owl-nav button.owl-prev {
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%) !important;
    color: #FFF !important;
}

/* Estilos producto
-------------------------------------------------------------- */

.product__image {
    border-radius: 30px;
    height: 300px;
    overflow: hidden;
}

.page-id-436 #masthead {
    position: relative;
}

.page-id-436 .main-navigation {
    background: linear-gradient(90deg, #104577 0%, #2EBCE2 100%);
}

.product__image_brand {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    opacity: 0.5;
    width: 25%;
    display: block;
    /* margin: auto; */
}

.product_gallery__image {
    overflow: hidden;
    position: relative;
    height: 750px;
    border-radius: 30px;
    display: block;
}

.product_gallery__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
    top: 0;
    left: 0;
}

.owl-carousel-gallery .owl-nav {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.owl-carousel-gallery .owl-nav .owl-prev:active,
.owl-next:active {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

.owl-carousel-gallery .owl-nav .owl-prev {
    margin-left: -1%;
}

.owl-carousel-gallery .owl-nav .owl-next {
    margin-right: -1%;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}

#lg-next-1,
#lg-prev-1 {
    background: #FFF !important;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    font-size: 16px !important;
    color: #000 !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    pointer-events: all;
}

/* Estilos responsive
-------------------------------------------------------------- */

@media (min-width: 576px) {}

@media (min-width: 768px) {

    .product__image_brand {
        width: 15%;
    }

    .product__image {
        height: 500px;
    }

    .section_blog__image {
        width: 50%;
    }

    .section_services__icon {
        width: 50%;
    }

    .section_blog__caption {
        padding-top: 5em;
        padding-bottom: 5em;
    }

    .nosotros__icono {
        width: 70%;
        margin: auto;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width: 992px) {

    .entry-content h1 {
        font-size: 70px;
        text-align: start;
    }

    .entry-content h2 {
        font-size: 40px;
    }

    .entry-content h3 {
        font-size: 25px;
    }

    .entry-content p {
        font-size: 16px;
    }

    .entry-content ul li,
    .entry-content ol li {
        font-size: 16px;
    }

    #footer-widgets .widget a {
        font-size: 16px;
    }

    .card_catalogo {
        height: 300px;
        margin-bottom: 0%;
    }

    .card_marcas {
        margin-bottom: 0%;
    }

    .section_services__icon {
        width: 35%;
    }

    .nosotros__icono {
        width: 75%;
    }

    .section_blog__caption {
        padding-top: 7em;
        padding-bottom: 7em;
    }

    .section_blog__image {
        width: 40%;
        margin-top: -32%;
    }

    .card_nuestro_equipo {
        height: 400px;
    }
}

@media (min-width: 1200px) {

    .product__image {
        height: 750px;
    }

    .section_blog__image {
        width: 40%;
        margin-top: -25%;
    }

    .section_blog__caption {
        padding-top: 9em;
        padding-bottom: 9em;
    }

    .card_marca {
        height: 500px;
    }
}

@media (min-width: 1400px) {
    .nosotros__icono {
        width: 60%;
    }
}