/* 

App Landing Template

http://www.templatemo.com/tm-474-app-landing

*/

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Light.eot');
    src: local('Fira Sans Light'),
         url('../fonts/FiraSans-Light.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Light.woff') format('woff'),
         url('../fonts/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'),
         url('../fonts/FiraSans-Regular.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Regular.woff') format('woff'),
         url('../fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url('../fonts/FiraSans-Bold.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Bold.woff') format('woff'),
         url('../fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {
    overflow: hidden;
}
body {
    background: #455a64;
    overflow: auto;
    height: 100vh;
}
/***** Typography *****/
body, p, a, th, td, li, dl, .form-control { font: normal normal 300 18px/2em 'Fira Sans';}
b, strong, dt { font-weight: 400;}
h1, h2, h3, h4, h5, h6 { line-height: 2em;}
/***** Material Shadow *****/
.shadow-top-down {
    box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.75);
    transition: all .5s;
}
.shadow-top-down:hover { box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);}
/***** Material Form Elements *****/
form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
form .form-group { margin-top: 30px;}
form input.form-control,
form button.form-control,
form textarea.form-control ,
form select.form-control {
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #233842;
    border-radius: 0px;
    height: 45px;
}
form input.form-control:focus,
form button.form-control:focus,
form textarea.form-control:focus {
    border-bottom-color: #c0c0c0;
    box-shadow: none;
}
form button.form-control {
    background-color: #275267;
    transition: .5s;
}
form button.form-control[type=reset] { background-color: transparent;}
form button.form-control:hover,
form button.form-control:focus {
    border-bottom-color: #275267;
    background-color: #1c2d35;
}
form textarea.form-control { min-height: 120px;}
form .input-group-addon { 
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #2f9989;
    vertical-align: top;
    border-radius: 0;
    color: white;
}
form .input-group-addon i { padding-top: 10px;color: #000;}
form .checkbox input[type=checkbox] { margin-top: 12px;}
/***** Images Padding Config *****/
.img-rounded { border-radius: 4px;}
.img-n-pargaraph .pull-right {
    padding: 0;
    margin: 10px 0 15px 15px;
}
.img-n-pargaraph .pull-left {
    padding: 0;
    margin: 10px 15px 15px 0;
}
/***** Template Header *****/
header.template_header h1 {
    font: normal normal 200 50px/150px 'Fira Sans', sans-serif;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}
header.template_header h1 span {
    position: relative; 
    top: -15px;
}
/***** Main Menu *****/
nav.main-menu {
    top: 130px;
    right: 100px;
    z-index: 998;
    display: none;
    position: fixed;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(37,58,68,.15);
}
nav.main-menu a:link, nav.main-menu a:hover, nav.main-menu a:focus, nav.main-menu a { 
    color: #455a64;
    text-align: left;
    font: normal normal 400 18px/30px 'Fira Sans', sans-serif;
    padding: 10px 50px 10px 30px;
    border-radius: 0;
}
.show-menu {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 100px;
    text-align: center;
}
.show-menu a:hover, .show-menu a {
    font: normal normal 100 100px/70px 'Fira Sans', sans-serif;
    border: 1px solid rgba(37,58,68,.15);
    text-decoration: none;
    border-radius: 50px;
    background: #fff;
    display: block;
    color: #455a64;
    width: 70px;
    height: 70px;
    padding: 0px;
    outline: none;
}
/***** Home *****/
/* ===============================
   Home Section Responsiva
   =============================== */
#templatemo_home {
    background: #154558 url(../images/familia3.png) no-repeat center center;
    background-size: cover; /* cubrir todo el área */
    min-height: 100vh;
    padding: 130px 20px 50px 20px; /* ajusta top y bottom */
    color: #fff;
    display: flex;
    align-items: center; /* centra verticalmente contenido */
    justify-content: center; /* centra horizontalmente contenido */
    text-align: center;
    box-sizing: border-box;
}

#templatemo_home .templatemo_home_inner_wapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#templatemo_home h1 {
    margin-top: 0;
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 20px;
}

#templatemo_home h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom: 30px;
}

#templatemo_home p {
    margin: 20px 0 40px 0;
    font-size: 18px;
    line-height: 1.8;
}

#templatemo_home p a {
    background-color: rgba(255,255,255,.6);
    border-bottom: 1px dotted #000;
    text-decoration: none;
    padding: 5px;
    color: #000;
}

#templatemo_home p a:hover {
    background-color: rgba(255,255,255,.75);
    border-bottom: 0px dotted #000;
}

#templatemo_home a.btn {
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    padding: 0 25px;
    display: inline-block;
    transition: background 0.3s, transform 0.2s;
}

#templatemo_home a.btn:hover {
    background: #f1f1f1;
    transform: translateY(-2px);
}

/* ===============================
   Media Queries
   =============================== */

/* Tablets medianas */
@media (max-width: 992px) {
    #templatemo_home h1 {
        font-size: 55px;
        line-height: 65px;
    }
    #templatemo_home h2 {
        font-size: 28px;
        line-height: 34px;
    }
    #templatemo_home p {
        font-size: 16px;
        line-height: 1.6;
    }
    #templatemo_home a.btn {
        font-size: 16px;
        line-height: 50px;
        padding: 0 20px;
    }
}

/* Tablets pequeñas */
@media (max-width: 768px) {
    #templatemo_home h1 {
        font-size: 45px;
        line-height: 55px;
    }
    #templatemo_home h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #templatemo_home p {
        font-size: 15px;
    }
    #templatemo_home a.btn {
        font-size: 15px;
        line-height: 45px;
        padding: 0 18px;
    }
}

/* Móviles grandes */
@media (max-width: 576px) {
    #templatemo_home h1 {
        font-size: 38px;
        line-height: 45px;
    }
    #templatemo_home h2 {
        font-size: 20px;
        line-height: 26px;
    }
    #templatemo_home p {
        font-size: 14px;
    }
    #templatemo_home a.btn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
    }
}

/* Móviles pequeños */
@media (max-width: 400px) {
    #templatemo_home h1 {
        font-size: 32px;
        line-height: 38px;
    }
    #templatemo_home h2 {
        font-size: 18px;
        line-height: 22px;
    }
    #templatemo_home p {
        font-size: 13px;
    }
    #templatemo_home a.btn {
        font-size: 13px;
        line-height: 36px;
        padding: 0 12px;
    }
}

/* ===============================
   Sección Features (Control de Acceso)
   =============================== */
/* =========================================
   FEATURES - SILICON VALLEY SaaS 2026
========================================= */

#templatemo_features {
    position: relative;
    padding: 140px 20px;
    text-align: center;
    overflow: hidden;
    background: #0b0f14;
    color: #ffffff;
}

/* Fondo con glow tecnológico */
#templatemo_features::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 210, 198, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(0, 160, 255, 0.12), transparent 40%);
    z-index: 0;
}

/* Contenedor */
#templatemo_features .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: auto;
}

/* =========================================
   TÍTULO
========================================= */

#templatemo_features .template_header h1 {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 80px;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
/* =========================================
   TARJETAS
========================================= */

.feature-box {
    margin-bottom: 70px;
}

.feature-title-link {
    text-decoration: none;
    display: block;
}

.feature-box-inner {
    border-radius: 28px;
    padding: 65px 45px;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    color: #ffffff;
}

/* Hover SaaS elegante */
.feature-box-inner:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 100px rgba(0, 210, 198, 0.25);
    border: 1px solid rgba(0, 210, 198, 0.4);
}

/* =========================================
   ICONOS
========================================= */

.feature-box-icon {
    font-size: 44px;
    margin-bottom: 28px;
    color: #00d2c6;
    transition: 0.3s ease;
}

.feature-box-inner:hover .feature-box-icon {
    transform: scale(1.1);
}

/* =========================================
   TEXTO
========================================= */

.feature-box-inner strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.feature-box-inner p {
    font-size: 15px;
    opacity: 0.8;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {

    #templatemo_features {
        padding: 90px 20px;
    }

    #templatemo_features .template_header h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .feature-box-inner {
        padding: 45px 25px;
    }

    .feature-box-icon {
        font-size: 34px;
    }
}

/***** Download / Call to Action 100% Responsive *****/
#templatemo_download { 
    background: url(../images/download_background.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed; /* efecto parallax */
    padding: 100px 20px;
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#templatemo_download .templatemo_download_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* overlay semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    width: 90%;
    margin: auto;
    border-radius: 15px;
    box-sizing: border-box;
}

/* Título grande */
#templatemo_download h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_download p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_download a {
    display: inline-block;
    padding: 15px 40px;
    background-color: #ff6600;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_download a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Media Queries para responsividad
   =============================== */

/* Tablets medianas */
@media (max-width: 992px) {
    #templatemo_download h2 {
        font-size: 42px;
        line-height: 50px;
    }
    #templatemo_download p {
        font-size: 16px;
    }
    #templatemo_download a {
        padding: 14px 35px;
    }
}

/* Tablets pequeñas y móviles grandes */
@media (max-width: 768px) {
    #templatemo_download h2 {
        font-size: 36px;
        line-height: 44px;
    }
    #templatemo_download p {
        font-size: 15px;
    }
    #templatemo_download .templatemo_download_text_wapper {
        padding: 30px 20px;
    }
    #templatemo_download a {
        padding: 12px 30px;
    }
}

/* Móviles medianos */
@media (max-width: 576px) {
    #templatemo_download h2 {
        font-size: 30px;
        line-height: 36px;
    }
    #templatemo_download p {
        font-size: 14px;
    }
    #templatemo_download a {
        padding: 10px 25px;
    }
}

/* Móviles pequeños */
@media (max-width: 400px) {
    #templatemo_download h2 {
        font-size: 15px;
        line-height: 20px;
    }
    #templatemo_download p {
        font-size: 13px;
    }
    #templatemo_download a {
        padding: 8px 20px;
        font-size: 14px;
    }
}


.feature-box {
  text-align: center;
  margin-bottom: 40px;
}

.feature-box-inner {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Ícono */
.feature-box-icon i {
  font-size: 48px;
  color: #00bcd4; /* color principal — podés cambiarlo */
  margin-bottom: 15px;
  transition: color 0.3s;
}

.feature-box-inner:hover .feature-box-icon i {
  color: #00e5ff; /* un tono más claro al pasar el mouse */
}

/* Título */
.feature-box-inner strong {
  display: block;
  font-size: 22px; /* un poco más grande */
  color: #00bcd4; /* mismo color que el ícono */
  margin-bottom: 10px;
  font-weight: 600;
}

/* Texto */
.feature-box-inner p {
  color: #ddd;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/***** personas *****/
#templatemo_personas { 
    background: url(../images/personas.jpeg) no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
	 padding: 140px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* Fondo semi-transparente para el texto */
#templatemo_personas .templatemo_personas_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_personas h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_personas p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_personas a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_personas a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_personas h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_personas p {
        font-size: 16px;
    }
    #templatemo_personas .templatemo_personas_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_personas h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_personas p {
        font-size: 14px;
    }
    #templatemo_personas a {
        padding: 12px 25px;
    }
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_personas h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_personas p {
        font-size: 16px;
    }
    #templatemo_personas .templatemo_personas_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_personas h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_personas p {
        font-size: 14px;
    }
    #templatemo_personas a {
        padding: 12px 25px;
    }
}
/***** Depto *****/
#templatemo_mascotas { 
    background: url(../images/mascotas.png)no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
	 padding: 140px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* Fondo semi-transparente para el texto */
#templatemo_mascotas .templatemo_mascotas_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_mascotas h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_mascotas p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_mascotas a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_mascotas a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_mascotas h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_mascotas p {
        font-size: 16px;
    }
    #templatemo_mascotas .templatemo_mascotas_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_mascotas h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_mascotas p {
        font-size: 14px;
    }
    #templatemo_mascotas a {
        padding: 12px 25px;
    }
}


/***** objetos *****/
#templatemo_objetos { 
    background: url(../images/objetos.jpeg) no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
	 padding: 140px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* Fondo semi-transparente para el texto */
#templatemo_objetos .templatemo_objetos_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_objetos h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_objetos p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_objetos a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_objetos a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_objetos h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_objetos p {
        font-size: 16px;
    }
    #templatemo_objetos .templatemo_objetos_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_objetos h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_objetos p {
        font-size: 14px;
    }
    #templatemo_objetos a {
        padding: 12px 25px;
    }
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_objetos h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_objetos p {
        font-size: 16px;
    }
    #templatemo_objetos .templatemo_objetos_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_objetos h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_objetos p {
        font-size: 14px;
    }
    #templatemo_objetos a {
        padding: 12px 25px;
    }
}

/***** Gimnasios *****/
#templatemo_gimnasio { 
    background: url(../images/gimnasio.jpg) no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
}
/* Fondo semi-transparente para el texto */
#templatemo_gimnasio .templatemo_gimnasio_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_gimnasio h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_gimnasio p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_gimnasio a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_gimnasio a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_gimnasio h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_gimnasio p {
        font-size: 16px;
    }
    #templatemo_gimnasio .templatemo_gimnasio_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_gimnasio h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_gimnasio p {
        font-size: 14px;
    }
    #templatemo_gimnasio a {
        padding: 12px 25px;
    }
}

/***** Eventos *****/
#templatemo_evento { 
    background: url(../images/evento.png) no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
}
/* Fondo semi-transparente para el texto */
#templatemo_evento .templatemo_evento_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_evento h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_evento p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_evento a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_evento a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_evento h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_evento p {
        font-size: 16px;
    }
    #templatemo_evento .templatemo_evento_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_evento h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_evento p {
        font-size: 14px;
    }
    #templatemo_evento a {
        padding: 12px 25px;
    }
}
/***** Element *****/
#templatemo_element .container {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-radius: 5px;
}
#templatemo_element header h1 { color: #000;}
#templatemo_element #element-icon-wapper {
    overflow: hidden;
    border-radius: 5px;
}
#templatemo_element #element-icon-wapper > div {
    background-color: rgba(0,0,0,.05);
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
#templatemo_element #element-icon-wapper > div:hover {
    transition: .5s;
    background-color: rgba(0,0,0,.2);
}
#templatemo_element #element-icon-wapper a { color: #000;}
#templatemo_element #img-grid-wapper > div { padding: 5px;}

/***** Footer *****/
footer {
    padding: 20px 0 16px 0;
    text-align: center;
    background: #fff;
}
.footer-copyright p {
    margin:20px auto 20px auto;
    text-align: center;
    line-height: 32px;
    color: #666;
}
.footer-copyright a { 
    border-bottom: 1px dotted #fff;
    color: #666;
}
.footer-copyright a:hover {
    color: #000;
    border: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .show-menu {right: 50px;}
    nav.main-menu {right: 50px;}
}
@media (max-width: 991px) {
    .show-menu {right: 30px;}
    nav.main-menu {right: 30px;}
}
@media (max-width: 767px) {
    #templatemo_download h2 {font-size: 70px;}
    #templatemo_home h2 {font-size: 26px;}
}
@media (max-width: 400px) {
    nav.main-menu {right: 10px;}
    .show-menu {right: 10px;}
    #templatemo_contact .social a {
        padding: 18px;
        font-size: 25px;
        line-height: 20px;
        height: 60px;
        width: 60px;
    }
}

.feature-box-icon {
  font-size: 60px;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.feature-box-icon:hover {
  color: #fff;
  background: #007bff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.3s ease;
}

.whatsapp-float i {
  margin-top: 14px;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}

/* ===================================== */
/* TODOQR FEATURES - GLASS MODERNO */
/* ===================================== */

.feature-box {
    margin-bottom: 50px;
}

.feature-box-inner {
    border-radius: 22px;
    padding: 60px 35px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.35s ease;
    border: 1px solid rgba(255,255,255,0.25);
    color: #ffffff;
}

/* Hover elegante */
.feature-box-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

/* Icono */
.feature-box-icon i {
    font-size: 58px;
    margin-bottom: 25px;
    color: #ffffff;
}

/* Título */
.feature-title-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease;
}

.feature-title-link:hover {
    opacity: 0.85;
    color: #ffffff;
    text-decoration: none;
}

/* ============================= */
/* COLORES REALES CON TRANSPARENCIA */
/* ============================= */

/* PERSONAS */
.personas-box .feature-box-inner {
    background: rgba(140, 198, 63, 0.70);
}

/* MASCOTAS */
.mascotas-box .feature-box-inner {
    background: rgba(15, 159, 154, 0.70);
}

/* OBJETOS */
.objetos-box .feature-box-inner {
    background: rgba(228, 182, 71, 0.70);
}

/* ========================================= */
/* TODOQR ULTRA PREMIUM 2026 */
/* ========================================= */

.feature-box {
    margin-bottom: 60px;
}

/* TARJETA BASE */
.feature-box-inner {
    position: relative;
    border-radius: 26px;
    padding: 65px 40px;
    text-align: center;
    overflow: hidden;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.25);
    color: #ffffff;
}

/* BORDE BRILLO TIPO iOS */
.feature-box-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 26px;
    padding: 1px;
    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.7),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0.4)
    );
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

/* HOVER CON GLOW */
.feature-box-inner:hover {
    transform: translateY(-10px) scale(1.03);
}

/* GLOW POR COLOR */
.personas-box .feature-box-inner:hover {
    box-shadow: 0 0 40px rgba(140,198,63,0.6);
}

.mascotas-box .feature-box-inner:hover {
    box-shadow: 0 0 40px rgba(15,159,154,0.6);
}

.objetos-box .feature-box-inner:hover {
    box-shadow: 0 0 40px rgba(228,182,71,0.6);
}

/* ICONO */
.feature-box-icon i {
    font-size: 60px;
    margin-bottom: 30px;
    color: #ffffff;
    transition: 0.3s ease;
}

/* ICONO HOVER GRIS SUAVE */
.feature-box-inner:hover .feature-box-icon i {
    color: #f2f2f2;
}

/* TITULO */
.feature-title-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    transition: 0.3s ease;
}

.feature-title-link:hover {
    color: #eaeaea;
    text-decoration: none;
}

/* ========================================= */
/* DEGRADADOS TRANSLÚCIDOS */
/* ========================================= */

/* PERSONAS */
.personas-box .feature-box-inner {
    background: linear-gradient(
        135deg,
        rgba(140,198,63,0.75),
        rgba(140,198,63,0.55)
    );
}

/* MASCOTAS */
.mascotas-box .feature-box-inner {
    background: linear-gradient(
        135deg,
        rgba(15,159,154,0.75),
        rgba(15,159,154,0.55)
    );
}

/* OBJETOS */
.objetos-box .feature-box-inner {
    background: linear-gradient(
        135deg,
        rgba(228,182,71,0.75),
        rgba(228,182,71,0.55)
    );
}

/* ========================================= */
/* ANIMACIÓN SCROLL */
/* ========================================= */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ============================= */
/* PERSONAS CARRUSEL */
/* ============================= */

/* CONTENEDOR DEL SLIDER */
.personas-carousel {
    max-width: 420px;       /* ancho ideal para producto vertical */
    margin: 60px auto;
}

/* FIJAMOS ALTURA CONSTANTE */
.personas-carousel .carousel-inner {
    height: 520px;          /* altura fija para que no salte */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ITEMS */
.personas-carousel .item {
    height: 100%;
    text-align: center;
}

/* IMAGEN */
.personas-carousel img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}
/* Ocultar fondo oscuro de controles */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* ============================= */
/* BOTÓN VER MÁS */
/* ============================= */

.personas-btn-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
}

.btn-personas-vermas {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, #8cc63f, #6cab2f);
    color: #ffffff;
    transition: 0.35s ease;
}

.btn-personas-vermas:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(140,198,63,0.5);
    color: #ffffff;
    text-decoration: none;
}

/* ============================= */
/* SLIDER FADE MINIMAL */
/* ============================= */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

/* Evitar movimiento lateral */
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    transform: none;
    left: 0;
}

/* Imagen estilo premium */
.personas-carousel {
    margin-top: 40px;
    margin-bottom: 40px;
}

.personas-carousel img {
    border-radius: 24px;
    max-height: 420px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* ============================= */
/* BOTÓN MODERNO */
/* ============================= */

.personas-btn-wrapper {
    margin-top: 30px;
}

.btn-personas-vermas {
    display: inline-block;
    padding: 14px 45px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, #8cc63f, #6cab2f);
    color: #ffffff;
    transition: all 0.35s ease;
}

.btn-personas-vermas:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(140,198,63,0.45);
    color: #ffffff;
    text-decoration: none;
}
/* Wrapper solo del carrusel */
.personas-carousel-wrapper {
    position: relative;
    max-width: 420px;
    margin: 60px auto;
}

/* Imagen */
.producto-img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 24px;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.producto-img:hover {
    transform: scale(1.03);
}

/* Fade limpio */
/* --- Reveal Mask Effect --- */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

/* Contenedor general */
.product-showcase {
    max-width: 480px;   /* antes seguro ocupaba mucho */
    margin: 0 auto;     /* centrado */
}

.product-main {
    text-align: center;
}

.main-img {
    width: 100%;
    max-width: 350px;   /* controla el tamaño real */
    height: auto;
    border-radius: 20px;
    transition: 0.3s ease;
}

/* Efecto hover sutil */
.main-img:hover {
    transform: scale(1.02);
}

/* Miniaturas scroll horizontal */
.product-thumbs {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
}

.product-thumbs::-webkit-scrollbar {
    display: none;
}

.thumb {
    height: 80px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
    scroll-snap-align: center;
    border-radius: 15px;
}

.thumb:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.thumb.active {
    opacity: 1;
    transform: scale(1.1);
}

/* Botón */
.product-cta {
    margin-top: 40px;
}



.product-btn {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    background: linear-gradient(135deg, #a8d672, #8cc63f);
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.product-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.6s;
}

.product-btn:hover::before {
    left: 125%;
}

.product-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(140,198,63,0.5);
}

.product-btn-mascotas {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    background: linear-gradient(
        135deg,
        rgba(15,159,154,0.85),
        rgba(15,159,154,0.65)
    );
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0 15px 35px rgba(15,159,154,0.35);
    transition: all 0.3s ease;
}

.product-btn-mascotas:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(15,159,154,0.45);
}

.product-btn-objetos {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    background: linear-gradient(135deg, #f1cb6d, #e4b647);
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0 15px 35px rgba(228,182,71,0.35);
    transition: all 0.3s ease;
}

.product-btn-objetos:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(228,182,71,0.45);
}

.como-funciona-section {
  padding: 100px 0;
  background: #ffffff;
}

.como-funciona-section .subtitle {
  font-size: 20px;
  color: #777;
  margin-top: 10px;
}

.como-funciona-image {
  margin-top: 60px;
}

.como-img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  transition: transform 0.4s ease;
}

.como-img:hover {
  transform: scale(1.02);
}
.feature-bg {
    position: relative;
    background-image: url('images/fondo-transparente.jpg'); /* tu imagen */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.feature-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* color negro semitransparente */
    z-index: 0;
}

.feature-bg .container {
    position: relative;
    z-index: 1; /* para que el contenido quede encima del overlay */
}

.transparent-bg {
    background-color: rgba(255, 255, 255, 0.2); /* blanco tenue y transparente */
    padding: 60px 0;
    backdrop-filter: blur(5px); /* da un efecto de “vidrio esmerilado” */
}

.steps-list {
    text-align: left;
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.feature-title-link {
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s;
}

.feature-title-link:hover {
    color: #00aaff;
}
.transparent-bg {
    position: relative; /* importante para backdrop-filter */
    background-color: rgba(255, 255, 255, 0.3); /* tenue pero visible */
    padding: 60px 0;
    backdrop-filter: blur(5px); /* efecto vidrio esmerilado */
    color: #333; /* color de texto visible */
}

.transparent-bg h2 {
    color: #222; /* título más oscuro para destacar */
    margin-bottom: 20px;
}

.steps-list {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #222; /* pasos visibles */
}

.feature-bg {
    position: relative;
    padding: 80px 0;
}

.image-background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 15px;
}

/* Caja translúcida sobre la imagen */
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.6); /* semitransparente */
    padding: 40px 30px;
    border-radius: 15px;
    max-width: 700px;
    text-align: center;
    z-index: 10;
}

.text-overlay h2 {
    color: #222;
    margin-bottom: 20px;
}

.steps-list {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    margin: 0 auto;
}


.feature-bg h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.5); /* mejora legibilidad */
}

.feature-bg p,
.feature-bg .steps-list {
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5); /* mejora legibilidad */
    margin: 0 auto 20px;
    max-width: 700px;
}

.steps-list {
    list-style: decimal inside;
}

.feature-bg {
    position: relative;
    padding: 80px 0;
    background-image: url('images/fondo-general.jpg'); /* tu imagen de fondo */
    background-size: cover;           /* cubre toda la sección */
    background-position: center center; 
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .feature-bg {
        background-size: cover;      /* ajusta al ancho del celular */
        padding: 50px 15px;          /* menos padding en móvil */
    }

    .text-box {
        padding: 20px 15px;
    }

    .text-box h2 {
        font-size: 26px;             /* título más pequeño en móvil */
    }

    .text-box p,
    .text-box .steps-list {
        font-size: 16px;             /* texto más legible en móvil */
    }

    .media-box img,
    .media-box video {
        max-width: 100%;
        height: auto;
    }
}

.text-box {
    background-color: rgba(255, 255, 255, 0.85); /* caja translúcida */
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 25px;
    border-radius: 15px;
}

.text-box {
    background-color: rgba(255, 255, 255, 0.85); /* caja translúcida */
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 25px;
    border-radius: 15px;
}

.media-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.media-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;  /* opcional: bordes redondeados */
    object-fit: contain;   /* mantiene proporción dentro de la caja */
}
.feature-bg {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.feature-bg .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/registro.png'); /* tu fondo */
    background-size: cover;
    background-position: center;
    filter: brightness(0.6); /* oscurece un poco para que el texto se lea */
    z-index: 1;
}

/* Fuente moderna para todo el texto de la caja */
.text-box {
    position: relative;
    z-index: 2; /* encima del fondo */
    background-color: rgba(255, 255, 255, 0.9); /* caja translúcida */
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 25px;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif; /* fuente moderna */
    color: #000; /* texto negro para máxima legibilidad */
    line-height: 1.6;
}
.text-box h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}
.text-box p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.steps-list {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
}
.steps-list li {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .text-box {
        padding: 20px 15px;
    }
    .text-box h2 {
        font-size: 24px;
    }
    .text-box p,
    .steps-list {
        font-size: 15px;
    }
}
.media-box img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

/* Contenedor de pasos */
.steps-container {
    display: flex;
    justify-content: center; /* centra horizontalmente */
    gap: 30px; /* espacio entre pasos */
    flex-wrap: wrap; /* permite que se rompan en varias líneas si no cabe */
    margin-top: 20px;
}

/* Cada paso */
.step {
    flex: 1 1 250px; /* ancho mínimo de 250px y crecer según espacio */
    max-width: 300px; 
    text-align: center;
}

/* Responsive: en móviles, los pasos se apilan */
@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
        gap: 20px;
    }
}

/* ================= BASE ================= */
.feature-bg {
    position: relative;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.background-image {
    position: absolute;
    top:0; left:0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
    z-index: 0;
}

.text-box, .section-header {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

/* Link */
.link-primary {
    color: #00bfff;
    text-decoration: underline;
}

.feature-bg {
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
  color: #fff;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 1.1rem;
  margin-bottom: 50px;
  color: #f1f1f1;
}

.link-primary {
  color: #00aaff;
  text-decoration: underline;
}

.steps-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.step-card {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  padding: 20px;
  border-radius: 15px;
  width: 280px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.step-number {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  text-align: center;
}

.step-card img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.step-card h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive: pasos en columna para celular */
@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
    align-items: center;
  }
}

/* ================= CARDS MODERNAS ================= */
.cards-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}

.card {
  background-color: rgba(255,255,255,0.95);
  border-radius: 15px;
  padding: 20px;
  margin: 15px;
  flex: 0 0 45%; /* 2 por fila en desktop */
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #00bfae; /* verde aqua */
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.media-img {
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
  object-fit: contain;
  border-radius: 15px;
}

/* RESPONSIVE: celular un paso abajo del otro */
@media (max-width: 767px) {
  .card {
    flex: 0 0 100%;
  }
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .media-img {
    width: 200px;
  }
}

#templatemo_beneficios {
  padding: 60px 0;
  position: relative;
  color: #fff;
}

#templatemo_beneficios .subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.benefit-card {
  background-color: rgba(0, 191, 174, 0.9); /* verde aqua semitransparente */
  border-radius: 20px;
  padding: 30px 20px;
  flex: 0 0 250px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.benefit-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #fff;
}

.benefit-card h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.benefit-card p {
  font-size: 1rem;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .benefits-container {
    flex-direction: column;
    align-items: center;
  }
  .benefit-card {
    flex: 0 0 90%;
  }
}

#templatemo_beneficios {
  padding: 80px 0;
  position: relative;
  color: #fff;
  background: url('images/fondo_beneficios.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* imagen fija */
}

#templatemo_beneficios .subtitle {
  font-size: 1.3rem;
  margin-bottom: 50px;
  color: #e0f7f5;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.benefit-card {
  background: rgba(0, 191, 174, 0.85); /* verde aqua semitransparente */
  border-radius: 20px;
  padding: 30px 20px;
  flex: 0 0 250px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.benefit-icon {
  font-size: 45px;
  margin-bottom: 15px;
  color: #ffffff;
}

.benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.benefit-card p {
  font-size: 1rem;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .benefits-container {
    flex-direction: column;
    align-items: center;
  }
  .benefit-card {
    flex: 0 0 90%;
  }
}

/* ===============================
   Sección Features (Control de Acceso)
   =============================== */
#templatemo_benefit {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

/* Fondo con imagen difuminada */
#templatemo_benefit::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url(../images/Identificacion.png) no-repeat center center;
  background-size: cover;
  filter: blur(8px) brightness(0.5);
  z-index: 0;
}

/* Contenido sobre el fondo */
#templatemo_benefit .container-fluid {
  position: relative;
  z-index: 1;
}

/* Título principal */
#templatemo_benefit .template_header h1 {
  font: 600 48px 'Fira Sans', sans-serif;
  margin-bottom: 50px;
  color: #fff;
}

/* Caja de cada feature */
/* ============================= */
/* FEATURE MODERNO 2026 */
/* ============================= */

./* ===================================== */
/* FEATURE IMPACTO PASTEL */
/* ===================================== */

.benefit-link {
    text-decoration: none;
    color: inherit;
}

.benefit-box {
    margin-bottom: 50px;
}

.benefit-box-inner {
    border-radius: 24px;
    padding: 55px 35px;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

/* Hover elegante */
.benefit-box-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

/* Iconos */
.benefit-box-icon {
    font-size: 56px;
    margin-bottom: 25px;
    color: #ffffff;
}

/* Texto */
.benefit-box-inner strong {
    display: block;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.benefit-box-inner p {
    font-size: 15px;
    opacity: 0.95;
}

.benefit-title-link {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.benefit-title-link:hover {
    opacity: 0.85;
    text-decoration: none;
    color: #ffffff;
}


/* ================= COMO FUNCIONA - AQUA MODERNO ================= */

#templatemo_como {
    padding: 90px 0;
    background: #f2fbfb; /* fondo muy suave */
}

.template_header h1 {
    font-weight: 700;
    margin-bottom: 60px;
    color: #003b3b;
}

/* CARD */
.feature-box-inner {
    padding: 40px 25px;
    border-radius: 25px;
    text-align: center;
    background: linear-gradient(135deg, #00cfc8, #00b3ad);
    transition: all 0.35s ease;
    box-shadow: 0 15px 35px rgba(0, 179, 173, 0.25);
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Hover elegante */
.feature-box-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 179, 173, 0.35);
}

/* ICONO EN CIRCULO */
.feature-box-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px auto;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box-icon i {
    font-size: 2.8rem;
    color: #ffffff; /* iconos blancos */
}

/* TITULO */
.feature-title-link {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.feature-title-link:hover {
    opacity: 0.9;
}

/* Espaciado columnas */
.feature-box {
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .feature-box-inner {
        padding: 35px 20px;
    }

    .feature-box-icon {
        width: 70px;
        height: 70px;
    }

    .feature-box-icon i {
        font-size: 2.2rem;
    }

    .feature-title-link {
        font-size: 1.1rem;
    }
}


/* ============================= */
/* PERSONAS - Aqua elegante */
/* ============================= */


/* ============================= */
/* REGISTRO */
/* ============================= */

.registro-box .feature-box-inner {
    background-color: #d9f4f3; /* aqua claro premium */
}

/* ============================= */
/* INFORMACION */
/* ============================= */

.informacion-box .feature-box-inner {
    background-color: #c8efee; /* apenas más profundo */
}

/* ============================= */
/* SCAN */
/* ============================= */

.scan-box .feature-box-inner {
    background-color: #bfe9e7; /* aqua suave elegante */
}

/* ============================= */
/* ESTILO GENERAL MODERNO */
/* ============================= */
/***** personas *****/
/* ================= HERO COMO FUNCIONA ================= */

#templatemo_comofunciona {
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero-img {
    width: 100%;
    height: auto;   /* ?? mantiene proporción */
    display: block; /* elimina espacio blanco abajo */
}

.beneficios-section {
    background: #f8fbfc;
    padding: 70px 20px;
}

.beneficios-section .container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.beneficio-item {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 18px;
    text-align: center;
    width: 320px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.beneficio-item:hover {
    transform: translateY(-8px);
}

.icono {
    font-size: 40px;
    margin-bottom: 20px;
}

.beneficio-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1e2a32;
}

.beneficio-item p {
    font-size: 15px;
    color: #5f6c72;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .beneficios-section .container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

.benefits-apple {
      background: #f5f5f7;
    padding: 120px 20px;
}

.benefits-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.benefit h2 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #1d1d1f;
    margin-bottom: 15px;
}

.benefit p {
    font-size: 18px;
    color: #6e6e73;
    line-height: 1.6;
}

.divider {
     width: 60px;
    height: 1px;
    background: #d2d2d7;
    margin: 70px auto;
}

.fade-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .benefit h2 {
        font-size: 26px;
    }

    .benefit p {
        font-size: 16px;
    }

    .benefits-apple {
        padding: 80px 20px;
    }
}
/* ============================= */
/* SECCIÓN REGISTRO */
/* ============================= */

.registro-section {
    padding: 90px 20px;
    background: linear-gradient(180deg, #ffffff, #f6f7f9);
}

.registro-container {
    max-width: 1100px;
    margin: auto;
}

/* ============================= */
/* HEADER */
/* ============================= */

.registro-header {
    text-align: center;
    margin-bottom: 70px;
}

.registro-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.registro-header p {
    color: #666;
    margin-bottom: 25px;
}




.registro-header h2 span {
     color: #e10600; /* rojo fuerte elegante */
}

.registro-header p {
    font-size: 18px;
    color: #555;
    max-width: 650px;
    margin: 0 auto 35px auto;
}

.registro-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #e10600;
    color: white;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.registro-btn:hover {
    transform: translateY(-3px);
}

/* ============================= */
/* LAYOUT PRINCIPAL */
/* ============================= */

.registro-layout {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* ============================= */
/* IMAGEN IZQUIERDA */
/* ============================= */

.ficha-col {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.ficha-img {
    width: 100%;
    max-width: 420px;
    border-radius: 35px;
    box-shadow: 0 40px 90px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
    transition: transform 0.6s ease;
}

.ficha-img:hover {
    transform: scale(1.03);
}

/* Blur estilo iPhone detrás */
.ficha-col::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle,
        rgba(225,6,0,0.25),
        transparent 70%);
    filter: blur(80px);
    z-index: 1;
}

/* ============================= */
/* PASOS DERECHA */
/* ============================= */

.pasos-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.step-circle {
    min-width: 42px;
    height: 42px;
    background: #111;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.step-item h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 900px) {

    .registro-layout {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .pasos-col {
        align-items: center;
    }

    .step-item {
        justify-content: center;
        text-align: center;
    }

    .ficha-img {
        max-width: 350px;
    }
}

.benefits-modern {
    padding: 120px 20px;
    background: linear-gradient(to bottom, #f5f5f7, #ffffff);
}

.benefits-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.benefit-card {
    background: white;
    padding: 50px 40px;
    border-radius: 30px;
    width: 420px;
    text-align: center;
    box-shadow: 0 30px 70px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 90px rgba(0,0,0,0.1);
}

.benefit-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefit-card p {
    font-size: 16px;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .benefit-card {
        width: 100%;
        max-width: 420px;
    }
}

.cta-proteccion {
    position: relative;
    padding: 120px 20px;
    text-align: center;
    background: linear-gradient(135deg, #fff5f5, #ffecec);
    overflow: hidden;
}

.cta-content {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.cta-proteccion h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-proteccion h2 span {
     color: #e10600; /* rojo fuerte elegante */
}

.cta-proteccion p {
    font-size: 18px;
    color: #555;
    max-width: 650px;
    margin: 0 auto 35px auto;
}

.cta-btn-proteccion {
    background: linear-gradient(135deg, #e10600, #ff3b30);
    color: white;
    padding: 16px 35px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 15px 40px rgba(225, 6, 0, 0.35);
}


.cta-btn-proteccion:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 55px rgba(225, 6, 0, 0.5);
}
/* ===== TESTIMONIOS ===== */

.testimonios-grid {
    margin-top: 80px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.testimonio-card {
    flex: 1;
    max-width: 350px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    text-align: left;
    transition: 0.4s ease;
}

.testimonio-card:hover {
    transform: translateY(-8px);
}

.testimonio-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.testimonio-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e10600;
}

.testimonio-header strong {
    display: block;
    font-size: 16px;
}

.testimonio-header span {
    font-size: 13px;
    color: #777;
}

.stars {
    color: #f5b50a;
    font-size: 14px;
    margin-top: 4px;
}

.testimonio-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* Frase final */
.cta-frase {
    margin-top: 70px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1000px) {
    .testimonios-grid {
        flex-wrap: wrap;
    }

    .testimonio-card {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .cta-proteccion h2 {
        font-size: 30px;
    }

    .cta-proteccion p {
        font-size: 16px;
    }
}

.benefits-strong {
    background: #111;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.benefits-top {
    font-size: 18px;
    margin-bottom: 40px;
    color: #bbb;
}

.benefits-top strong {
    color: #fff;
}

.benefits-row {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 40px;
}

.benefit-strong-item {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 320px;
    text-align: left;
}

.benefit-strong-icon {
    font-size: 26px;
    background: #e10600;
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ?? animación suave stock */
.stock-item .benefit-strong-icon {
    animation: pulseStock 1.8s infinite;
}

@keyframes pulseStock {
    0% { transform: scale(1); }
    50% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

.benefit-strong-item h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.benefit-strong-item p {
    margin: 4px 0 0 0;
    font-size: 14px;
    color: #bbb;
}

/* Logos */
.payment-logos {
    margin-bottom: 35px;
}

.payment-logos img {
    height: 26px;
    margin: 0 15px;
    opacity: 0.85;
    transition: 0.3s ease;
}

.payment-logos img:hover {
    opacity: 1;
}

/* CTA final */
.benefits-cta {
    display: inline-block;
    background: #e10600;
    color: white;
    padding: 14px 35px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 15px 40px rgba(225,6,0,0.35);
}

.benefits-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(225,6,0,0.5);
}

/* Responsive */
@media (max-width: 900px) {
    .benefits-row {
        flex-direction: column;
        align-items: center;
        gap: 35px;
        text-align: center;
    }

    .benefit-strong-item {
        flex-direction: column;
        text-align: center;
    }
}
/* Forzar texto blanco en tarjetas */
.feature-box-inner,
.feature-box-inner strong,
.feature-box-inner p,
.feature-box-inner a {
    color: #ffffff !important;
}

/* Iconos blancos también */
.feature-box-icon {
    color: #ffffff !important;
}

/* Mantener blanco en hover */
.feature-box-inner:hover,
.feature-box-inner:hover strong,
.feature-box-inner:hover p,
.feature-box-inner:hover a {
    color: #ffffff !important;
}

/* ====================================
   BASE BOTONES
==================================== */

.floating-btn {
    position: fixed;
    right: 25px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Posiciones */
.floating-register { bottom: 185px; }
.floating-buy { bottom: 105px; }
.floating-whatsapp { bottom: 25px; }

/* Colores */
.floating-register {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    box-shadow: 0 15px 35px rgba(99,102,241,0.4);
}

.floating-buy {
    background: linear-gradient(135deg, #00d2c6, #009e9a);
    box-shadow: 0 15px 35px rgba(0,210,198,0.4);
}

.floating-whatsapp {
    background: #25D366;
    box-shadow: 0 15px 35px rgba(37,211,102,0.4);
}

/* Hover */
.floating-btn:hover {
    transform: translateY(-6px) scale(1.05);
}

/* ====================================
   TOOLTIP MODERNO
==================================== */

.floating-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 75px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-btn:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* ====================================
   MOBILE OPTIMIZACIÓN
==================================== */

@media (max-width: 768px) {

    .floating-btn {
        width: 52px;
        height: 52px;
        font-size: 18px;
        right: 15px;
    }

    .floating-register { bottom: 160px; }
    .floating-buy { bottom: 90px; }
    .floating-whatsapp { bottom: 20px; }

    /* Ocultar tooltip en mobile (mejor UX) */
    .floating-btn::after {
        display: none;
    }
}

/* =====================================
   PRODUCT SHOWCASE ULTRA PREMIUM
===================================== */

.product-showcase {
    max-width: 420px;
    margin: 0 auto;
    padding: 40px 30px;
    border-radius: 28px;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    transition: 0.4s ease;
}

/* Hover card sutil */
.product-showcase:hover {
    transform: translateY(-8px);
    box-shadow: 0 50px 120px rgba(0,0,0,0.45);
}

/* Imagen principal */
.product-main {
    text-align: center;
    margin-bottom: 25px;
}

.main-img {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    transition: 0.4s ease;
}

/* efecto elegante al cambiar */
.main-img:hover {
    transform: scale(1.04);
}

/* Miniaturas */
.product-thumbs {
    display: flex;
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 5px;
}

/* scrollbar invisible */
.product-thumbs::-webkit-scrollbar {
    display: none;
}

.thumb {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 14px;
    cursor: pointer;
    opacity: 0.55;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.thumb:hover {
    opacity: 0.9;
    transform: scale(1.08);
}

.thumb.active {
    opacity: 1;
    border: 1px solid #00d2c6;
    box-shadow: 0 0 20px rgba(0,210,198,0.4);
}

.templatemo_mascotas_text_wapper {
    max-width: 520px;
    margin: 40px auto 0 auto;
}

.templatemo_mascotas_text_wapper h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.templatemo_mascotas_text_wapper p {
    font-size: 16px;
    opacity: 0.85;
    line-height: 1.6;
}
#templatemo_benefit .benefit-box-inner {
  height: 100%;
}

/* CONTENEDOR */
.product-thumbs {
  display: flex;
  justify-content: center;
  gap: 16px;
  overflow-x: auto;
  padding: 15px 0;
}

/* Scroll invisible elegante */
.product-thumbs::-webkit-scrollbar {
  height: 6px;
}

.product-thumbs::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
}

/* MINIATURAS MÁS GRANDES */
.thumb {
  width: 85px;
  height: 85px;
  object-fit: contain;
  border-radius: 18px;
  cursor: pointer;
  padding: 8px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
  opacity: 0.75;
}

/* HOVER */
.thumb:hover {
  transform: translateY(-6px) scale(1.05);
  opacity: 1;
}

/* ACTIVA */
.thumb.active {
  opacity: 1;
  border: 2px solid #00d2c6;
  box-shadow: 0 0 25px rgba(0,210,198,0.4);
}
@media (max-width: 768px) {
  .thumb {
    width: 75px;
    height: 75px;
  }
}

/* CONTENEDOR */
.product-thumbs {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 25px 0;
}

/* MINIATURAS TIPO SELECTOR */
.thumb {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  background: #ffffff;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* HOVER */
.thumb:hover {
  transform: scale(1.08);
}

/* ACTIVA */
.thumb.active {
  border: 2px solid #00d2c6;
  box-shadow: 0 0 0 6px rgba(0,210,198,0.15);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .thumb {
    width: 62px;
    height: 62px;
  }

  .product-thumbs {
    gap: 14px;
  }
}

/* ================= HERO ================= */

.qr-hero {
  background: linear-gradient(135deg,#0f1115,#141821);
  padding: 140px 0;
  position: relative;
  color: #fff;
}

.qr-hero h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
}

.qr-hero h2 {
  font-size: 22px;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 40px;
}

.btn-hero {
  background: linear-gradient(135deg,#00d2c6,#00a8ff);
  padding: 16px 36px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-hero:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0,210,198,0.3);
}

/* ================= FEATURES ================= */

.qr-features {
  background: #0f1115;
  padding: 100px 0;
  color: #fff;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
}

.section-title span {
  color: #00d2c6;
}

.section-sub {
  max-width: 600px;
  margin: 20px auto 60px;
  opacity: 0.7;
}

/* FEATURE CARDS */

.feature-card{

display:block;

padding:60px 30px;

border-radius:20px;

color:white;

text-decoration:none !important;

background-size:cover;
background-position:center;

position:relative;

overflow:hidden;

transition:all .4s ease;

box-shadow:0 20px 40px rgba(0,0,0,0.15);

}

/* OVERLAY */

.feature-card::before{

content:"";

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

background:linear-gradient(
to top,
rgba(0,0,0,0.55),
rgba(0,0,0,0.15)
);

}
/* CONTENIDO SOBRE EL OVERLAY */

.feature-card i,
.feature-card h3,
.feature-card p{

position:relative;

z-index:2;

}

/* ICONO */

.feature-card i{

font-size:40px;

color:white;

margin-bottom:15px;

}

/* TITULO */

.feature-card h3{

font-size:26px;

font-weight:600;

color:white;

}

/* TEXTO */

.feature-card p{

font-size:16px;

color:white;

}

/* HOVER */

.feature-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(0,0,0,0.25);

}

/* SACAR SUBRAYADO Y CAMBIO DE COLOR */

.feature-card:hover,
.feature-card:focus,
.feature-card:active{

color:white !important;
text-decoration:none !important;

}



.feature-card.personas{
background:url("../images/head-personas.jpg") center/cover no-repeat;
}

.feature-card.mascotas{
background:url("../images/head-mascotas.png") center/cover no-repeat;
}

.feature-card.objetos{
background:url("../images/head-objetos.jpg") center/cover no-repeat;
}


/* ICONO */

.feature-card i{

font-size:40px;
color:white;
margin-bottom:15px;

transition:transform .35s ease;

}

/* ICONO CRECE */

.feature-card:hover i{

transform:scale(1.25);

}

/* EFECTO BRILLO */

.feature-card::after{

content:"";

position:absolute;

top:-50%;
left:-50%;

width:200%;
height:200%;

background:linear-gradient(
120deg,
transparent 30%,
rgba(255,255,255,0.25),
transparent 70%
);

transform:rotate(25deg) translateX(-100%);

transition:all .7s ease;

}

/* ANIMACION BRILLO */

.feature-card:hover::after{

transform:rotate(25deg) translateX(100%);

}


/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .qr-hero {
    padding: 100px 20px;
  }

  .qr-hero h1 {
    font-size: 34px;
  }

  .qr-hero h2 {
    font-size: 18px;
  }

  .feature-card {
    margin-bottom: 25px;
  }

}

/* COLUMNA PASOS */
.pasos-col{
    flex:1;
    min-width:280px;
    display:flex;
    flex-direction:column;
    gap:35px;
    position:relative;
}

/* LINEA VERTICAL */
.pasos-col::before{
    content:"";
    position:absolute;
    left:21px;
    top:0;
    bottom:0;
    width:2px;
    background:linear-gradient(to bottom,#e5e7eb,#d1d5db);
}

/* ITEM PASO */
.step-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    position:relative;
    opacity:0;
    transform:translateY(30px);
    transition:all .6s ease;
}

/* ANIMACION */
.step-item.visible{
    opacity:1;
    transform:translateY(0);
}

/* CIRCULO */
.step-circle{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:50%;
    background:linear-gradient(135deg,#0072ff,#00c6ff);
    color:white;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    z-index:2;
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
}

/* CONTENIDO */
.step-content h4{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#111;
}

.step-content p{
    margin:6px 0 0;
    color:#6b7280;
    font-size:15px;
    line-height:1.5;
}

/* HOVER SUAVE */
.step-item:hover .step-circle{
    transform:scale(1.08);
}

/* RESPONSIVE */
@media(max-width:900px){

.pasos-col::before{
    left:20px;
}

.step-circle{
    width:40px;
    height:40px;
}

}

/* HEADER TESTIMONIOS */

.testimonios-header{
text-align:center;
max-width:750px;
margin:0 auto 60px auto;
}

.testimonios-header h2{
font-size:36px;
font-weight:700;
margin-bottom:12px;
color:#111;
}

.testimonios-header span{
color:#0072ff;
}

.testimonios-header p{
color:#666;
font-size:17px;
}

/* GRID TESTIMONIOS */

.testimonios-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
margin-bottom:60px;
}

/* CTA */

.testimonios-cta{
text-align:center;
}

/* BOTON GRANDE */

.big-btn{
display:inline-block;
font-size:20px;
padding:18px 40px;
border-radius:10px;
margin-top:10px;
}

/* TEXTO MICRO */

.registro-micro{
margin-top:10px;
color:#666;
font-size:14px;
}

/***** Contact *****/
#templatemo_contact {
    background: #455a64 url(../images/bg-contact.jpg) fixed;
    color: #fff;
}
#templatemo_contact header h1 { color: #fff;}
#templatemo_contact p, #templatemo_contact a  {
    line-height: 2.5em;
    color: #fff;
}
#templatemo_contact form .form-group { margin-top: 30px;}
#templatemo_contact form input.form-control,
#templatemo_contact form button.form-control,
#templatemo_contact form textarea.form-control ,
#templatemo_contact form select.form-control { border-bottom: 3px solid #fff;color: #fff;}
#templatemo_contact form input.form-control:focus,
#templatemo_contact form button.form-control:focus,
#templatemo_contact form textarea.form-control:focus { border-bottom-color: #275267;}
#templatemo_contact form textarea.form-control { min-height: 120px;}
#templatemo_contact form .input-group-addon { border-bottom: 3px solid #fff;}
#templatemo_contact form .input-group-addon i { color: #fff;}
#templatemo_contact .social {
    margin: 0px auto 40px auto;
    text-align: center;
    max-width: 500px;
    width: 100%;
}
#templatemo_contact .social li {
    margin-left: 0;
    width: 25%;
}
#templatemo_contact .social a {
    margin: 50px auto 4px auto;
    background-color: #fff;
    border-radius: 50px;
    padding-top: 15px;
    font-size: 40px;
    line-height: 40px;
    transition: .5s;
    display: block;
    height: 70px;
    color: #fff;
    width: 70px;
}
#templatemo_contact .social a:hover {
    transform: rotate(360deg);
    color: #223741;
}
#templatemo_contact .social .social-facebook { background: #4a6fb5;}
#templatemo_contact .social .social-twitter { background: #28a9e0;}
#templatemo_contact .social .social-youtube { background: #f86d70;}
#templatemo_contact .social .social-instagram { background: #cab9a9;}

/***** contacto *****/

#templatemo_contacto { 
    position: relative;

    background: url(../images/bg-contact.jpg) no-repeat center center fixed;
    background-size: cover;

    min-height: 100vh;
    padding: 140px 20px;
    text-align: center;
}

/* wrapper sin fondo */

#templatemo_contacto .templatemo_contacto_text_wapper {

    max-width: 650px;
    margin: auto;
}

/* titulo */

#templatemo_contacto h2{

font: 70 50px/70px 'Fira Sans', sans-serif;

margin-bottom:20px;

color:#fff;

text-shadow:0 2px 10px rgba(0,0,0,0.6);

}

/* texto */

#templatemo_contacto p{

font-size:18px;

line-height:1.6;

margin-bottom:30px;

color:#fff;

text-shadow:0 2px 10px rgba(0,0,0,0.6);

}


/* formulario */
#templatemo_contacto input,
#templatemo_contacto textarea{

width:100%;
padding:14px;
margin-bottom:15px;

border:1px solid rgba(255,255,255,0.3);
border-radius:10px;

background:rgba(255,255,255,0.08);
color:#fff;

}

/* placeholder */

#templatemo_contacto input::placeholder,
#templatemo_contacto textarea::placeholder{

color:#ddd;

}

/* focus */

#templatemo_contacto input:focus,
#templatemo_contacto textarea:focus{

outline:none;

border-color:#ff6600;

background:rgba(0,0,0,0.5);

}


/* boton */

#templatemo_contacto button{

display:inline-block;

margin-top:10px;

padding:15px 40px;

background:#ff6600;

color:#fff;

font-weight:bold;

border:none;

border-radius:10px;

transition:0.3s;

}

#templatemo_contacto button:hover{

background:#e65c00;

transform:translateY(-2px);

box-shadow:0 8px 20px rgba(0,0,0,0.5);

}


/* recaptcha */

#templatemo_contacto .recaptcha{

margin:20px 0;

display:flex;

justify-content:center;

}


/* responsive */

@media (max-width:768px){

#templatemo_contacto h2{

font-size:50px;
line-height:60px;

}

#templatemo_contacto p{

font-size:16px;

}

}

@media (max-width:480px){

#templatemo_contacto h2{

font-size:36px;
line-height:45px;

}

#templatemo_contacto p{

font-size:14px;

}

}

.contacto-showcase{

max-width:680px;
margin:0 auto;

background:rgba(0,0,0,0.55);
backdrop-filter:blur(10px);

padding:40px;
border-radius:18px;

box-shadow:0 25px 60px rgba(0,0,0,0.45);

border:1px solid rgba(255,255,255,0.15);

}

#templatemo_contacto::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
z-index:0;
}

#templatemo_contacto > *{
position:relative;
z-index:2;
}

#templatemo_contacto .container{
position:relative;
z-index:2;
}

#templatemo_contacto button{

width:100%;

padding:16px;

background:linear-gradient(135deg,#ff6600,#ff8533);

color:#fff;

font-weight:600;

border:none;

border-radius:12px;

transition:0.3s;

}

#templatemo_contacto button:hover{

transform:translateY(-3px);
box-shadow:0 12px 25px rgba(0,0,0,0.5);

}

/***** Home *****/
/* ===============================
   Home Section Responsiva
   =============================== */
#templatemo_homeProd {
   background: #154558 url(../images/familia3.png) no-repeat center bottom;
background-size: cover;
 min-height: 600px; /* altura más corta */
    padding: 120px 20px 60px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

#templatemo_homeProd .templatemo_homeProd_inner_wapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#templatemo_homeProd h1 {
    margin-top: 0;
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 20px;
}

#templatemo_homeProd h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom: 30px;
}

#templatemo_homeProd p {
    margin: 20px 0 40px 0;
    font-size: 18px;
    line-height: 1.8;
}

#templatemo_homeProd p a {
    background-color: rgba(255,255,255,.6);
    border-bottom: 1px dotted #000;
    text-decoration: none;
    padding: 5px;
    color: #000;
}

#templatemo_homeProd p a:hover {
    background-color: rgba(255,255,255,.75);
    border-bottom: 0px dotted #000;
}

#templatemo_homeProd a.btn {
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    padding: 0 25px;
    display: inline-block;
    transition: background 0.3s, transform 0.2s;
}

#templatemo_homeProd a.btn:hover {
    background: #f1f1f1;
    transform: translateY(-2px);
}

/* ===============================
   Media Queries
   =============================== */

/* Tablets medianas */
@media (max-width: 992px) {
    #templatemo_homeProd h1 {
        font-size: 55px;
        line-height: 65px;
    }
    #templatemo_homeProd h2 {
        font-size: 28px;
        line-height: 34px;
    }
    #templatemo_homeProd p {
        font-size: 16px;
        line-height: 1.6;
    }
    #templatemo_homeProd a.btn {
        font-size: 16px;
        line-height: 50px;
        padding: 0 20px;
    }
}

/* Tablets peque?as */
@media (max-width: 768px) {
    #templatemo_homeProd h1 {
        font-size: 45px;
        line-height: 55px;
    }
    #templatemo_homeProd h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #templatemo_homeProd p {
        font-size: 15px;
    }
    #templatemo_homeProd a.btn {
        font-size: 15px;
        line-height: 45px;
        padding: 0 18px;
    }
}

/* M?viles grandes */
@media (max-width: 576px) {
    #templatemo_homeProd h1 {
        font-size: 38px;
        line-height: 45px;
    }
    #templatemo_homeProd h2 {
        font-size: 20px;
        line-height: 26px;
    }
    #templatemo_homeProd p {
        font-size: 14px;
    }
    #templatemo_homeProd a.btn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
    }
}

/* M?viles peque?os */
@media (max-width: 400px) {
    #templatemo_homeProd h1 {
        font-size: 32px;
        line-height: 38px;
    }
    #templatemo_homeProd h2 {
        font-size: 18px;
        line-height: 22px;
    }
    #templatemo_homeProd p {
        font-size: 13px;
    }
    #templatemo_homeProd a.btn {
        font-size: 13px;
        line-height: 36px;
        padding: 0 12px;
    }
}

/* ================= HERO ================= */

.qr-hero {
  background: linear-gradient(135deg,#0f1115,#141821);
  padding: 140px 0;
  position: relative;
  color: #fff;
}

.qr-hero h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
}

.qr-hero h2 {
  font-size: 22px;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 40px;
}

.btn-hero {
  background: linear-gradient(135deg,#00d2c6,#00a8ff);
  padding: 16px 36px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-hero:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0,210,198,0.3);
}
.mascota-modal{
border-radius:25px;
border:none;
padding:25px;
box-shadow:0 25px 70px rgba(0,0,0,0.25);
}

/* cerrar */

.cerrar{
position:absolute;
right:20px;
top:20px;
background:none;
border:none;
font-size:24px;
cursor:pointer;
}

/* imagen hero */

.hero-mascota img{
width:100%;
border-radius:15px;
margin-bottom:20px;
}

/* pasos */

.pasos{
margin-top:10px;
}

.paso{
font-size:30px;
}

.paso p{
font-size:14px;
margin-top:5px;
}

/* tarjetas */
.mascota-modal{
border-radius:25px;
border:none;
padding:30px;
box-shadow:0 25px 70px rgba(0,0,0,0.25);
}

/* cerrar */

.cerrar{
position:absolute;
right:20px;
top:20px;
background:none;
border:none;
font-size:24px;
cursor:pointer;
}

/* subtitulo */

.subtitulo{
color:#666;
}

/* demo qr */

.demo-app-qr{
display:flex;
justify-content:center;
align-items:center;
gap:60px;
flex-wrap:wrap;
margin-bottom:30px;
}

/* medalla */

.demo-medalla img{
width:120px;
animation:flotar 3s infinite ease-in-out;
}

/* celular */

.demo-celular{
width:200px;
height:360px;
background:#111;
border-radius:25px;
padding:10px;
box-shadow:0 15px 40px rgba(0,0,0,0.3);
}

.pantalla{
background:white;
height:100%;
border-radius:18px;
position:relative;
overflow:hidden;
padding:20px;
}

/* linea escaneo */

.scan-line{
position:absolute;
left:10%;
width:80%;
height:3px;
background:#00eaff;
top:10%;
animation:scan 2s infinite;
}

/* resultado */

.resultado-app{
margin-top:80px;
opacity:0;
animation:mostrar 2s forwards;
animation-delay:1.6s;
text-align:center;
}

/* boton llamar */

.btn-llamar{
margin-top:10px;
background:#25D366;
border:none;
color:white;
padding:10px 20px;
border-radius:8px;
}

/* tarjetas */

.mascota-card{
border:none;
border-radius:18px;
padding:25px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
transition:0.3s;
}

.mascota-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(0,0,0,0.2);
}

/* imagen producto */

.img-producto{
height:140px;
display:flex;
align-items:center;
justify-content:center;
}

.img-producto img{
max-height:130px;
}

/* boton */

.btn-ver-modelos{
background:#000;
color:white;
padding:14px 30px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

/* animaciones */

@keyframes scan{
0%{top:10%}
50%{top:80%}
100%{top:10%}
}

@keyframes mostrar{
to{opacity:1}
}

@keyframes flotar{
0%{transform:translateY(0)}
50%{transform:translateY(-8px)}
100%{transform:translateY(0)}
}

.boton-encontre{
position:fixed;
bottom:25px;
right:25px;
background:#25D366;
color:white;
padding:14px 22px;
border-radius:40px;
text-decoration:none;
font-weight:600;
box-shadow:0 10px 30px rgba(0,0,0,0.25);
z-index:9999;
transition:0.3s;
}

.boton-encontre:hover{
transform:scale(1.05);
background:#1fbf5b;
}

.boton-encontre{
animation:pulso 2s infinite;
}

@keyframes pulso{
0%{box-shadow:0 0 0 0 rgba(37,211,102,0.6)}
70%{box-shadow:0 0 0 15px rgba(37,211,102,0)}
100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}

.titulo-premium {
  font-size: 32px;
  font-weight: 700;
}

.subtitulo {
  color: #666;
  max-width: 600px;
  margin: auto;
}

.img-escena {
  width: 100%;
  max-width: 220px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.escena-texto {
  margin-top: 10px;
  color: #555;
}

/* CELULAR */
.celular {
  width: 220px;
  height: 420px;
  margin: auto;
  border-radius: 30px;
  background: #000;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.pantalla {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background: #111;
}

/* VISTAS */
.scan-view, .result-view {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}

/* SCAN */
.qr-fondo {
  width: 100%;
  opacity: 0.4;
}

.scan-line {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #00ffcc;
  animation: scan 2s infinite;
}

.scan-box {
  position: absolute;
  border: 2px solid #00ffcc;
  width: 80%;
  height: 50%;
  top: 25%;
  left: 10%;
  border-radius: 10px;
}

.scan-texto {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #00ffcc;
}

/* RESULTADO */
.result-view {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 15px;
  opacity: 0;
  transform: scale(0.9);
}

.foto-perfil {
  width: 70px;
  border-radius: 50%;
  margin: 10px 0;
}

.btn-llamar {
  background: #00c853;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

/* TRANSICION */
.show-result .scan-view {
  opacity: 0;
}

.show-result .result-view {
  opacity: 1;
  transform: scale(1);
}

/* ANIMACION */
@keyframes scan {
  0% { top: 0; }
  100% { top: 100%; }
}

/* PRODUCTOS */
.mascota-card {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.img-producto {
  width: 120px;
  margin-bottom: 10px;
}

/* BOTON */
.btn-ver-modelos {
  background: #000;
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
}