@font-face {
  font-family: 'Bebas Neue';
  src: url(./fonts/bebas-neue/BebasNeue.woff); }

@font-face {
  font-family: 'Myriad Pro';
  src: url(./fonts/myriad-pro/MYRIADPRO-REGULAR.woff); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.logo img {
  height: 120px; }

.web-ul-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .web-ul-login button {
    border: none;
    background: #fff;
    font-size: 0.8em;
    font-weight: bold;
    color: #292D96; }

.web-ul {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 60px; }
  .web-ul > li {
    position: relative; }
  .web-ul > li > a {
    display: inline-block;
    padding: 0rem 0.5rem;
    text-decoration: none;
    color: #6D6C6B;
    line-height: 0.95;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.78em;
    text-align: center;
    font-weight: bold; }
  .web-ul > li:hover a {
    color: #6D6C6B; }
  .web-ul > li:hover .web-sub-ul {
    z-index: 10000;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .web-ul .active_navlink a {
    font-weight: bold;
    color: black; }
  .web-ul button {
    border: none;
    background: #fff;
    font-size: 0.8em;
    height: 50px;
    width: 100px;
    font-weight: bold;
    color: #292D96; }
  .web-ul button:first-child {
    margin-right: 0.5em;
    margin-left: 1em; }

.nav-responsive {
  display: none;
  position: relative; }

.web-ul-responsive {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1em 0;
  position: absolute;
  top: 76px;
  left: 0;
  background: white;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: 0px 4px 4px 0px #dee2e6;
  box-shadow: 0px 4px 4px 0px #dee2e6; }
  .web-ul-responsive > li {
    position: relative; }
  .web-ul-responsive > li > a {
    display: inline-block;
    padding: 1em 0.5em;
    text-decoration: none;
    color: #6D6C6B;
    line-height: 0.95;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold; }

.show_menu {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.banner-slider {
  overflow: hidden; }
  .banner-slider .slide1 {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px); }

.banner-slide {
  background-size: cover;
  height: 616px;
  background-position: 100px center; }

.banner-slide1 {
  background-position: 200px center; }

.img-responsive {
  width: 100%;
  height: auto; }

.img-responsive-noticias {
  max-width: 100%;
  height: auto; }

.web-container {
  max-width: 1180px;
  padding: 0 1em;
  margin: auto;
  position: relative; }

.banner-inicio {
  height: 700px; }

.banner {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 120px bottom;
  overflow: hidden;
  background: #F4E50C; }
  .banner h1 {
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }

.logo-absolute {
  position: absolute;
  top: 2%;
  left: 10%;
  z-index: 99999; }
  .logo-absolute img {
    height: 120px; }

.logo-absolute2 {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 9999; }
  .logo-absolute2 img {
    height: 320px; }

.bg {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 600px;
  border-right: 200px solid transparent;
  border-bottom: 700px solid #fff;
  z-index: 1; }

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

a {
  text-decoration: none; }

body {
  font-family: 'Myriad Pro';
  margin: 0rem;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue';
  letter-spacing: 0.05em;
  font-weight: 500 !important; }

p {
  margin: 0; }

.banner h1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #292D96;
  font-size: 2em;
  line-height: 0.9;
  margin-left: 3em;
  margin-top: 2em; }

.banner-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .banner-redes a {
    text-align: center; }
  .banner-redes img {
    margin-top: 0.5em;
    height: 40px; }

.web-btn {
  background: #F4E50C;
  color: #292D96;
  padding: 0.375em 0.75em;
  border: none;
  font-family: 'Bebas Neue';
  font-size: 1em;
  font-weight: 900; }

.web-btn-inverse {
  background: #292D96;
  color: #F4E50C;
  font-weight: 500; }

.web-section {
  max-width: 1180px;
  padding: 0 3em;
  margin: auto;
  position: relative;
  overflow: hidden; }

.section-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px; }
  .section-box h2 {
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .section-box .bg-box {
    position: absolute;
    top: 50px;
    left: 0;
    background-image: url(../media/hand.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .section-box .bg-box2 {
    -webkit-transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
    top: -50px; }
  .section-box .bg-box3 {
    -webkit-transform: rotate(180deg) scaleX(1);
    -ms-transform: rotate(180deg) scaleX(1);
    transform: rotate(180deg) scaleX(1);
    top: -50px; }

.section-inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .section-inner-box h2 {
    border: 2px solid black;
    padding: 0.25em 0.60em;
    line-height: 1;
    text-align: center;
    font-family: 'Bebas Neue';
    font-weight: 900;
    letter-spacing: 0.05em;
    color: black;
    font-size: 1.6em;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }

.section-title {
  text-align: center;
  padding: 1em 0em; }

.noticias {
  max-width: 1180px;
  padding: 2em 3em;
  margin: auto;
  position: relative;
  overflow: hidden; }

.noticias-grid-page .box-img, .noticias-grid .box-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  margin-bottom: 1em; }

.noticias-grid-page img, .noticias-grid img {
  width: 100%;
  height: auto; }

.noticias-grid-page p, .noticias-grid p {
  color: #6D6C6B; }

.noticias-grid-page a, .noticias-grid a {
  text-decoration: none;
  color: initial; }

.about h3 {
  text-align: right;
  max-width: 80%;
  margin-left: auto; }

.about .about-text {
  width: 80%;
  text-align: right;
  margin-left: auto; }

.footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 1em; }
  .footer-social-media img {
    height: 30px;
    margin-bottom: 0.5em; }

.block-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em; }

.block-dot {
  height: 15px;
  width: 15px;
  background: #F4E50C; }

.videos .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.videos h2 {
  line-height: 0.8;
  text-align: left;
  color: white;
  z-index: 2; }

.videos h2.miembros {
  font-size: 4em; }

.videos h3 {
  color: white;
  text-align: center;
  font-size: 3.5em;
  z-index: 2; }

.videos .counter {
  background-image: url(../media/presi7.jpg);
  background-size: cover;
  background-position: center -50px;
  background-repeat: no-repeat;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative; }

.videos .bg-red {
  background-color: rgba(232, 30, 38, 0.7);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.organizacion-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  max-width: 450px;
  line-height: 0.9;
  margin-bottom: 2em; }
  .organizacion-box h5 {
    margin-bottom: 0em; }
  .organizacion-box span {
    margin-bottom: 0.5em; }
  .organizacion-box .organizacion-box-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 190px;
    height: 100px; }
  .organizacion-box .organizacion-box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .organizacion-box .organizacion-box-link {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f9f5f5;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto; }
    .organizacion-box .organizacion-box-link p {
      font-size: 0.8em;
      color: #292D96;
      padding: 0.25em 0.5em;
      background: #fafafa; }

.banner-content {
  height: 500px; }

.prev-slide, .next-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .prev-slide img, .next-slide img {
    cursor: pointer;
    height: 1.25em;
    width: 1.25em; }

.slick-dots {
  bottom: 0px;
  position: relative; }

.slick-dots li {
  margin: 0em 0.5em;
  background: #eee; }

.slick-dots li button:before {
  display: none; }

.slick-dots .slick-active {
  background: #F4E50C; }

.web-btn-noticias-box {
  text-align: center;
  margin-top: 4em; }
  .web-btn-noticias-box button {
    cursor: pointer; }

.video-box3 {
  height: 330px;
  margin: 0.5em 0em; }

.video-box {
  height: 230px; }

.video-box2 {
  background: #00A655;
  height: 230px; }

.video-media {
  width: 100%;
  height: 330px; }

.video-box2-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  .video-box2-text h2 {
    font-size: 3.5em;
    padding-left: 1em;
    padding-top: 1em; }

.about-page {
  margin-top: 4em; }
  .about-page ul {
    list-style-image: url("../media/check-box-empty.png"); }
  .about-page li {
    padding-bottom: 0.5em; }
    .about-page li > ul {
      margin-left: 2em;
      list-style: square; }
  .about-page .page-title {
    padding: 1em 0em 0.5em;
    font-size: 3.5em;
    text-align: left;
    max-width: 100%;
    margin-left: auto;
    color: #6D6C6B; }
  .about-page .page-subtitle {
    padding: 1em 0em 0.5em;
    font-size: 2.5em;
    text-align: left;
    max-width: 100%;
    margin-left: auto;
    color: #6D6C6B; }
  .about-page .page-text {
    width: 85%;
    text-align: left;
    margin-left: auto;
    font-size: 1.1em; }
    .about-page .page-text p {
      margin-bottom: 0em; }

.web-footer {
  max-width: 1180px;
  margin: 5em auto 0em;
  position: relative;
  overflow: hidden;
  padding: 2em 3em;
  border-top: 1px solid #6D6C6B; }
  .web-footer p {
    color: #292D96;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 1em; }

.web-footer-menu li {
  padding-bottom: 0.25em; }

.web-footer-menu a {
  font-size: 0.8em;
  text-decoration: none;
  color: black; }

.web-footer-menu .active_navlink a {
  color: #6D6C6B; }

.web-footer-contact {
  text-align: right; }
  .web-footer-contact li {
    padding-bottom: 0.25em;
    font-size: 0.8em; }

@media (max-width: 1200px) {
  .bg {
    width: 450px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .banner-slider .slide1 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); } }

@media (max-width: 1040px) {
  .banner-content {
    height: 450px; }
  .logo-absolute, .logo-absolute2, .bg {
    display: none; }
  .nav {
    display: none; }
  .logo {
    text-align: center; }
    .logo img {
      height: 60px; }
  .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .menu-icon img {
      height: 40px; }
  .nav-responsive {
    padding: 0.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-responsive-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .nav-responsive-login li {
      text-align: right; }
  .bg {
    width: 100px;
    border-left: 190px solid transparent;
    border-top: 700px solid #F4E50C; }
  .banner {
    height: auto;
    background-position: 60px bottom; }
    .banner h1 {
      font-size: 1.2em;
      margin-left: 0em; } }

@media (max-width: 768px) {
  .bg {
    width: 350px; }
  .banner-content {
    height: 250px; }
  .banner-content-logo, .banner-content-redes, .banner-content-bottom {
    display: none; }
  .web-section {
    padding: 0 1em; }
  .section-box {
    height: 200px; }
  .section-box .bg-box {
    background-size: contain;
    top: 40px; }
  .section-box .bg-box2 {
    top: -40px; }
  .section-box .bg-box3 {
    top: -40px; }
  .section-inner-box h2 {
    font-size: 0.65em; }
  .about-text {
    font-size: 0.8em;
    width: 100%; }
  .web-btn-noticias-box {
    margin-top: 1em; }
  .prev-slide, .next-slide {
    display: none; }
  .noticias {
    padding-bottom: 1em; }
  .video-box {
    height: 80px; }
  .video-box2 {
    background: #00A655;
    height: 80px; }
  .video-box3 {
    background: #00A655;
    height: 180px;
    margin: 0.5em 0em; }
  .video-media {
    width: 100%;
    height: 180px; }
  .video-box2-text h2 {
    font-size: 1.5em;
    padding-left: 1em;
    padding-top: 1em; }
  .videos .counter {
    background-position: center 0px;
    padding-top: 4em;
    padding-bottom: 4em; }
    .videos .counter .col {
      display: none; }
  .web-footer {
    padding: 2em 1em; }
  .web-footer-menu li {
    line-height: 0.9; }
  .web-footer-menu a {
    font-size: 0.7em;
    text-decoration: none;
    color: black; }
  .web-footer-contact li {
    font-size: 0.7em; }
  .hide-mobile {
    display: none; }
  .show-mobile {
    display: block; } }
