body {
  background-color: #000;
  color:  var(--asp-blanco, #FEFEFE);
  scroll-behavior: unset;
}

a{
  all: unset;
}
a{
  color: #fefefe;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #fefefe;
}
main {
  max-width: 1440px !important;
  margin: 0 auto;
  background-image: url('../assets/svg/img_background_escritorio.svg');
  padding-top: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
}

input:focus-visible {
  outline: none;
}

button {
  border: #eab52f;
}

legend {
  font-size: 1.1rem;
}


.header-desktop {
  display: none;
}

/**/
.menu {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}

.burger-menu {
  position: fixed;
  z-index: 101;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.375rem;
  cursor: pointer;
  background-color: #000;
  margin: 0 auto;
  padding: 0 1rem;
}

.burger-icon {
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 3px 0;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.menu-list {
  position: fixed;
  top: -100%; /* Cambio de transform a top para iniciar oculto */
  left: 0;
  width: 100%;
  height: 100vh;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #000;
  transition: top 0.3s ease-in-out; /* Cambio de transform a top para animación */
  font-family: Verdana;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu-list.active {
  top: 0; /* Cambio de transform a top para mostrar */
  z-index: 100;
}

.menu-list li {
  padding: 20px;
  color: white;
  font-size: 18px;
  border-bottom: 1px solid white;
}

.menu-list ul li a{
  cursor: pointer;
}

.registerButton {
  color: #000;
}

/**/

.hey-you__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: rgb(36,22,1);
  background: linear-gradient(40deg, rgba(36,22,1,1) 0%, rgba(56,35,2,1) 28%, rgba(222,159,10,1) 90%);  */
  background-image: url('../assets/img/img_background-hero_movil.png');   
  background-size: cover;
  padding-top:5rem ;
  padding-bottom: 5rem;
  max-width: 1440px !important;
  /* margin: 0 auto; */
  margin-top: 4.374rem !important;
}
.hey-you__logos {
  width: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}


.hey-you__logos img {
  width: 45%
}
.hey-you__logos p {
  margin: .5rem auto;
}
.hey-you__text {
  width: 90%;
  display: grid;
  place-items: center;
  margin: 0 auto;

} 

.hey-you__text p{
 color: var(--asp-blanco, #FEFEFE);
 margin-top: 2rem;
text-align: center;
font-family: 'Poppins';
font-size: 1rem;
font-style: normal;
font-weight: 300;
line-height: 1.5rem;
}

.hey-you__text-span{
  color: var(--asp-blanco, #FEFEFE);
font-family: 'Poppins';
font-size: 1rem;
font-style: italic;
font-weight: 600;
line-height: 1.5rem;
}

.main-title__text{
  width: 95%;
  margin: 0 auto;
  color: var(--asp-blanco, #FEFEFE);
  font-size: 1.8rem;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  line-height: 2.75rem;
  text-align: center;
  margin-top: 3rem;
  
}
.main-title__text-span{
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 900;
  line-height: 2.75rem;


}

/*Inicio producto*/
.product{
  margin: 0 auto;
}

.product-section {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
/*Fn producto*/

.logo-spei__image{
  height: 30%;
}


.logo__underline{
  width: 4.5rem;
  height: 1.5rem;
}
.main-body__text{
  color: var(--asp-blanco, #FEFEFE);
  font-size: 1.3rem;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin-left: 2rem;
  width: 16rem;
}
.main-body__text-span{
  color: var(--asp-blanco, #FEFEFE);
font-size: 1.3rem;
font-style: normal;
font-weight: 900;
line-height: 1.875rem; 
}

.logo-general__container{
  display: flex;
  height: 60%;
}

.logo-spei__container{
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0.875rem;
  background: var(--asp-blanco, #FEFEFE); 
}


.logo-spei__container .logo__underline {
  position: relative;
  top: 28%;
}

.text-description {
  width: 90%;
  margin: 0 auto;
}

.text-description p {
  margin-top: 2rem;
  color: var(--asp-blanco, #FEFEFE);
font-family: 'Verdana';
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.5rem;
}

.text-description a {
  margin-top: 1rem;
  text-decoration: none;
  color: #EAB52F !important;
  color: var(--eiyu-yellow, #EAB52F);
font-family: 'Verdana';
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.text-description a::after {
  content: url('../assets/icn/icn_conoce_mas.svg');
  display: inline-block;
  position: relative;
  top: .25rem;
  left: .5rem;
}

.text-description img{
  margin-top: 2rem;
  margin-left: 0rem;
  width: 22rem;
  height: 14.7rem;
  object-fit: fill;
}

#logoCodi{
  position: relative;
  top: 4%;
  width: 100% ;
  height: 220%;
  object-fit: cover;
}

.description-body__text{
  
  color: var(--asp-blanco, #FEFEFE);
  font-family: Verdana;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  
}
.product__container-spei{
  margin-top: 3rem;
  padding-left: 7%;
  margin: 0 auto;
  margin-bottom: 3rem;

  display: flex;
  flex-flow:wrap column;
  justify-content: center;
  align-content: start;
  width: 100%;
}
.product__container-codi{
  margin-top: 3rem;
  padding-left: 7%;
  margin-bottom: 10rem;
  
  display: flex;
  flex-flow:wrap column;
  justify-content: center;
  align-content: start;
  width: 100%;
}

.product__image{
  width: 25rem;
  height: 19.5625rem;
  border-radius: 1.5rem;
  margin-right: 1rem;
}
.conoce-mas__text{
color: var(--eiyu-yellow, #EAB52F);
font-family: Verdana;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: normal; 
}
input[type='number'] {
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*Beneficios*/

.beneficios {
  margin-top: 5rem;

}
.beneficios-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 3rem;
}
.poligono{
  margin: 0 auto;
  /* background-image: url('../assets/svg/test.svg'); */
  background-image: url('../assets/svg/img_hex_comp_sencillo.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 27rem;
  height: 23rem;
  /* background-color: linear-gradient(180deg, #080607 0%, rgba(97, 71, 4, 0.83) 100%) !important; 

  filter: drop-shadow(0px 0px 3px #FFB700);
  backdrop-filter: blur(5.5px); */
  display: flex;
  justify-content: center;
  align-items: center;
}
.poligono-exclusivos{
  /* background-image: url('../assets/svg/img_hexamarillo.svg'); */
  background-image: url(../assets/svg/img_hex_comp_am.svg);
  /* background-image: url('../assets/svg/img_hex_comp_am.svg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 27rem;
  height: 23rem;
  /* background-color: linear-gradient(180deg, #080607 0%, rgba(97, 71, 4, 0.83) 100%) !important; 

  filter: drop-shadow(0px 0px 3px #FFB700);
  backdrop-filter: blur(5.5px); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.beneficio-items { 
  padding-left: 1rem;
  margin: 1rem auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 22rem;
  height: 19.1rem;
}
.beneficio-items h4 {
  text-align: center;
  font-family: 'Poppins';
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 900;
  line-height: 3rem; 
}

.beneficios-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* .beneficios-img:nth-child(1){
  margin-top: 2rem;
} */

.beneficios-text {
  display: flex;
  flex-direction: column;
  place-items: center;
}

.beneficios-text h5{
  text-align: center;
font-family: 'Poppins';
font-size: 1.5rem;
font-style: normal;
font-weight: 900;
line-height: 2rem;
}

.beneficios-text p {
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28125rem;
}

.beneficios-text span{
text-align: center;
font-family: 'Verdana';
font-size: 0.8125rem;
font-style: normal;
font-weight: 400;
line-height: 1.0625rem;
}

.beneficios-actions {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  margin-bottom: 10rem;
}

.beneficios-actions p{
text-align: center;
font-family: 'Poppins';
font-size: 1.375rem;
font-style: italic;
font-weight: 400;
line-height: 1.5rem;
}

.beneficios-actions p span {
color: var(--asp-blanco, #FEFEFE);
font-family: 'Poppins';
font-size: 1.375rem;
font-style: italic;
font-weight: 900;
line-height: 1.5rem;
}

/*fin beneficios*/

/*Quienes somos*/

.quienes {
  /* background: linear-gradient(180deg, #EAB52F 0%, rgba(234, 181, 47, 0.43) 0%, rgba(60, 46, 12, 0.00) 44.00%, rgba(0, 0, 0, 0.00) 60.67%, rgba(234, 181, 47, 0.63) 100%); */
  /* opacity: 0.4;
  filter: drop-shadow(0px 0px 3px #FFB700);
  backdrop-filter: blur(8px); */
  /* background-image: url('../assets/svg/img_glassy_web.svg'); */
  /* background-image: url('../assets/img/02V3_Home_glassy.png'); */
  background-image: url('../assets/img/02V3_Mobile_Home_glassy.png');
  /* background-image: url('../assets/svg/test-quienes.svg'); */
  background-repeat: no-repeat;
  background-size: cover;
  /* object-fit: fill; */
  border: 1px solid #0E0301;
  /* height: 1100px !important; */
  position: relative;
  z-index: 0;
}

/* .index{
  margin-bottom: 34rem;
} */

.quienes-title h3{
  color: var(--asp-blanco, #FEFEFE) !important;
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.5rem;
  margin-top: 3rem;
}

.quienes-items {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}

.quienes-logos {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}

.no-slider{
  display: flex;
  flex-direction: row !important;
  column-gap: 3rem;
  margin-top: 3rem;
}
.nosotros {
  text-align: center;
font-family: 'Verdana';
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.quienes-slide {
  
}
.quienes-slide h5{
  text-align: center;
  font-family: 'Poppins';
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
.quienes-slide p{
  text-align: center;
  font-family: 'Verdana';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.regulaciones p {
  color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: 'Poppins';
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.5rem;
}

.regulaciones span {
  color: var(--asp-blanco, #FEFEFE);
font-family: 'Poppins';
font-size: 0.875rem;
font-style: italic;
font-weight: 900;
line-height: 1.5rem;
}
/*Fin quienes somos*/
/*utilities*/
.mt-s{
  margin-top: 4rem;
}

.mt-sx {
  margin-top: 1.5rem;
}

.mt-m{
  margin-top: 7.5rem;
}

.mb-sx {
  margin-bottom: 1.5rem;
}

.img-fixed{
  width: 148 !important;
  height: 106px !important;
}

.buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem; 
}

.buttons {
  height: 4.5625rem;
  padding: 0.625rem 3.5rem;
  border-radius: 0.625rem;
  background: var(--eiyu-yellow, #EAB52F);
  color: var(--black, #000);
  text-align: center;
  font-family: 'Verdana';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.buttons-banca-emp{
  height: 2.5625rem;
  padding: 0.625rem 1.1rem;
  /* padding-right: 10px; */
  border-radius: 0.625rem;
  background: #eab52f;
  border: 1px solid #EAB52F;
  color: #000000;
  text-align: center;
  font-family: 'Verdana';
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 10px;
}

.borders{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-right: .125rem solid #EAB52F;
  border-left: .125rem solid #EAB52F;
}

.grid-beneficios{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  margin: 0 auto;
}

.fixed-grid {
  position: relative;
  top: 52%;
  right: 96%;
}
.fixed-grid2 {
  position: relative;
  left: 85%;
}

.pt-s{
  margin-top: -60px;
}
.pt-sx{
  margin-top: -40px;
}

.text-center {
  text-align: center;
}

.height-fixed {
  height: 24.4rem !important;
}
/**/



/*Hexágono*/
/* .beneficio-items {
	width: 200px;
	height: 105px;
	background: #63639c;
	position: relative;
  transform: rotate(28deg);
}
.beneficio-items::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 50px solid #63639c;
}
.beneficio-items:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 50px solid #63639c;
} */


/* Contacto main */
/* .contacto img:nth-child(1){
  position: relative;
  top: 10rem;
} */

.contacto {
 background-image: url('../assets/svg/img_back_contacto-movil.png') ;
 background-repeat: no-repeat;
 background-size: cover;
}

/* .amarillo{
  background-image: url('../assets/svg/img_difuminado_am.svg') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.rojo{
  background-image: url('../assets/svg/img_difuminado_rojo.svg') ;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  background-position: center;
} */
.contacto h2{
  text-align: center;
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Poppins';
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
}
.contacto{
  /* background-image: url('../assets/img/img_decorativa-1-izquierda.png');
  background: linear-gradient(180deg, #0F0907 4.30%, #0F0907 32.07%, #150301 44.78%, #0E0301 72.36%); */
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* .contacto div:nth-child(4){
  margin-left: 54%;
} */
.contacto-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: .67rem;
}

.contacto-items span {
  color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: 'Poppins';
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.contacto-items p {
  color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: 'Verdana';
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contacto-items + hr{
  width: 8.75rem;
  background-color: #FFF;
  margin: 0 auto;
  height: 0.125rem;
  margin-bottom: 1.5rem;
  opacity: 1;
}

.contacto-button {
  display: flex;
  justify-content: center;
}

.contacto-button button {

  width: 15rem;
  height: 4.57rem;
  border-radius: 0.625rem;
  background: var(--eiyu-yellow, #EAB52F);
  text-align: center;
  font-family: 'Verdana';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* inicio formulario acercate a nosotros */

input:focus-visible {
  outline: none;
}
/* 
.form__background-right{

  background-image: url('../assets/img/img_decorativa-derecha.png');
  background-repeat: no-repeat;
  transform: scaley(-1);
  position: absolute;
  padding: 10rem;
  margin-left: 87%;
 

}

.form__background-left{
  background-image: url('../assets/img/img_decorativa-1-izquierda.png');
  background-repeat: no-repeat;
  position: absolute;
  padding: 10rem;
  margin-left: 0%;
  margin-top: 40%;
  @media (max-width: 1236px) {
    display: none;
  }

} */
#formBackground {
  background-image: url('../assets/svg/form-degradado.svg');
  max-width: 980px;
}


.form__container{
  margin-top: 3rem; 
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 1000px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  border-radius: 0.875rem;
  background: rgb(54,35,8);
  background: linear-gradient(90deg, rgba(54,35,8,1) 0%, rgba(0,0,0,1) 50%, rgba(54,35,8,1) 100%);  
  padding-bottom: 2rem;
  border: 2px solid #565656;
}

.form-text__title{
  margin-top: 3rem;
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Poppins';
  text-align: center;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 600px;
  line-height: normal; 
  @media (min-width: 768px) {
    font-size: 4rem;
    font-weight: 1200px;
  }
}
.form-text__desc{
color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: Verdana;
font-size: 1.4rem;
font-style: normal;
font-weight: 450;
line-height: normal;
width: 90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 4rem;
margin-top: 2rem;
max-width:690px;
}
.form-text-info {
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Verdana';
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.form-input__radio{
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  margin-top: .8rem;
  background-color: #FFF;
  color: var(--asp-gris-primario, #565656); 
  display: flex;
  flex-direction: column;
  width: 85%;
  max-width: 820px;
  height: fit-content;
  border-radius: 0.4rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  @media (min-width: 768px) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 1rem
  }
}
input[type="radio"]{ 
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  height: 1.25rem !important; 
  width: 1.25rem !important; 
  border: 1px solid; 
  border-radius: 100% !important; 
  margin: auto 0; 
} 
 
 
input[type="radio"]:checked { 
  background: radial-gradient(#EAB52F 35%, #FFF 45%); 
  border: 2px solid #EAB52F;
}
.form-input__radio-text{
  font-family: Verdana;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
}
.form-text__end{
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal; 
}
.form-input__submit{
  transition: 0.2s ease;
  color: var(--black, #000);
  text-align: center;
  font-family: Verdana;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  margin-top: .5rem;
  border-radius: 0.625rem;
  background: var(--eiyu-yellow, #EAB52F);
  width: 85%;
  border: none;
  max-width: 350px;
  height: 6rem; 
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
}
.form-input__submit:hover{
  transition: 0.2s ease;
  color: var(--black, #000);
  text-align: center;
  font-family: Verdana;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  margin-top: .5rem;
  border-radius: 0.625rem;
  border: 2px solid var(--eiyu-yellow, #EAB52F);
  background: #FFCD50; 
  width: 85%;
  max-width: 350px;
  height: 6rem; 
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
}
.form-input__submit:disabled{
  transition: 1s ease;
  color: var(--asp-gris-primario, #565656); 
  text-align: center;
  font-family: Verdana;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  margin-top: .5rem;
  border-radius: 0.625rem;
  border: 1px solid var(--eiyu-gris-225-c, #9B9B9B);
  background: #F6F6F6;
  width: 85%;
  max-width: 350px;
  height: 6rem; 
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
}
.form-input__container{
  width: 85%;
  max-width: 825px;
  position: relative;
  height: 4rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.form-input__text{
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  padding-left: 1rem;
}

.form__label{
 position: absolute;
 bottom: 0px;
 left:0%;
 width: 100%;
 height: 100%;
 color: var(--asp-gris-primario, #565656); 
 pointer-events: none;
}
.form__label-text{
  font-size: 1.15rem;
  position:absolute;
  bottom:30%;
  left:1rem;
  transition: all 0.3s ease;
}

.form-input__container input:focus + .form__label .form__label-text{
  transform: translateY(-70%);
  font-size: 1rem;
}
.form-input__container + .form__label .form__label-text, .form-input__container input:valid + .form__label .form__label-text{
  transform: translateY(-70%);
  font-size: 1rem;
}

.form-input__container input:valid{
  border-color: #EAB52F;
  border-style: solid;
  border-width: 3px;
  
}
.form-input__container  + .form__label .form__label-text,input:not(:placeholder-shown , :valid) + .form__label .form__label-text{
  transform: translateY(-70%);
  font-size: 1rem;
}
.form-input__container input:not(:placeholder-shown , :valid){
  border-color: red;
  border-style: solid;
  border-width: 3px;
  color:red;
}
.g-recaptcha{
  margin-left: 9%;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*Inicia footer*/

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px !important;
  margin: 0 auto;
  margin-top: 2rem;
}
.footer-container {
  width: 100%;
}

.footer-logo{
  display: flex;
  justify-content: flex-start;
  width: 90%;
}


.footer-container h4{
  text-align: center;
font-family: 'Poppins';
font-size: 0.875rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.footer-container ul {
  padding-left: 1rem;
}

.footer-regulaciones{
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Verdana';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; 
}

.certificaciones {
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Poppins';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0 .5rem;
}

.certificaciones-items {
  width: 90%;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}

.footer-container ul {
  list-style: none;
  margin: 0 auto;
}

.footer-container ul li::before {
  content: url('../assets/svg/arrow-before.svg');
  position: relative;
  padding-right: .5rem;
}

.direccion {
  display: flex;
  column-gap: .5rem;
  padding-left: .67rem;
}

.direccion p{
  font-family: 'Verdana';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.redes-sociales {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 4rem;
}

.copy {
  display: flex;
  justify-content: flex-end;
  height: 4rem;
  align-items: center;
  margin-right: 1rem;
}

.copy  span{
text-align: right;
font-family: 'Verdana';
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}
/* .direccion::before {
  content: url('../assets/icn/icn_geolocalizador-md_white.png');
  position: relative;
  width: 5px;
  height: 6px;
} */
/*Fin footer*/

/* Estilos generales */

#videoContainer {
  width: 85%;
  margin: 0 auto;
  height: auto;
}

.hidden {
  display: none;
}

.footer-desktop {
  display: none;
}

.buro-hidden {
  display: none;
}
@media (max-width: 580px) {

  .main-buckets {
    height: 6900px;
    max-height: 7100px;
  }

  .contacto {
    height: 800px;
  }
  .contacto h2 {
    position: relative;
    top: -240px;
  }

  .contacto-container {
    position: relative;
    top: -240px;
  }

  .contacto-button {
    position: relative;
    top: -240px;
  }
  .buckets {
    position: relative;
    top: -620px;
  }

  .buckets-container {
    position: relative;
    top: -280px;
  }

  .beneficios {
    height: 980px;
  }

  .beneficios-actions {
    position: relative;
    top: -580px;    
  }

  .hidden{
    display: block;
  }
  .slider-container {
  position: relative;
  overflow: hidden;
}

.slider-fixed {
position: relative;
top:-180px;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 100%; /* Ocupa el 100% del ancho */
  padding: 20px;
  box-sizing: border-box;
}

/* Estilos para los puntos de navegación */
.slider-navigation {
  display: flex;
  justify-content: center;
  margin-top: .875rem;
  margin-bottom: 1.5rem;
  column-gap: 2.5rem;
  position: relative;
  z-index: 2;
}

.dot {
  width: 1.51rem;
  height: 1.51rem;
  background-color: transparent;
  border-radius: 50%;
  border: .5px solid #EAB52F;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #EAB52F;
  }


  .slider-container2 {
  position: relative;
  overflow: hidden;
  top: -360px;
}

.slider2 {
  display: flex;
  transition: transform 0.5s ease;
}

.slide2 {
  width: 75%;
  flex: 0 0 100%; /* Ocupa el 100% del ancho */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../assets/svg/test.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.exclusivos-img{
  /* background-image: url('../assets/svg/img_hexamarillo.svg') !important; */
  background-image: url('../assets/svg/img_hex_comp_am.svg');
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-position: 60%;
}

 /* .poligono2{
  background-image: url('../assets/svg/test.svg');
  background-size: 90%;
  background-repeat: no-repeat;
  margin-left: 1.5rem;
  margin-top: 6rem;
} */

/* Estilos para los puntos de navegación */
.slider-navigation2 {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  column-gap: 2.5rem;
  position: relative;
  z-index: 1;
}

.dot2 {
  width: 1.51rem;
  height: 1.51rem;
  background-color: transparent;
  border-radius: 50%;
  border: .5px solid #EAB52F;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.dot2.active {
  background-color: #EAB52F;
  }

  .no-slider { 
    display: none;
  }

  .beneficios-container {
    display: none;
  }
}

.product-desktop{
  display: none;
}

.contacto-container {
  display: flex;
  flex-direction: column;
}
#rightArrow{
  background-image: url('../assets/img/img_decorativa-derecha.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10rem;
  height: 23rem;
  position: relative;
  /* left: 59%; */
  left: calc(100% - 160px);
  top: -360px;
}
#leftArrow{
  background-image: url('../assets/img/img_decorativa-1-izquierda.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  width: 10rem;
  position: relative;
  top: -80px;
}
#rightArrowBeneficios{
  background-image: url('../assets/img/img_decorativa-derecha.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10rem;
  height: 23rem;
  position: relative;
  /* left: 59%; */
  left: calc(100% - 160px);
  top: -280px;
}
#leftArrowBeneficios{
   background-image: url('../assets/img/img_decorativa-1-izquierda.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  width: 10rem;
  position: relative;
  top: -420px;
}

/*Codi*/
#rightArrowCodi{
  background-image: url('../assets/img/img_decorativa-derecha.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10rem;
  height: 23rem;
  position: relative;
  left: calc(100% - 160px);
  top: -360px;
}
#leftArrowCodi{
  background-image: url('../assets/img/img_decorativa-1-izquierda.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  width: 10rem;
  position: relative;
  top: -80px;
}
#rightArrowBeneficiosCodi{
  background-image: url('../assets/img/img_decorativa-derecha.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10rem;
  height: 23rem;
  position: relative;
  /* left: 59%; */
  left: calc(100% - 160px);
  top: -130px;
}
#leftArrowBeneficiosCodi{
   background-image: url('../assets/img/img_decorativa-1-izquierda.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  width: 10rem;
  position: relative;
  top: -250px;
}

#rightArrowTrazoCodi{
  background-image: url('../assets/img/img_decorativa-derecha.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10rem;
  height: 23rem;
  position: relative;
  /* left: 59%; */
  left: calc(100% - 160px);
  top: -130px;
}

/*Spei*/
#rightArrowSpei{
  background-image: url('../assets/img/img_decorativa-derecha.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10rem;
  height: 23rem;
  position: relative;
  left: calc(100% - 160px);
  top: -360px;
}
#leftArrowSpei{
  background-image: url('../assets/img/img_decorativa-1-izquierda.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  width: 10rem;
  position: relative;
  top: -80px;
}
#rightArrowBeneficiosSpei{
  background-image: url('../assets/img/img_decorativa-derecha.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10rem;
  height: 23rem;
  position: relative;
  /* left: 59%; */
  left: calc(100% - 160px);
  top: -130px;
}
#leftArrowBeneficiosSpei{
   background-image: url('../assets/img/img_decorativa-1-izquierda.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  width: 10rem;
  position: relative;
  top: -250px;
}




/*********************************************Inicio CODI*******************************************/

.codi-hero{
  background-image: url('../assets/img/img_background-header_codi_movil.png');
   /* background-image: url('../assets/img/img_background-hero_movil.png');    */
  /* object-fit: contain; */

  /* margin-top: 4.375rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: rgb(36,22,1);
  background: linear-gradient(40deg, rgba(36,22,1,1) 0%, rgba(56,35,2,1) 28%, rgba(222,159,10,1) 90%);  */
  background-size: cover;
  padding-top:2rem ;
  padding-bottom: 3rem;
  max-width: 1440px !important;
  /* margin: 0 auto; */
  margin-top: 4.374rem !important;
}

.codi-text{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.codi-text p{
  text-align: left;
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Poppins';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

.codi-text p span {
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Poppins';
  font-size: 1.5rem !important;
  font-style: italic;
  font-weight: 900;
  line-height: 2rem; 
}

.flexibilidad-container { 
  display: none;
}

.flexibilidad-item__slide {
  background-image: url('../assets/img/img_como_operamos_tres_codi_movil-1.png');
  background-repeat: no-repeat;
  background-size: 95% 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flexibilidad-item__slide div p{
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Poppins';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.flexibilidad-title {
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.flexibilidad-icon {
  border-bottom: 2px solid white;
  width: 3rem;
  display: flex;
  justify-content: center;
  margin-bottom: .85rem;
}

.operacion {
  width: 100%;
  margin: 0 auto;
}

.operacion-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2rem;
  position: relative;
  top: -200px;
}

.operacion-item {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.operacion-container h3 {
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  line-height: normal;

}

.circulo-codi {
  width: 5.27rem;
  height: 5.27rem;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  line-height: normal;
  margin: 0 auto;

}

.operacion-item__mobile {
  background-image: url('../assets/img/img_como_operamos_tres_codi_movil-1.png');
  background-repeat: no-repeat;
  background-size: 95% 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 14.4rem;
  row-gap: 1rem;
}


.operacion-text {
  width: 70%;
  margin: 0 auto;
}

.operacion-text p span {
color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: 'Poppins';
font-size: 1.125rem;
font-style: normal;
font-weight: 900;
line-height: 1.5rem; 
}



.operacion-text p {
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

#operacionList p span{
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

#operacionList ul {
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Poppins';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 1rem;
}

.operacion-list__image{
  display: flex;
  flex-direction: row;
  column-gap: calc(50%);
  justify-content: center;
}

.beneficios-codi {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  row-gap: 1.5rem;
  position: relative;
  top: -520px;
}

.beneficios-codi h3 {
  color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: 'Poppins';
font-size: 1.25rem;
font-style: normal;
font-weight: 800;
line-height: 1.75rem; 
}

.beneficios-hexagono {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../assets/svg/test.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18.75rem;
  height: 16.23rem;
  margin: 0 auto;
}

.hr-codi {
  margin-top: .67rem;
}

.linea-codi {
  display: none;
}
.linea-codi__beneficios {
  width: 95%;
  margin: 0 auto;
  margin-top: 3rem;
}

.linea-codi__item {
  display: flex;
  column-gap: 1rem;
}

.codi-cross-line{
  display: none;
}

.linea-codi__item p {
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Poppins';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; 
  width: 80%;
}

.icon-beneficios{
  display: inline-block;
  background-image: url(../assets/svg/icon-beneficios.svg);
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
}

.codi-actions{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  position: relative;
  top: -180px;
}

.codi-actions p span{
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
}

.soluciones {
  background-image: url('../assets/img/02V3_Mobile_Home_glassy.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -600px;
}

.soluciones h3 {
  padding-top: 3rem;
  margin-top: 3rem;
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}

.soluciones-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.soluciones-item {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 95% 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.soluciuones-icon {
  margin: 1rem auto;
}

.soluciones-title {
  color: #120503;
font-family: 'Poppins';
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: 1.25rem;
}

.soluciones-text {
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
}

.soluciones-text p{
  color: var(--asp-gris-primario, #565656);
  font-family: Verdana;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.soluciones-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: 3rem auto;
}

.soluciones-actions p {
  color: var(--asp-blanco, #FEFEFE);
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75rem;
}

.soluciones-actions p span {
  color: var(--asp-blanco, #FEFEFE);
  font-family: 'Poppins';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
}

/*Preguntas codi*/
.soluciones-preguntas {
  padding-bottom: 3rem;
  width: 90%;
  margin: 0 auto;
}

.accordion h5 {
  color: var(--black, #000);
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
  padding-top: 2rem;
}

.soluciones-preguntas hr {
  width: 100%;
  height: .125rem;
  background-color: #FFF;
  background: #eecc77;
}
.accordion {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #FEFEFE;
  padding: 2rem auto;
  border-radius: 8px;
  padding-bottom: 3rem;
}

.accordion-item {
  width: 90%;
  margin: 1rem auto;
  border: none;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.1875rem;
  color: var(--asp-gris-primario, #565656);
  font-family: Verdana;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-header {
  padding: 10px;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 10px;
}
.show {
  display: block;
}

.contacto-productos {
  width: 90%;
  margin: 0 auto;
  margin-top: 3rem;
}

.contacto-productos__info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
}
.contacto-productos__action{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}
.contacto-productos__action p {
  font-family: 'Poppins';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; 
}
.asesoria{
  font-family: 'Poppins';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}
.comunicate{
  font-family: 'Poppins';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.comunicate span{
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.visitanos{
  font-family: 'Poppins';
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

.spei-operacion{
  width: 100%;
  margin: 0 auto;
}

.spei-caracteristicas{
  background-image: url('../assets/img/img_\ caracteristicas_spei_movil.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1rem;
}

.spei-operacion__item ul{
  list-style: none;
  padding-left: 0px;
}
.spei-operacion__item ul li::before{
  content: url('../assets/img/chevron_spei.png');
  display: inline-block;
  width: 10px;
  height: 15px;
  padding-right: 1rem;
}
/*********************************************Fin CODI*******************************************/

/***************** Inicio SPEI*********************/

.spei-hero {
  background-image: url('../assets/img/img_background-header_spei_movil.png');
}
.spei-operacion__container {
  position: relative;
  top: -200px;
}
.buckets-spei{
  position: relative;
  top: -180px;
  height: 980px;
}

.agiliza-title h3{
  font-family: 'Poppins';
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  line-height: 2rem; 
}
.agiliza-text p{
  font-family: Verdana;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.agiliza-text p span{
  font-family: Verdana;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.spei-operacion__text h3{
  font-family: 'Poppins';
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
}
.spei-operacion__text p{
  font-family: Verdana;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.spei-caracteristicas h5 {
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}

.spei-caracteristicas{
  font-family: Verdana;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.spei-caracteristicas ul li{
  margin: .5rem auto;
}

.spei-caracteristicas ul li span{
  font-weight: 700;
}
/***************** Fin SPEI ************************/

@media (min-width: 375){
  .pad-right{
    padding-right: 3%;
  }
}
@media (min-width: 425){
  .pad-right{
    padding-right: 14%;
  }
}
@media (min-width: 569px){
    #rightArrow, #leftArrow,#rightArrowBeneficios,#leftArrowBeneficios {
    display: none;
  }
  #rightArrowCodi, #leftArrowCodi,#rightArrowBeneficiosCodi,#leftArrowBeneficiosCodi, #rightArrowTrazoCodi {
    display: none;
  }
  #rightArrowSpei, #leftArrowSpei,#rightArrowBeneficiosSpei,#leftArrowBeneficiosSpei {
    display: none;
  }
  .operacion-container{
    position: relative;
    top: 0;
  }

  .beneficios-codi{
    position: relative;
    top: 0;
  }

  .soluciones{
    position: relative;
    top: 0;
  }

  .codi-actions{
    position: relative;
    top: 0;
  }

  .spei-operacion__container{
    position: relative;
    top: 0;
  }

  .buckets-spei{
    position: relative;
    top: 0;
  }
}
@media(min-width: 768px) {


  .menu {
    display: none;
  }
  .header-desktop { 
  color: #FEFEFE;
  display: flex;
  margin: 0 auto;
  margin-top: 1.5rem;
  max-width: 1440px !important;
  margin-bottom: 1.5rem;
}



.branding {
  display: flex;
  width: 50%;
  justify-content: center;
  column-gap: 2rem;
}

.branding-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #FFF;
  padding-left: 2rem;
  height: 3rem;
  display: flex;
  align-items: center;
}

.nav-soluciones {
  display: flex;
  padding-top: 0.5rem;
  width: 50%;
  justify-content: center;
  column-gap: 2rem;
}

.nav-soluciones ul{
  display: flex;
  align-items: center;
  gap: 3rem;
  list-style: none;
  font-family: 'Verdana', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }

.nav-soluciones ul li a{
  cursor: pointer;
}

.nav-soluciones ul li a:hover {
  color: #EAB52F;
}


  .contacto {
    background-image: url('../assets/svg/img_back_contacto-web.png');
    background-repeat: no-repeat;
    /* background-size: cover; */
        background-size: 1440px 600px;
  }

  .contacto h2 {
    color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: 'Poppins';
font-size: 2.25rem;
font-style: italic;
font-weight: 900;
line-height: normal;
  }

  .contacto-container {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);/*Mover a 4 cuando se agregue numero de whatsApp*/
    width: 100%;
    margin: 3rem auto;
  }

  .contacto-items span { 
    text-align: center;
font-family: 'Poppins';
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .contacto-items p {
    color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: Verdana;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .contacto-container hr {
    display: none;
  }

  .quienes-logos {
    display: flex;
    flex-direction: row;
    column-gap: 5rem;
  }

  .codi-hero {
    background-image: url('../assets/img/img_background-header_codi.png');
    margin: 0 auto;
    margin-top: -0.01rem !important;
  }
  .spei-hero{
    background-image: url('../assets/img/img_background-header_spei.png');
    background-size: 100% 100%;
    height: 410px;
  }

  .codi-text {
    width: 60%;
    margin-left: 10rem;
  }

  .codi-hero .buttons-container {
    display: flex;
    justify-content: flex-start;
    margin-left: 10rem;
  }

  .codi-text p {
    text-align: left;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.375rem;
  } 

  .codi-text p span {
    font-size: 3rem !important;
    font-style: italic;
    font-weight: 700;
    line-height: 3.375rem;
  }

  .flexibilidad-container {
    background-image: url('../assets/img/img_beneficios_codi.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    margin: 4rem auto;
  }

  .flexibilidad-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 170px;
  }

  .flexibilidad-item__fixed {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
  }
  
  .operacion {
    width: 70%;
  }
  .operacion-container h3 {
    font-size: 3rem;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
  }

   .operacion-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  /**/

  .height-fixed{
    height: 16.5rem !important;
  }
  #operacionCirculo3{
    position: relative;
    bottom: 90px;
  }
  #operacionlinea3{
    position: relative;
    bottom: 90px;
  }

  .circulo-codi {
    margin: 0;
  }

  .operacion-item__mobile{
    background-image: url('../assets/img/img_beneficios_codi.png');
    background-size: 100% 100%;
    background-position: left;
    display: flex;
    flex-direction: row-reverse;
    min-height: 106px;
    justify-content: space-around;
  }

  .operacion-item__large {
    background-image: url('../assets/img/img_como_operamos_tres_codi.png') !important;
  }

  .fixed-listo__container{
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .fixed-listo__item {
    width: 45%;
    margin: 0 auto;
  }

  .fixed-listo {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    margin: 0 auto;
  }

  .operacion-text {
    margin: 0;
  }

  .operacion-list__image {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    column-gap: 3rem;
  }

  .linea-codi { 
    display: block;
  }

  .beneficios-codi h3 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.75rem;
  }

  .soluciones {
    background-image: url(../assets/svg/img_back_somos_1440x600.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .soluciones-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    row-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  

  .soluciones-item {
    max-width: 500px;
    height: 310px;
  }

  .spei-caracteristicas{
    background-image: url('../assets/img/img_\ caracteristicas_spei.png');
    width: 70%;
    margin: 0 auto 3rem auto;
  }

  #videoContainer {
  width: 60%;
  margin: 0 auto;
  height: auto;
}


}


@media (min-width: 980px) {

  .buro-hidden {
    display: block;
  }

  .main-title__text { 
    width: 50% !important;
    color: var(--asp-blanco, #FEFEFE);
    text-align: center;
    font-family: 'Poppins';
    font-size: 2.25rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2.75rem; 
  }

 .main-title__text-span { 
  color: var(--asp-blanco, #FEFEFE);
font-family: 'Poppins';
font-size: 2.25rem;
font-style: italic;
font-weight: 900;
line-height: 2.75rem;
 }

  .hey-you__container{
    background-image: url('../assets/img/img_background-hero.png');
    background-size: cover;
    height: 357px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    margin-top: -.01rem !important;
  }

  .hey-you__logos{
    width: 40%;
  }
  .hey-you__text{
    width: 40%;
    margin: auto 0;
  }

  .hey-you__text p {
    text-align: left;
    color: var(--asp-blanco, #FEFEFE);
    font-family: 'Poppins';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.09375rem;
  } 
  .hey-you__text-span {
    color: var(--asp-blanco, #FEFEFE);
    font-family: 'Poppins';
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    line-height: 2.09375rem;
  }

  .codi-text p span{
    font-size: 2.25rem !important;
  }
  .product__container-spei{
    display: none
  }

  .product-section {
    display: none;
  }

  .product-desktop{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
    place-items: center;
    align-items: center;
    width: 70%;
    margin-top: 2rem;
  }

  .logo-general__container {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    row-gap: 1rem;
    margin-left: 2rem;
  }

  .product-desktop__logos {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .quienes {
    /* background-image: url('../assets/img/02V3_Home_glassy.png'); */
    background-image: url('../assets/svg/img_back_somos_1440x600.png');
    background-repeat: no-repeat;
    background-size: 1440px 770px;
  }

  .quienes-title h3 {
    color: var(--asp-blanco, #FEFEFE);
text-align: center;
font-family: 'Poppins';
font-size: 2.25rem;
font-style: italic;
font-weight: 900;
line-height: normal;
  }

  /* .quienes{
    height: 53rem;
  } */

  .beneficios-actions p {
    color: var(--asp-blanco, #FEFEFE);
    text-align: center;
    font-family: 'Poppins';
    font-size: 2.25rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .beneficios-actions p span { 
    color: var(--asp-blanco, #FEFEFE);
    font-family: 'Poppins';
    font-size: 2.25rem;
    font-style: italic;
    font-weight: 900;
    line-height: 2.5rem;
  }

  .beneficios-desktop {
    display: flex;
    flex-direction: row;
  }

  .icon-beneficios{
    display: none;
  }

  .codi-cross-line{
    display: block;
  }
  .operacion-item:nth-child(3){
    position: relative;
    left: 110px
  }
  .beneficios-hexagono {
    position: relative;
    left: 75px;
    width: 28.5rem;
    height: 18.5rem;
  }

  .beneficios-text__fixed{
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .codi-actions{
    margin: 3rem auto;
  }

  .soluciones h3 {
    font-size: 2.5rem;
  }
  .soluciones-actions p {
    font-size: 1.75rem; 
    width: 80%;
  }
  .soluciones-actions p span{
    font-size: 1.75rem; 
  }

  .regulaciones p {
    color: var(--asp-blanco, #FEFEFE);
    text-align: center;
    font-family: 'Poppins';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem; 
  }

  .regulaciones span {
    color: var(--asp-blanco, #FEFEFE);
font-family: 'Poppins';
font-size: 1.5rem;
font-style: italic;
font-weight: 900;
line-height: 2rem;
  }
  .footer {
    margin-top: 6rem;
  }

  /* .footer-grid {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 4.5rem;
    margin-top: 3rem;
  }

  .footer-grid .footer-container:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  } */

  .contacto-productos__action {
    margin-top: 0px;
  }

  .buckets-container {
    display: flex;
    justify-content: center;
    width: 80%;
    align-items: flex-start;
    column-gap: 2rem;
  }

  .footer-mobile {
    display: none;
  }

  .footer-desktop {
    display: flex;
  }

  .footer-logo{
    position: relative;
    top: 10%;
    left: 5%
  }

  .footer-container h4 {
    font-family: 'Poppins';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .certificaciones {
    color: var(--asp-blanco, #FEFEFE);
    text-align: center;
    font-family: 'Poppins';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .certificaciones br{
    display: none;
  }

  .certificaciones-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 8rem;
    margin-top: 3rem;
  }

  .agiliza {
    width: 70%;
    margin: 0 auto;
  }

  .agiliza-title h3{
    font-family: 'Poppins';
    font-size: 3rem;
    font-style: italic;
    font-weight: 900;
    line-height: 4rem;; 
  }
  .agiliza-text p{
    font-family: Verdana;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
  }
  .agiliza-text p span{
    font-family: Verdana;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
  }

  .spei-operacion__text h3{
    font-family: 'Poppins';
    font-size: 3rem;
    font-style: italic;
    font-weight: 900;
    line-height: 4rem; 
  }
  .spei-operacion__text p{
    font-family: Verdana;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; 
  }

   .codi-actions p span {
    font-size: 1.75rem;
  }

/* 
  #leftArrow{
    display: none;  
  }
  #rightArrow{
    
  }
  #leftBeneficiosArrow{
    display: none;
  }
  #rightBeneficiosArrow{
    
  } */
}
/**/
@media (min-width:1024px) and (max-width: 1438px){
  .buckets-spei{
    height: auto;
  }
}

@media (min-width: 1175px) {
  .soluciones-item:nth-child(odd){
    margin-left: 2rem;
  }
  .soluciones-item:nth-child(even){
    margin-right: 2rem;
  }
}

@media  (min-width: 1439px){

  #leftArrowTitle{
    background-image: url('../assets/img/img_decorativa-left_xlg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 25rem;
    height: 35rem;
    display: block;
    position: relative;
    top: -120px;
    right: 5%;
  }

  #leftArrowTitleSpei{
    background-image: url('../assets/img/img_decorativa-left_xlg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 24rem;
    height: 25rem;
    display: block;
    position: relative;
    top: -90px;
    right: 5%;
  }

  .main-title__text {
    position: relative;
    top: -580px;
  }

  .product { 
    height: 680px;
    position: relative;
    top: -520px;
  }

  .beneficios{
    height: 640px;
    position: relative;
    top: -480px
  }

  .contacto {
    height: 535px;
  }

  .contacto h2 {
    position: relative;
    top:-550px;
  }

  .contacto-container {
    position: relative;
    top: -520px;
  }

  .contacto-button {
    position: relative;
    top: -520px;
  }
  #leftArrow{
    background-image: url('../assets/img/img_decorativa-left_xlg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 25rem;
    height: 35rem;
    display: block;
    position: relative;
    top: -100px;
    right: 5%;
  }
  #rightArrow{
    background-image: url('../assets/img/decorativa-right_xlg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 25rem;
    height: 35rem;
    display: block;
    position: relative;
    left: 73%;
    top: -960px;
  }
  #leftArrowBeneficios{
    background-image: url('../assets/img/img_decorativa-left_xlg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 25rem;
    height: 35rem;
    display: block;
    position: relative;
    top: -980px;
    right: 5%;
  }
  #rightArrowBeneficios{
    background-image: url('../assets/img/decorativa-right_xlg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 25rem;
    height: 35rem;
    display: block;
    position: relative;
    left: 73%;
    top: -1050px;
  }

  /*Codi*/

  .operacion-container{
    position: relative;
    top: -400px;
  }
  .beneficios-codi{
    position: relative;
    top: -750px;
  }
  .codi-actions {
    position: relative;
    top: 0;
  }


  .main-buckets{
    height: 4400px;
  }

  .buckets{
    position: relative;
    top: -600px;
  }
  .soluciones {
    position: relative;
    top: -600px;
  }

  .buckets-container {
    position: relative;
    top: -400px;
    display: flex;
    justify-content: center;
    width: 65%;
    align-items: flex-start;
    column-gap: 2rem;
  }

  .contacto-productos__action {
    margin-top: 0px;
  }

  .contacto-productos__info {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
  }

#rightArrowCodi{
  background-image: url('../assets/img/decorativa-right_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24rem;
  height: 25rem;
  display: block;
  position: relative;
  left: 73%;
  top: -660px;
 }

#leftArrowCodi{
  background-image: url('../assets/img/img_decorativa-left_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24rem;
  height: 25rem;
  display: block;
  top: -100px;
}
#rightArrowBeneficiosCodi{
  background-image: url('../assets/img/decorativa-right_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24rem;
  height: 25rem;
  display: block;
  position: relative;
  left: calc(100% - 100px);
  top: -160px;
}
#leftArrowBeneficiosCodi{
  background-image: url('../assets/img/img_decorativa-left_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24rem;
  height: 25rem;
  display: block;
  position: relative;
  right: calc(100% - 750px);
  top: -860px;
}

#rightArrowTrazoCodi{
  background-image: url('../assets/img/decorativa-right_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 25rem;
  height: 35rem;
  position: relative;
  left: 73%;
  top: -960px;
}

/*Spei*/
.agiliza{
  position: relative;
  top: -280px;
}
.buckets-spei{
  position: relative;
  top: -40px;
  height: 980px;
}
.flex-spei{
  position: relative;
  top: -280px;
}
.main-bucket__spei{
  height: 2350px;
}

.spei-operacion {
  height: 880px;
}

.spei-operacion__container{
  position: relative;
  top: -480px;
  width: 70%;
  margin: 0 auto;
}
.spei-caracteristicas {
  width: 100%;
  margin: 0 auto;
}
#rightArrowSpei{
  background-image: url('../assets/img/decorativa-right_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24rem;
  height: 25rem;
  display: block;
  position: relative;
  left: 73%;
  top: -660px;
 }

#leftArrowSpei{
  background-image: url('../assets/img/img_decorativa-left_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24rem;
  height: 25rem;
  display: block;
  left: -50px;
  top: -100px;
}
#rightArrowBeneficiosSpei{
  background-image: url('../assets/img/decorativa-right_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24rem;
  height: 25rem;
  display: block;
  position: relative;
  left: calc(100% - 360px);
  top: -420px;
}
#leftArrowBeneficiosSpei{
  background-image: url('../assets/img/img_decorativa-left_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24rem;
  height: 25rem;
  display: block;
  position: relative;
  right: calc(100% - 750px);
  top: -860px;
}



.beneficios-actions {
  position: relative;
  top: -1180px;
}

  
#leftArrowForm {
   background-image: url('../assets/img/img_decorativa-left_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 21rem;
  width: 16rem;
  position: relative;
  left: -50px;
  top: -720px;
}

#rightArrowForm{
   background-image: url('../assets/img/decorativa-right_xlg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 18rem;
  height: 24rem;
  position: relative;
  left: 82%;
  top: -120px;
  transform: scaleY(-1);
}

form{
  position: relative;
  top: -380px;
}

#formBackground {
  height: 1200px;
}

.soluciones-item:nth-child(odd){
    margin-left: 6rem;
  }
  .soluciones-item:nth-child(even){
    margin-right: 6rem;
  }
}
/* Estilo para el modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Estilo para el contenido del modal */
.modal-content {
  background-color: white;
  width: 90%;
  max-width: 400px;
  margin: 10% auto;
  padding: 20px 0 0 0;
  text-align: center;
   border-radius: 0.625rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 20%;
  color: #000;
  display: flex;
  row-gap: 5px;
}

.modal-content span{
  font-size: 1.5rem;
  font-weight: 700;
}

.modal-content p {
  font-family: Verdana;
  font-size: 1rem;
  margin-bottom: .5rem;
}

/* Estilo para el botón de cerrar el modal */
.close {
  color: #000;
  background-color: #EAB52F;
  font-size: 20px;
  cursor: pointer;
  height: 3rem;
  color: var(--black, #000);
  text-align: center;
  font-family: 'Verdana';
  font-size: 1.25rem !important;
  padding: 0.625rem 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0 0 0.625rem 0.625rem;
  margin-top: 1.25rem;
}

/*Inicia footer*/
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px !important;
  margin: 0 auto;
  margin-top: 2rem;
}

  .footer-contact {
    margin-top: 7rem;
  }

@media (min-width:1025px) and (max-width: 1438px){
  .footer-contact {
    margin-top: 7rem;
}
  .beneficios {
    margin-top: 5rem;
    background-image: url(../assets/img/beneficios_fondo_transparente.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 19% !important;
    margin-bottom: -15% !important;
}
.card-space-text {
  margin-left: 12%;
  margin-right: 10%;
}
}

/**/
@media (min-width:1560px) {
  .footer-contact {
    margin-top: 17rem;
}
}

@media (min-width:1024px) and (max-width: 1438px){

  .footer-contact {
    margin-top: 5rem;
}
  .regulaciones p {
    color: var(--asp-blanco, #FEFEFE);
    text-align: center;
    font-family: 'Poppins';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
  }

  .regulaciones span {
    color: var(--asp-blanco, #FEFEFE);
font-family: 'Poppins';
font-size: 1.5rem;
font-style: italic;
font-weight: 900;
  }

  .text-benefice {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
    padding-right: 0% !important; 
}

  .mt-m{
    margin-top: 7.5rem;
  }

  .text-description {
    width: 90%;
    margin: 0 auto;
  }

  .beneficios {
    margin-top: -38%;
    background-image: url(../assets/img/beneficios_fondo_transparente.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 15%;
    margin-bottom: -15%;
    display: flow-root;
  }

  .empresarial__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('../assets/img/IMAG_header.png');   
    background-size: cover;
    padding-top:5rem ;
    padding-bottom: 5rem;
    max-width: 1440px !important;
    margin-top: 4.374rem !important;
  }
  
  .empresarial__container_movil{
    display: none !important;
  }

  .product_movil{
    display: none;
  }

  .beneficios_movil{
    display: none;
  }
  
  
  .card-space-text-full{
    margin-left: 20% !important;
    font-size: 0.9rem;
  }
  
  .text-benefice {
    font-size: 1rem;
  }
  
  .beneficios-card-full-m{
    margin-top: -35px;
  }

    /* Boton Login */
.button_login_banca_emp{
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: #FFF;
  width: 25%;
  padding-bottom: 10px;
  padding-top: 10px;
}
}
@media (min-width: 1440px) and (max-width: 1560px) {
  .footer-contact {
    margin-top: 17rem !important;
}
}