@font-face {
  font-family: 'Vivita-Bold';
  src:  url('../fonts/VIVITA-Bold.woff') format('woff');
  /* font-weight: bold; */
}
@font-face {
  font-family: 'Vivita-Medium';
  src:  url('../fonts/VIVITA-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Vivita-Light';
  src:  url('../fonts/VIVITA-Light.woff') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: 'Vivita-Regular';
  src:  url('../fonts/VIVITA-Regular.woff') format('woff');
  font-weight: 300;
}


body {
  font-family: "Nunito", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
 
  font-family: "Nunito", sans-serif !important;
  /* #18716e */
}

p{
  font-family: "Nunito", sans-serif !important;
  line-height: 32px !important;
  font-weight: 200;
  font-size: 20px !important;
  text-shadow: 0px 3px 2px rgb(0 0 0 / 25%);
}

strong{
  font-family: "Nunito", sans-serif !important;
  color: #9FC21D;
}

.sw-h4{
  color: #153A6D !important;
}

.page-wrapper {
  position: relative;
}
/* Header y navbar  */
.header-wrap .navbar .navbar-nav .nav-item {
  margin: 0 25px !important;
}

.header-wrap .navbar .navbar-nav .nav-item a {
  color: #4D4D4D !important;
  font-weight: bold !important;
  font-size:18px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.header-wrap .header-bottom {
background-color: rgba(255,255,255,0.0) !important;
}

.header-wrap.style1.sticky .navbar .navbar-nav .nav-item a {
  color: #4d4d4d !important; 
  text-shadow: none !important;
}

/* boton del navbar  */

.btn.style1 {
  background-color: #001328;
  border-radius: 5px !important;
  font-weight: 700;
  font-size:18px;
}

/* Contenido después del navbar  */
.hero-wrap .hero-content h1 {
  color: #FDFDFD;
  text-align: justify;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-wrap .hero-content p {
  color: #FDFDFD;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-wrap.style1 {
background: rgb(253,254,254);
background: linear-gradient(134deg, rgba(253,254,254,1) 0%, rgb(255 255 255) 0%, rgba(29, 74, 125, 1) 36%, rgba(18, 44, 91, 1) 61%, rgba(21, 58, 109, 1) 100%);
}
.hero-wrap.style1.requisitos {
background: rgb(253,254,254);
background: linear-gradient(134deg, rgba(253,254,254,1) 0%, rgb(255 255 255) 0%, rgb(52 175 115) 36%, rgb(58 177 133) 61%, rgb(206 255 241) 100%)!important;
}

.hero-wrap.style1.white {
  background: white !important;
  padding: 0px;
  margin-top: 0px;
  min-height: auto;
  border-bottom: 2px solid #f1eeee;
}
.hero-wrap.style1.white .hero-image-content {
overflow: visible;
}
.hero-wrap.style1.requisitos {

  padding: 0px;
  margin-top: 0px;
  /* min-height: 80vh; */ 
  border-bottom: 2px solid #f1eeee;
}

/* posicionar imagenes en primer section de la pagina  */
.container-grid-2 {
  display: grid;
  grid-template-columns: 50% 50%; /* Dos columnas de tamaño igual */
  gap: 0px; /* Espacio entre las columnas */
  overflow: hidden;
}
.container-grid-2.benefits{
  grid-template-columns: 60% 40%;
  grid-auto-rows: auto;
}

.container-grid-2.benefits.continue{
  grid-template-columns: 40% 60%;
  grid-auto-rows: auto;

}
.container-grid-2.contact{
  grid-template-columns: 35% 40% 25%;
  grid-auto-rows: auto;

}
.container-grid-2.footer{
  grid-template-columns: 30% 70%;
  /* grid-auto-rows: auto; */
  background-color: #001328;
}
.container-grid-2.footer.info{
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  background-color: #001328;

}
.container-grid-2 > div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blanco{
  color:#363636;
}
.swiper{
width: 100%;
height: auto;
}
.swiper-steps{
width: 100%;
height: auto;
}
.swiper-slide-visible {
  opacity: 1 !important;
}
/* posicionar imagenes en primer section de la pagina  */
.container-grid-3 {
position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Dos columnas de tamaño igual */
  gap: 0px; /* Espacio entre las columnas */
  overflow: hidden;
  height: auto;
}

.container-grid-3 .hero-container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .container-grid-2 {
    grid-template-columns: 1fr; /* Una sola columna en pantallas pequeñas */
    margin-top: 5vh !important;
  }
  .container-grid-3 {
    grid-template-columns: 1fr; /* Una sola columna en pantallas pequeñas */
  }
  .container-grid-2.benefits{
    grid-template-columns:1fr;
  }
  .container-grid-2.benefits.continue{
    grid-template-columns:1fr;
  }
  .container-grid-2.benefits.continue{
   margin-top: 0 !important;
  }

  .hero-wrap.style1.white{
    height: 100%;
  }
  .hero-content{
    margin: 15px;
    margin-top: 0px !important;
    padding-left: 0px !important;
  }

  .hero-wrap.style1{
    margin-top: 0 !important;
  }

  .hero-image-content .background-benefits{
    top: 5vh !important;
    left: 50% !important;
    transform: translate(-50%, 50%) !important;
  }
  .description-container{
    margin-top: 0 !important;
  }
  .description-container h2{
    font-size: 25px !important;
  }

  .title-content.requisitos{
    padding: 0px !important;
  }
  
  .hero-container.nested.first{
    margin-bottom: 0 !important;
  }
  .hero-container.nested{
    width: 100%;
    justify-content: center !important;
    margin-bottom: 5vh !important;
  }
  .card-container{
    justify-content: center !important;
  }
  .container-cards-requisitos{
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .card-container-right{
    width: 100% !important;
    margin-top: 5vh !important;
  }

  .header-section-grid{
    grid-template-columns: 1fr !important;
  }

  .header-title.steps{
    width: 100% !important;
    margin-left: 0 !important;
  }

  .header-section-button{
    margin: 5vw !important;
  }
  .btn{
    padding: 10px !important;
  }

  .step-container{
    width: 320px !important;
    height: 390px !important;
  }
  .step-container.first{
    margin-bottom: 15px !important;
  }

  .container-grid-2.contact{
    margin-top: 0 !important;
    grid-template-columns: 1fr !important;
  }
  .container-grid-2.footer{
    margin-top: 0 !important;
    grid-template-columns: 1fr !important;
  }
  .financial-item{
    padding: 5vh 10px 10px 1vh !important;
  }

  .financial-info-grid.two{
    justify-content: center !important;
    display: flex !important;
    flex-direction: column;
  }
  .financial-info-grid.two .financial-img{
    flex-direction: column;
  }
  
  .swiper{
    height: auto !important;
  }
  .swiper-wrapper{
    height: auto !important;
  }
  .swiper-slide{
    height: auto !important;
  }
}


.hero-wrap.style1 .hero-content {
  z-index: 1;
}

.hero-wrap.style4 .hero-content {
  z-index: 1;
}

.hero-wrap.style1 .hero-image-content {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-wrap.style1 .hero-image-content .hero-currency-img {
  position: relative;
  margin-left: 0 !important;
  z-index: 1;

}

.hero-container{
  position: relative;
}

.hero-container .overlay {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* Estilos adicionales para el div overlay */
}

.container-grid-3 .overlay {
position: absolute;
top: 20%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
z-index: 0;
/* Estilos adicionales para el div overlay */
}
.container-grid-3 .overlay.steps {
top: 60%;
padding: 10px 10px 0px 10px;
}


.hero-image-content .background {
  position: absolute;
  top: 22%;
  left:35%;
  min-width: 500px;
  height: 300px;
  z-index: 0;
  /* Estilos adicionales para el div background */
}

.hero-image-content .background.benefits {
position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
z-index: 0;
/* Estilos adicionales para el div background */
}

/* sections beneficios finkpital  */
.header-section{
display: flex;
justify-content: center;
align-items: center;
}


.header-title{
display: flex;
justify-content: center;
align-items: center;
background-color: #153B6C; 
min-height: 100px;
min-width: 50%;
border-radius: 0px 0px 50px 50px;
}

.oferta-img {
    position: relative;
    overflow: hidden;
    background-image: url(../img/fondo-oferta.png) !important;
    background-size: cover;
}



.hero-content .title-content h1 {
color:  #3AA7DF !important;
text-shadow: none;
letter-spacing: 1px;

}

/* .hero-container.title {
align-items: flex-start;
z-index:3;
} */

.hero-container.description {
  align-items: center;
  justify-content: right;
}

/* inicia seccion de beneficios  */
.header-section-grid{
display: grid; grid-template-columns: 75% 25%;
}
.header-section-benefits{
display: flex;
justify-content: left;
align-items: center;
}
.header-section-button{
display: flex;
justify-content: center;
align-items: center;
}
.header-title.benefits{
display: block;
border-radius: 0px 60px 60px 0px;
min-height: 110px;
text-align: left;
min-width: 45% !important;
}
.header-title.steps{
display: flex;
border-radius: 0px 0px 60px 60px;
min-height: 110px;
margin-left: 15px;
text-align: center;
min-width: 50% !important;
background-color: #00A099;
}

.header-title.benefits p{
color:white;
margin-left: 5vh;
text-shadow: none;
}

.header-title.benefits h1{
text-align: left;
margin-left: 5vh;
}

.hero-wrap.style1 .hero-image-content .hero-currency-img.benefits {
max-width: 85%;
padding: 0px;
margin-bottom: 15vh;
}
.hero-wrap.style1 .hero-image-content .hero-currency-img.features {
max-width: 100%;
padding: 0px;
margin-bottom: 15vh;
}

.hero-content .title-content.benefits h1 {
font-size: 45px !important;
color:  #00A099 !important;
text-shadow: none;
letter-spacing: 0px;
text-align: left;
}


.hero-content .title-content.benefits.two h1 {
color:  #3AA7DF  !important;
}
.hero-content .title-content.benefits.three h1 {
color:  #39A935  !important;
}
.hero-content .title-content.benefits.four h1 {
color:  #009540  !important;
}
.hero-content.benefits-align-left{
  padding: 5px 2vw 10vh 0vw;
  margin-top: 40px;
}
.hero-content.benefits-align-right{
  padding: 0vh 0px 10vh 5vw;
  margin-top: 40px;
}
.hero-content .title-content.benefits p {
color:  #000000 !important;
font-weight: 600;
text-shadow: none;
text-align: justify;
margin-bottom: 0px;
line-height: 1.2 !important;
}

.hero-image-content .background-benefits{
background: linear-gradient(180deg, #009540 0%, #00A099 100%);
position: absolute;
top: 55vh;
left: 50%;
transform: translate(-50%);
min-width: 100%;
height: 130px;
z-index: 0;
border-radius: 0px 70px 70px 0px;
}

.hero-image-content .background-benefits.two{
background: linear-gradient(180deg, #00A099 32.29%, #3AA7DF 76.56%);
border-radius: 70px 0px 0px 70px;
}

.hero-image-content .background-benefits.three{
background:  linear-gradient(180deg, #00A099 0%, #39A935 100%);;
}

.hero-image-content .background-benefits.four{
background: linear-gradient(180deg, #39A935 0%, #009540 100%);
border-radius: 70px 0px 0px 70px;
}


/* seccion de requisitos */

.title-content.requisitos h1 {
font-size: 45px !important;
color:  #ffff !important;
/* letter-spacing: 0px; */
text-shadow: 0px 3px 2px rgb(0 0 0 / 27%);
text-align: left;
}

.title-content.requisitos  {
padding: 10vh;
width: 100%;
}

.card-requisitos{
background: transparent !important;
border: 5px solid white;
border-radius: 20px;
width: 50%;
left: 50%;
margin-top: 10vh;
}

.container-cards-requisitos{
display: flex;
justify-content: flex-start;
width: 100%;

}

.card-container{
display: flex;
justify-content: flex-end;

}
.card-container-right{
display: flex;
justify-content: flex-end;
width: 70%;

}

.card-content{
display: flex;
align-items: center;
width: 240px;
height: 200px;
background: transparent !important;
border: 5px solid white;
border-radius: 30px;
}
.card-content-right{
width:240px;
height: 200px;
background: transparent !important;
border: 5px solid white;
border-radius: 30px;
margin-right: 10px;

}

.hero-container.nested{
display: grid;
grid-template-rows: repeat(2, 1fr);
}

.card-content h3{
text-align: center;
padding: 0px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
font-family: 'Vivita-Bold', sans-serif !important;
font-size: 22px;
}
.card-content-right h3{
text-align: center;
padding: 0px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
font-family: 'Vivita-Bold', sans-serif !important;
font-size: 22px;
}

.card-image{
display: flex;
justify-content: center; /* Centra horizontalmente */
align-items: center; /* Centra verticalmente */
}

.card-image img {
display: block;
margin: 0 auto;
width: 80px;
height: 80px;
}

@media (min-width: 1281px) {
/* Estilos aplicados cuando el ancho de la pantalla es igual o mayor a 768px */
.card-requisitos{
  margin-top: 10vh;
  width: 35%;
}

.hero-content .title-content.requisitos{
  max-width: 70%;
  margin-top: 5vh;
}

.hero-content .title-content.requisitos h1{
  font-size: 55px !important;
}
}

.dark-text{
 color: #000000 !important;
}

/* transiciones para segunda seccion  */
.step-container{
display: grid;
grid-auto-rows: auto;
width: 350px;
background: linear-gradient(180deg, #3AA7DF 0%, #00A099 100%);
height:400px;
border-radius: 30px;
z-index: 1 ;
overflow: hidden;
}

.step-first-row{
display:flex; align-items: center;justify-content: right;padding: 10px 20px 0px 0px;
}
.step-second-row{
display: flex;justify-content: center;align-items: center;max-height: 170px;
}
.step-second-row img{
max-height: 100%;
}
.step-third-row{
text-align: justify; padding: 10px 25px 10px 25px
}
.step-third-row p{
color: white;
font-size: 16px !important;
line-height: 19px !important;
text-shadow: none;
font-weight: 600;
word-spacing: -2px;
}

/* footer  */
.header-section-footer{
display: flex;
justify-content: left !important;
align-items: center !important;
height: 250px;
}
.header-title.footer{
display: flex;
border-radius: 0px 60px 60px 0px;
min-height: 110px;
text-align: center;
min-width: 100% !important;
}

.contact-info-grid{
display: grid !important;
grid-template-columns: 1fr !important;
grid-template-rows: repeat(3, 1fr) !important;
}

.contact-item{
display: flex;
justify-content: center;
width: 100%;
height: 100%;
}
.contact-item-info{
display: flex;
justify-content: left;
align-items: center;
height: 50%;
width: 60%;
text-align: justify;
}
.contact-item-info img{
width: 38px;
height: 38px;
}
.contact-item-info p{
color: rgb(17, 17, 17);
font-size: 16px !important;
line-height: 16px !important;
text-shadow: none;
font-weight: 600;
word-spacing: -2px;
}

.contact-social{
justify-content: flex-end !important;
align-items: flex-end !important;
padding: 10px 5vh 5vh 10px;
}

.financial-info-grid{
display: grid !important;
grid-template-rows: 30% 70% !important  ;
}

.financial-item{
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 100%;
padding: 5vh 10px 10px 5vh;
}

.financial-img{
display: flex;
justify-content: left;
align-items: center;
height: 50%;
width: 100%;
text-align: justify;
}
.financial-img img{
width: 100%;
height: 50px;
margin: 1vw;
}
.financial-img a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
}
.financial-img h3{
    font-weight: 100 !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    padding-left: 2em !important;
    text-align: left !important;
   
}
.financial-text{
display: flex;
justify-content: left;
align-items: center;
height: 50%;
width: 60%;
text-align: justify;
}
.container-info{
display: flex;
justify-content: center;
align-items: center;
}
.footer-info{
padding: 1vh 5vh 1vh 5vh;
}
.footer-info p{
color: rgb(17, 17, 17);
font-size: 15px !important;
line-height: 20px !important;
text-shadow: none;
font-weight: 100;
word-spacing: -2px;
text-align: justify;

}


/*Whatsapp button*/
.whatsapp-buttom-fd {
width: 60px !important;
height: 60px !important;
position: fixed !important;
bottom: 50px !important;
right: 15px !important;
z-index: 100 !important;
}

.whatsapp-buttom-fd img{
width: 100%;
}

.whatsapp-buttom-fd:hover {
transition: 400ms all !important;
width: 65px !important;
height: 65px !important;
}

@media screen and (max-width: 700px){
.whatsapp-buttom-fd {
width: 55px !important;
height: 55px !important;
position: fixed !important;
bottom: 20px !important;
right: 5px !important;
z-index: 100 !important;
}
}