#banner-fullview{
	    height: calc(100vw / 2.2);
    display: flex; 
}
.carousel-slider .owl-item img.owl-lazy{
	height: 135px !important;
}

.gallery-wrapper {
  padding: 24px;

}

/* CONTENEDOR FIJO RESPONSIVE */
.gallery-main {
  width: 100%;
  aspect-ratio: 14 / 5; /* 👈 controla el alto SIEMPRE */
  border-radius: 16px;
  overflow: hidden;
}

/* IMAGEN SE ADAPTA SOLA */
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 👈 recorta sin deformar */
  object-position: center;
  display: block;
  transition: opacity 0.3s ease;
}

/* Slider */
.gallery-thumbs-slider {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.gallery-thumbs {
  overflow: auto;
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE 10+ */
}

.gallery-thumbs::-webkit-scrollbar {
  display: none;                /* Chrome, Safari */
}

.thumb-nav {
    background: #00000038;
    border: none;
    color: #ffffff;
    width: 27px;
    height: 76px;
    cursor: pointer;
    position: relative;
    font-size: 44px;
    top: -2px;
    padding-bottom: 8px;
}

.gallery-thumbs {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
}

.gallery-thumbs img {
    flex: 0 0 193px;
    height: 100px;
    width: 169px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.gallery-thumbs img.active {
  opacity: 1;
}

/* Mobile */
@media (max-width: 600px) {
  .gallery-main {
    aspect-ratio: 16 / 9; /* un poco más alto en mobile */
  }

  .gallery-thumbs img {
    flex: 0 0 120px;
    height: 80px;
  }

  .thumb-nav {
    display: none;
  }
}

.shadow-home-banner:after{
	content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #002f6c, transparent 45%);
}
.center-elemets{
	display: flex;
	align-items: center;
}

.wp-image-140-1{
	position: relative;
	    top: 13px;
}
.content-beneficios-huellago .et_pb_module_header{
    height: 82px;
    margin-top: 40px;
}
.contact-list a{
	color: #fff;
}
.btn-unete{
	    border: 1px solid #FF2322;
    font-family: 'Anton';
    color: #FF2322;

display: flex;
    width: 80%;   
    border-radius: 5px;
    padding: 11px 25px;
    background: transparent;
    font-size: 20px;
    justify-content: space-between;
    margin: auto;
    cursor: pointer;
}
.btn-unete:hover{
	 border: 1px solid #FF2322;
	color: #fff;
background: #FF2322;
}
.btn-unete:hover img{
 filter: brightness(0) invert(1);
}
.btn-conductor{
	display: flex;
    width: 100%;
	max-width: 318px;
    font-family: 'Poppins';
    border-radius: 8px;
    padding: 13px 27px 13px 45px;
    background: #FF0100;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    justify-content: space-between;
margin: auto;
	cursor: pointer;
	box-shadow: 0px 4px 21.9px 0px rgba(0,0,0,0.25);
}
.button-general{
display: flex;
    width: 80%;
    font-family: 'Poppins';
    border-radius: 5px;
    padding: 11px 25px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    justify-content: space-between;
margin: auto;
	cursor: pointer;
}
.wpcf7-list-item{
	color: #fff;
	margin: 0;
}
.form-row-3{
	margin: 15px 0;
}
.bn-s{
	border: 1px solid #0D75FF !important;
	color: #0D75FF;
}
.button-general:hover{
	background: #FE0100 !important;
}
.footer-content-line.et_pb_section{
	display: flex;
	margin: 0 auto !important;
}
.footer-legals{
    display: flex;
	gap: 25px;
}
.row-footer-legal{
    display: flex;
    flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
.row-footer-legal a{
	color: #fff;
}
.footer-content-line .et_pb_column_1_2{
	display: flex !important;
    align-items: flex-end;
}
.footer-content-line .et_pb_row_1_tb_footer{
	display: flex;
}
.button-solicitar{
	width: 100%;
max-width: 404px;
	font-size: 40px;
	    padding: 5px 40px;
}
.button-solicitar span{
	position: relative;
	top: -8px;
}
@font-face {
  font-family: 'Sugo Pro Display';
  src: url('./fonts/SugoProDisplayTrial-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* HOME*/
 .stats-section{
        display:grid;      
        gap:40px;
        padding:80px 20px;
        color:#fff;
        text-align:center;
    }
    .stat-card{max-width:320px;margin:auto}
 .huellago-features{
        max-width:1329px;
        margin:auto;
        padding:60px 20px;
    }
.huellago-features img{
	width: 87px;
	height: 87px;
}

    .feature-card{
        background:linear-gradient(180deg,#0b6bd6,#0a56b0);
        border-radius:28px;
        padding:28px 24px;
        color:#fff;
        min-height:260px;
        display:flex;
        flex-direction:column;      
        border:1px solid rgba(255,255,255,.35);
    }

    .feature-icon{
        width:42px;
        height:42px;
    }

    .feature-card h3{
        font-size:20px;
        line-height:1.3;
        font-weight:900;
		font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
		color: #fff;
		height: 90px;
    }

    .feature-card p{
        font-size:14px;
        line-height:1.5;       
		font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
		color: #fff;
    }
.stats-section > svg{
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
}



/*FORMULARIO*/
.row-form-colum-2{
	display: flex;
	width: 100%;
	gap: 10px;
	max-width: 479px;
	margin-bottom: 12px;
}
.form-colum input{
	width: 100%;
	max-width: 181px;
	height: 47px;
	border-radius: 9px;
	padding-left: 10px !important;
}
.form-row-2 input, .form-row-2 select{
	width: 100%;
		height: 47px;
		border-radius: 9px;
	padding-left: 10px !important;
	max-width: 389px;
}
#form-space-p{
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	    margin: 10px 0;
	color: #fff;
}
.form-row-2{
	color: #fff;
    margin-bottom: 8px;
}

.form-row-2 .wpcf7-submit{
    background: #FF2322;
    border-radius: 8px;
    height: 67px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    font-family: 'Anton', Helvetica, Arial, Lucida, sans-serif;
    font-size: 35px;
    color: #fff;
}
#custom-size-banner-colunm-right{
	 width: 100%;
	max-width: 529px;
}

/*MENU*/
#menu-main-menu li{
	padding: 0 30px;
}
.menu-item-599 a{
    background: #FE0100;
    height: 60px;
    border-radius: 8px;
    margin-left: 25px !important;
    position: relative;
	    padding: 0 24px !important;
    top: 7px;
}
/**/

/* =========================================
   USUARIO - Premios/Categorías (NUEVO)
========================================= */

.hg-prizes{
  width: 100%;
}

.hg-prizes-grid{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  gap: 40px;

  grid-template-columns: repeat(auto-fit, minmax(253px, 253px));
  justify-content: center;     
  justify-items: center;       
}

.hg-prize-card{
  width: 253px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hg-prize-image{
  width: 253px;
  height: 285px;
  border-radius: 22px;
  overflow: hidden;

  background: rgba(255,255,255,0.06);

  box-shadow:
    0 4px 21.9px 14px rgba(0,0,0,0.25),
    0 0 35px 10px rgba(0,117,255,0.25);

  display: flex;
  align-items: center;
  justify-content: center;
}

.hg-prize-image img{
  width: 187px !important;
  height: 187px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
}

.hg-prize-date{
  width: 190px;
  height: 32px;
  margin: 14px auto 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #FF0100;
  color: #fff;
  border-radius: 6px;

  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Título */
.hg-prize-title{
  margin: 0 0 16px;
  font-family: 'Poppins', sans-serif !important;
  font-size: 30px !important;
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.05;
  text-transform: uppercase;

  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Botón */
.hg-prize-btn{
  width: 253px;
  height: 52px;
  margin-top: auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 2px solid rgba(255,255,255,0.85);
  border-radius: 10px;
  background: transparent;

  color: #ffffff !important;
  text-decoration: none !important;

  font-family: 'Anton', sans-serif !important;
  font-size: 25px !important;
  line-height: 1;
}

.hg-prize-btn:hover{
  background: rgba(255,255,255,0.08);
}

#content-promo-image-layout{
	display: flex;
    align-items: center;
}
#content-promo-image-layout #et_pb_column_3_huellago{
	width: 59%;
}
#content-promo-image-layout #et_pb_column_4_huellago{
	width: 40%;
}

/* CONTENEDOR GENERAL */
.metrics-wrapper{
  max-width:1310px;
  width:100%;
	display: flex;
}

/* TARJETA */
.metric-card{
	width: 33.33%;
  text-align:center;
  color:white;
  margin-bottom:32px;
}

/* CONTENEDOR QUE RECORTA EL CÍRCULO (se ve ~80%) */
.donut-wrap{
  width:220px;
  height:230px;
  margin:0 auto 12px auto;
  overflow:hidden;
  border-radius:18px; /* esquinas cuadradas suaves */
  display:flex;
  align-items:center;
  justify-content:center;
}

/* DONUT CON IMAGEN */
.donut{
  width:300px;          /* mayor que el wrap para recortar */
  height:215px;
  border-radius:50%;
  background-image:url('/wp-content/uploads/2026/02/circulo-image-alcance-y-visibilidad.webp');
  background-size:cover;
  background-position:center;
  position:relative;
}

/* AGUJERO INTERIOR */


/* TEXTO CENTRADO SOBRE EL DONUT */
.donut-content{
  position:absolute;
  top:52%;
  left:50%;
  transform:translate(-50%, -50%);
  text-align:center;
  color:#000;
}

.metric-value{
  font-size:33px;
  font-weight:400;
  letter-spacing:1px;
	font-family: 'Anton';
}

.metric-label-top{
  font-size:11px;
  font-weight:400;
  text-transform:uppercase;
	font-family: 'Anton';
}

.metric-title{
text-align: justify;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px auto;
    font-family: 'Anton';
    color: #000;
    width: 100%;
    max-width: 341px;
    padding-top: 32px;
}

.metric-text{
  font-size:16px;
  line-height:1.4;
 font-family: 'Poppins', sans-serif !important;
	width: 100%;
	max-width: 341px;
	margin-top: 15px;
	text-align: justify;
	color: #000;
margin: auto;
}

.titulo-activacion .linea-1 {
  font-size: 160px;
}

.titulo-activacion .linea-2 {
  font-size: 108px;
}

.titulo-activacion .linea-3 {
  font-size: 58px;
  position: relative;
  top: -62px;
}

.footer-container {
  max-width: 1211px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
	margin-top: 18px;
}
	.row-footer-legal img{
		width: 89px;
		height:62px;
	}
.footer-left h3 {
	font-family: 'Anton';
	color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
	    text-align: center;
}
	.seccion-f-2{
		    align-items: flex-end;
		    margin-top: 110px;
		color: #fff;
	}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
	color: #fff;
	font-family: 'Poppins';
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-right {
  text-align: center;
}

.logo {
  max-width: 230px;
  height: auto;
  margin-bottom: 15px;
}

.social {
  display: flex;
  justify-content: center;
  gap: 20px;
}
	.social img{
		    width: 40px;
		height: 40px;
	}

/*libro*/
.cf7-form-wrapper {
  background: #86b6ff;
  padding: 40px;
  border-radius: 14px;
  max-width: 920px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.cf7-form-wrapper h3 {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}


.cf7-field label {
  display: block;
  color: white;
  font-size: 14px;
  margin-bottom: 6px;
}

.cf7-field input,
.cf7-field textarea,
.cf7-field select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 20px;
  border: none;
  outline: none;
}

.cf7-field textarea {
  min-height: 120px;
  resize: vertical;
}

.cf7-field.full {
  grid-column: span 2;
}

.cf7-submit {
  text-align: center;
  margin-top: 30px;
}

.cf7-submit input {
  background: red;
  color: white;
  border: none;
  padding: 14px 50px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}
.cf7-form-wrapper .wpcf7-date{
    border: none;
    background: transparent;
    color: #fff;
}
.cf7-form-wrapper p {
	color: #fff;
}
.cf7-form-wrapper .wpcf7-form-control-wrap input, .cf7-form-wrapper .wpcf7-form-control-wrap select{ 
	height: 54px;
	padding-left: 15px;
	padding-right: 15px;
}
input#file-upload-button{
	background: red !important;
}
/* 📱 RESPONSIVE */
@media(max-width: 900px) {
  .footer-container {
flex-direction: column-reverse;
    text-align: center;
  }
	.footer-legals{
    flex-direction: column;
		width: 100%;
}
  .contact-list li {
    justify-content: center;
	}.row-footer-legal img{
		margin: auto;
	}
}




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

    @media (max-width:980px){
        .features-grid{
            display:flex;
            gap:16px;
            overflow-x:auto;
            scroll-snap-type:x mandatory;
            padding-bottom:10px;
        }

        .features-grid::-webkit-scrollbar{
            display:none;
        }

        .feature-card{
            min-width:85%;
            scroll-snap-align:start;
        }
		.huellago-ecosistema-cards{
			    flex-direction: column;
		}
		#banner-fullview{
			height: 100vh;
		}
		.titulo-activacion .linea-1 {
			font-size: 80px;
		}
		.titulo-activacion .linea-2 {
			font-size: 54px;
		}

		.titulo-activacion .linea-3 {
			font-size: 29px;
			top: -30px !important;
		}
		.titulo-activacion{
			text-align: center;
			line-height: 0.4 !important;
		}
		.huellago-ecosistema-cards{
			    gap: 238px !important;
		}
		.contact-list li{
			flex-direction: column;
		}
		.hero-title{
			display: flex !important;
			text-align: center;
			        flex-direction: column;
		}
		.hero-left{
			font-size: 80px !important;
			
		}
		.hero-right{
			font-size: 45px !important;
		}
		.et_pb_code_inner .button-solicitar{
			font-size: 30px !important;
			margin-top: 40px;
		}
		.button-solicitar span{
			top: -3px !important;
		}
		.button-general{
			font-size: 15px !important;
		}
		.button-general span{
			width: 30px;
		}
		.menu-item-599{
			    height: 49px;
			    margin-left: 0px !important;
		}
.flex-colums{
	    display: flex;
    flex-direction: column;
}
		.metrics-wrapper{
			display: flex !important;
			flex-direction: column;
		}
		.metric-card{
			width: 100% !important;
		}
		.menu-item-599 a{
			    height: auto !important;
    padding: 9px 24px !important;
    left: -19px;
		}
		.seccion-f-2{
			margin-top: 9px;
		}
		.metric-title{
			    text-align: center;
    line-height: 1.1;
		}
		.cf7-grid{
			    display: flex !important;
    flex-direction: column;
		}
    }



