/*header*/
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth
}
body{
    font-family:'Roboto Slab', serif;
    background-color:#204158 ;
}

.nav{
    background-color: #ffffff;
    height: 120px;
    width: 100%;
    position: fixed;
    transition: all 0.5s ease;
    z-index: 2  ;
}
.Il{
    width: 150px;
    height: 80px;
    margin-top: 20px;
    margin-left: 50px;
    transition: 0.5s ease-in-out;
}
.navul{
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}
.navulli{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
.navullia{
    color: #204158;
    font-size: 17px;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 3px;
}
.active,.navullia:hover{
    background: #9cb0b9;
    transition: .5s;
}

.checkbtn{
    margin-top: 36px;
    font-size: 30px;
    color: #204158;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.IC{
  left: auto;
  right: 20px;
  height: 20px;
  width: 80px;
  display: flex;
  position: absolute;
  top: 10px;
}
.IDIOMAS{
  border-radius: 200px;
  height: 22px;
  width: 22px;
  margin-left: 6px;
}
.IDIOMAS:hover{
  transform: scale(1.1);
}
@media (max-width:952px){
    .navullia{
        font-size: 16px;
    }
}
@media (max-width: 880px){
    .checkbtn{
        display: block;        
    }
    .Il{
      height: 80px;
      width: 120px;
    }
    .navul{
        position: fixed;
        width: 100%;
        height: 75vw;
        background: #d5dee6;
        top: 98px;
        right: -110%;
        text-align: center;
        transition: all .5s;
    }
    .navulli{
        display: block;
        margin:  50px 0;
        line-height: 30px;
    }
    .navullia{
        font-size: 20px;
    }
    .active,.navullia:hover{
        background: none;
        color: #3d8dbe;
    }
    #check:checked ~ ul{
        right:-30;
    }
    .IC{
      left: auto;
      right: -4px;
      height: 20px;
      width: 80px;
      display: flex;
      position: absolute;
      top: 10px;
    }
    .IDIOMAS{
      border-radius: 200px;
      height: 20px;
      width: 20px;
      margin-left: 2px;
    }
}

@media(max-width: 550px){
    .Il{
        width: 120px;
        height: 60px;
        margin-top: 20px;
        margin-left: 25px;
    }
    .nav{
      height: 120px;
    }
}
@media(max-width: 320px){
  .navul{
    height: 320px;
  }
}
/*Body*/
.separator{
  height: 120px;
}

.NC{
  height: 150px;
  width: 100%;
  background-color:#2e648a;
}
.N1{
  color: #fff;
  font-size: 65px;
  text-align: center;
  padding-top: 30px;
  text-shadow: #1d2124 5px 5px;
}
.NC1{
  height: 1400px;
  width: 100%;
  background-color: #DBE1E4;
}
.flex{
  padding-top: 40px;
  display: flex;
  padding-bottom: 40px;
}
.flex3{
  padding-top: 40px;
  padding-bottom: 40px;
}
.inv2{
  display: none;
}
.flex2{
  padding-top: 40px;
  display: flex;
  padding-bottom: 10px;
}
.N1T{
  margin-right: 40px;
  margin-left: 70px;
  text-align: justify;
  font-size: 25px;
  padding-top: 50px;
}
.N1T2{
  margin-right: 70px;
  margin-left: 70px;
  text-align: justify;
  font-size: 25px;
}
.N2T{
  margin-right: 70px;
  margin-left: 40px;
  text-align: justify;
  font-size: 25px;
  padding-top: 50px;
}
.N1I{
  margin-right: 20px;
  margin-top: 60px;
  height: 375px;
  width: 300px;
  border-radius: 20px;
  box-shadow: #9cb0b9 5px 5px;
}
.lament2{
  display: none;
}
.N2I{
  margin-left: 20px;
  margin-top: 60px;
  height: 375px;
  width: 375px;
  border-radius: 20px;
  box-shadow: #9cb0b9 5px 5px;
}
.divisoria {
  width: 80%;
  height: 3px;
  background-color: #000000;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
.dissapear2{
  display: none;
}
.useless2{
  display: none;
}
.lost2{
  display: none;
}
.found2{
  display: none;
}
@media (max-width: 1325px){
  .N1T,.N2T{
    font-size: 24px;
  }
  .flex{
    padding-bottom: 0px;
  }
  .flex2{
    padding-top: 0px;
  }
  .flex3{
    padding-top: 0px;
  }
  .N1T2{
    font-size: 24px;
  }
}
@media (max-width: 1137px){
  .N1T,.N2T{
    font-size: 22px;
  }
  .N1T2{
    font-size: 22px;
  }
  .NC1{
    height: 1200px;
  }
}
@media (max-width: 1070px){
  .NC{
    height: 120px;
  }
  .N1{
    font-size: 50px;
    padding-top: 25px;
  }
  .N1T{
    font-size: 20px;
    padding-top: 20px;
    margin-left: 30px;
    margin-right: 20px;
  }
  .N2T{
    font-size: 20px;
    margin-left: 20px;
    margin-right: 30px;
  }
  .N1T2{
    font-size: 20px;

  }
  .N1I{
    height: 350px;
    width: 280px;
    margin-top: 20px;
  }
  .N2I{
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 867px){
  .N1T{
    font-size: 18px;
  }
  .N2T{
    font-size: 18px;
  }
  .N1T2{
    font-size: 18px;

  }
  .NC1{
    height: 1250px;
  }
  .N1I{
    height: 350px;
    width: 279.43px;
    margin-top: 20px;
  }
  .N2I{
    height: 350px;
    width: 279.43px;
    margin-top: 80px;
  }
}
@media (max-width: 735px){
  .N1T{
    font-size: 16px;
  }
  .N2T{
    font-size: 16px;
  }
  .N1T2{
    font-size: 16px;
  }
  .NC1{
    height: 1100px;
  }
  .N1I{
    height: 300px;
    width: 240px;
  }
  .N2I{
    height: 300px;
    width: 240px;
  }
}
@media (max-width: 656px){
  .N1T{
    font-size: 14px;
  }
  .N2T{
    font-size: 14px;
    padding-top: 20px;
  }
  .N1T2{
    font-size: 14px;
    margin-left: 30px;
  }
  .NC1{
    height: 900px;
  }
  .N1I{
    height: 250px;
    width: 200px;
  }
  .N2I{
    height: 250px;
    width: 200px;
    margin-top: 30px;
  }
  .divisoria{
    height: 2px;
    margin-top: 30px;
  }
  .NC{
    height: 100px;
  }
  .N1{
    font-size: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 600px){
  .N1T{
    font-size: 14px;
  }
  .N2T{
    font-size: 14px;
    padding-top: 20px;
  }
  .N1T2{
    font-size: 14px;
    margin-left: 30px;
    margin-right: 20px;
  }
  .NC1{
    height: 1000px;
  }
  .N1I{
    height: 250px;
    width: 200px;
  }
  .N2I{
    height: 250px;
    width: 200px;
    margin-top: 20px;
  }
  .lament{
    display: none;
  }
  .lament2{
    display:block; 

  }
  .flex3{
    display: inline;
  }
  .POD{
    padding-bottom: 20px;
  }
}
@media (max-width: 540px){
  .flex{
    padding-top: 0px;
  }
  .dissapear1{
    display: none;
  }
  .dissapear2{
    display: block;
  }
  .N1T,.N1T2, .N2T{
    font-size: 15px;
    word-spacing: 0;
  }

  .NC1{
    height: 1100px;
  }
}
@media (max-width: 484px){
  .flex{
    padding-top: 0px;
  }
  .dissapear1{
    display: none;
  }
  .dissapear2{
    display: block;
  }
  .N1T,.N1T2, .N2T{
    font-size: 14px;
    word-spacing: 0;
  }
  .N2I{
    margin-top: 70px;
  }
  .N2T, .N1T{
    text-align: left;
  }
  .flex2{
    padding-bottom: 0px;
  }
  .NC1{
    height: 1000px;
  }
  .dissapear2{
    padding-top: 5px;
  }
  .divisoria{
    margin-top: 20px;
  }
  .N2I,.N1I{
    height: 200px;
    width: 160px;
  }
}
@media (max-width: 484px){
  .NC1{
    height: 1100px;
  }
}
@media (max-width: 420px){
  .N1T,.N1T2, .N2T{
    font-size: 14px;
    word-spacing: 0;
  }
  .useless1{
    display: none;
  }
  .useless2{
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .N2I{
    margin-top: 70px;
  }
  .N2T, .N1T{
    text-align: left;
  }
  .flex2{
    padding-bottom: 0px;
  }
  .NC1{
    height: 1100px;
  }
  .dissapear2{
    padding-top: 5px;
  }
  .divisoria{
    margin-top: 20px;
  }
  .N2I,.N1I{
    height: 200px;
    width: 160px;
  }
  .N2I{
    margin-top: 20px;
  }
  .inv1{
    display: none;
  }
  .inv2{
    display: block;
    padding-bottom: 10px;
  }
}
@media (max-width: 398px){
  .NC1{
    height: 1150px;
  }
}
@media (max-width: 385px){
  .NC1{
    height: 1250px;
  }
}
@media (max-width: 368px){
  .NC1{
    height: 1450px;
  }
}
@media (max-width: 355px){
  .NC1{
    height: 1550px;
  }
}
@media (max-width: 345px){
  .NC1{
    height: 1750px;
  }
  .found1, .lost1{
    display: none;
  }
  .found2,.lost2{
    display: block;
  }
  .found2{
    padding-bottom: 10px;
    margin-left: 30px;
    text-align: justify;
  }
  .inv2, .lost2, .dissapear2{
    text-align: justify;
  }
  .N1{
    font-size: 35px;
  }
  .N1I{
    margin-left: auto;
    margin-right: auto;
  }
  .N2I{
    margin-left: 25%;
    margin-bottom: 20px;
  }
  .flex2{
    display: block;
  }
}
@media (max-width: 300px){
  .NC1{
    height: 1750px;
  }
}
/*footer*/
.divider{
    background-image: url("https://i.ibb.co/KWjcPm3/Footer-pattern.png");
    height: 100px;
    width: 100%;
}
.name{
    font-family:'Roboto Slab', serif;
    font-size: 50px;
}
.desp{
    font-family:'Roboto Slab', serif;
    color:#2e648a;
    text-transform: uppercase;
    margin-left: 65px;
    font-size: 17px;
}


.footer-distributed{
    background: #DBE1E4;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 25px 50px;
  }
  .icoss{
    transition: all 0.2s ease;
  }
  .icoss:hover{
    transform: scale(1.2);
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
  }

  
  .footer-distributed .footer-left{
    width: 40%;
  }
  .footer-distributed{
    margin-top: -2px;
  }
  
  .footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
  }
  
  .footer-distributed h3 span{
    color:  lightseagreen;
  }
  
  
  .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  inherit;
  }
  
  .footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer-distributed .footer-center{
    width: 35%;
  }
  
  .footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
    display: inline-block;
    color:#204158;
    font-weight:400;
    vertical-align: middle;
    margin:0;
    font-family:'Roboto Slab', serif;
    font-size: 16px;
  }
  
  .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:16px;
    line-height:2;
  }
  
  .footer-distributed .footer-center p a{
    color:#204158;
    text-decoration: none;;
  }
  
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  
  .footer-distributed .footer-right{
    width: 20%;
  }
  
  .footer-distributed .footer-company-about{
    line-height: 20px;
    color:#204158;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    font-family:'Roboto Slab', serif;
  }
  
  .footer-distributed .footer-company-about span{
    display: block;
    color:  #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family:'Roboto Slab', serif;
  }
  
  .footer-distributed .footer-icons{
    margin-top: 25px;
  }
  
  .footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;
  
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
  
    margin-right: 3px;
    margin-bottom: 5px;
  }
  
  @media (max-width: 880px) {
  
    .footer-distributed{
      font: bold 14px sans-serif;
    }
    .desp{
        margin-left: 0;
    }
  
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
  
    .footer-distributed .footer-center i{
      margin-left: 0;
    }
  
  }

.cuerpo{
  animation: transitionIn 0.5s;
}

@keyframes transitionIn {
  from{
    opacity: 0;
    /*transform: rotateX(-10deg);*/
    transform: translateY(-10px);
  }
  to{
    opacity: 1;
    /*transform: rotateX(0deg);*/
    transform: translateY(0px);
  }
}