body{
  /* background: #01102a; */
  font-family: 'Raleway', sans-serif;
}

/* width */
::-webkit-scrollbar {
  background: rgba(255,255,255,0.5);
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.7); 
  border-radius: 25px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f9a61a; 
  border-radius: 25px;
}
.navbar-toggleable-md .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}
/**************HELPERS**************/
p {
  margin-top: 0;
  margin-bottom: 0px;
  width: 100%;
}
a{
  color: inherit;
}
a:hover{
  color: inherit !important;
  text-decoration: none;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.nomargin{
  margin: 0px !important;
}
.nopadding{
  padding: 0px;
}
.float-right{
  float: right;
}
.center{
  text-align: center;
}
.align-right{
  text-align: right;
}
.bottom-20{
  margin-bottom: 20px;
}
.bottom-30{
  margin-bottom: 30px;
}
.bottom-50{
  margin-bottom: 50px !important;
}
.bottom-100{
  margin-bottom: 100px;
}
.top-200{
  margin-top: 200px !important;
}
.top-100{
  margin-top: 100px;
}
.top-30{
  margin-top: 30px;
}
.top-50{
  margin-top: 50px !important;
}
.top-10{
  margin-top: 10px !important;
}
.top-20{
  margin-top: 20px !important;
}
.pt-150{
  padding-top: 150px;
}
.height-detalle{
  height: 150px;
}
.float-right{
  float: right;
}
.full{
  width: 100%;
}
.valign-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pleca-copy{
  background: black;
  color: white;
  margin: 0px;
  padding: 10px;
  width: 100%;
}
.copy-wundertec{
  bottom: 0;
  color: white;
  font-size: 1em;
  font-weight: 600;
}
.copy-wundertec a{
  color: #c6d656;
}
.border-footer{
  border-top: 1px solid rgba(255,255,255,0.5);
  padding-top: 20px;
  margin-top: 20px;
}
.contacto-info{
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 500;
}
.contacto-info strong{
  font-size: 1.1em;
}
.contacto-info b{
  color: #0bd57a;
  font-weight: 500;
}
.content-80{
  max-width: 80%;
  margin-left: 10%;
}
.full{
  width: 100%;
}
.justify-text{
  text-align: justify;
}
.align-right{
  text-align: right;
}
.top-slider{
  margin-top: 100px;
}
.padding-0{
  padding: 0px;
}
/* .container{
  margin-left: 5%;
  width: 90%;
} */
#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #20afe5;
  color: white;
  cursor: pointer;
  padding: 10px 10px 15px;
  border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750);
   -moz-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750);
     -o-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750);
        transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750);
     -o-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750);
        transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750); /* custom */
}

#myBtn:hover {
  background-color: #555;
}
/*--------HELPER'S--------*/
.preloader {
  position: fixed;
  color: #000028;
  font-size: 1.5em;

  font-weight: 800;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: 99999;  
}
.preloader span{
  color: #0bd57a;
}
.preloader .preloader-gif {
  display: block;
  width: 100px;
  height: 100px;
  background: url('https://winewizard.co.za/images/loader.gif') no-repeat;
  background-size: cover;
}
/*Efectos*/
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/*MENÚ MOBILE*/
.pleca-menu{
  background-color: white;
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 2;
}
.logo-responsive img{
  position: absolute;
  width: 150px;
}
.burger-menu {
  position: absolute;
  z-index: 200;
  width: 50px;
  height: 50px;
  right: 0px;
}
.burger-bar {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  right: 20px;
}
.burger-bar::before,
.burger-bar::after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
}
.burger-bar::before {
  top: 10px;
}
.burger-bar::after {
  bottom: 10px;
}

.burger-menu.is-open .burger-bar {
  background: #000;
}
.burger-menu.is-open .burger-bar::before{
  transform: rotate(45deg);
  top: 0px;
  transform-origin: center center;
  background: #fff;
}
.burger-menu.is-open .burger-bar::after{
  transform: rotate(-45deg);
  bottom: 0px;
  background: #fff;
}
.burger-bar::after, .burger-bar::before, .burger-bar {
  transition: all .8s ease-in-out;
}
.mainNav-list{
  padding-left: 0px;
}
.mainNav {
  position: relative;
  z-index: -1;
  width: 70%;
  background: rgba(0,0,0,0.8);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all 1s;
  left: 30%;
}
.mainNav.is-active {
  z-index: 100;
  opacity: 1;
}
.mainNav-list {
  list-style: none; 
  display: none;
}
.mainNav-list li{
  padding: 10px 0;
} 
.mainNav-item {
  font-size: 1em;
  margin: 20px 0;
}
.mainNav-link {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}
.mainNav-link:hover {
  color: #fff
}
.mainNav-link span{
  padding: 20px 0;
}
/*MENÚ MOBILE*/

.menu-desktop ul li{
  color:#000a74;
  font-size: .9em;
  font-weight: 600;
  display: inline-block;
  padding: 20px;
}
.menu-desktop ul{
  padding-left: 0px;
}
.menu-desktop img{
  width: 250px;
}
.content-skew {
  transform: skew(0deg, -5deg);
  text-align: center;
  color: #fff;
}
.section-skew {
  transform: skew(0deg, 5deg);
}
.degradado-bg{
  background: url(../images/degradado-faprode.jpg) left;
  background-size: cover;
  padding: 30px 0;
}
.degradado-azul{
  background: url(../images/degradado-faprode.jpg) left;
  background-size: cover;
  height: 520px;
  padding-top: 30px;
}
.circulos-home img{
  width: 500px;
}
.text-proyectos{
  font-size: 1.7em;
  font-weight: 100;
  text-align: right;
}
.flecha-derecha img{
  margin-right: 20px;
  width: 40px;
}
.boton-donativos{
  background: #f9a61a;
  font-size: 1em;
  padding: 10px 20px;
}
.bg-proyecto{
  background: url(../images/seccion-proyectos.png) right no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: -150px;
  height: auto;
  margin-top: -60px;
  padding: 100px 0;
  
}
.content-proyecto{
  margin-left: 10%;
  width: 80%;
}
.titulo-proyecto{
  color: #000a74;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
}
.titulo-proyecto strong{
  color: #f9a61a; 
  font-size: 2.3em;
}
.proyecto-numeros{
  margin-top: -20px;
}
.proyectos{
  color: #6e6d6f;
  font-size: 1.1em;
  font-weight: 400;
}
.skew-donativos{
  background: #f9a61a;
  margin-top: -50px;
}
.bg-yellow{
  background: #f9a61a;
}
.texto-donativos{
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  padding: 0 50px;
}
.texto-donativos strong{
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 2px;
}
.boton-atencion{
  background: #20afe5;
  display: inline-block !important;
  margin-left: 10px;
  padding: 5px 20px;
}
.content-datos{
  margin-left: 5%;
  width: 90%;  
}
.top-datos{
  margin-top: 120px;
}
.bg-datos{
  background: url(https://2533a.istockphoto.com/photos/mexico-earthquake-0919-aftermath-in-xochimilco-picture-id854460840);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: rgba(0,0,0,0.5);
  height: auto;
  padding: 100px 0;
}
.texto-datos{
  color:white;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
}
.lista-datos ul li{
  color: white;
  font-size: 1.3em;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  padding: 10px 20px;
}
.lista-datos ul li span{
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 2px;
}
.texto-nosotros{
  color:#626262;
  font-size: 1.1em;
  font-weight: 400;
}
.texto-nosotros b{
  color: #20afe5;
}
.texto-nosotros strong{
  color: #20afe5;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 2px;
}
.pleca-amarilla{
  background: #f9a61a;
  height: 100px;
  margin-top: -100px;
}
.corazon-mision img{
  left: -150px; 
  opacity: 0.5;
  position: absolute;
  width: 350px;
  z-index: 1;
}
.content-mision{
  margin-left: 15%;
  width: 70%;
}
.mision{
  color:#626262;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
}
.mision strong{
  color: #2e3c93;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 2px;
}
.vision{
  color:#626262;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
}
.vision strong{
  color: #20b1e6;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 2px;
}
.skew-yellow{
  background: #f9a61a;
  margin-top: 150px;
  height: 500px;
}
.skew-yellow img{
  margin-top: -100px;
}
.imagen-voluntarios{
  margin-top: -100px;
  width: 100%;
}
.img-valores img{
  margin: 10px auto;
  margin-left: 10%;
  width: 80%;
}
.top-valores{
  margin-top: 15%;
}
.texto-valores{
  color:#626262;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
}
.texto-valores strong{
  color: #f9a61a;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 2px;
}
.texto-valores b{
  color: #20afe5;
  font-size: 1.1em;
  font-weight:800;
}
.texto-valores img{
  width: 100%;
}
.skew-gray{
  background: #f2f2f2;
  margin-top: 100px;
  padding: 100px 0 200px;
}
.texto-alianzas{
  color:#626262;
  font-size: 1.1em;
  font-weight: 400;
  text-align: justify;
}
.texto-alianzas strong{
  color: #f9a61a;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  letter-spacing: 5px;
}
.letras-alianza{
  font-size: 1.3em;
  letter-spacing: -2px;
}
.square-alianzas{
  background: white;
  border:1px solid #d9d9d9;
  color:#626262;
  font-size: .9em;
  height: 300px;
  width: 300px;
  margin: 30px auto;
}
.square-alianzas img{
  border: 1px solid #d9d9d9;
  height: 250px;
  margin-bottom: 10px;
  margin-top: -20px;
  width: 250px;
}
.azul-footer{
  background: #2e3c93;
  padding: 50px 50px;
  text-align: right; 
}
.gris-footer{
  background: #b9b9b9;
  color: white;
  font-size: .8em;
  font-weight: 500;
  padding: 50px;
}
.logo-footer{
  margin-top: 50px;
  width: 250px;
}
footer{
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.btn-bolsa{
  background: #f9a61a;
  color: white;
  font-size: .9em;
  padding: 10px 20px;
}
.icono-linkedin{
  width: 30px;
}

.menu-footer span{
  font-size: 1.1em;
  font-weight: 400;
}
.menu-footer p{
  margin-bottom: 10px;
}
.icon-contacto{
  width: 15px;
}
.ancla-mobile{
  margin-top: -50px;
  position: absolute;
}
.ancla-voluntariado{
  margin-top: -200px;
  position: absolute;
}
.block-lista{
  display: block;
}
.color-wundertec{
  color: #c6d656;
}
.color-wundertec:hover{
  color: #c6d656 !important;
}
.footer-index{
  z-index: 1;
}
.imagen-nosotros img{
  width: 100%;
}
.banner-fundacion{
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background-blend-mode: multiply !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  height: 400px;
}
.pages-fundacion{
  color: #626262;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
}
.pages-fundacion strong{
  color:#20afe5;
  font-size: 2em;
  font-weight: 800;
}
.pages-fundacion p{
  margin-bottom: 10px;
}




.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 70%;
  position: relative;
  }
  .timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: .4s;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 1);
  }
  .timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  line-height: 25px;
  }
  .timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
  }
  @media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
  }
  .timeline-item {
  padding: 40px 0;
  opacity: .3;
  filter: blur(2px);
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
  }

  .timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 1);
  font-size: 1.5em;
  font-weight: 800;
  border-left: 2px solid rgba(255, 255, 255, 1);
  top: 100%;
  margin-top: -20%;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
  }
  
  
  .timeline-item:nth-child(even) {
  align-self: flex-end;
  }
  .timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
  }
  .timeline-item--active {
  opacity: 1;
  transform: translateY(-80px);
  filter: blur(0px);
  }
  .timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
  }
  .timeline-item--active .timeline__content-title {
  margin: -50px 0 0px 0;
  }
  @media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
  }
  .timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  }
  .timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
  }
  .timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 60, 147, 0.8);;
  content: "";
  }
  .timeline-header {
  width: 100%;
  text-align: center;
  position: relative;
  }
  .timeline-header__title {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 100px;
  }
  .timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
  }

  /* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.text-timeline{
  color: white;
  font-size: 1em;
  font-weight: 700;
}
.boton-cerrar-modal{
  background: url(../images/degradado-faprode.jpg) !important;
  border:none;
}
.boton-cerrar-modal{
  background: url(../images/degradado-faprode.jpg) !important;
  border:none;
}
.cerrar-modal{
  opacity: 1 !important;
  width: 35px;
}
.slider-intra{
  margin-top: -50px;
}
.height-menu{
  height: 100vh;
}
.width-circulos{
  width: 150px;
}
.bg-lazo{
  background: url(../images/lazo-3.png) center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 510px;
  margin-top: -50px;
}
.click-circulo{
  border-radius: 50%;
  width: 110px;
  -webkit-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750);
 -moz-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750);
   -o-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750);
      transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750);
 -moz-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750);
   -o-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750);
      transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750); /* custom */
}
.click-circulo:hover{
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
} 
.circulos-bottom{
  margin-top: -100px;
}
.texto-circulos {
  color: white;
  font-size: .6em;
  font-weight: 700;
  line-height: 1.2;
  width: 100px;
  margin: 20px auto 0;
}

.corazon-lazo{
  width: 110px;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.timeline__content{
  color: white;
}
/*Medias querys*/
.top-proyectos{
  margin-top: 50px !important;
}
.hiden-xs{
  display: block;
}
.visible-xs{
  display: none;
}

@media screen and (min-width: 4000px){
  .bg-proyecto {
    background-attachment: scroll;
    background-size: cover;
    margin-top: -200px !important;
    padding: 50px 0 200px !important;
  }
  .top-proyectos {
    margin-top: 8% !important;
  }
  .pleca-amarilla {
    margin-top: -250px;
  }
  .texto-valores img {
    width: 250px;
  }
  .top-nosotros{
    margin-top: 7%;
  }
  .texto-donativos {
    margin-top: 15%;
  }


}
@media screen and (min-width: 3000px){
  .top-nosotros{
    margin-top: 5%;
  }
  .bg-lazo {
    height: 600px;
  }

}
@media only screen and (min-width:2560px) and (max-width:2600px){
  .top-proyectos {
    margin-top: 0% !important;
  }

}
@media screen and (min-width: 2300px){
  .menu-desktop ul li {
    font-size: 1.5em;
    padding: 30px;
  }
  .circulos-home img {
    width: 700px;
  }
  .degradado-azul {
    height: 500px;
  }
  .bg-proyecto {
    background-attachment: scroll;
    background-size: cover;
    margin-top: -120px;
    padding: 100px 0 10%;
  }
  .top-proyectos {
    margin-top: 10% !important;
  }
  .content-proyecto {
    margin-left: auto;
    max-width: 50%;
  }
  .proyectos {
    font-size: 1.5em;
    font-weight: 500;
  }
  .pleca-amarilla {
    margin-top: -200px;
  }
  .texto-donativos {
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 13%;
    text-align: left;
    padding: 0 50px;
  }
  .texto-donativos p{
    max-width: 60%;
    margin-left: 40%;
  }
  .content-datos {
    margin-left: auto;
    width: 100%;
  }
  .texto-datos {
    font-size: 2.2em;
  }
  .content-80 {
    max-width: 50%;
    margin-left: 25%;
  }
  .top-50 {
    margin-top: 100px !important;
  }
  .texto-nosotros {
    font-size: 1.5em;
    font-weight: 500;
  } 
  .skew-yellow {
    margin-top: 10%;
    height: 100%;
  }
  .skew-yellow img {
    transform: skew(0deg, 1.5deg);
  }
  .mision {
    font-size: 1.5em;
  }
  .mision strong {
    font-size: 3em;
  }
  .vision {
    font-size: 1.5em;
  }
  .vision strong {
    font-size: 3em;
  }
  .content-mision {
    margin-left: auto;
    width: 50%;
  }
  .corazon-mision img {
    margin-top: 50px;
    left: -350px;
    width: 800px;
  }
  .top-valores {
    margin-top: 5%;
  }
  .texto-valores {
    font-size: 1.5em;
    font-weight: 500;
  }
  .texto-valores b {
    font-size: 2em;
  }
  .texto-valores strong {
    font-size: 3em;
  }
  .skew-gray {
    margin-top: 200px;
    padding: 100px 0 200px;
  }
  .middle-valores{
    margin-top: 3%;
  }
  .content-bandera{
    margin-left: 10%;
    width: 80%;
  }
  .square-alianzas {
    background: white;
    border: 1px solid #d9d9d9;
    color: #626262;
    font-size: .9em;
    height: 320px;
    width: 320px;
    margin: 0 auto;
  }
  .bg-lazo {
    height: 580px;
  }
}
@media only screen and (min-width:2000px) and (max-width:2100px){
  .content-proyecto {
    margin-left: auto;
    width: auto;
  }
  .bg-proyecto {
    background-position: -250px;
    margin-top: -100px;
  }
  .texto-donativos {
    margin-top: 10%;
  }
  .content-datos {
    margin-left: auto;
    width: auto;
  }
  .top-nosotros{
    margin-top: 7%;
  }
  .texto-valores img {
    width: 300px;
  }
  .middle-valores{
    margin-top: 7%;
  }
  .degradado-azul {
    background: url(../images/degradado-faprode.jpg) left;
    background-size: cover;
    height: 550px;
    padding-top: 30px;
  }
  .circulos-home img {
    width: 600px;
  }
  .bg-lazo {
    height: 550px;
  }
}
@media only screen and (min-width:1600px) and (max-width:2050px){
  .menu-desktop ul li {
    font-size: 1.5em;
    padding: 30px;
  }
  .circulos-home img {
    width: 650px;
  }
  .degradado-azul {
    height: 500px;
  }
  .bg-proyecto {
    background-attachment: scroll;
    background-size: cover;
    margin-top: -120px;
    padding: 100px 0 10%;
    background-position: -300px;
  }
  .top-proyectos {
    margin-top: 200px !important;
  }
  .content-proyecto {
    margin-left: auto;
    max-width: 80%;
  }
  .proyectos {
    font-size: 1.2em;
    font-weight: 500;
  }
  .pleca-amarilla {
    margin-top: -200px;
  }
  .texto-donativos {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 5%;
    text-align: left;
    padding: 0 50px;
  }
  .texto-donativos p{
    max-width: 80%;
    margin-left: 10%;
  }
  .content-datos {
    margin-left: auto;
    width: 100%;
  }
  .texto-datos {
    font-size: 2.2em;
  }
  .content-80 {
    max-width: 80%;
    margin-left: 10%;
  }
  .texto-nosotros {
    font-size: 1.2em;
    font-weight: 500;
  } 
  .skew-yellow {
    margin-top: 10%;
    height: 100%;
  }
  .skew-yellow img {
    transform: skew(0deg, 1.5deg);
  }
  .mision {
    font-size: 1.2em;
  }
  .mision strong {
    font-size: 2.5em;
  }
  .vision {
    font-size: 1.2em;
  }
  .vision strong {
    font-size: 2.5em;
  }
  .content-mision {
    margin-left: auto;
    width: 70%;
  }
  .corazon-mision img {
    margin-top: 50px;
    left: -250px;
    width: 500px;
  }
  .top-valores {
    margin-top: 5%;
  }
  .texto-valores {
    font-size: 1.2em;
    font-weight: 500;
  }
  .texto-valores b {
    font-size: 2em;
  }
  .texto-valores strong {
    font-size: 3em;
  }
  .skew-gray {
    margin-top: 150px;
    padding: 100px 0 150px;
  }
  .texto-valores img {
    width: 250px;
  }
  .bandera{
    margin-top: 100px !important;
  }
  .middle-valores{
    margin-top: 3%;
  }
  .content-bandera{
    margin-left: 5%;
    width: 90%;
  }
  .top-nosotros{
    margin-top: 4.5%;
  }

}
@media only screen and (min-width:1400px) and (max-width:1599px){
  .menu-desktop ul li {
    font-size: 1.5em;
    padding: 30px;
  }
  .circulos-home img {
    width: 650px;
  }
  .degradado-azul {
    height: 500px;
  }
  .bg-proyecto {
    background-attachment: scroll;
    background-size: cover;
    margin-top: -120px;
    padding: 100px 0 10%;
    background-position: -300px;
  }
  .top-proyectos {
    margin-top: 15% !important;
  }
  .content-proyecto {
    margin-left: auto;
    max-width: 80%;
  }
  .proyectos {
    font-size: 1.2em;
    font-weight: 500;
  }
  .pleca-amarilla {
    margin-top: -200px;
  }
  .texto-donativos {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    padding: 0 50px;
  }
  .texto-donativos p{
    max-width: 80%;
    margin-left: 10%;
  }
  .content-datos {
    margin-left: auto;
    width: 100%;
  }
  .texto-datos {
    font-size: 2.2em;
  }
  .content-80 {
    max-width: 80%;
    margin-left: 10%;
  }
  .texto-nosotros {
    font-size: 1.2em;
    font-weight: 500;
  } 
  .skew-yellow {
    margin-top: 10%;
    height: 100%;
  }
  .skew-yellow img {
    transform: skew(0deg, 1.5deg);
  }
  .mision {
    font-size: 1.2em;
  }
  .mision strong {
    font-size: 2.5em;
  }
  .vision {
    font-size: 1.2em;
  }
  .vision strong {
    font-size: 2.5em;
  }
  .content-mision {
    margin-left: auto;
    width: 70%;
  }
  .corazon-mision img {
    margin-top: 50px;
    left: -250px;
    width: 500px;
  }
  .top-valores {
    margin-top: 5%;
  }
  .texto-valores {
    font-size: 1.2em;
    font-weight: 500;
  }
  .texto-valores b {
    font-size: 2em;
  }
  .texto-valores strong {
    font-size: 3em;
  }
  .skew-gray {
    margin-top: 150px;
    padding: 100px 0 150px;
  }
  .texto-valores img {
    width: 250px;
  }
  .bandera{
    margin-top: 100px !important;
  }
  .middle-valores{
    margin-top: 3%;
  }
  .content-bandera{
    margin-left: 5%;
    width: 90%;
  }
  .top-nosotros{
    margin-top: 30px;
  }
  .top-nosotros{
    margin-top: 3%;
  }

}
@media only screen and (min-width:1301px) and (max-width:1399px){
  .menu-desktop ul li {
    font-size: 1.5em;
    padding: 30px;
  }
  .circulos-home img {
    width: 650px;
  }
  .degradado-azul {
    height: 500px;
  }
  .bg-proyecto {
    background-attachment: scroll;
    background-size: cover;
    margin-top: -120px;
    padding: 100px 0 10%;
    background-position: -300px;
  }
  .top-proyectos {
    margin-top: 15% !important;
  }
  .content-proyecto {
    margin-left: auto;
    max-width: 80%;
  }
  .proyectos {
    font-size: 1.2em;
    font-weight: 500;
  }
  .pleca-amarilla {
    margin-top: -200px;
  }
  .texto-donativos {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 0%;
    text-align: left;
    padding: 0 50px;
  }
  .texto-donativos p{
    max-width: 80%;
    margin-left: 10%;
  }
  .content-datos {
    margin-left: auto;
    width: 100%;
  }
  .texto-datos {
    font-size: 2.2em;
  }
  .content-80 {
    max-width: 80%;
    margin-left: 10%;
  }
  .texto-nosotros {
    font-size: 1.2em;
    font-weight: 500;
  } 
  .skew-yellow {
    margin-top: 10%;
    height: 100%;
  }
  .skew-yellow img {
    transform: skew(0deg, 1.5deg);
  }
  .mision {
    font-size: 1.2em;
  }
  .mision strong {
    font-size: 2.5em;
  }
  .vision {
    font-size: 1.2em;
  }
  .vision strong {
    font-size: 2.5em;
  }
  .content-mision {
    margin-left: auto;
    width: 70%;
  }
  .corazon-mision img {
    margin-top: 50px;
    left: -200px;
    width: 400px;
  }
  .top-valores {
    margin-top: 5%;
  }
  .texto-valores {
    font-size: 1.2em;
    font-weight: 500;
  }
  .texto-valores b {
    font-size: 1.5em;
  }
  .texto-valores strong {
    font-size: 3em;
  }
  .skew-gray {
    margin-top: 150px;
    padding: 100px 0 150px;
  }
  .texto-valores img {
    width: 200px;
  }
  .bandera{
    margin-top: 100px !important;
  }
  .middle-valores{
    margin-top: 3%;
  }
  .content-bandera{
    margin-left: 0%;
    width: 100%;
  }

}
@media only screen and (min-width:1201px) and (max-width:1300px){
  .top-200 {
    margin-top: 100px !important;
  }
  .top-proyectos{
    margin-top: 50px !important;
  }
  .bg-proyecto {
    background-position: -350px;
    padding: 100px 0 100px;
  }
  .texto-donativos {
    margin-top: 7%;
  }
  .top-valores {
    margin-top: 25%;
  }
  .skew-yellow {
    height: 400px;
  }
  .lista-datos ul li {
    font-size: 1.1em;
  }
  .texto-datos {
    font-size: 1.5em;
  }
  .corazon-mision img {
    left: -150px;
    width: 300px;
  }
  .gris-footer {
    font-size: .7em;
  }
  .content-datos {
    margin-left: 10%;
    width: 80%;
  }
  .texto-valores img {
    width: 200px;
  }
  .middle-valores{
    margin-top: 50px;
  }
  .skew-gray {
    padding: 100px 0 150px;
  }
  .top-nosotros{
    margin-top: 10px;
  }
  .top-nosotros{
    margin-top: 3%;
  }

}
@media only screen and (min-width:1050px) and (max-width:1200px){
  .imagen-nosotros img {
    width: 100%;
    margin-top: 20px;
} 
.content-80{
  width: 90%;
  margin-left: 5%;;
}
  .top-200 {
    margin-top: 100px !important;
  }
  .top-proyectos{
    margin-top: 50px !important;
  }
  .bg-proyecto {
    background-position: -350px;
    padding: 100px 0 100px;
  }
  .texto-donativos {
    margin-top: 50px;
    font-size: 1em;
  }
  .top-valores {
    margin-top: 250px;
  }
  .skew-yellow {
    height: 400px;
  }
  .lista-datos ul li {
    font-size: 1.1em;
  }
  .texto-datos {
    font-size: 1.5em;
  }
  .texto-valores img {
    width: 200px;
  }
  .middle-valores{
    margin-top: 50px;
  }
  .top-nosotros{
    margin-top: 3%;
  }

}
@media only screen and (min-width:768px) and (max-width:992px){
  .degradado-azul {
    height: 400px;
  }
  .menu-desktop ul li {
    font-size: .8em;
    padding: 20px 10px;
  }
  .menu-desktop img {
    width: 200px; 
  }
  .circulos-home img {
    width: 400px;
  }
  .top-200 {
    margin-top: 100px !important;
  }
  .top-proyectos{
    margin-top: 100px !important;
  }
  .text-proyectos {
    font-size: 1.2em;
    font-weight: 100;
    text-align: left;
    margin-top: 100px !important;
  }
  .boton-donativos {
    background: #f9a61a;
    font-size: .9em;
    padding: 10px 20px;
  }
  .flecha-derecha img {
    margin-right: 20px;
    width: 30px;
  }
  .content-proyecto {
    margin-left: 0%;
    max-width: 100%;
    width: 100%;
  }
  .bg-proyecto {
    background-attachment: scroll;
    background-size: cover;
    background-position: -350px;
  }
  .square-alianzas {
    font-size: .7em;
    height: 200px;
    width: 200px;
  }
  .square-alianzas img {
    height: 180px;
    width: 180px;
  }
  .azul-footer {
    padding: 30px 0;
    text-align: center;
  }
  .logo-footer {
    margin-top: 0px;
    width: 250px;
  }
  .top-20-responsive{
    margin-top: 20px;
  }
  .lista-datos ul li {
    display: block;
  }
  .lista-datos ul{
    padding-left: 0px;
  }
  .texto-datos {
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .skew-yellow img {
    margin-top: -100px;
    transform: skew(0deg, 1.5deg);
  }
  .imagen-nosotros img {
    margin-bottom: 20px;
    margin-left: 25%;
    width: 50%;
  }
  .top-valores {
    margin-top: 0%;
  }
  .skew-yellow {
    height: 100%;
  }
  .content-mision {
    margin-left: 5%;
    width: 90%;
  }
  .content-80 {
    max-width: 90%;
    margin-left: 5%;
  }
  .bg-datos {
    padding: 50px 0px;
  }

}
@media only screen and (min-width:992px) and (max-width:1050px){
  .top-200 {
    margin-top: 100px !important;
  }
  .top-proyectos{
    margin-top: 100px !important;
  }
  .bg-proyecto {
    background-position: -350px;
    padding: 100px 0 100px;
  }
  .texto-donativos {
    margin-top: 0px;
  }
  .top-valores {
    margin-top: 12%;
  }
  .skew-yellow {
    height: 400px;
  }
  .lista-datos ul li {
    font-size: 1.1em;
  }
  .texto-datos {
    font-size: 1.5em;
  }
  .middle-valores{
    margin-top: 30px;
  }


}
@media only screen and (min-width:769px) and (max-width:992px){
  .degradado-azul {
    height: 400px;
  }
  .menu-desktop ul li {
    font-size: .8em;
    padding: 20px 10px;
  }
  .menu-desktop img {
    width: 200px; 
  }
  .circulos-home img {
    width: 400px;
  }
  .top-200 {
    margin-top: 100px !important;
  }
  .top-proyectos{
    margin-top: 100px !important;
  }
  .text-proyectos {
    font-size: 1.2em;
    font-weight: 100;
    text-align: left;
    margin-top: 100px !important;
  }
  .boton-donativos {
    background: #f9a61a;
    font-size: .9em;
    padding: 10px 20px;
  }
  .flecha-derecha img {
    margin-right: 20px;
    width: 30px;
  }
  .content-proyecto {
    margin-left: 0%;
    max-width: 100%;
    width: 100%;
  }
  .bg-proyecto {
    background-attachment: scroll;
    background-size: cover;
  }
  .square-alianzas {
    font-size: .65em;
    height: 200px;
    width: 200px;
  }
  .square-alianzas img {
    height: 180px;
    width: 180px;
  }
  .azul-footer {
    padding: 30px 0;
    text-align: center;
  }
  .logo-footer {
    margin-top: 0px;
    width: 250px;
  }
  .top-20-responsive{
    margin-top: 20px;
  }
  .lista-datos ul li {
    display: block;
  }
  .lista-datos ul{
    padding-left: 0px;
  }
  .texto-datos {
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .skew-yellow img {
    margin-top: -100px;
    transform: skew(0deg, 1.5deg);
  }
  .imagen-nosotros img {
    margin-bottom: 20px;
    margin-left: 25%;
    width: 50%;
  }
  .top-valores {
    margin-top: 0%;
  }
  .skew-yellow {
    height: 100%;
  }
  .content-mision {
    margin-left: 5%;
    width: 90%;
  }
  .content-80 {
    max-width: 90%;
    margin-left: 5%;
  }
  .bg-datos {
    padding: 50px 0px;
  }
  .align-right {
    text-align: center;
  }
  .content-datos {
    margin-left: 0%;
    width: 100%;
    max-width: 100%;
  }
  .slider-intra {
    margin-top: 0px;
  }
  .timeline {
    max-width: 90%;
  }
  .timeline-item:nth-child(even):before {
    font-size: 1.2em;
  } 
  .timeline-item:before {
    font-size: 1.2em;
  }
  .width-circulos{
    width: 100px;
  }
  .text-timeline {
    font-size: .8em;
  }
}
@media only screen and (min-width:680px) and (max-width:768px){
  .content-datos {
    margin-left: 0%;
    width: 100%;
    max-width: 100%;
  }
  .hiden-xs{
    display: none;
  }
  .visible-xs{
    display: block;
  }
  .text-proyectos {
    text-align: center;
  }
  .circulos-home img {
    margin-top: 50px ;
    width: 400px;
  }
  .top-proyectos {
    margin-top: 100px !important;
  }
  .bg-proyecto {
    background-attachment: scroll;
    height: auto;
    padding: 50px 20px 100px;
    background-position: 0px;
    background: white;
  }
  .imagen-donativos{
    margin-top: 50px;
  }
  .pleca-amarilla {
    margin-top: -120px;
  }
  .square-alianzas {
    margin: 30px auto;
  }
  .texto-datos {
    text-align: center;
  }
  .lista-datos ul li {
    display: block;
  }
  .lista-datos ul{
    padding-left: 0px;
  }
  .top-0-responsive{
    margin-top: 0px !important;
  }
  .texto-alianzas {
    padding: 0 10px;
  }
  .top-20-responsive{
    margin-top: 20px;
  }
  .gris-footer {
    padding: 20px;
  }
  .skew-gray {
    padding: 100px 0 100px;
  }
  .azul-footer {
    padding: 30px 0;
    text-align: center;
  }
  .logo-footer {
    margin-top: 0px;
    width: 250px;
  }
  .top-valores {
    margin-top: 50px;
  }
  .corazon-mision{
    display: none;
  }
  .boton-atencion {
    margin-left: 0px;
  }
  .align-right {
    text-align: center;
  }
  .skew-yellow img {
    margin-top: -100px;
    transform: skew(0deg, 1.5deg);
  }
  .imagen-nosotros img {
    margin-bottom: 20px;
    margin-left: 25%;
    width: 50%;
  }
  .skew-yellow {
    height: 100%;
  }
  .content-datos {
    margin-left:auto;
    width: 100%;
  }
  #myBtn{
    display: none !important;
  }
  .align-right {
    text-align: center;
  }
  .degradado-azul {
    height: 650px;
  }
  .center-mobile{
    text-align: center;
  }
  .pleca-copy{
    position: relative;
    z-index: 10;
  }
  .timeline-item {
    padding: 100px 0 0 0;
  }
  .timeline-item:before {
    font-size: 1.2em;
    margin-top: -17%;
    text-shadow: 0px 5px 2px rgba(0, 0, 0, 1);
    width: 100%;
  }
  .timeline-container {
      padding: 100px 0;
  }
  .slider-intra {
    margin-top: 100px;
  }
  .pages-fundacion strong {
    font-size: 1.5em;
  }
  .bg-lazo{
    margin-top: 50px;
  }
}
@media only screen and (min-width:200px) and (max-width:680px){
  .hiden-xs{
    display: none;
  }
  .visible-xs{
    display: block;
  }
  .text-proyectos {
    font-size: 1.7em;
    font-weight: 100;
    text-align: center;
    margin-top: 100px !important;
  }
  .center-responsive{
    text-align: center;
  }
  .degradado-azul {
    height: auto;
    padding-bottom: 50px;
  }
  .circulos-home img {
    width: 100%;
    margin-top: 50px ;
  }
  .bg-proyecto {
    background-attachment: scroll;
    height: auto;
    padding: 50px 20px 100px;
    background-position: 0px;
    background: white;
    background-image: none !important;
  }
  .titulo-proyecto {
    max-width: 100%;
    margin-left: 0%;
  }
  .proyectos {
    margin-top: 20px;
  }
  .texto-donativos {
    padding: 0 20px;
  }
  .pleca-amarilla {
    margin-top: -120px;
  }
  .top-100 {
    margin-top: 50px;
  }
  .bg-datos {
    background-attachment: scroll;
    height: auto;
    padding-bottom: 50px;
  }
  .content-datos {
    margin-left: auto;
    max-width: 100%;
    width: 100%;
  }
  .texto-datos {
    text-align: center;
  }
  .lista-datos ul li {
    display: block;
  }
  .lista-datos ul{
    padding-left: 0px;
  }
  .top-datos {
    margin-top: 70px;
  }
  .imagen-nosotros img{
    margin-bottom: 20px;
    margin-left: 25%;
    width: 50%;
  }
  .content-proyecto {
    margin-left: 0%;
    width: 100%;
  }
  .content-80 {
    max-width: 95%;
    margin-left: 2.5%;
  }
  .skew-yellow {
    height: 100%;
  }
  .content-mision {
    margin-left: 2.5%;
    width: 95%;
  }
  .square-alianzas {
    margin: 30px auto;
  }
  .top-0-responsive{
    margin-top: 0px !important;
  }
  .texto-alianzas {
    padding: 0 10px;
  }
  .top-20-responsive{
    margin-top: 20px;
  }
  .gris-footer {
    padding: 20px;
  }
  .skew-gray {
    padding: 100px 0 100px;
  }
  .azul-footer {
    padding: 30px 0;
    text-align: center;
  }
  .logo-footer {
    margin-top: 0px;
    width: 250px;
  }
  .top-valores {
    margin-top: 50px;
  }
  .corazon-mision{
    display: none;
  }
  .boton-atencion {
    margin-left: 0px;
  }
  .skew-yellow img {
    margin-top: -100px;
    transform: skew(0deg, 1.5deg);
  }
  #myBtn{
    display: none !important;
  }
  .align-right {
    text-align: center;
  }
  .center-mobile{
    text-align: center;
  }
  .pleca-copy{
    position: relative;
    z-index: 10;
  }
  .timeline-item {
    padding: 100px 0 0 0;
  }
  .timeline-item:before {
    font-size: 1.2em;
    margin-top: -17%;
    text-shadow: 0px 5px 2px rgba(0, 0, 0, 1);
    width: 100%;
  }
  .timeline-container {
      padding: 100px 0;
  }
  .slider-intra {
    margin-top: 100px;
  }
  .pages-fundacion strong {
    font-size: 1.5em;
  }
  .bg-lazo{
    margin-top: 50px;
    height: auto;
  }
}




















  
