/* LAZY IMG BG */
.lazy-bg {
  width: 100%;
  height: 200px;
  background-color: #ddd;        /* placeholder */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  filter: blur(2px);
  opacity: 0.6;
  transition: filter .4s ease, opacity .4s ease;
}

.lazy-bg.loaded {
  filter: blur(0);
  opacity: 1;
}




/* TOP NAV */
.fs-1-rem {
  font-size: 1rem !important;
}

.fs-location {
  font-size: 1.5rem !important;
  font-weight: bold;
}

.fs-2-rem {
  font-size: 2rem !important;
}

.fs-3-rem {
  font-size: 3rem !important;
}

.fs-4-rem {
  font-size: 4rem !important;
}



/* BENEFICIOS */

.container-beneficios {
  display: flex;
  gap: 0;
  margin-bottom: 200px;
}

.info-block {
  display: flex;
  align-items: center;
  padding: 30px 40px;
  gap: 25px;
}

.info-block-red {
  background-color: #EF3340;
  flex: 1;
}

.info-block-gray {
  background-color: #D1D3D4;
  flex: 1;
}

.icon-wrapper {
  flex-shrink: 0;
}

.icon-wrapper svg {
  width: 60px;
  height: 60px;
  fill: white;
}

.info-block-gray .icon-wrapper svg {
  fill: #58595B;
}

.content {
  flex: 1;
}

.title-beneficios {
  font-family: "RollFormer1", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  /* text-transform: uppercase; */
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.info-block-red .title-beneficios {
  color: white;
}

.info-block-gray .title-beneficios {
  color: #58595B;
}

.description {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.info-block-red .description {
  color: white;
}

.info-block-gray .description {
  color: #58595B;
}

@media only screen and (max-width: 767px){
  .container-beneficios {
    flex-direction: column;
    margin-bottom: 100px;
  }
  
  .info-block {
    padding: 20px;
  }
}

/* FORM */
.group-form {
  display: flex;
  line-height: 30px;
  align-items: center;
  position: relative;
}

.input-form,
textarea {
  width: 100%;
  line-height: 30px;
  padding-left: 3.2rem;
  outline: none;
  background-color: #ffffff;
  color: #000000;
  transition: .5s ease;
}

.input-form {
  height: 40px;
}

.input-form::placeholder,
textarea::placeholder {
  background-color: #ffffff;
  color: #a0a0a1;
  border-radius: 0px;
}


/* .input-form:focus, .input-form:hover {
  outline: none;
  border-color: rgba(129, 140, 248);
  background-color: #fff;
  box-shadow: 0 0 0 5px rgb(129 140 248 / 30%);
} */

.icon-form {
  position: absolute;
  color: #d00613;
  left: 1rem;
  fill: none;
  width: 1rem;
  height: 1rem;
  top: 11px;
}

.form__content .boton-form {
  font-size: 1.5rem;
}


/* FOOTER */
.pt-menu {
  padding-top: 80px;
}

/* PROGRESS CIRCLE */
.progress-circle {
  background: red;
}

/* ---------------- EQUIPOS ---------------- */
.mySwiperh1_team .swiper-button-next,
.mySwiperh1_team .swiper-button-prev {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .mySwiperh1_team .swiper-button-next,
  .mySwiperh1_team .swiper-button-prev {
    display: none;
  }
}
.mySwiperh1_team .swiper-button-next i,
.mySwiperh1_team .swiper-button-prev i {
  font-size: 25px;
  transition: 0.3s;
  color: #FFF;
}
.mySwiperh1_team .swiper-button-next::after,
.mySwiperh1_team .swiper-button-prev::after {
  display: none;
}
.mySwiperh1_team .swiper-button-next:hover,
.mySwiperh1_team .swiper-button-prev:hover {
  background: #000;
  transform: scale(1.1);
}
.mySwiperh1_team .swiper-button-next:hover i,
.mySwiperh1_team .swiper-button-prev:hover i {
  color: #fff;
}
.mySwiperh1_team .swiper-button-next {
  right: 10px;
  top: 45%;
}
.mySwiperh1_team .swiper-button-prev {
  left: 10px;
  top: 45%;
}

.mySwiperh1_team .swiper-button-next, .mySwiperh1_team .swiper-button-prev {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #f00;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.mySwiperh1_team .swiper-button-next i, .mySwiperh1_team .swiper-button-prev i {
	font-size: 25px;
	transition: 0.3s;
	color: #FFF;
}

.bloque-equipo {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Imagen de fondo por capa */
.bloque-equipo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Degradado dinámico con color desde inline-style */
.bloque-equipo .degradado {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      to right,
      var(--color, rgba(0,0,0,0.7)),
      transparent, transparent
  );
}

/* Contenido encima del degradado */
.bloque-equipo .contenido {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
}

.bloque-equipo .titulo {
  position: relative;
  color: #fff;
  z-index: 90;
  top: 30px;
  left: 30px;
  font-size: 24px;
  font-family: 'RollFormer1', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.bloque-equipo .contenido-equipo {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  color: #fff;
}

.bloque-equipo .titulo-equipo {
  position: relative;
  display: block;
  color: #fff;
  z-index: 50;
  top: 10px;
  left: 20px;
  font-size: 18px;
  font-family: 'RollFormer1', sans-serif;
  font-weight: bold;
}

.bloque-equipo .sub-titulo-equipo {
  position: relative;
  display: block;
  color: #fff;
  z-index: 50;
  top: 10px;
  left: 20px;
  font-size: 13px;
  font-weight: bold;
}

/* Botón dinámico usando el mismo color */
.bloque-equipo .btn {
  --cut: 15%; 
  position: relative;
  bottom: 0px;
  width: 200px;
  background: var(--color);
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, 0 100%);
}

.bloque-equipo .btn:hover {
  background: #fff;
  color: var(--color);
}

.bloque-equipo .btn-equipo {  
	position: absolute;
	bottom: 8px;
  right: 0px;
	background: var(--color);
	padding: 0px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
	float: right;
  z-index: 50;
}


.bloque-equipo .btn-equipo:hover {  
  color: #f00;
}

.bg-beneficios {
  background-color: #EDEDED ;
}

.title-sm, .title-form {
  font-family: "RollFormer1", sans-serif;
}
.temp {
  left:50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .left-thumbnail-about-area-two .counter-about-area {
    left: 180px;
  }
}

/* VIDEO SOMOS */
.bloque-video {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
} 

.contenido-video {
  position: relative;
  color: #fff;
  top: -9px;
  background-color: #000;
  padding: 15px 10px;
}

.about-videos {
  width: 290px;
  height: 180px;
  background: #000;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-videos::after {
  content: "▶";
  color: white;
  font-size: 46px;
  opacity: .75;
  pointer-events: none;
}

#overlayVideo {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#videoPlayer{
  width: 85%;
  max-width: 900px;
}

/* DESCARGA */
        
        .container-download {
            max-width: 800px;
            width: 100%;
            padding: 30px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        
        
        .download-link {
            display: inline-block;
            background-color: #3498db;
            color: white;
            padding: 12px 30px;
            font-size: 1.2rem;
            text-decoration: none;
            border-radius: 5px;
            transition: all 0.3s ease;
            cursor: pointer;
            margin-top: 10px;
            border: none;
        }
        
        .download-link:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        
        /* Estilos del modal */
        .down-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        
        .down-modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .down-modal {
            background-color: white;
            width: 90%;
            max-width: 500px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transform: translateY(-20px);
            transition: transform 0.4s ease;
        }
        
        .down-modal-overlay.active .down-modal {
            transform: translateY(0);
        }
        
        .down-modal-header {
            background-color: #000000;
            color: white;
            padding: 20px;
            position: relative;
        }
        
        .down-modal-header h2 {
            font-size: 1.8rem;
            margin: 0;
        }
        
        .down-close-btn {
            position: absolute;
            top: 15px;
            right: -225px;
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            transition: transform 0.2s;
        }
        
        .close-btn:hover {
            transform: scale(1.1);
        }
        
        .down-modal-body {
            padding: 30px;
        }
        
        .down-modal-text {
            margin-bottom: 20px;
            color: #555;
            font-size: 14px;
        }
        
        .form-group {
            margin-bottom: 25px;
            text-align: left;
        }
        
        #downloadForm label {
            display: block;
            margin-bottom: 8px;
            color: #333;
            font-weight: 600;
        }
        
        #downloadForm input[type="email"] {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #ddd;
            border-radius: 5px;
            /* font-size: 1rem; */
            transition: border-color 0.3s;
        }
        
        #downloadForm input[type="email"]:focus {
            border-color: #dc3545;
            outline: none;
        }
        
        .submit-btn {
            background-color: #dc3545;
            color: white;
            border: none;
            padding: 14px 25px;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
            transition: background-color 0.3s;
        }
        
        .submit-btn:hover {
            background-color: #000;
        }
        
        .down-modal-footer {
            padding: 15px;
            background-color: #f8f9fa;
            border-top: 1px solid #eee;
            font-size: 0.9rem;
            color: #666;
        }
        
        .down-modal-footer a {
            color: #3498db;
            text-decoration: none;
        }
        
        .down-modal-footer a:hover {
            text-decoration: underline;
        }
        
        /* Estilos para el mensaje de confirmación */
        .confirmation-message {
            display: none;
            padding: 20px;
            background-color: #d4edda;
            color: #155724;
            border-radius: 5px;
            margin-top: 20px;
            border: 1px solid #c3e6cb;
        }
        
        .confirmation-message.show {
            display: block;
            animation: fadeIn 0.5s;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .features {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 30px;
        }
        
        .feature {
            flex: 1;
            min-width: 200px;
            margin: 15px;
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 8px;
        }
        
        .feature i {
            font-size: 2.5rem;
            color: #3498db;
            margin-bottom: 15px;
        }
        
        @media (max-width: 600px) {
            .down-modal {
                width: 95%;
            }
            
            .down-modal-body {
                padding: 20px;
            }
            
            h1 {
                font-size: 2rem;
            }
        }