/* ==========================================
   ASCOSMETICS - LANDING PAGE
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    color:#333;

    background:#ffffff;

    line-height:1.7;

}

/*==================================
MENU
==================================*/

.navbar{

    padding:15px 0;

    transition:.35s;

    background:transparent;

}

.navbar.scrolled{

    background:rgba(255,255,255,0.98);

    backdrop-filter:blur(10px);

    box-shadow:0 8px 25px rgba(0,0,0,.12);

    padding:10px 0;

}

.logo{
 
    height:70px;
    width:auto;
}

.nav-link{

    font-weight:600;

    color:#35521F !important;

    margin-left:18px;

}

.nav-link:hover{

    color:#6A8B3B !important;

}

/*==================================
HERO
==================================*/

.hero{

    background:linear-gradient(135deg, #EAF6E6 0%, #DCEFD8 100%);

    min-height:100vh;

    display:flex;

    align-items:center;

    color:#2F4A1D;

    padding-top:90px;

}

.hero h1{

font-size:56px;
font-weight:700;
line-height:1.2;
letter-spacing:-1px;
margin-bottom:24px;
color:#2F4A1D;

}

.hero h5{

    font-size:15px;

    font-weight:600;

    color:#4A7029;

    letter-spacing:2px;

}

.hero p{

font-size:19px;

font-weight:400;

line-height:1.8;

margin-top:24px;

margin-bottom:35px;

max-width:700px;

color:#3E5C2C;

}

.hero-img{

    max-width:95%;

}

.texto-verde{

    color:#4A7029;

}

/*==================================
BOTONES
==================================*/

.btn-success{

    background:#4E6F2B;

    border:none;

    padding:16px 38px;

    font-size:18px;

    font-weight:600;

    transition:.35s;

}

.btn-success:hover{

    transform:translateY(-4px);

    background:#35521F;

    
}

.btn-outline-success{

    border:2px solid white;

    color:white;

    border-radius:40px;

    padding:14px 30px;

}

.btn-outline-success:hover{

    background:white;

    color:#35521F;

}

/*==================================
SECCIONES
==================================*/

section{

    padding:90px 0;

}

.titulo-seccion{

    text-align:center;

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

    color:#35521F;

}

.subtitulo{

    text-align:center;

    margin-bottom:60px;

    color:#666;

}

/*==================================
EMPRESA
==================================*/

.info-box{

    background:white;

    border-radius:15px;

    padding:30px;

    margin-top:25px;

    text-align:center;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

}

.info-box h3{

    color:#4E6F2B;

    font-size:34px;

    font-weight:700;

}

/*==================================
PRODUCTOS
==================================*/

.producto-card{

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.producto-card:hover{

    transform:translateY(-10px);

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}

.producto-img{

    width:100%;

    height:270px;

    object-fit:cover;

}

.producto-card h3{

    color:#35521F;

    margin-bottom:15px;

    font-size:28px;

}

.origen{

    color:#4E6F2B;

    font-weight:600;

}

.producto-card ul{

    padding-left:18px;

}

.producto-card li{

    margin-bottom:8px;

}

/*==================================
BENEFICIOS
==================================*/

.beneficio{

background:white;

padding:40px;

border-radius:20px;

text-align:center;

transition:.35s;

height:100%;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.beneficio i{

color:#4E6F2B;

margin-bottom:20px;

}

.beneficio h4{

margin-bottom:15px;

color:#35521F;

font-weight:700;

}

.beneficio:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

   
/*==================================
CONTACTO
==================================*/

.contacto{

    background:#f5f5f5;

}

.form-control{

    border-radius:12px;

    padding:15px;

}

textarea{

    resize:none;

}

/*==================================
FOOTER
==================================*/

.footer{

    background:#35521F;

    color:white;

    padding:60px 0;

}

.footer p{

    margin-bottom:8px;

}

/*==================================
WHATSAPP
==================================*/

.whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    background:#25D366;

    color:white;

    text-decoration:none;

    width:70px;
    height:70px;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    padding:0;

    

    font-weight:700;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

    z-index:9999;

}

.whatsapp:hover{

    color:white;

    background:#1db954;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

.hero{

text-align:center;

}

.hero h1{

font-size:42px;

}

.hero p{

font-size:18px;

}

.hero-img{

margin-top:40px;

}

}

@media(max-width:768px){

.hero h1{

font-size:40px;

line-height:1.2;

text-align:center;

}

.hero p{

font-size:18px;

line-height:1.7;

text-align:center;

margin:auto;

margin-top:25px;

margin-bottom:35px;

}

.hero{

padding-top:120px;

padding-bottom:80px;

}

}

.titulo-seccion{

font-size:32px;

}

.btn-success,
.btn-outline-success{

width:100%;

margin-bottom:15px;

}

/*=========================================================
TARJETAS PREMIUM
=========================================================*/

.producto-card{

    border:none;

    overflow:hidden;

    border-radius:22px;

    background:#FFFFFF;

    transition:.40s;

    box-shadow:0 10px 30px rgba(0,0,0,.10);

}

.producto-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 45px rgba(0,0,0,.18);

}

.producto-img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.45s;

}

.producto-card:hover .producto-img{

    transform:scale(1.08);

}

.producto-card h3{

    color:#35521F;

    font-size:30px;

    font-weight:700;

    margin-top:15px;

}

.producto-card h5{

    margin-top:20px;

    color:#4E6F2B;

    font-weight:600;

}

.producto-card ul{

    padding-left:18px;

}

.producto-card li{

    margin-bottom:8px;

    color:#555;

}

.origen{

    display:inline-block;

    background:#4E6F2B;

    color:white;

    padding:6px 16px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    margin-bottom:20px;

}

/*==================================================
EXPORTACIÓN
==================================================*/

.exportacion{

    background:#f7f9f7;

}

.pais{

    display:inline-block;

    background:white;

    padding:12px 22px;

    margin:8px;

    border-radius:30px;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

    font-weight:600;

    transition:.30s;

}

.pais:hover{

    background:#35521F;

    color:white;

    transform:translateY(-3px);

}

/*==================================================
FRANJA DE CONFIANZA
==================================================*/

.franja-confianza{

background:#35521F;

padding:35px 0;

color:white;

}

.dato-rapido{

padding:15px;

}

.dato-rapido h2{

font-size:48px;

font-weight:700;

margin-bottom:10px;

color:#FFD54F;

}

.dato-rapido p{

font-size:18px;

margin:0;

font-weight:600;

letter-spacing:.5px;

}


/*==================================================
VENTAJAS
==================================================*/

.ventajas{

background:#f8f9fa;

}

.ventaja-box{

background:white;

padding:35px;

border-radius:20px;

height:100%;

text-align:center;

transition:.35s;

box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.ventaja-box:hover{

transform:translateY(-10px);

box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.numero{

font-size:48px;

font-weight:800;

color:#4E6F2B;

margin-bottom:20px;

}

.ventaja-box h4{

font-weight:700;

color:#35521F;

margin-bottom:15px;

}

.ventaja-box p{

color:#666;

line-height:1.8;

}

/*==================================
WHATSAPP
==================================*/

.whatsapp-float{

position:fixed;

bottom:25px;

right:25px;

width:70px;

height:70px;

z-index:9999;

transition:.3s;

}

.whatsapp-float img{

width:100%;

border-radius:50%;

box-shadow:0 10px 25px rgba(0,0,0,.25);

}

.whatsapp-float:hover{

transform:scale(1.1);

}