/**
Theme Name: Astra OSSMedic
Author: Daniel Meza
Author URI: https://lionzeven.com/
Description: Diseño exclusivo para OSS Medic
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-ossmedic
Template: astra
*/


/*------------------------------------*\
    COLOR THEME
\*------------------------------------*/
:root{
    --black: #000000;
    --gold-01: #cea14f;
    --gold-02: #a17338;
    --black-01: #1C2933;
    --white: #FFFFFF;
    --base: #0000FF;
    --yellow: #F7DF1B;
    --pink: #E25280;
    --dark: #eaf0f7;
    --wine: #592554;
    --blue: #0000FF;
    --blue-dark: #08061e;
    --green: #4DAB33;
    --green-light: #73FADB;
    --gray-light: #f5f5f7;
    --txt-dark: #1F2937;
    --txt-light: #F9FAFB;
    --color-btn: #e25280;
    --font-h1: clamp(2.25rem, 2rem + 1.25vw, 3.5rem);
    --font-h2: clamp(1.75rem, 1.55rem + 1vw, 2.75rem);
    --font-h3: clamp(1.35rem, 1.2rem + 0.75vw, 2.125rem);
    --font-h4: clamp(1.15rem, 1.05rem + 0.5vw, 1.625rem);
    --font-h5: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    --font-h6: clamp(0.875rem, 0.85rem + 0.15vw, 1rem);
    --font-body: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    --font-cta: clamp(0.95rem, 0.9rem + 0.25vw, 1.125rem);
}

/*------------------------------------*\
    FLEX
\*------------------------------------*/

.flex{ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
}
.flex-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.flex-wrap{ 
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
}
.flex-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.flex-around{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}
.flex-center{ 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
    -webkit-align-items: center; 
            align-items: center;
}
.flex-middle{
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-half{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.flex-start{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-bottom{ 
    -webkit-align-items: flex-end;
           -webkit-box-align: end;
              -ms-flex-align: end;
            align-items: flex-end;
}

/*------------------------------------*\
    SEPARADORES
\*------------------------------------*/
.p24{ padding: 24px 0;}
.p40{ padding: 40px 0;}
.p80{ padding: 80px 0;}
.pb24{ padding-bottom: 24px;}
.pb40{ padding-bottom: 40px;}
.pb80{ padding-bottom: 80px;}

/*------------------------------------*\
    CONTAINER
\*------------------------------------*/
.c60{ 
    width: 60%!important; 
    margin: 0 20%!important;
}
.c70{ 
    width: 70%!important; 
    margin: 0 15%!important;
}
.c80{ 
    width: 80%!important; 
    margin: 0 10%!important;
}



/*------------------------------------*\
    GENERALES
\*------------------------------------*/



/*------------------------------------*\
    MENU
\*------------------------------------*/
.home .ast-primary-header{
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 1)!important;
    border-radius: 50px;
}

.menu-link{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
/*    color: #8C1D81!important;*/
    color: var(--black)!important;
}
.menu-link:hover{
    color: var(--pink)!important;
}
.ast-sticky-active{
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.96)!important;
}
.ast-primary-header.ast-sticky-active{
    border-radius: 0!important;
}
.ast-above-header.ast-above-header-bar{
    background-color: #a17338!important;
}
p{
    letter-spacing: 1px;
    color: var(--txt-dark);
}

/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/
.woocommerce-js a.button{
    border-color: var(--color-btn)!important;
    background-color: var(--color-btn)!important;
}

/*------------------------------------*\
    HERO
\*------------------------------------*/
.hero-box{
    background: url(img/hero/Hero_09.jpg) right bottom no-repeat;
    background-color: var(--blue-dark)!important;
    background-size: cover;
    z-index: 0;
    height: 90vh;
}
.hero-center h2,
.hero-center p{
    text-align: center;
}
.hero-center h2{
    font-size: var(--font-h2);
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    color: var(--black);
}
.hero-center h2 strong{
    background: linear-gradient(135deg, #0000FF, #E25280, #F7DF1B);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-center p{
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 8px;
    color: var(--txt-dark);
}
.hero-center p:last-of-type{
    margin-bottom: 32px!important;
}
.txt-hero-bottom{
    display: inline-flex;
    position: relative;
    left: 50%;
    padding: 16px 32px;
    border-radius: 44px;
    transform: translate(-50%, 0);
    background-color: rgba(200, 214, 229, 0.2);
    border: 1px solid rgba(200, 214, 229, 0.4);
}
.txt-hero-bottom p:last-of-type{
    padding-left: 144px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0!important;
}
.txt-hero-bottom p::before{
    position: absolute;
    display: block;
    content: "";
    top: 50%; 
    left: 0;
    width: 2px;
    height: 32px;
    transform: translate(160px, -50%);
    background-color: #8395a7;
}
.txt-hero-bottom p::after{
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    width: 120px;
    height: 56px;
    transform: translate(24px, -50%);
    background: url(img/home/hero_doctor_01.png) center left no-repeat!important;
    background-size: contain!important;
}
.hero-left{
    padding-right: 40px;
    padding-top: 80px;
}
.hero-left h2,
.hero-left p{
    letter-spacing: 1px;
}
.hero-left h2 strong,
.hero-left p{
    color: var(--white);
}
.hero-left h2{
    font-size: 14px!important;
    text-transform: uppercase;
    color: var(--yellow)!important;
}
.hero-left h2 strong{
    clear: both;
    display: block;
    font-size: var(--font-h2)!important;
    line-height: 1.25em;
    text-transform: none;
}
.hero-left p{
    font-size: 18px!important;
    font-weight: 400;
    line-height: 1.5em;
}
.btn-hero{
    position: relative!important;
    margin-bottom: 0!important;
}
.btn-hero a{
    position: relative;
    font-size: 15px!important;
    font-weight: 700!important;
    text-transform: uppercase;
    text-decoration: none!important;
    letter-spacing: 1px!important;
    padding: 0!important;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    padding-right: 24px!important;
    padding-left: 48px!important;
    border-radius: 70px!important;
    transition: .4s cubic-bezier(0,0,.3642,1)!important;
    color: var(--white)!important;
    /*background: linear-gradient(60deg, var(--base), var(--yellow))!important;*/
    /*background: linear-gradient(135deg, #0000FF, #E25280, #F7DF1B)!important;*/
    background: var(--pink)!important;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    /*border: 1px solid #FFFFFF;*/
}
.ast-custom-button{
    font-weight: 700!important;
    letter-spacing: 1px!important;
    text-transform: uppercase;
    transition: .4s cubic-bezier(0,0,.3642,1)!important;
    color: var(--white)!important;
    /*background: linear-gradient(135deg, #0000FF, #E25280, #F7DF1B)!important;*/
    background: var(--pink)!important;
}
.btn-hero-img a{
    left: 50%;
    transform: translate(-50%, 0);
    padding-left: 160px!important;
}
.btn-hero-img a{
    font-size: 16px!important;
    background: url(img/home/hero_doctor_01.png) center left no-repeat!important;
    background-size: contain!important;
    /*background-color: var(--color-btn)!important;*/
    text-transform: none!important;
    letter-spacing: 1px;
}
.btn-hero-img::after{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f60;
    z-index: 999;
}

/*------------------------------------*\
    BTN CALL TO ACTION
\*------------------------------------*/
.btn a{
    position: relative;
    font-size: 15px!important;
    font-weight: 700!important;
    text-transform: uppercase;
    text-decoration: none!important;
    letter-spacing: 1px!important;
    border-radius: 70px!important;
    transition: .4s cubic-bezier(0,0,.3642,1)!important;
    color: var(--white)!important;
    /*background: linear-gradient(60deg, var(--base), var(--yellow))!important;*/
    /*background: linear-gradient(135deg, #0000FF, #E25280, #F7DF1B)!important;*/
    background: var(--pink)!important;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    /*border: 1px solid #FFFFFF;*/
}

/*------------------------------------*\
    LINES DE PRODUCTOS HOMEPAGE
\*------------------------------------*/
.box-lineprod{
    background: var(--gray-light);
}
.cat-menu-home{
    /*background-color: #f60;*/
}
.cat-menu-home .vc_btn3-center{
    margin-bottom: 0px!important;
}
.cat-menu-home .vc_column-inner{
    margin-left: 10px;
    margin-right: 10px;
}
.cat-menu-01 .wpb_wrapper,
.cat-menu-02 .wpb_wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    border-radius: 28px;
    background-color: var(--white);
}
.cat-menu-01 .wpb_wrapper,
.cat-menu-02 .wpb_wrapper{
    overflow: hidden;
}
.cat-menu-01 .wpb_wrapper{
    padding-top: 40px;
}
.cat-menu-02 .wpb_wrapper{
    padding-bottom: 40px;
}
.cat-menu-01 .wpb_wrapper .wpb_wrapper,
.cat-menu-02 .wpb_wrapper .wpb_wrapper{
    padding: 0;
    border-radius: 0;
}
.cat-menu-01 .cat-menu-info{
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 16px;
}
.cat-menu-02 .cat-menu-info{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.cat-menu-info h3{
    font-size: var(--font-h2);
}
.cat-menu-info p{
    font-size: var(--font-body);
    font-weight: 500;
    line-height: 1.5em;
}
.cat-menu-info p strong{
    /*
    background: linear-gradient(135deg, #0000FF, #E25280, #F7DF1B);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */
    color: var(--blue);
}
.cat-menu-home h3,
.cat-menu-home p{
    text-align: center;
}
.box-lineprod h2,
.box-lineprod p{
    text-align: center;
}
.box-lineprod h2{
    font-size: var(--font-h2);
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 0px!important;
    /*color: #8395a7;*/
    color: var(--txt-dark);
}
.box-lineprod h2 strong{
    /*
    clear: both!important;
    display: block!important;
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 40px!important;
    color: var(--txt-dark);
    */
    /*
    background: linear-gradient(135deg, #0000FF, #E25280, #F7DF1B);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */
}
.typing-text-wrapper span{
    clear: both!important;
    display: inline-block;
    /*color: var(--txt-dark);*/
    background: linear-gradient(135deg, #0000FF, #E25280, #F7DF1B);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-lineprod .vc_column_container > .vc_column-inner{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.btn-cat{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    margin-bottom: 0px!important;
    transform: translate(-50%, -32px);
}
.btn-cat a{
    display: block!important;
    font-size: 16px!important;
    font-weight: 700!important;
    letter-spacing: 1px!important;
    line-height: 20px!important;
    /*color: var(--white)!important;*/
    color: var(--txt-dark)!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    /*background-color: rgba(152, 135, 215, 0.8)!important;*/
    background-color: rgba(255, 255, 255, 0.2)!important;
    /*border: 1px solid rgba(152, 135, 215, 0.4)!important;*/
    border: 1px solid rgba(255, 255, 255, 0.4)!important;
    padding: 16px 0!important;
    border-radius: 26px!important;
    margin: 0!important;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
}
.btn-cat a:hover{
    color: var(--white)!important;
    background-color: rgba(152, 135, 215, 1)!important;
}


/*------------------------------------*\
    MARKET HOME
\*------------------------------------*/
.box-market,
.info-product-caro{
    background-color: var(--gray-light);
}

/*------------------------------------*\
    SINGLE PRODUCT
\*------------------------------------*/
.info-product-caro{
    padding: 80px 0;
}
.ast-sticky-row{
    align-items: center;
}
.ast-article-single figure{
    box-shadow: none!important;
}
.product_title{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1px;
}
.product_meta a{
    color: var(--pink);
}
.info-product h2{
    text-align: center;
    margin-top: 0!important;
}
.info-product h3,
.info-product p{
    text-align: center;
}
.info-product h3{
    color: var(--blue);
}
.caro-single-product{
    padding-left: 24px;
    padding-right: 24px;
}
.caro-img-product{
    margin-top: 40px;
}
.caro-img-product img{
    width: 100%;
    max-width: 160px;
    border-radius: 50%;
    /*border: 1px solid #dfe4ea;*/
}


/*------------------------------------*\
    HOME PROMO
\*------------------------------------*/
.section-promo{
    background: url(img/bg/ossmedic_people_02.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-promo h4,
.section-promo p{
    text-align: center;
    color: var(--white);
}
.section-promo h4{
    font-size: var(--font-h2)!important;
    line-height: 1.25em;
    letter-spacing: 1px;
}
.section-promo h4 strong{
    clear: both;
    display: block;
}
.section-promo p{
    font-size: var(--font-body)!important;
}
.section-promo p:last-child{
    padding-bottom: 40px;
}
.box-promo{
    display: flex;
    flex-direction: row;
    align-items: center;
    /*padding: 64px;*/
    padding-left: 48px;
    padding-right: 48px;
    border-radius: 24px;
    background: url(img/bg/bg_newsletter.png) center center no-repeat;
    background-size: cover;
}
.box-promo h4{
    font-size: 20px;
    text-transform: uppercase;
}
.box-promo h4 strong{
    clear: both;
    display: block;
    font-size: 40px;
    line-height: 1em;
}
.box-promo.vc_row{
    margin-left: 0px!important;
    margin-right: 0px!important;
}


/* Contenedor del texto */
.typing-text-wrapper {
    /*display: inline-block;*/
}

/* El texto que se mantiene fijo con su cursor parpadeante */
.typing-text {
    border-right: 2px solid #0e6973; /* Color del cursor (puedes ajustarlo) */
    white-space: nowrap;
    display: inline-block;
    animation: blink-caret 0.75s step-end infinite;
}

/* Animación exclusiva para el parpadeo del cursor */
@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #0e6973; }
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*-------------------------------------------------
1. Media Queries to Fix Responsive Layouts
	1.1 Resolution (For Large Seized Desktops 1600x900)
	1.2 Resolution (For Medium Seized Desktops 1440x900)
	1.3 Resolution (For Small Seized Desktops 1280x800)
	1.4 Resolution (For Large Tablets 1024x800)
	1.5 Resolution (For Small Tablets 768x800)
	1.6 Resolution (For Mobile Phones 320x786)

-------------------------------------------*/
/*-------------------------------------------------
===================================================
	1. Media Queries to Fix Responsive Layouts
===================================================
-------------------------------------------------*/

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1921px) {
}

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1600px) and (max-width: 1919px) {
}
/*-------------------------------------------------
	1.2 Resolution (For Medium Seized Desktops 1440x900)
-------------------------------------------------*/
@media (min-width: 1440px) and (max-width: 1599px) {
}
/*-------------------------------------------------
	1.3 Resolution (For Small Seized Desktops 1280x800)
-------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1440px) {

}
/*-------------------------------------------------
	1.4 Resolution (For Large Tablets 1024x600)
-------------------------------------------------*/
@media (min-width: 1280px) and (max-width: 1440px) {

}

/*-------------------------------------------------
	1.5 Resolution (For Small Tablets 768x800)
-------------------------------------------------*/
@media (min-width: 0px) and (max-width: 1024px) {

}

@media (min-width: 768px) and (max-width: 1024px) {

}
@media (min-width: 0px) and (max-width: 767px) {

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
    .ast-icon svg:not([fill]){
        fill: var(--black)!important;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu,
    .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu,
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link{
        background-color: var(--white)!important;
    }
    .ast-header-break-point .main-navigation .stack-on-mobile li{
        /*padding: 16px 4px;*/
        border-bottom: 1px solid var(--pink);
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu li{
        border-bottom: none!important;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle{
        color: var(--pink)!important;
        background: none!important;
    }
    .ast-primary-header{
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        background-color: rgba(255, 255, 255, 1)!important;
        border-radius: 0;
    }
    .p80,
    .p120{
        padding:40px 0!important;
    }
    .hero-box{
        background: url(img/hero/Hero_mobile_09.jpg) center bottom no-repeat;
        background-color: var(--blue-dark)!important;
        background-size: contain;
        z-index: 0;
        height: auto;
        padding-top: 40px;
        padding-bottom: 400px;
    }
    .hero-left{
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero-left h2,
    .hero-left p{
        text-align: center;
    }
    .btn-hero{
        text-align: center!important;
    }
    .box-lineprod h2,
    .box-lineprod p{
       padding: 0 20px; 
    }
    .box-lineprod h2{
        margin-bottom: 24px!important;
    }
    .cat-menu-02{
        margin-top: 40px;
    }
}

