* {
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 10px;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
    background-color:#172d38;
}

::-webkit-scrollbar-thumb {
    background-color: #2a5164; 
    height: 90px;
}

.row{
    margin: 0;
}

.container-fluid{  
    padding: 0;  
    display:none;
}

.intro{
    height: 100vh;
    max-height: 1080px;
    background: linear-gradient(135deg, #112530 0,#162c38 90%); 
}

.header{
    top:0;
    position: fixed;
    width: 100%;
    height: 90px;
    padding-top: 10px;
    z-index: 2;
    /*-webkit-box-shadow:0px 3px 5px 0px rgba(10, 10, 10, 0.5);
    -moz-box-shadow:0px 3px 5px 0px rgba(10, 10, 10, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(10, 10, 10, 0.5);
    background: rgba(0,0,0,0.3);*/
    /*background-color:#1b3542;*/
}

.header-scroll{
    -webkit-box-shadow:0px 3px 5px 0px rgba(10, 10, 10, 0.5);
    -moz-box-shadow:0px 3px 5px 0px rgba(10, 10, 10, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(10, 10, 10, 0.5);
    background-color:#142731 !important;
}

.title img{
    width: 250px;
    margin: 5px 0 0 75px;
   
}

.nav{
    margin-top:7px;
    margin-left: 8%;
}


.nav li{
    margin-left: 55px;
}

.nav li a{
    color: white;
    font-size: 18px;
}

.dropdown-menu{
  background-color: #ffffff00;
  border: none;
}

.show .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0) !important;
}

.language-icon{
  margin-right: 10px;
}

.img-intro{
  padding: 130px 20px 0 80px;
   
}

.img-intro h3{
  color:white;
  padding: 130px 0 0 0px ;
}

.img-intro p{
  margin: 0 80px 20px 0px;
}

.img-intro img{
  width: 99%;
  position: absolute;
}

.funded-by{
  position: absolute;
  left: 5%;
  bottom: 5%;
}

.gif{
  width: 80px;
  top: 87%;
  margin-left: 47%;
  position: absolute;
}

.short-objetive{
  flex:auto;   
}

.short-objetive p {
  margin-top:40px;
  font-size: 0.8vw;
  margin-right: 16%;
  color: white;
}

.short-objetive p strong {
  font-size: 1vw;
  color: white;
}

.main{
  margin-top: 100px;
}

.main p{
  font-weight: 150;
}

.objective{
  margin: 100px 100px 0 100px;
  overflow: hidden;
   
}

.description{
  margin-bottom: 10%;
  text-align: center;
  margin-bottom: 150px;
}

.description h2{
  color: #172d38;
  margin-bottom: 40px;
  
}

.description p{
  font-size: 20px;
  color: rgb(77, 77, 77);
}

video {
  width: 80%;
  margin: 10%;
  outline: none;
}

.parts li {
  list-style:none
}

.parts li:before {
  content: ' ';
  background: white;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #cd2147;
  margin-right: 2%;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.parts img{
  position: absolute;
}

.style1{
  margin-right: 15%;
  text-align: left;
}

.style1 img{
  margin-top: -40px;
  right: 5%;
}

.style2{
  margin-left: 10%;
  text-align: right;
}

.style2 img{
  margin-top: -75px;
  left: 0%;
}

.slideInUp, .slideInRight, .slideInLeft{
  display: inline-block !important;
}


.parts h4{
  margin-bottom: 30px;
}

.parts div p{
  margin-left: 50px;
  font-size: 19px;
  margin-bottom: 90px;   
}

#news{
  /*background-image: url(../img/NewsBackground.png);*/
  padding: 5% 10% 5% 10%;
}

#news h3{
  text-align: center;
}

#news a{
  text-decoration: none !important;
}

#news .title{
  margin-bottom: 50px;
}


#news .col-md-6{
  margin-top: 60px;
  padding-left: 60px;
}

#news .col-md-6:hover{
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

#news img{
  width: 50%;
  float: left;
  margin-right: 5%;
  margin-bottom: 1%;
}

.textNews{
  color:rgb(56, 56, 56);
  text-align: left;
  
}

.textNews h2{
  width: 45%;
  font-size: 0.8vw;
  float: left;

}

.fa-newspaper{
  color:#1c6cc2;
  font-size: 20px;
  float: right;
  color:rgb(119, 119, 119);
}

.textNews h3{
  margin-bottom: .5rem;
  font-size: 1vw;
  text-align: left !important;
}

.textNews p{
  font-size: 0.85vw !important;
  font-weight: 400 !important;
}

.textNews .btn{
  margin-top: 20px;
  
}

.partners{
  margin-top: 75px;
  margin-bottom: 150px;
  text-align: center;
   
}

#contact{
  position: relative;
  text-align: center;
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
  background-image: url(../img/MundoWhite.png);
   
}

.formulario {
  width: 100%;
  margin-bottom: 50px;
}

.formulario .container{
  width: 75%;
  height: auto;
}

.formulario h2 {
  margin-bottom: 50px;
}

.form-group{
  margin-bottom: 1.5em;
}

.btn{
  margin-top: 30px;
  font-size: 1.5vh;
}


.footer{
  text-align: center;
  background-color: #081114;
  color: white;
}

.footer p{
  margin: 0 !important;
}



.partner-description{
  margin-top: 150px;
  margin-left: 7%;
  margin-right: 7%;
}

.partner-description .row{
  margin:4% 6% 0 6%;
  
}

.partner-description img{
 margin-right: 35px;
 float: left;
 
}

.float-right{
  margin-left: 20px;
  margin-top: -20px
}

.partner-description h2{
  text-align: center;
  margin-bottom: 5%;
}

.partner-description p{
  font-size: 1.3em;
}

#extend-news, #extend-results{
  padding: 4% 12% ;
  text-align: center;
  text-align: justify
}

#extend-news, #extend-results h3{
  text-align: center
}



#extend-news img{
  width: 95%;
  float: left;
  margin-right: 2%;
  clear: left;
  margin-top: 2%;
}

#extend-news p{
  text-align: justify;
}

#partners .col-md-3{
  text-align: center;
}


/*===============================================================================================*/

.menu-mobile{
    width: 85%;
    display: none;
}

.menu-mobile #bt-menu-mobile {
    outline:none;
    cursor:pointer; 
    border: none; 
    background: none; 
    width: 40px; 
    float: right; 
    margin: 17px 0 0 0; 
    position: relative; 
    height: 25px;
}

.menu-mobile #bt-menu-mobile span{  
  background-color: #ffffff; 
  display: block; 
  height: 4px; 
  position: absolute; 
  width: 100%;
  border-radius: 40px;
}

.menu-mobile #bt-menu-mobile span.top{ 
  top: 0;
}

.menu-mobile #bt-menu-mobile span.middle{ 
  top: 50%; 
  margin-top: -2px;
}

.menu-mobile #bt-menu-mobile span.bottom{ 
  top:100%; 
  margin-top: -3px;
}

.menu-mobile #bt-menu-mobile.close-bt-hamburguer .middle{ 
  opacity:0;
}

.menu-mobile #bt-menu-mobile.close-bt-hamburguer span.top{ 
  margin: -2px 0 0 -3px; 
  top: 50%; width: 120%;
  -moz-transform:rotate(-40deg);
  -webkit-transform:rotate(-40deg);
  -o-transform:rotate(-40deg);
  -ms-transform:rotate(-40deg);
}

.menu-mobile #bt-menu-mobile.close-bt-hamburguer span.bottom{ 
  margin: -2px 0 0 -3px; 
  top: 50%; width: 120%;
  -moz-transform:rotate(40deg);
  -webkit-transform:rotate(40deg);
  -o-transform:rotate(40deg);
  -ms-transform:rotate(40deg);
}

.menu-mobile #bt-menu-mobile span{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

/* ==========================================================================*/

    #wrapper-menu-mobile{
        margin-top: -70px;
        margin-left: -15px;
        position: fixed;
        width: 75%;
        height: 100vh;
        background: #e6e6e6;
        display: none;
        -webkit-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.75);
        box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.75);
        padding: 15% 10% 0 8%;
    }

    .wrapper-open{
        display: inline !important;
    }


/* ==========================================================================*/

.loader {
    width: 120px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 0;
  }


  .loader-item {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    border-radius: 50%;
    background: #004349;
    -webkit-animation: anim 0.8s infinite linear;
            animation: anim 0.8s infinite linear;
    
  }
  .loader-item:nth-child(2) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
  }
  .loader-item:nth-child(3) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
  }
  
  @-webkit-keyframes anim {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0.2;
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0.2;
    }
  }
  
  @keyframes anim {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0.2;
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0.2;
    }
  }
  



/* ==========================================================================*/


.slider {
    width: 45%;
    margin: 100px auto;
    margin-top: 30px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.slick-current img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

/* ==========================================================================*/

svg#mouse_one path,
svg#mouse_one polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
}
svg#mouse_one path {
  opacity: 0;
  animation: stroke 0.9s 0.35s forwards;
  animation-timing-function: cubic-bezier(1, 0.1, 0.8, 1);
}
svg#mouse_one polyline {
  opacity: 0;
  animation: arrows 0.7s infinite, arrow_intro 2.25s forwards;
}
svg#mouse_one polyline + polyline {
  animation-delay: 0.1s;
}

@keyframes stroke {
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes arrow_intro {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrows {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -2px, 0);
  }
}
.scroll-down {
  width: 34px;
  height: 55px;
}
.scroll-down .mousey {
  width: 3px;
  height: 35px;
  padding: 10px 15px;
  box-sizing: content-box;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
}
.scroll-down .mousey .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation: scroll 2.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.scroll-btn {
  display: block;
  text-align: center;
  color: #fff;
}
.scroll-btn p {
  letter-spacing: 2px;
}
.scroll-btn .mouse {
  position: relative;
  margin: auto;
  display: block;
  width: 35px;
  height: 55px;
  border: 3px solid #fff;
  border-radius: 23px;
}
.scroll-btn .mouse span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}


/* ==========================================================================*/

@media only screen and (max-width: 1500px) {

  .nav{
    margin-left: 5%;
  }

  .partner-description p{
    font-size: 1.3em;
  }

  .partner-description{
    margin-top: 130px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .partner-description .row{
    margin:4% 4% 0 4%;  
  }


}

@media only screen and (max-width: 1366px) {

  .header{
      height: 70px;
      padding-top: 0px;
  }
  .img-intro{
      padding-top: 70px;
  }

  .nav li{
      margin-left: 35px;
      font-size: 15px;
  }

  .nav li a{
      color: white;
      font-size: 15px;
      margin-top: 5px;
  }

  .img-intro h3{
      color:white;
      padding: 80px 0 0 0 ;
  }

  .objective{
      margin-left: 50px;
      margin-right: 50px;
  }

  .slider {
      width: 50%;
      margin: 100px auto;
      margin-top: 40px;
  }

  .description p{
    font-size: 16px;
  }

  .parts li {
    font-size: 20px;
  } 

  .parts div p{
    font-size: 16px;
  }

}

@media only screen and (max-width: 1024px) {
  .header{
    background-color:#1b3542;
    -webkit-box-shadow:0px 3px 5px 0px rgba(10, 10, 10, 0.5);
    -moz-box-shadow:0px 3px 5px 0px rgba(10, 10, 10, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(10, 10, 10, 0.5);
  }

  .header-scroll{
      background-color:#1b3542 !important;
  }

  .nav ul{
    display: none;
  }

  .menu-mobile{
    display: inline;
  }


  #wrapper-menu-mobile img {
    width: 80%;
    margin-left: 8%;
  }

  .wrapperList{
    margin-top: 37%;
    font-size: 28px;
    list-style: none;
  }

  .dropdown-wrapperList {
    display: none;
    list-style: none;
    margin-top: 20px;
  }

  .dropdown-wrapperList-active{
    display: inline;
  }

  .dropdown-wrapperList img{
    width: 30px !important;
  }

  .wrapperList li{
    margin-bottom: 60px;
    margin-left: -15px;
  }

  .dropdown-wrapperList li{
    margin-top: 25px;
    
  }

  .title img {
    width: 200px;
    margin: 10px 0 0 10%;
  }

  .intro{
    height: 550px;
  }

  .img-intro {
    padding: 120px 0 0 30px;
  }

  .img-intro h3 {
    color: white;
    padding: 30px 0 0 0;
  }  

  .short-objetive p {
    margin-right: 15%;
  }

  .btn{
    margin-top: 10px;

  }

  .gif {
    display: none;
  }

  .description{
    display: inline-block;
  }


}


@media only screen and (max-width: 768px) {

  #wrapper-menu-mobile img {
    width: 96%;
    margin-left: 0;
  }

  .wrapperList{
    margin-top: 45%;
    font-size: 25px;
    list-style: none;
  }

  .wrapperList a{
    color: rgb(39, 39, 39);
  }

  .wrapperList li{
    margin-bottom: 15px;
    margin-left: -15px;
  }

  .dropdown-wrapperList li{
    margin-bottom: 5px !important;
    font-size: 19px;
  }

  .dropdown-wrapperList img{
    width: 20px !important;
  }


  .intro{
    height: 100vh;
  }

  .img-intro {
      padding: 80px 0 0 0;
  }

  .img-intro img{
      display: none;   
  }

  #background-map{
      display: inline;
  }

  .img-intro h3{
      padding: 29% 0 0 0 ;
  }

  .short-objetive{
    text-align: center;
    margin-top: 15%;
    margin-left: 0;
  }

  .short-objetive p {
    font-size: 18px;  
    margin: 5% 4%;
  }

  .short-objetive p strong {
    font-size: 20px;
  }

  .title img{
      width: 200px;
      margin: 10px 0 0 0;
  }

  .main {
    margin-top: 0;
      padding: 0;
  }


  .img-intro img{
  width: 100%;
  
  }


  .main h3{
      font-size: 35px;
  }

  .main p{
      margin: 10px 0 20px 0;
  }

  .short-objetive .btn{
    margin-top: 20px;
    display: inline-block;
  }

  .objective {
      margin-top: 65px;
      margin-left: 20px;
      margin-right: 21px;
  }

  .description{
    margin-bottom: 20px;
  }

  video{
    width: 100%;
    margin: 20px 0 60px 0;
  }


  .style1 img{
      margin-top: 0;
  }


  .parts div p {
      margin-left: 0px;
  }


  .gif {
    display: inline-block;
      margin-left: 45%;
  }

  #news{
    padding: 5% 12% 20% 12%;
    background: none;
  }

  #news .col-md-6 {
    padding-left: 0;
  }

  #news img{
    width: 100%;
    margin: 0% 2% 0 2%;
  }

  
  #news .textNews{
    margin: 0% 2% 0 2%;
    text-align: center;
    width: 100%;
  }

  .textNews h2 {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;  
  }

  .textNews h3{
    margin-bottom: 10px !important;
    color: rgb(82, 82, 82);
    font-size: 5vw;
    text-align: center !important;
  }

  .textNews i{
    display: none;
  }

  .textNews p{
    font-size: 17px !important;
    text-align: center;
  }

  .partners{
  margin-top: 0px;
  display: none;
  }

  #contact img {
  
  width: 100%;
  
  }

  .formulario {
      margin-top: 20px;
  }

  .formulario .container {
    width: 100%;
    height: auto;
  }

  .formulario .btn {
      margin-top: 20px;
  }

  .ministerio img{
    margin-left: 3px;
   }

   .footer-logo img{
    display: none;
   }

  .partner-description{
    margin-top: 110px;
  }


  .partner-description img{
    float: none;
    margin-left: 18%;
    margin-top: 50px;
    margin-bottom: 10px;

   }

   .partner-description{
    margin-top: 110px;
  }


  .partner-description img{
    float: none;
    margin-left: 18%;
    margin-top: 50px;
    margin-bottom: 10px;

   }

   #extend-news, #extend-results {
    padding: 20% 5%;
  }


}

@media only screen and (max-width: 450px) {

    .img-intro h3{
        padding: 10% 0 0 0 ;
    }

}


@media only screen and (max-width: 400px) {

  .img-intro h3{
      padding: 0 0 0 0 ;
  }

  .short-objetive{
    margin-top: 7%;
  }

  .short-objetive h3{
    font-size: 1.5rem
  }

  .short-objetive p{
    margin-top: 5%;
    font-size: 1rem;
  }

}



