html {height:100%; }
body {height:100%; position: relative; background: #fff; } 

@font-face { font-family: keepcalm; src: url(../fonts/KeepCalm.ttf); } 
@font-face { font-family: roboto; src: url(../fonts/roboto.ttf); } 

h1 { font-family: keepcalm; font-size: 36px; color: #fff; line-height: 36px;}
h2 { font-family: keepcalm; font-size: 24px; color: #fff; line-height: 24px; }
h2 magenta { color: #EB0045;}

h3 { font-family: keepcalm; font-size: 24px; color: #fff; line-height: 24px;}
h3 magenta { color: #EB0045;}
h3 negro { color: #3e4144;}

h4 { font-family: keepcalm; font-size: 18px; color: #fff; line-height: 18px;}

p { font-family: roboto; font-size: 16px; color: #fff; line-height: 30px;}
p negro { color: #3e4144;}
p a:link { color: #fff; text-decoration: none;}
p a:visited { color: #fff; text-decoration: none;}

p small { font-size: 12px; }


.btn { font-family: roboto; font-size: 16px; background: #fff; color: #EB0045; border-radius: 20px; padding:6px 30px 8px 30px;}
.btn:hover { background: #EB0045; color: #fff; }
.btn_2 { background: #3e4144; color: #fff; }
.btn_2:hover { background: #fff; color: #3e4144; }
.btn_3 { background: #EB0045; color: #fff; }
.btn_3:hover { background: #3e4144; color: #fff; }


@media screen and (max-width: 1200px){  
    h2 { font-size: 30px; line-height: 36px;}
}




/* ////////////////////////////////////////// */




/* Botón volver arriba — ícono BI */
.link_arriba { position:fixed; bottom:50px; right:55px; z-index: 1; opacity:1; display: none; text-decoration: none; }
.link_arriba:hover { opacity:0.5; }
.icono_arriba { font-size: 35px; color: #fff; display: block; line-height: 1; }

/* Botón WhatsApp flotante — fondo verde, ícono blanco */
.link_whatsapp_verde {
    position: fixed;
    bottom: 100px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(37,211,102,0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    z-index: 999;
}
.link_whatsapp_verde:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 22px rgba(37,211,102,0.55);
}
.icono_whatsapp { font-size: 32px; color: #fff; display: block; line-height: 1; margin: -1px 0px 0px 2px; }

@media screen and (max-width: 991px){
    .link_arriba { bottom:50px; right:20px; }
    .icono_arriba { font-size: 35px; }

    .link_whatsapp_verde { bottom:110px; right:20px; width: 50px; height: 50px; }
    .icono_whatsapp { font-size: 30px; }
}




/* ////////////////////////////////////////// */




.navbar { background: white; display: block; padding: 10px 0px; transition: 0.5s;}
.navbar_achicar { padding: 0px 0px;}
.navbar-brand img { height: 45px;}
.navbar-brand_achicar { padding: 100px 0px;}
.nav-item { padding: 0px 3px; }
.nav-item a { font-family: roboto; font-size: 14px; color: #3e4144; }
.nav-item a:hover { color: #EB0045;; }

/* Íconos de redes en navbar */
.nav_redes { display: flex; align-items: center; }
.nav_redes .nav_red_link { padding: 0px 4px; display: inline-flex; align-items: center; }
.nav_icon { font-size: 20px; color: #3e4144; display: block; line-height: 1; }
.nav_icon:hover { color: #EB0045; }

@media screen and (max-width: 1200px){  
    .nav-item { padding: 0px 0px; }
    .nav-item a { font-size: 13px; }
    .nav_icon_negro { font-size: 16px; }
}

@media screen and (max-width: 991px){    
    .navbar { padding: 0px; margin: 0px; text-align: center; height: 75px; display: block;}    
    .navbar .container { padding: 10px 0px; display: block; } 
    .navbar-collapse { margin-top: 15px;}
    .navbar-brand { padding-left: 5px; }
    .navbar-brand img {padding-top: 5px;}
    .nav-item { padding: 5px 0px; text-align: center; background: #EB0045; display: block; }
    .nav-item a { font-size: 15px; color: #fff; }
    .nav-item a:hover { color: #fff; }
    .nav_redes { justify-content: center; padding: 5px 0px; }
    .nav_icon_blanco { font-size: 20px; margin: 5px 0px; }
    .navbar-toggler { border: 0px; float:right; position: absolute; right: 20px; top: 15px;}
    .mostrar_grande { display: none; }
    .mostrar_chico { display: inline-flex; }
    .nav_icon { color: #FFF; }
}




/* ////////////////////////////////////////// */




.espacio_vacio_superior { height: 75px; }

@media screen and (max-width: 991px){ 
    .espacio_vacio_superior { height: 75px; }
}




/* ////////////////////////////////////////// */




.inicio_video { position: relative; overflow: hidden; z-index: 0; height: 600px; display: flex; align-items: center; text-align: center; }
.video_fondo { padding: 0px; background-position: center; background-size: cover; position: absolute; min-width: 102%; top: 50%; left: 50%; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 1; }
.inicio_video .overlay { padding: 0px; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2; background: RGBA(0, 140, 255, 1);
background: radial-gradient(circle, rgba(0, 140, 255, 0.2) 0%, rgba(0, 50, 210, 0.4) 100%);}
.inicio_info { text-align: center; z-index: 3; filter: drop-shadow(0px 0px 10px #fff);}
.inicio_logo { height: 130px;  }

@media screen and (max-width: 991px){ 
    .inicio_video {height: 600px; }
    .video_fondo { height: 100%; }
    .inicio_logo { height: 100px;  }
}




/* ////////////////////////////////////////// */




.separador { background: #EB0045; text-align: center; }
.separador .row { padding: 80px 0px; text-align: center;}
.separador form { text-align: center;}
.separador .form-control { width: 30%; display: inline-block; padding: 8px 20px; font-family: roboto; font-size: 15px; border-radius: 20px; margin: 0px; }

.separador .btn { margin-left: 10px;}

@media screen and (max-width: 991px){ 
    .separador .form-control { width: 100%;}
    .separador .btn { margin: 20px 10px;}
}




/* ////////////////////////////////////////// */




.banners_categorias_item { padding: 0px; }
.banners_categorias_item:hover .banners_categorias_item_fondo img { scale: 1.1; }
.banners_categorias_item:hover .banners_categorias_item_overlay {
    background: radial-gradient(ellipse at center, rgba(235,14,70,0.50) 0%, rgba(100,0,20,0.75) 100%);
}
.banners_categorias_item:hover .btn {
    background: #EB0045;
    color: #fff;
}

/* banners_categorias_item_fondo es un <a>, cubre todo el área */
.banners_categorias_item_fondo {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}
.banners_categorias_item_fondo img { width:100%; transition: 0.5s; display: block; }

.banners_categorias_item_overlay {
    width:100%; height:100%;
    position:absolute; text-align:center;
    top:50%; left:50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.55) 100%);
    transition: background 0.4s ease;
}

.banners_categorias_item_info { position:absolute; text-align:center; width:100%; padding:20px; top:50%; left:50%; transform: translate(-50%, -50%); transition: 0.5s; }




/* ////////////////////////////////////////// */




.contacto { height: 100%; background: #3e4144; }
.contacto .row { height: 100%; }

.contacto_izq { margin: 0px; padding: 0px; background-image: url("../img/ssp_fondo_contacto.jpg"); background-position: center; background-size: cover; position: relative; z-index: 1;}
.contacto_izq_overlay { position: absolute;  top: 0; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2;}
.contacto_izq_on { width: 650px; height: 100%; float: right; display: flex; align-items: center; }
.contacto_izq_on_on { z-index: 3;}

.icono_contacto { font-size: 20px; color: #fff; vertical-align: middle; margin-top: -3px; margin-right: 10px; display: inline-block; }

.contacto_der { margin: 0px; padding: 0px; }
.contacto_der_on { width: 650px; height: 100%; float: left; display: flex; align-items: center; position: relative;}
.contacto_der_on form { width: 100%; padding: 0px 0px 0px 80px;}

.form-control { border: 0px; font-family: roboto; font-size: 16px; margin: 24px 0px; border-radius: 10px;}
.newsletter_check input { margin-right: 10px;} 
.newsletter_check p { display: inline;}
.g-recaptcha { margin: 20px 0px;}

.firmita { position: absolute; bottom: 0px; margin-left: 80px;}
.firmita img { height: 35px; margin-left: 5px; margin-top: -5px;} 
.firmita_mini { display: none;}

@media screen and (max-width: 1400px){ 
    .contacto_izq_on, .contacto_der_on { width: 550px; }
}

@media screen and (max-width: 1200px){ 
    .contacto_izq_on, .contacto_der_on { width: 470px; }
}

@media screen and (max-width: 991px){ 
    .contacto { height: auto;}
    .contacto .row { height: auto; }
    .contacto_izq_on { width: 100%; height: auto; float: none; padding: 80px 30px 50px 30px; }
    .contacto_izq_on_on {width: 100%; text-align: center; }
    .contacto_der_on { width: 100%; height: auto; float: none;  } 
    .contacto_der_on form { padding: 50px 30px; } 
    .firmita { display: none;}
    .firmita_mini { display: block; background: #3e4144; padding: 0px 30px; text-align: center;}
    .firmita_mini img { height: 35px; margin-left: 5px; margin-top: -2px;} 
}




/* ////////////////////////////////////////// */




footer { background: #3e4144; text-align: center; padding-top: 10px; background-image: url(../img/ssp_textura.png);}
footer img { height: 30px; margin-left: 5px; margin-top: -5px;} 




/* ////////////////////////////////////////// */



.sahumos_subdominio_intro { padding-top: 50px; background: #f3f3f3;}

.sahumos_subdominio_intro_on { padding-right: 50px;}
.sahumos_subdominio_intro_on img { border-radius: 20px;}
.sahumos_subdominio_intro_datita { display: flex; align-items: center;}

.sahumos_more_data { padding: 75px 0px 50px 0px; background: #f3f3f3; }
.sahumos_more_data_data { padding-right: 150px;}

.disertante { text-align: center; background: #EB0045; padding: 0px; border-radius: 30px; }
.disertante img { border-radius: 30px 30px 0px 0px; }
.disertante_txt { padding: 30px 30px;}
.manito {width: 100px; margin: 10px;}


.formulario_taller { background: #EB0045; padding: 100px 0px;}
.formulario_taller_on { display: flex; align-items: center;}
.formulario_taller_on .icono_contacto { color: #fff; }


@media screen and (max-width: 991px){ 
    .sahumos_subdominio_intro { padding-top: 30px; }

    .sahumos_subdominio_intro_on { padding-right: 10px;}
    .sahumos_subdominio_intro_datita { padding-top: 40px;}

    .sahumos_more_data { padding: 30px 15px 50px 15px; }
    .sahumos_more_data_data { padding-right: 10px; padding-bottom: 30px;}

    .formulario_taller { padding: 100px 20px 50px 20px;}
}




/* ////////////////////////////////////////// */




.modal-header img { height: 50px; }
.modal-body { padding: 0px;  }
.modal-body .img-fluid { width: 100%;}
.modal_textitos { padding: 25px 25px 40px 25px;}
.modal_textitos a img { height: 25px; margin-top: -2px; margin-right: 10px;}




/* ////////////////////////////////////////// */
/* Animaciones de entrada — Hero             */
/* ////////////////////////////////////////// */

/* Logo: cae desde arriba */
.hero_logo {
    animation: hero_caida 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Textos: fade + sube, escalonados */
.hero_txt {
    opacity: 0;
    animation: hero_fade_up 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero_txt_1 { animation-delay: 0.7s; }
.hero_txt_2 { animation-delay: 0.95s; }
.hero_txt_3 { animation-delay: 1.2s; }

@keyframes hero_caida {
    from { opacity: 0; transform: translateY(-40px) scale(0.9); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes hero_fade_up {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}




/* ////////////////////////////////////////// */
/* Animaciones al scrollear                  */
/* ////////////////////////////////////////// */

.scroll_fade {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
/* Delay escalonado para hermanos consecutivos */
.scroll_fade:nth-child(2) { transition-delay: 0.15s; }
.scroll_fade:nth-child(3) { transition-delay: 0.30s; }

.scroll_fade.scroll_fade_in {
    opacity: 1;
    transform: translateY(0);
}




/* ////////////////////////////////////////// */
/* Sección activa en navbar                  */
/* ////////////////////////////////////////// */

.nav_activo { color: #EB0045 !important; font-weight: 400 !important; }
@media screen and (max-width: 991px){
    .nav_activo { color: #fff !important; font-weight: 400 !important; background: rgba(0,0,0,0.15); }
}




/* ////////////////////////////////////////// */
/* Footer negro (páginas internas)           */
/* ////////////////////////////////////////// */

footer.footer_negro {
    background: #000 !important;
    background-image: none !important;
}




/* ////////////////////////////////////////// */
/* Modal tamaño reducido                     */
/* ////////////////////////////////////////// */

.modal_chico { max-width: 480px; }

.modal-header { padding: 10px 16px; }
.modal-header img { height: 36px; }
.modal-body { padding: 0px; }
.modal-body .img-fluid { width: 100%; display: block; }
.modal_textitos { padding: 16px 20px 24px 20px; }
.modal_textitos h3 { font-size: 18px; line-height: 22px; margin-bottom: 6px; }
.modal_textitos p { font-size: 14px; line-height: 22px; margin-bottom: 14px; }
.modal_textitos .btn { font-size: 14px; padding: 6px 20px; display: inline-flex; align-items: center; gap: 6px; }




/* ////////////////////////////////////////// */
/* Animaciones entrada — páginas internas    */
/* ////////////////////////////////////////// */

/* Imagen intro: entra desde la izquierda */
.anim_desde_izq {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Texto intro: entra desde la derecha */
.anim_desde_der {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

/* Disertante: sube con fade, delay para que entre después del texto */
.anim_disertante {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.anim_desde_izq.anim_visible,
.anim_desde_der.anim_visible,
.anim_disertante.anim_visible {
    opacity: 1;
    transform: translate(0);
}




/* ////////////////////////////////////////// */
/* Sobre Mí                                  */
/* ////////////////////////////////////////// */

/* Hero de la página */
.sobremi_hero {
    position: relative;
    
    background-image: url("../img/ssp_banner_aromasysahumos.jpg");
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.sobremi_hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 100%);
}
.sobremi_hero_content {
    position: relative;
    z-index: 2;
    padding: 60px 0 50px 0;
    width: 100%;
}
.sobremi_hero_content h1 { font-size: 44px; line-height: 48px; margin-bottom: 10px; }
.sobremi_hero_content h4 { color: #EB0045; letter-spacing: 3px; text-transform: uppercase; }

/* Intro: foto + texto */
.sobremi_intro { background: #f3f3f3; padding: 80px 0; overflow: hidden;}
.sobremi_foto { padding-right: 50px; }
.sobremi_foto img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}
.sobremi_firma {
    display: block;
    margin-top: 20px;
    text-align: center;
}
.sobremi_firma img { width: 100px; }
.sobremi_texto { display: flex; align-items: center; }
.sobremi_texto_inner h2 { color: #EB0045; margin-bottom: 20px; }
.sobremi_texto_inner p negro { color: #3e4144; font-size: 17px; line-height: 32px; }

/* Valores */
.sobremi_valores {
    background: #EB0045;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sobremi_valores::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.06) 0%, transparent 70%);
}
.sobremi_valores h2 { margin-bottom: 50px; letter-spacing: 2px; position: relative; }
.sobremi_valor_item {
    position: relative;
    padding: 30px 20px;
}
.sobremi_valor_item .valor_icono {
    font-size: 36px;
    color: rgba(255,255,255,0.85);
    display: block;
    margin-bottom: 14px;
}
.sobremi_valor_item h4 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}
.sobremi_valor_item p { font-size: 13px; line-height: 22px; color: rgba(255,255,255,0.75); }

/* Bio extendida + servicios */
.sobremi_bio { background: #fff; padding: 80px 0; }
.sobremi_bio_txt h2 { color: #EB0045; margin-bottom: 20px; }
.sobremi_bio_txt p negro { color: #3e4144; }
.sobremi_bio_txt .btn_2 { margin-top: 10px; margin-right: 10px; display: inline-block; }

.sobremi_servicios { padding-top: 20px; }
.sobremi_servicio_card {
    background: #f3f3f3;
    border-radius: 16px;
    padding: 30px 24px;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    /* border-left: 4px solid #EB0045; */
}
.sobremi_servicio_card:hover {
    box-shadow: 0 8px 30px rgba(235,0,69,0.15);
    transform: translateY(-4px);
}
.sobremi_servicio_card i {
    font-size: 30px;
    color: #EB0045;
    display: block;
    margin-bottom: 14px;
}
.sobremi_servicio_card h3 { color: #3e4144; font-size: 18px; margin-bottom: 10px; }
.sobremi_servicio_card p { color: #3e4144; font-size: 14px; line-height: 24px; }

/* Cierre */
.sobremi_cierre {
    background: #3e4144;
    padding: 80px 0;
    text-align: center;
}
.sobremi_cierre blockquote {
    font-family: keepcalm, sans-serif;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    max-width: 700px;
    margin: 0 auto 30px;
}
.sobremi_cierre blockquote span { color: #EB0045; }
.sobremi_cierre p { color: rgba(255,255,255,0.6); font-size: 14px; letter-spacing: 2px; text-transform: uppercase; }

@media screen and (max-width: 991px) {
    .sobremi_hero_content { padding: 60px 20px 50px 20px;}
    .sobremi_hero_content h1 { font-size: 30px; line-height: 36px; }
    .sobremi_foto { padding-right: 15px; margin-bottom: 40px; }
    .sobremi_intro { padding: 50px 10px; }
    .sobremi_bio { padding: 50px 10px; }
    .sobremi_valores { padding: 50px 10px; }
    .sobremi_valor_item { padding: 20px 10px; }
    .sobremi_cierre blockquote { font-size: 18px; line-height: 30px; }
    .sobremi_valor_item h4 {letter-spacing: 0px;}
}
