@charset "UTF-8";
/*
============================================
============================================
* 
* FUNDACION PARAGUAYA
* v2.0
* date: 15 ene 2019
* HTML/CSS: @whhhaaaaaaat for Cerocin.co
* 
============================================
============================================
*/
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@font-face {
  font-family: 'Candara';
  src: url("../../fonts/Candara-Italic.eot");
  src: url("../../fonts/Candara-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Candara-Italic.woff2") format("woff2"), url("../../fonts/Candara-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Candara';
  src: url("../../fonts/Candara-Bold.eot");
  src: url("../../fonts/Candara-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Candara-Bold.woff2") format("woff2"), url("../../fonts/Candara-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Candara';
  src: url("../../fonts/Candara.eot");
  src: url("../../fonts/Candara.eot?#iefix") format("embedded-opentype"), url("../../fonts/Candara.woff2") format("woff2"), url("../../fonts/Candara.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.main__video {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }
  .main__video iframe {
    transform: scale(1.5); }

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

img {
  max-width: 100%; }

a, a:hover, a:focus, a:active, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
  color: inherit; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

button {
  background-color: transparent; }

::selection {
  color: white;
  background: #34405e; }

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    display: inline-block; }
  .slick-dots button {
    font-size: 0;
    color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #34405E;
    transition: all 0.3s;
    margin: 0 2px; }
  .slick-dots .slick-active button {
    background-color: #34405E; }

button.featherlight-close-icon.featherlight-close {
  font-size: 2em;
  top: 10px;
  right: 10px;
  color: #34405E; }

.lightbox {
  display: none; }

.featherlight .featherlight-content {
  padding: 65px 60px;
  border-bottom: 0; }

.featherlight li {
  margin-bottom: 10px; }

.featherlight ul {
  margin-bottom: 20px; }

.featherlight h4 {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(52, 64, 94, 0.1); }

.npd {
  padding: 0; }

.block {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both; }
  .block__title {
    color: #34405E;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 2em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .block__title:after {
      content: "";
      width: 30px;
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 5%;
      background-color: #59B15E; }
    .block__title a {
      font-size: 0.5em; }

.flex {
  display: flex; }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--centermid {
    justify-content: center;
    align-items: center; }

.row.flex--wrap:after, .row.flex--wrap:before {
  display: none; }

.container.min {
  max-width: 700px; }

.container.padcont {
  padding-left: 40px;
  padding-right: 40px; }

.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 90%; }
  .icon--buscar {
    width: 20px;
    height: 20px;
    background-image: url(../../img/icon-buscar.svg); }
  .icon--prev {
    width: 15px;
    height: 15px;
    background-image: url(../../img/icon-prev.svg); }
  .icon--next {
    width: 15px;
    height: 15px;
    background-image: url(../../img/icon-next.svg); }
  .icon--down {
    width: 20px;
    height: 20px;
    background-image: url(../../img/icon-down.svg);
    margin-top: 10px; }
  .icon--consejo {
    width: 25px;
    height: 25px;
    background-image: url(../../img/icon-consejo.svg);
    display: block;
    margin: 0 auto 5px auto; }
  .icon--equipo {
    width: 40px;
    height: 30px;
    background-image: url(../../img/icon-equipo.svg);
    display: block;
    margin: 0 auto 5px auto;
    margin-bottom: 10px; }

.bg-verde {
  background-color: #076F37;
  color: white; }
  .bg-verde p {
    width: 100%; }

.bg-gris {
  background-color: #F3F4F6;
  color: #34405E; }

.sec-text {
  color: #667086;
  line-height: 1.7; }

.tit-color {
  color: #34405E; }

.prim-color {
  color: rgba(0, 0, 0, 0.8); }

.prim-sec h1, .prim-sec h2, .prim-sec h3, .prim-sec h4 {
  color: #34405E;
  margin-bottom: 20px; }

.prim-sec p {
  color: rgba(52, 64, 94, 0.7);
  margin-bottom: 10px;
  line-height: 1.8; }

.sec-color {
  color: rgba(52, 64, 94, 0.7); }

.btn {
  transition: all 0.3s; }
  .btn--border {
    border: solid 1px white;
    background-color: transparent;
    padding: 5px 25px;
    margin-top: 10px;
    border-radius: 2px; }
    .btn--border:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .btn--naranja {
    background-color: #F0A023;
    color: white;
    padding: 5px 30px;
    border-radius: 3px;
    font-size: 1em; }
    .btn--naranja-big {
      padding: 10px 60px;
      margin-top: 20px; }
    .btn--naranja:hover {
      opacity: 0.9; }
  .btn--radius {
    border-radius: 40px;
    padding: 5px 50px;
    background-color: white;
    border: solid 1px #59B15E; }

.imgtitle {
  text-align: center;
  color: rgba(52, 64, 94, 0.7);
  margin-bottom: 40px;
  width: 100%;
  font-weight: bold;
  font-size: 1.2em; }

body {
  font-family: 'Candara';
  color: #0F2522;
  font-size: 15px; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 30px;
  width: 100%;
  margin-bottom: 5px; }

p {
  line-height: 1.4; }

h3 {
  font-size: 22px;
  margin-bottom: 10px;
  width: 100%; }

input[type="text"],
input[type="email"],
input[type="date"],
select {
  appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  border: solid 1px #D8D8D8;
  margin-bottom: 10px;
  background-color: white;
  font-size: 0.9em;
  color: #34405E; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="date"]::placeholder,
  select::placeholder {
    color: #34405E; }

select {
  background-image: url(../../img/sort.svg);
  background-position: right 10px center; }

input[type="submit"] {
  display: block;
  background-color: #F0A023;
  color: white;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 40px;
  border-radius: 4px;
  margin: 25px auto 0 auto; }

input[type="radio"] {
  margin-right: 10px; }

.home {
  padding-top: 0; }
  .home.scrl .header {
    background-color: rgba(9, 90, 47, 0.55); }
  .home .header {
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    transition: all 0.3s; }
    .home .header__top {
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .home .header__idioma-boton {
      background-image: url(../../img/sort-down.svg); }
    .home .header__social a {
      border: solid 2px rgba(255, 255, 255, 0.3); }
    .home .header .icon--buscar {
      filter: brightness(500%); }

body:not(.home) {
  padding-top: 130px; }
  body:not(.home).scrl .header {
    background-color: rgba(255, 255, 255, 1); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  line-height: 1;
  z-index: 1000;
  color: #34405E; }
  .header li {
    display: inline-block; }
  .header__button {
    display: none; }
  .header__top {
    border-bottom: solid 1px rgba(52, 64, 94, 0.2);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    font-size: 0.8em; }
    .header__top .row {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .header__top-menu {
      letter-spacing: 1px; }
      .header__top-menu li:last-of-type {
        margin-left: 20px; }
  .header__social {
    font-size: 0.9em; }
    .header__social a {
      border-radius: 50%;
      width: 22px;
      height: 22px;
      border: solid 2px rgba(52, 64, 94, 0.3);
      display: flex;
      align-items: center;
      justify-content: center; }
    .header__social li {
      margin: 0 2px; }
  .header__idioma {
    margin: 0 10px; }
    .header__idioma-boton {
      color: white;
      padding: 0 20px 0 5px;
      background-color: transparent;
      background-image: url(../../img/sort-down-b.svg);
      background-position: right 4px center; }
      .header__idioma-boton img {
        vertical-align: bottom; }
  .header__main-menu {
    padding-top: 10px;
    padding-bottom: 10px;     
    background-color: #1e7d3e;
 }
    .header__main-menu .row {
      position: relative; }
  .header__nav {
    display: flex;
    position: static; }
    .header__nav ul:not(.sub-menu) {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: bold;
      flex-grow: 1;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.95em;
	color: white; }
    .header__nav li {
      position: relative; }
      .header__nav li:hover .sub-menu {
        display: block; }
    .header__nav .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      display: none; }
      .header__nav .sub-menu li, .header__nav .sub-menu a {
        display: block; }
      .header__nav .sub-menu a {
        background-color: rgba(255, 255, 255, 0.2);
        margin-bottom: 2px;
        width: 150px;
        padding: 4px 10px;
        transition: all 0.3s;
        font-weight: normal; }
        .header__nav .sub-menu a:hover {
          background-color: rgba(255, 255, 255, 0.1); }
  .header__buscont {
    position: absolute;
    right: 0;
    top: 0;
    width: 83%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    display: none; }
    .header__buscont input {
      position: relative;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      display: block;
      color: #34405E;
      z-index: 100;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.95);
      font-size: 1.7em;
      border-radius: 3px; }
      .header__buscont input:placeholder {
        color: rgba(52, 64, 94, 0.7); }
  .header__close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #34405E;
    z-index: 1000; }
  .header__buscador {
    padding-left: 20px; }

.main {
  position: relative;
  color: white;
  line-height: 1;
  position: relative;
  height: 98vh; }
  .main img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover; }
  .main__title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); }
  .main__figure video, .main__figure iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.home-servs__item {
  padding: 0;
  position: relative; }
  .home-servs__item:hover .home-servs__desc {
    opacity: 1; }
  .home-servs__item:hover .home-servs__figure > *:not(img) {
    opacity: 0; }

.home-servs__figure {
  height: 400px;
  position: relative;
  color: white;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  font-size: 1.2em;
  text-align: center; }
  .home-servs__figure > *:not(img) {
    z-index: 100;
    transition: all 0.3s; }
  .home-servs__figure img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover; }
  .home-servs__figure h2 {
    font-size: 1em; }

.home-servs__desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
  padding: 20px;
  background: rgba(80, 170, 71, 0.7);
  z-index: 200;
  opacity: 0;
  transition: all 0.3s; }
  .home-servs__desc h2 {
    margin-bottom: 20px;
    font-size: 1.2em; }

.novedades {
  background-color: #F3F4F6;
  padding-top: 60px;
  padding-bottom: 60px; }
  .novedades__item {
    box-shadow: 0 12px 44px 0 rgba(102, 112, 134, 0.1); }
  .novedades__slid {
    padding: 0 0 30px 0; }
  .novedades__wrp {
    padding: 10px;
    display: block;
    transition: all 0.3s; }
    ç
.novedades__wrp:hover {
      opacity: 0.9; }
  .novedades__figure {
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0; }
    .novedades__figure img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      object-fit: cover; }
  .novedades__article {
    padding: 30px 20px;
    background-color: white;
    color: rgba(52, 64, 94, 0.7);
    border-radius: 0 0 5px 5px; }
    .novedades__article h2 {
      font-size: 1em;
      color: rgba(0, 0, 0, 0.8); }
  .novedades .slick-arrow {
    position: absolute;
    bottom: 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    background-size: 100%;
    width: 15px;
    height: 20px;
    z-index: 1000; }
    .novedades .slick-arrow.slick-prev {
      left: 5%;
      background-image: url(../../img/icon-prev.svg); }
    .novedades .slick-arrow.slick-next {
      left: 14%;
      background-image: url(../../img/icon-next.svg); }

.invo .row {
  position: relative; }

.invo h2 {
  font-size: 2.6em; }

.invo p {
  margin-bottom: 10px;
  font-style: 2.5em;
  padding: 0 35px; }

.invo__item {
  width: 30%;
  height: 350px;
  position: relative; }
  .invo__item:first-of-type {
    height: 700px;
    width: 40%; }
  .invo__item:nth-of-type(5) {
    position: absolute;
    left: 40%;
    top: 350px; }
  .invo__item:nth-of-type(4) {
    position: absolute;
    left: 70%;
    top: 350px; }
  .invo__item:hover .invo__figure img {
    opacity: 0.8;
    transform: scale(1.1); }

.invo__figure {
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  top: 3px;
  overflow: hidden;
  background-color: black; }
  .invo__figure img {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    transition: all 0.3s; }

.invo__desc {
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  top: 3px;
  z-index: 100;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  flex-direction: column;
  text-align: center; }
  .invo__desc img {
    height: 30px;
    margin-top: 10px; }

.footer {
  color: white;
  background-color: #34405E;
  padding-top: 60px;
  padding-bottom: 20p; }
  .footer h3 {
    font-size: 1.1em; }
  .footer li, .footer h3 {
    margin-bottom: 15px; }
  .footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between; }
  .footer__conoce {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer__conoce img {
      width: 100px;
      margin-left: 10px; }
  .footer__dir, .footer__social {
    text-align: center; }
    .footer__dir li, .footer__social li {
      display: inline-block; }
  .footer__dir i {
    margin-bottom: 10px; }
  .footer__social a {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    border: solid 1px white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em; }
  .footer__sub {
    opacity: 0.3;
    font-size: 0.85em;
    padding-top: 30px;
    padding-bottom: 20px;
    text-transform: uppercase; }
    .footer__sub a {
      letter-spacing: 1px;
      transition: all 0.3s; }
      .footer__sub a:hover {
        color: orange; }

.nos__slid {
  max-width: 80%;
  margin: 0 auto;
  position: relative; }
  .nos__slid-fig {
    width: 100%;
    height: 550px;
    position: relative; }
    .nos__slid-fig img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      object-fit: cover; }
  .nos__slid-capt {
    max-width: 500px;
    width: 80%;
    text-align: center;
    padding: 50px 0 80px 0;
    background-color: #076F37;
    color: white;
    margin: 0 auto 0 auto;
    margin-top: -140px;
    position: relative; }
  .nos__slid .slick-arrow {
    position: absolute;
    bottom: 30px;
    z-index: 1000;
    font-size: 0;
    width: 40px;
    height: 30px;
    color: transparent;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: all 0.2s; }
    .nos__slid .slick-arrow:active {
      transform: scale(0.9); }
    .nos__slid .slick-arrow.slick-prev {
      right: 50%;
      background-image: url(../../img/prev2.svg);
      background-position: left center; }
    .nos__slid .slick-arrow.slick-next {
      left: 50%;
      background-image: url(../../img/next2.svg);
      background-position: right center; }

.premios__slid {
  padding-bottom: 40px; }

.premios__item {
  padding: 40px 20px;
  color: rgba(52, 64, 94, 0.7);
  position: relative; }
  .premios__item h3 {
    margin-bottom: 10px; }
  .premios__item img {
    width: 90%;
    margin-bottom: 20px; }

.premios__wrp {
  background: white;
  box-shadow: 0 12px 44px 0 rgba(102, 112, 134, 0.1);
  padding: 60px 40px 80px 40px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  border-radius: 3px; }

.premios__btn-cont {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%; }

.premios .slick-slide {
  transition: all 0.3s;
  border: solid 1px transparent; }
  .premios .slick-slide.slick-current .premios__wrp {
    border: solid 1px rgba(52, 64, 94, 0.3);
    transform: scale(1.1); }
  .premios .slick-slide.slick-current .btn--radius {
    border-radius: 15px;
    border-color: #50AA47; }

.lugares h3 {
  margin-bottom: 10px; }

.lugares__item {
  width: 17%; }
  .lugares__item:first-of-type {
    width: 66%; }
    .lugares__item:first-of-type .lugares__lista {
      columns: 4; }

.lugares__lista {
  display: block; }

.lugares li {
  padding-right: 10px;
  margin-bottom: 5px;
  display: flex; }
  .lugares li:before {
    content: "• ";
    vertical-align: middle;
    display: inline-block; }

.lugares a {
  display: inline-block;
  padding-right: 20px;
  padding-left: 10px; }

.autoridades h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }
  .autoridades h2:after {
    width: 30px;
    height: 2px;
    background-color: #59B15E;
    content: "";
    display: block;
    margin: 0 auto; }

.autoridades h3 {
  text-align: center;
  margin-bottom: 20px; }

.autoridades ul {
  columns: 2; }

.autoridades__figure {
  line-height: 0; }

.autoridades__wrp {
  background: #076F37;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.autoridades__desc {
  padding: 0 70px; }

.equipo__item {
  text-align: center;
  margin-bottom: 20px; }

.equipo__datos {
  position: relative; }

.equipo__desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 64, 94, 0.9);
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
  filter: blur(2px);
  cursor: pointer; }
  .equipo__desc:hover {
    opacity: 1;
    filter: blur(0px); }
  .equipo__desc h4 {
    font-weight: bold;
    margin-bottom: 10px; }
  .equipo__desc p {
    font-size: 0.95em; }

.equipo__figure {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px auto;
  display: block;
  overflow: hidden; }
  .equipo__figure img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover; }

.equipo__nombre {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: black; }

.equipo__cargo {
  color: rgba(52, 64, 94, 0.7);
  font-size: 0.9em;
  margin-bottom: 30px; }

.equipo__social li {
  display: inline-block; }

.equipo__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgba(52, 64, 94, 0.7);
  font-size: 1em;
  border: solid 1px rgba(52, 64, 94, 0.7);
  border-radius: 50%;
  transition: all 0.3s; }
  .equipo__social a:hover {
    opacity: 0.6; }

.proyecto__desc {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #34405E; }
  .proyecto__desc p {
    width: 100%; }
  .proyecto__desc img {
    height: auto; }

.proyecto p {
  line-height: 1.9; }

.proyecto__opciones .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  font-size: 0;
  color: transparent;
  z-index: 100;
  background-position: center;
  transition: all 0.3s;
  cursor: pointer; }
  .proyecto__opciones .slick-arrow:hover {
    opacity: 0.8; }
  .proyecto__opciones .slick-arrow.slick-prev {
    left: -20px;
    background-image: url(../../img/icon-prev.svg); }
  .proyecto__opciones .slick-arrow.slick-next {
    right: -20px;
    background-image: url(../../img/icon-next.svg); }

.proyecto__meta {
  position: relative; }
  .proyecto__meta-fig {
    height: 450px;
    position: relative; }
    .proyecto__meta-fig img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      object-fit: cover; }
  .proyecto__meta-desc {
    position: absolute;
    z-index: 10;
    color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%); }
    .proyecto__meta-desc h3, .proyecto__meta-desc p, .proyecto__meta-desc h2 {
      max-width: 400px;
      line-height: 1; }
    .proyecto__meta-desc span {
      font-size: 1.6em; }
    .proyecto__meta-desc h2 {
      font-size: 4.4em;
      font-weight: bold;
      margin-top: 5px;
      margin-bottom: 5px; }
    .proyecto__meta-desc h3 {
      font-size: 1.3em; }

.proyecto__pasos-item {
  text-align: left;
  display: flex;
  margin-top: 20px; }
  .proyecto__pasos-item:nth-of-type(1) .proyecto__pasos-num {
    background-color: #E0504C; }
  .proyecto__pasos-item:nth-of-type(2) .proyecto__pasos-num {
    background-color: #F1C71E; }
  .proyecto__pasos-item:nth-of-type(3) .proyecto__pasos-num {
    background-color: #50AA47; }

.proyecto__pasos-num {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border: solid 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2em;
  border-radius: 50%;
  border-color: rgba(255, 255, 255, 0.5); }

.proyecto__pasos p {
  padding-left: 10px;
  font-size: 0.9em;
  line-height: 1.4;
  font-style: italic; }

.proyecto__quien {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  cursor: pointer;
  margin-bottom: 30px; }
  .proyecto__quien:hover img {
    opacity: 0.4; }
  .proyecto__quien:hover .proyecto__quien-desc {
    max-height: 900px; }
  .proyecto__quien h4 {
    font-weight: bold; }
    .proyecto__quien h4:after {
      content: "";
      display: block;
      width: 35px;
      height: 2px;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: auto;
      margin-left: auto;
      background-color: rgba(255, 255, 255, 0.5); }
  .proyecto__quien-figure {
    position: absolute;
    left: 15px;
    top: 0px;
    bottom: 0px;
    right: 15px;
    z-index: -1;
    background-color: black; }
    .proyecto__quien-figure img {
      transition: all 0.5s;
      transition-delay: 0.2s;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      object-fit: cover; }
  .proyecto__quien-desc {
    color: white;
    overflow: hidden;
    max-height: 0;
    transition: all 0.6s ease-in-out;
    font-size: 0.9em;
    padding: 0 20px; }

.proyecto__slid {
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .proyecto__slid .btn {
    min-width: 240px;
    text-align: center;
    letter-spacing: 1px; }
  .proyecto__slid img {
    width: 100%; }
  .proyecto__slid-item {
    position: relative; }
    .proyecto__slid-item:hover .proyecto__slid-desc {
      opacity: 1; }
  .proyecto__slid-desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s; }
  .proyecto__slid .proyecto__meta-desc {
    background: rgba(0, 0, 0, 0.4); }

.proyecto__midim img {
  max-width: 300px; }

.proyecto__escuela {
  padding: 10px; }
  .proyecto__escuela:hover .proyecto__escuela-figure img {
    transform: scale(1.1); }
  .proyecto__escuela:hover .proyecto__escuela-desc {
    background-color: rgba(52, 64, 94, 0.8); }
  .proyecto__escuela:hover .icon {
    transform: scale(1.1) translateY(10px); }
  .proyecto__escuela-figure {
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    overflow: hidden; }
    .proyecto__escuela-figure img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      object-fit: cover;
      transition: all 0.3s;
      transition-delay: 0.4s; }
  .proyecto__escuela-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: white;
    transition: all 0.3s;
    transition-delay: 0.2s;
    background-color: rgba(52, 64, 94, 0.5); }
  .proyecto__escuela-wrp {
    padding: 20px;
    position: relative;
    display: block;
    overflow: hidden; }
  .proyecto__escuela .icon {
    transition: all 0.4s; }

.proyecto__sec-text {
  padding-bottom: 20px;
  color: rgba(52, 64, 94, 0.7);
  text-align: center; }

.proyecto__sec-text a {
  padding-bottom: 20px;
  color: #777777;
  text-decoration: underline;
  text-align: center; }

.proyecto__lightbox {
  width: 70vw;
  color: #34405E;
  font-size: 0.9em; }
  .proyecto__lightbox-wrp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px; }
  .proyecto__lightbox ul, .proyecto__lightbox li {
    list-style-type: disc; }
  .proyecto__lightbox ul {
    margin-bottom: 15px;
    padding-left: 18px; }
  .proyecto__lightbox li {
    color: rgba(52, 64, 94, 0.7);
    margin-bottom: 7px; }
  .proyecto__lightbox h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px; }
  .proyecto__lightbox h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: normal; }

.productos {
  color: #34405E; }
  .productos__wrp {
    width: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: white;
    margin-bottom: 20px; }
    .productos__wrp img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      object-fit: cover; }
    .productos__wrp h2 {
      font-size: 1em;
      text-align: center; }
    .productos__wrp .productos__desc {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(52, 64, 94, 0.7); }

.asesor {
  max-width: 400px;
  padding: 20px 10px;
  color: #34405E; }

.imoverlay__figure {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 0; }
  .imoverlay__figure img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover; }

.imoverlay__cont {
  position: relative;
  height: 400px;
  width: 100%;
  color: white;
  margin-top: 20px; }
  .imoverlay__cont .proyecto__meta-desc {
    background: rgba(0, 0, 0, 0.5); }

.senti {
  position: relative;
  color: white;
  text-align: center; }
  .senti__figure {
    line-height: 0;
    width: 100%; }
    .senti__figure img {
      width: 100%; }
  .senti__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10%; }
  .senti__logo {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 200px; }
  .senti .btn {
    min-width: 300px;
    margin-top: 10px; }

.educacion {
  background-color: #F3F4F6; }
  .educacion:nth-of-type(2n) {
    background-color: white; }
  .educacion__princ {
    position: relative;
    margin-bottom: 60px; }
  .educacion__caption {
    background-color: #076F37;
    color: white;
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: -30px;
    padding: 40px; }

.hubs p {
  color: rgba(52, 64, 94, 0.7); }

.hubs figure {
  margin-bottom: 20px; }

.recursos h2 {
  margin-bottom: 30px; }

.recursos__item {
  padding: 20px; }
  .recursos__item a {
    transition: all 0.3s; }
    .recursos__item a:hover {
      opacity: 0.6; }
  .recursos__item ul, .recursos__item li {
    list-style-type: disc; }
  .recursos__item ul {
    padding-left: 20px;
    color: rgba(52, 64, 94, 0.7);
    margin-bottom: 20px; }
  .recursos__item li {
    margin-bottom: 5px; }
  .recursos__item h3 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.3em;
    font-weight: bold; }

.arch-nov h2 {
  padding: 0 10px;
  margin-bottom: 30px; }

.arch-nov .novedades__item {
  background-color: transparent;
  box-shadow: none;
  padding: 10px; }

.arch-nov .novedades__wrp {
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 12px 44px 0 rgba(102, 112, 134, 0.1);
  transition: all 0.3s; }
  .arch-nov .novedades__wrp:hover {
    opacity: 0.8; }
