@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap);

/* General styles */

body{
  padding-top: 0px !important;
}


@keyframes coverOut {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: 100vh;
    opacity: 0;
  }
}

.mobile-menu-toggler{
	display: none !important;
}

.container {
  max-width: 1020px;
  padding: 0;
  overflow-x: hidden;
}

.container .titulos {
  margin: 25px 0;
}

.container h2 {
  font-size: 41px;
  font-weight: 300;
  padding: 0;
} 

.container h2 .line {
  position: absolute;
  left: 0;
  margin-top: 25px; 
  display: block;
  height: 3px;
  width: calc((100% - 1020px) / 2);
  background: #94b9d1;
}

.modal-navigation {
  position: absolute;
  width: 100%;
  z-index: 999;
  pointer-events: all;
}

.modal-navigation svg {
  cursor: pointer;
}

.modal-navigation .arrow-left {
  float: left;
  padding: 0 15px;
}


.modal-navigation .arrow-right {
  float: right;
  cursor: pointer;
  padding: 0 15px;
}

.enlaces {
  pointer-events: all;
}

/*//Menu///*/

.cabecera {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 35px;
  background: #fff;
  z-index: 999;
  transition: transform .2s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.cabecera a {
  color: #000;
  font-size: 14px;
  padding: 5px 0;
  margin: 0 10px;
}

.cabecera a.active {
  border-bottom: solid 3px #94b9d1;
}

.cabecera.close-nav {
  margin-top: 0;
  border-bottom: solid 1px #e3e3e3;
}

.cabecera img {
  width: 200px;
}

/* Cover home */

.cover-home img {
  width: 100%;
}

.cover-home.out-cover {
  animation: coverOut;
}

/*////About////////*/

.nosotros-quote {
  padding: 35px 0;
  font-size: 31px;
  line-height: 1.2em;
  font-weight: 300;
  color: #353535;
  font-family: "Noto Sans";
  padding-left: 15px;
  padding-right: 15px;
}

.nosotros-quote span.author {
  margin: 45px 0;
  display: block;
  font-size: 27px;
  font-weight: normal;
  text-align: right;
}

.dropcap {
    font-size: 200px;
    float: left;
    line-height: 0.9em;
    padding-right: 30px;
}

.about-op img {
  width: 100%;
}

/*///Nosotros////*/

.nosotros {
  display: flex;
  align-items: center;
  padding: 45px 0;
}

/*//// equipo////*/
.equipo img {
  height: auto;
  width: 180px;
  border-radius: 100px;
}

.equipo h3 {  
  color: #000000;
  font-size: 27px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.equipo h5 {
  margin: 10px 0;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.equipo span {
  color: #000;
}

.equipo .redaccion {
  text-align: right;
  padding-top: 80px;
  padding-right: 120px;
  font-size: 27px;
}

.nav-equipo {
  position: sticky;
  top: 20vh;
  border-bottom: 0;
}

.nav-equipo .nav-equipo-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px;
  color: #000;
  background-color: #e8e8e8;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.nav-equipo .nav-equipo-item:hover {
  font-weight: 400;
}

.nav-equipo .nav-equipo-item.active {
  font-weight: 400;
  color: #fff;
  background-color: #94b9d0;
  border: none;
}

.tab-content .member-item {
  position: relative;
  cursor: pointer;
}

.tab-content .member-item .item-line {
  width: 100%;
  height: 2px;
  margin: 15px 0;
}

.member-item .card-team {
  background: linear-gradient(to bottom, #94b9d1 41%, #eaeaea 10%);
  padding: 10px;
  cursor: pointer;
}

.member-item .team-title {
  position: relative;
}

.member-item .team-title span {
  font-size: 13px;
  color: #fff;
  background: #000000;
  padding: 3px;
}

.member-item .team-picture {
  width: 175px;
  height: 175px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  transition: background-size .2s ease-in-out;
  border-radius: 100px;
}

.member-item:hover .team-picture {
  background-size: 110%;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: all;
}

.modal-premios .modal-content {
  background-color: #fff;
  pointer-events: none;
}

.modal-premios .modal-content h2 {
  font-size: 27px;
}

.modal-premios .modal-content h4 {
  display: inline-block !important;
  padding: 3px 5px;
  font-size: 16px;
  margin: 0;
  background-color: #94b9d1;
}

.modal-premios .modal-content p {
  font-size: 21px;
}


.modal-premios .premio-image {
  max-width: 220px;
}

.modal-team .team-picture {
  width: 145px;
  height: 145px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  transition: background-size .2s ease-in-out;
  border-radius: 100px;
}

.modal-team  h2 {
  font-size: 27px;
}

.modal-team  h3 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px;
  font-size: 16px;
  background: #94b9d1;
}

/*///aliados////*/

.banner-aliados {
  cursor: pointer;
}

.banner-aliados row {
  pointer-events: none;
}

.nuestros-aliados {
  min-height: 35vh;  
}

.nuestros-aliados h4 {    
  padding-bottom: 120px;
  font-family: 'Roboto', sans-serif;
  font-size: 71px; 
}

.nuestros-aliados img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: auto;
}

.nuestros-aliados .logo-idea {
 max-width: 150px;
}

.nuestros-aliados img.ue {
  display: block;
  width: 155px;
  margin: 0 auto;
}

.nuestros-aliados .carousel-container {
  max-width: 720px;
  margin: 0 auto;
  min-height: 60vh;
  align-items: center;
  display: flex;
}

.nuestros-aliados .carousel-container .aliados-carousel {
  display: flex;
  align-items: center;
  height: 155px;
}



/*//Membresias///*/

.membresias {
  display: flex;
  align-items: center;
}

.dropcap-membresia {
    font-size: 70px;
    float: left;
    line-height: 0.9em;
    padding-right: 4px;
}

.membresias-cover {
  background: #e9f2fb;
}

.membresias-cover h2 {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
  color: #846178;
  border-bottom: solid 1px #846178;
}

.membresias-aliados {
  text-align: left; 
}

.membresias-aliados h3 {
  font-size: 14px;
  margin: 0;
}

.membresia-intro {
  font-family: "Noto Sans";
  font-size: 20px;
  line-height: 1.5em;
}

.membresia-intro span {
  font-size: 75px;
  margin-right: 7px;
  line-height: 1.0em;
}

.membresias-aliados a {
  display: inline-block;
  border: none;
  border-radius: 15px;
  color: #fff!important;
  background-color: #846178;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600
}

.item-membresia {
  position: relative;
}

.item-membresia .monto {
  margin: 10px 0;
  font-size: 27px;
  font-weight: bold;
}

.item-membresia .monto span {
  display: inline-block;
  font-size: 13px;
  width: 55px;
  text-align: left;
  margin: 0 15px;
  line-height: 1.2em;
}

.pago-membresia  {
  position: absolute;  
  left: 0;
  display: none;
}

.membresias .enlace {
  text-decoration: none;
}

/*////TIENDA/////*/

.tienda-contenido img {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin-left: auto;
  display: block;
}






.premios-cover {
  /* background-image: url(assets/premios/bg.png); */
  max-width: 1320px;
  min-height: 70vh;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.premios-cover img {
  width: 100%;
}

.premios-cover .logo-premios {
  width: 420px;
  margin: 0 auto;
  padding: 7.5vh 0;
}

.premios-cover .fila-award {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin: 25px 0;
  text-align: center;
}
/* 
.premios-cover .fila-4 {
  top: 5%;
  left: 0;
}
.premios-cover .fila-3 {
  top: 30%;
  left: 0;
}

.premios-cover .fila-2 {
  top: 55%;
  left: 0;
}

.premios-cover .fila-1 {
  top: 80%;
  left: 0;
} */

.premios-cover .award-item {
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 15vh;
  margin: 15px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.premios-cover .award-item a {
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.premios-cover .premio-nombre {
  margin: 10px 0;
}

.premios-cover .premio-nombre div {
  background: #333;
  color: #fff;
  text-decoration: none;
  display: block;
  max-width: 120px;
  margin: 0 auto;
}

.premios-cover .premio-nombre span {
  color: #333;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.premios-cover .award-item img {
  width: auto;
  max-height: 15vh;
  transition: transform .15s ease-in-out;
  cursor: pointer;
}

.premios-cover .award-item:hover img {
  transform: scale(1.1);
}

.nuestros-premios h3 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif; 
}
.nuestros-premios span {
  color: black;  
  font-weight: lighter;  
}


/*///Publicaciones///*/

.publicaciones {
  min-height: 35vh;  
  padding:  0;
}



.publicaciones h2 .line{
  position: absolute;
  left: 0;
  margin-top: 25px; 
  display: block;
  height: 3px;
  width: calc((100% - 1020px) / 2);
  background: #94b9d1;
}


.publicaciones h4 {    
  padding-bottom: 120px;
  font-family: 'Roboto', sans-serif;
  font-size: 71px; 
}

.publicaciones img {
  display: block;
  width: auto;
  max-width: 150px;
  margin: 0 auto;
}

.publicaciones .carousel-container {
  max-width: 1020px;
  margin: 0 auto;
}

.publicaciones .carousel-container .publicaciones-carousel {
  align-items: center;
}



.publicaciones-contenido  h3 {
  font-size: 21px;
  text-align: center;
  margin-top: 20px;
}

.publicaciones-carousel a {
  text-decoration: none;
  color: #000000;
}
.publicaciones-carousel a:hover {
  text-decoration: underline;
}

/*//Investigaciones///*/


.investigaciones {
  min-height: 35vh;  
  padding-top: 50px;
}

.investigaciones .container {
  max-width: 1020px;
}

.investigaciones h2 .line {
  position: absolute;
  left: 0;
  margin-top: 25px; 
  display: block;
  height: 3px;
  width: calc((100% - 1020px) / 2);
  background: #94b9d1;
}


.investigaciones h4 {    
  padding-bottom: 120px;
  font-family: 'Roboto', sans-serif;
  font-size: 71px; 
}

.investigaciones img {
  display: block;
  width: auto;
}

.investigaciones .carousel-container {
  max-width: 1020px;
  margin: 0 auto;
}

.investigaciones .carousel-container .investigaciones-carousel {
  display: flex;
  align-items: center;
}

.investigaciones .carousel-container .investigaciones-carousel img {
  height: 150px;
}

.investigaciones-carousel h3 {
  font-size: 21px;
  text-align: center;
  margin-top: 20px;
}

.investigaciones-carousel a {
  color: #000000;
  text-decoration: none;
}
.investigaciones-carousel a:hover {
  text-decoration: underline;
}

/*///footer/////*/

a, a:visited, a:hover, a:active {
  color: inherit;
}

.main-footer {
  margin-top: 10vh;
  border-top: 1px solid #000000;
  background-color: #303030;
}

.main-footer a {
  text-decoration: none;
}

.main-footer a:hover {  
  color: #dde0e3;  
  text-decoration: underline;
}

.main-footer a:link {
  color: #dde0e3;
}



.main-footer .footer-block {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10vh 0;
}

.main-footer h5 {
  font-size: 18px;
   color: rgb(255, 255, 255);
   font-weight: bold;
   text-transform: uppercase;
}

.main-footer p {
  color: #dde0e3;
}
.main-footer label {
  color: #dde0e3;
}

.main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  color: #dde0e3;
}

.main-footer ul li {
  font-size: 15px;
  margin-bottom: 15px;
  color: #dde0e3;
  text-decoration: none;
}

.main-footer img {
  max-width: 100%;
}

.intro-op {
  display: flex;
  align-items: center;
  min-height: 85vh;
}

.intro-op h3 {
  position: relative;
  font-weight: 100;
  font-size: 21px;
  animation: intro 5s infinite;
}

.politicas {
  padding-top: 50px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
  color: #353535;
  font-family: "Noto Sans";
  text-align: left;
}

.iconos svg {
  font-size: 100px;
}

.politicas p {
  line-height: 1.5em;
}

.politicas h1 {
  font-size: 51px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.politicas h1 .line {
  position: absolute;
  left: 0;
  margin-top: 40px; 
  display: block;
  height: 3px;
  width: calc((100% - 1020px) / 2);
  background: #94b9d1;
}

.politicas h2 {
  padding: 0px;
  margin-top: 35px;
  font-size: 27px;     
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.politicas-contenido h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.politicas li {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  list-style: none;
}

.politicas a {
  text-decoration: none;
  color: #94b9d1;
}

.iconos {
  margin-right: 10px;
}

.politicas-contenido li {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.politicas h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;  
  font-size: 27px;
  font-weight: 300;
}
.politicas p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.twitter {
  text-decoration: none;
}

.container .line-mobile {  
  position: absolute;
  right: 130px;
  margin-top: 0 auto;  
  display: block;
  height: 3px;
  width: 50%;
  background: #94b9d1;
}

@media screen and (min-width: 1024px) {

.carousel-control-prev {
  left: -100px !important;
}

.carousel-control-next {
  right: -100px !important;
}

#carouselAliados{
  height: 620px;
}

.nuestros-aliados .carousel-container {
  height: 570px;
}



}

@keyframes intro {
  from {
      opacity: 0;
      top: 120px;
  }
  to {
      opacity: 1;
      top: 0;
  }
}

@keyframes menu {
  from {
      opacity: 0;
      top: -350px;
  }
  to {
      opacity: 1;
      top: 0;
  }
}



.publicaciones .tns-controls [data-controls=prev]{
  background: none;
  border: none;
  position: relative;
  top: 130px;
  transform: translateY(0%);
  z-index: 10;
  font-size: 2em;
  left: 0%;
  color: black;
}

.publicaciones .tns-controls [data-controls=next]{
  background: none;
  border: none;
  position: relative;
  right: -95%;
  transform: translateY(0%);
  z-index: 10;
  font-size: 2em;
  top: 130px;
  color: black;
}

.publicaciones-carousel h3{
  text-align: center;
}

.tns-nav{
  display: none;
}

.mailchimp-signup-subscribe-form{
  overflow: auto;
}


/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 1023.9px) {

  .equipo-completo{
    overflow: auto;
  }

  .member-item .team-picture {
    width: 125px;
    height: 125px;
  }

  .publicaciones .tns-controls [data-controls=next] {
    right: -94%;
  }

}

/* MOBILE */
@media screen and (max-width: 480px) {
  .publicaciones .tns-controls [data-controls=next] {
    right: -80%;
  }

  .row{
    max-width: 100% !important;
  }

  .carouselInvestigaciones .tns-item a img{
    margin: auto;
  }

  .carouselInvestigaciones .tns-item a h3{
    margin: auto;
    margin-top: 15px;
  }

  .nuestros-aliados .tns-controls [data-controls=next] {
    right: -88% !important;
    top: 195px !important;
  }

  .nuestros-aliados .tns-controls [data-controls=prev] {
    left: 0% !important;
    top: 195px !important;
  }

  .nuestros-aliados img {
    max-width: 120px !important;
    padding-left: 15px;
  }

  .investigaciones .tns-controls [data-controls=prev] {
    left: 2% !important;
  }

  .investigaciones .tns-controls [data-controls=next] {
    right: -83% !important;
  }


}

.carouselInvestigaciones img{
  max-height: 150px;
  aspect-ratio: 16/9;
  max-width: 250px;
}

.carouselInvestigaciones .tns-item {
  padding-left: 27px;
}

.carouselInvestigaciones .tns-item h3{
  font-size: 21px;
  text-align: center;
  margin-top: 20px;
  max-width: 266px;
}

.investigaciones .tns-controls [data-controls=prev]{
  background: none;
  border: none;
  position: relative;
  top: 105px;
  transform: translateY(0%);
  z-index: 10;
  font-size: 2em;
  left: 0%;
  color: black;
}

.investigaciones .tns-controls [data-controls=next]{
  background: none;
  border: none;
  position: relative;
  right: -92%;
  transform: translateY(0%);
  z-index: 10;
  font-size: 2em;
  top: 105px;
  color: black;
}

.container-img-aliados-institucional{
  max-width: 50% !important;
  padding-bottom: 45px;
}

.nuestros-aliados .tns-controls [data-controls=next] {
  background: none;
  border: none;
  position: relative;
  right: -95%;
  transform: translateY(0%);
  z-index: 10;
  font-size: 2em;
  top: 250px;
  color: black;
}

.nuestros-aliados .tns-controls [data-controls=prev] {
  background: none;
  border: none;
  position: relative;
  top: 250px;
  transform: translateY(0%);
  z-index: 10;
  font-size: 2em;
  color: black;
}

#nuestros-socios .tns-controls [data-controls=next] {
  background: none;
  border: none;
  position: absolute;
  right: 0%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 2em;
  top: 50%;
  color: black;
}

#nuestros-socios .tns-controls [data-controls=prev] {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 2em;
  left: 0;
  color: black;
}

#nuestros-socios img {
  height: auto !important;
}