//css flexbox rules basic 

* {
    margin: 0;
    padding: 0;
}

.in_text{
  cursor:pointer;
}

b.descuento{
 background-color:#eee;
 color:#000;
 padding-left:10px;
 padding-right:10px;
 line-height: 30px;
 font-size: 16px;
 display: inline-block;
}

corte{
  display: block;
  height: 0px;
  margin-bottom: -30px;
  margin-top: -60px;
}

fieldset{
  border: 0 none !important;
  outline: 0 none !important;
  padding: 0;
  margin: 0;
  min-width: 0;
}

body{
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
    padding: 0;
}

container{
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.padding_top{
  padding-top: 70px;
}

container:nth-child(1){
    background-color: #ffffff;
}

container.gris{
    background-color: #eee;
    color:#000 !important;
  }

container.amarillo{
    background-color: #ff7f00;
    color:#fff !important;
}  

  

container.ondas{
    background-image: url("../images/ondas.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
  }

  container.ondas2{
    background-image: url("../images/ondas2.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size:contain;
    padding-bottom: 30px;
  }  

  container.ondas3{
    background-image: url("../images/ondas3.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size:contain;
    padding-bottom: 30px;
  }   

  container.ondas4{
    background-image: url("../images/ondas4.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size:contain;
    padding-bottom: 30px;
  }  

  container.ondas_gris{
    background-image: url("../images/ondas_gris.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
  }

  container.ondas2_gris{
    background-image: url("../images/ondas2_gris.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size:contain;
    
  } 


  container.ondas_amarillo{
    background-image: url("../images/ondas_amarillo.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
  }

  container.ondas2_amarillo{
    background-image: url("../images/ondas2_amarillo.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size:contain;
    
  }



section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
 
section item {
  background-color: #b3cbc4;
  min-height: 200px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  border-radius: 3px;
}


section.type item {
  width: calc(100% - 80px);
  background: none !important;
  vertical-align: middle;
  min-height: auto !important;
  padding: 20px;
  padding-top: 0;
}

container.blue h3.frase{
  font-size: 25px;
  line-height: 30px;
  font-weight:500;
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  color: #fff;
}

.typed-cursor{
  color: #fff;
}

section.uno item {
    width: calc(100% - 80px);
    background: none !important;
    vertical-align: middle;
    min-height: auto !important;
    padding: 40px;
    

  }

 


section.dos item {
    width: calc(50% - 20px);
    min-width: 280px;
    background: none !important;
  }

  section.dos item.foto {
    width: calc(60% - 20px);
    min-width: 280px;
    background: none !important;
  }

  section.dos item.formulario {
    width: calc(40% - 20px);
    min-width: 320px;
    background: none !important;
  }

  section.tres{
    align-items: flex-start;
  }

section.tres item {
    width: calc(33% - 60px);
    min-width: 100px;
    background: none !important;
  }

  section.tres item.trayecto  {
    width: calc(33% - 60px);
    min-width: 150px;
    min-height:auto !important;
    background:none !important;
    line-height: normal !important;
  }
  
  section.tres item.trayecto a{
display: block;
margin: 0;
padding: 0;
line-height: normal;
font-size: 0;
  }
 

section.cuatro item {
    width: calc(25% - 100px);
    margin: 0px;

    padding: 20px;
    padding-left: 80px;
    min-height: 50px !important;
    
  }

  section.cuatro item icon{
    width: 50px;
    height: 50px;
    position:absolute;
    display: block;
    margin-left: -60px;
  }

  section.cinco .logotipo{
    min-width: 250px;
    margin-right: 25px;
  }

  section.cinco{
    justify-content:center;
    align-items: center;
    min-height: auto !important;
  }



  section.cinco item {
    width: calc(20% - 20px);
    min-width: 100px;
    min-height: 10px;
    min-height: auto !important;
    background: none !important;
  }

  section.cinco item {
    width: calc(20% - 20px);
    min-width: 100px;
    min-height: 10px;
    min-height: auto !important;
    background: none !important;
  }

  section.instituciones a.institucion {
    width: calc(20% - 20px);
    min-width: 150px;
    min-height: 10px;
    min-height: auto !important;
    background: none !important;
    max-width: 200px !important;
  }

  section.instituciones{
    justify-content:center;
    align-items: center;
    min-height: auto !important;
    padding-bottom: 30px;
  }

  section.cinco item img {
width: 100%;
  }

  section.cinco a {
    width: 20%;
    min-width: 30px;
    max-width: 50px;
    margin: 0px;
    text-align: center;
    background: none;
    max-width: 50px !important;
    min-height: fit-content;
    font-size: 30px;
    color: #777;
  }



  container:has(section.header){
    background-color: #eee !important;
  }

  container.blue{
    background-color: #0074d8 !important;
  }

  section.header{
    justify-content:space-between;
    
  }

  section.header item {
    width:calc(30% - 0px);
    min-height: 40px !important;
    line-height: 20px !important;
    font-size: 18px;
    color: #555;
    text-align: right;
    background: none;
  } 

  section.header item.logo{
    min-width: 250px !important;
  }

  section.header item span {
    white-space: nowrap;
  }

  section#features{
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: flex-start;

  }



  section#features item{
    background: none !important;
  }

  section#features h3{
    color: #000;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
  }

  section#features p{
    color: #000;
    opacity: .7;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    margin: 0px;
    padding: 0px;
  }

  


  form{
    width: calc(100% - 70px);
    margin: 0 auto;
    padding: 20px;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(10px) saturate(80%);
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.3);
    display: block;
    margin: 15px;
    float: left;
  }

  form h3{
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    margin-top: 0;
  }

  form input,form select{
    width: calc(100% - 0px);
    margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #b3cbc4;
    border-radius: 3px;
    font-size: 15px;
    display: block;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }

  select{
    background-image: url("../images/dots.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
  }



  form input.tercio, form select.tercio{
    width: calc(40% - 10px);
  }

  form input.septimo,form input.septimo{
    width: calc(60% - 0px);
  }

  form input:focus,form select:focus{
    border: 1px solid #0074d8  !important;
    outline: none !important;
  }

  .btn{
    background:#00be4b;
    color:#fff;
  }

  #redes{
    margin-top: 120px;  
  }

  section.footer item{
    background: none !important;
    font-size: 13px;
    color: #555;
    line-height: 15px;
    min-height: 0px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  section.footer .logo{
max-width: 250px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  section.footer .logo img{
    max-width: 250px !important;
      }

  #flags{
    padding-left: 30px;
    margin-left: 10px;
  }

  .edad{
    margin-left: 10px;
  }
  
  .AR{
    background-image: url("../images/AR.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .BO{
    background-image: url("../images/BO.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .CL{
    background-image: url("../images/CL.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .CO{
    background-image: url("../images/CO.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .EC{
    background-image: url("../images/EC.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .ES{
    background-image: url("../images/ES.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }
 
  .MX{
    background-image: url("../images/MX.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .PE{
    background-image: url("../images/PE.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .PY{
    background-image: url("../images/PY.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .VE{
    background-image: url("../images/VE.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .US{
    background-image: url("../images/US.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  .UY{
    background-image: url("../images/UY.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }

  
  







.bola{
   padding-right: 60px;
   background-repeat: no-repeat !important;
    background-image: url("../images/FN.png") !important;
    background-position: right center !important;
}


  .bola.FN{
    background-repeat: no-repeat !important;
    background-image: url("../images/FN.png") !important;
    background-position: right center !important;
  }

  .bola.AR{
    background-repeat: no-repeat !important;
    background-image: url("../images/AR.png") !important;
    background-position: right center !important;
  }


  .bola.BO{
    background-repeat: no-repeat !important;
    background-image: url("../images/BO.png") !important;
  }

  .bola.CL{
    background-repeat: no-repeat !important;
    background-image: url("../images/CL.png") !important;
  }

  .bola.CO{
    background-repeat: no-repeat !important;
    background-image: url("../images/CO.png") !important;
  }

  .bola.EC{
    background-repeat: no-repeat !important;
    background-image: url("../images/EC.png") !important;
  }

  .bola.ES{
    background-repeat: no-repeat !important;
    background-image: url("../images/ES.png") !important;
  }
 
  .bola.MX{
    background-repeat: no-repeat !important;
    background-image: url("../images/MX.png") !important;
  }

  .bola.PE{
    background-repeat: no-repeat !important;
    background-image: url("../images/PE.png") !important;
  }

  .bola.PY{
    background-repeat: no-repeat !important;
    background-image: url("../images/PY.png") !important;
  }

  .bola.VE{
    background-repeat: no-repeat !important;
    background-image: url("../images/VE.png") !important;
  }

  .bola.US{
    background-repeat: no-repeat !important;
    background-image: url("../images/US.png") !important;
    background-position: right center !important;
  }

  .bola.UY{
    background-repeat: no-repeat !important;
    background-image: url("../images/UY.png") !important;
  }

  item.news{
    background: #b3cbc4 !important;
  }

  item.news reborde{
    display:block;
    min-height: auto;
    border-radius:10px;
    line-height:0;
    width: calc(100% -2px);
    aspect-ratio: 16 / 9;
    border:1px solid #eee;
    background-size:cover;
  }  


  item.news a{
    font-size: 18px;
    text-align: left !important;
    line-height: 22px;
    margin-top: 0;
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  item.news em{
    font-size: 14px;
    text-align: left !important;
    line-height: 22px;
    margin-top: 0;
    text-decoration: none;
    color:#777;
    display: block;
    width: 100%;
    margin-top: 10px;
  }



  item.circle reborde img{
    width: 100%;
    max-width: 180px;
    border-radius: 100%;
    margin: 1px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.5);
  }

  item.circle reborde{
    display: inline-block;
    min-height: auto;
    border-radius: 100%;
    line-height:0;
    margin-top: 30px;
    background-color:rgba(255,255,255,.4);
  }  

  item.circle{
    line-height: 0px;
  }

  item.circle h3{
    text-align: center !important;
    font-weight: 200;
    font-size: 20px;
    text-align: left;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;

  }

  item.circle span{
    text-align: center !important;
    font-weight: 200;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    margin-top: -15px;
    color: #fff;
    opacity: .8;

  }

  item.circle p{
    text-align: center !important;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    margin-top: 0;
    color: #555;

  }

  container.blue h2.frase{
    font-size: 40px;
    line-height: 50px;
    font-weight:500;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    color: #fff;
  }

  container.gris h2.frase {
    font-size: 40px;
    line-height: 50px;
    font-weight:500;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    color: #000;
  }

  container.amarillo h2.frase {
    font-size: 40px;
    line-height: 50px;
    font-weight:500;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    color: #fff;
  }  

  h2.frase_negro{
    font-size: 30px;
    line-height: 40px;
    font-weight:500;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    color: #000;
  }

  h2.frase_blanco{
    font-size: 30px;
    line-height: 40px;
    font-weight:500;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    color: #fff;
  }

  h2 span{
    font-weight: bold;
  }

  #features icon{
    background-repeat: no-repeat !important;
    background-position:center center !important;
    background-size:cover !important;
  }

  item.title{
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 0px !important;
  }


  #reviews item{
    width: calc(50% - 50px) !important;
    min-width: 250px !important;
    background: none !important;
  }


  slider{
    display: block;
    width: calc(100% - 60px);
    padding-left: 60px;
    float: left;
    display: none;
  }


slider img.avatar{
    position: absolute;
    margin-left: -60px;
    display: block;
    border-radius: 100%;
}

slider img.estrellas{
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    mix-blend-mode: multiply;

}

slider b{opacity: .7;}

  slider em, slider span, slider b, slider p{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-align: left !important;
    margin: 0px;
    padding: 0px;
    font-style: normal;
  }

  slider p{
    float: left;
  }


  section#proposito{
    padding-top: 50px;
   
    align-items:center;
  } 

  #proposito item h3{
 
    font-size: 35px;
    line-height: 37px;
    
    text-align: right;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    color: #000;
  }

  #proposito item p{
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    color: #222;
    opacity: .7;
  }




  section#proposito2{
    padding-top: 0px;
    padding-bottom: 50px;
    align-items:center;
    
  } 

  #proposito2 item h3{
    font-size: 35px;
    line-height: 37px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    color: #000;
  }

  #proposito2 item p{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    color: #222;
    opacity: .7;
  }  

.onu{
  text-align: left;
  font-size:0 ;
  line-height: 0;
}

.ods{
  display: inline-block;
  margin: 5px;
  width: 82px;
  border-radius:5px;
}

.ods.no{
  filter:grayscale(100);
  opacity:0.5;
}

.thanks{
  background:#00be4b;
}

.thanks h3{
  color:#fff;
  font-size: 38px !important;
  line-height: 40px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.thanks fieldset{
  display: none;
}

section.uno .call_to_action {
  min-height: 5px !important;
}

.call_to_action boton{
  border-radius: 50px;
  font-size: 25px;
  white-space: nowrap;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background:#00be4b !important;
  display: inline-block;
  color:#fff;
}


section.main_menu item.left{
  width:calc(100% - 200px);
  min-height: 53px;
  height: 53px;
  line-height: normal;
  text-align: left;
  margin: 0;
  color: #fff;
  background: none;
  } 
  
  section.main_menu item.right{ 
  width: 200px;
  min-height: 53px;
  height: 53px;
  line-height: normal;
  text-align: right;
  margin: 0;
  color:#00be4b;
  background: none;
  } 

container.menu{
  background:#000;
}

section.main_menu{
  background-color: #000;
  text-align: left;
  justify-content: flex-end !important;
  max-width: calc(100% - 40px);
}

.main_menu a{
  color: inherit;
  display: inline-block;
  text-decoration: none; 
  font-size: 15px; 
  margin:0px 7px;
  line-height: normal !important;
  color: #bbb;
}

.main_menu a:hover, .main_menu a.selected{
  color: #fff;
}

.main_menu a.wapp{
  color:#fff;
  background: #00be4b;
  padding: 2px 10px;
  border-radius: 30px;
  white-space: nowrap ;
}

.main_menu span{
  font-size: 23px;
  line-height: 53px;
  color: #fff;
  padding:0 10px;
  display: none;
}

cortina{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(240,240,240,.8);
  backdrop-filter:saturate(0%);
  z-index: 500;
  display: none;
}

cortina modal{
  position: fixed;
  width: 300px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -200px;
  border-radius: 5px;
  background:#000;
}

cortina modal h3{
  color: #fff;
  padding: 20px;
  margin: 0;
  font-size: 20px;
  border-bottom: #222 1px solid;
}

cortina modal a{
  width: calc(100% - 40px);
  padding: 7px 20px;
  text-decoration: none;
  display:inline-block;
  color: #bbb;
}

cortina modal a:hover, cortina modal a.selected{
  color: #fff;
}

cortina modal a.wapp{
  width: calc(100% - 40px);
  padding: 7px 20px;
  text-decoration: none;
  display:inline-block;
  color: #00be4b;
}

cortina modal div{
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 25px;
  margin-right: 5px;
  margin-top: 5px;
}

#noticia{
  align-items: flex-start !important;
  flex-direction: row;
}

#noticia item.alignright{
  margin-top: 40px;
}

#noticia item.alignright p{
text-align: right !important;
}

#noticia item p.small{
  font-size: 13px;
  line-height: 15px;
  color: #777;
  }

  #noticia item p.small a{
    color: #000;
    text-decoration: none;
  }  

#noticia item{
  width: calc(50% - 50px) !important;
  min-width: 250px !important;
  background: none !important;
}

#noticia  h3{
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}

#noticia  ul, #noticia  p{
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}






section#instituciones{
  padding-top: 0px;
  padding-bottom: 50px;
  align-items:center;
} 

#instituciones item h3{
  font-size: 27px;
  line-height: 30px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  color: #000;
}

#instituciones item p{
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  color: #222;
  opacity: .7;
}  

.insgroup{
text-align: center;
font-size:0 ;
line-height: 0;
}

.ins{
display: inline-block;
margin: 5px;
width: 130px;
border-radius:5px;
}


a.context{
  border-radius: 50px;
  font-size: 17px;
  white-space: nowrap;
  line-height: 35px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  background:#00be4b !important;
  display: inline-block;
  margin-top: 25px;
  color:#fff !important;
  text-decoration: none;
}

a.context.patrocinado{
  background:#9d00ff !important;
}

div.beneficios{
  background:#9d00ff !important;
  color: #fff;
  font-size: 13px;
  width: calc(100% - 30px);
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  line-height: 15px;
  text-align: left;
  display: block;
  position: relative;           /* Necesario para el movimiento */
  animation: mover 10s ease-in-out infinite; /* 0.5s duración, inicia cada 10s */
}


@keyframes mover {
  0%, 10% { top: 0; }       /* Inicia en la posición original */
  12% { top: -10px; }        /* Primer movimiento hacia arriba */
  14% { top: 10px; }         /* Movimiento hacia abajo */
  16% { top: -10px; }        /* Movimiento hacia arriba */
  18% { top: 10px; }         /* Movimiento hacia abajo */
  20% { top: 0; }            /* Vuelve a la posición original */
  100% { top: 0; }           /* Permanece en la posición original hasta el fin del ciclo */            /* Vuelve a su posición original */
}



table{
  width:80%;
  font-size: 14px;
  color: #555;
  text-align: left;
  line-height: normal;
  margin-top: 50px;
}

table tr:nth-child(even) td{
color:inherit
}

table td{
  padding:10px;
  vertical-align: top;
  border-bottom:1px solid #ccc;
}

table tr td:first-child{
  text-align: center;
}

table i{
  font-size: 22px!important;
}

table a{
  text-decoration: none;
  color:inherit;
}

.wappchat{
  color: #000;
  font-weight: bolder;
  text-decoration: none;
  color: #00be4b;
  white-space: nowrap;
}

span.list:nth-child(odd){
  background-color: #e8e8e8;
}

span.list{
  width: 100%;
  display: inline-block;
  text-align: inherit;
  font-size: 14px;
  line-height: 17px;
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #eee;
  margin-top: 15px;
  border-radius: 5px;
  border-left: #0074d8 5px solid;
}

#proposito span.list{
  border-right: #0074d8 5px solid;
  border-left: none;
}

#widget-frame{
  background: #fff;
  width: calc(100% - 40px);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0,0,0,.3);
}