@font-face {
  font-family: 'AvenirRegular';
  src: url("../fonts/AvenirNextLTPro-Regular.eot");
  src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirMedium';
  src: url("../fonts/AvenirNextLTPro-Medium.eot");
  src: url("../fonts/AvenirNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Medium.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Medium.woff") format("woff"), url("../fonts/AvenirNextLTPro-Medium.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirDemi';
  src: url("../fonts/AvenirNextLTPro-Demi.eot");
  src: url("../fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff"), url("../fonts/AvenirNextLTPro-Demi.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AvenirSemiBold;
  src: url("../fonts/AvenirNextLTPro-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

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

@font-face {
  font-family: 'GraphikMedium';
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype"), url("../fonts/Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GraphikSemiBold';
  src: url("../fonts/Graphik-Semibold.eot");
  src: url("../fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold.woff2") format("woff2"), url("../fonts/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik-Semibold.ttf") format("truetype"), url("../fonts/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GraphikBold;
  src: url("../fonts/GraphikBold.otf") format("truetype");
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: AvenirRegular, Arial;
  font-weight: normal;
  color: #000000;
  line-height: 26px;
  font-size: 16px;
}

.conten {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__bar {
  border-top: 4px solid #FFD92D;
  -webkit-box-shadow: 0 10px 20px rgba(139, 139, 139, 0.16);
          box-shadow: 0 10px 20px rgba(139, 139, 139, 0.16);
}

.header__btnMenu {
  width: 75px;
  height: 75px;
  background-color: #FFD92D;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./../img/ico/icoHome.svg);
  cursor: pointer;
  display: block;
}

.header__logo {
  width: 42px;
  height: 39px;
  background-image: url(./../img/ico/icoGS.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu__conten {
  display: none;
}

.swiper-button-next {
  top: 50%;
  font-size: 0;
  width: 57px;
  height: 57px;
  background-image: url(./../img/ico/icoNextSlider.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 6px 6px;
          background-size: 6px;
  background-color: rgba(255, 201, 0, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  right: 20px;
}

@media screen and (min-width: 680px) {
  .swiper-button-next {
    top: 50%;
    right: 60px;
  }
}

.swiper-button-next::after {
  content: '';
}

.swiper-button-next:hover {
  background-color: #FFC900;
}

.swiper-button-prev {
  top: 50%;
  font-size: 0;
  width: 57px;
  height: 57px;
  background-image: url(./../img/ico/icoPrevSlider.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 6px 6px;
          background-size: 6px;
  background-color: rgba(255, 201, 0, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: 20px;
}

@media screen and (min-width: 680px) {
  .swiper-button-prev {
    top: 50%;
    left: 60px;
  }
}

.swiper-button-prev::after {
  content: '';
}

.swiper-button-prev:hover {
  background-color: #FFC900;
}

.swiper-pagination {
  bottom: 25px;
  left: 50%;
  width: 200px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 850px) {
  .swiper-pagination {
    bottom: 35px;
  }
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 10px;
  opacity: .5;
  margin: 0 15px;
}

@media screen and (max-width: 850px) {
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #FFC900;
  opacity: 1;
}

.slider__imgDesk {
  display: block;
  width: 100%;
  display: block;
}

@media screen and (max-width: 850px) {
  .slider__imgDesk {
    display: none;
  }
}

.slider__imgMov {
  display: block;
  width: 100%;
  display: none;
}

@media screen and (max-width: 850px) {
  .slider__imgMov {
    display: block;
  }
}

.intro__conten {
  max-width: 973px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1020px) {
  .intro__conten {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 0 20px;
  }
}

@media screen and (max-width: 850px) {
  .intro__conten {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
}

.intro__textos {
  max-width: 501px;
}

.intro__logo {
  width: 426px;
  height: 82px;
  margin-bottom: 25px;
  display: block;
}

@media screen and (max-width: 850px) {
  .intro__logo {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

.intro__parrafo1 {
  color: #000000;
  font-family: AvenirDemi;
  font-weight: 700;
  line-height: 34px;
  max-width: 500px;
  margin-bottom: 25px;
  font-size: 20px;
}

.intro__parrafo2 {
  color: #454545;
  font-family: AvenirRegular;
  font-size: 19px;
  line-height: 28px;
  max-width: 500px;
  margin-bottom: 15px;
}

.intro__texto1 {
  color: #000000;
  font-family: AvenirMedium;
  line-height: 25px;
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
  .intro__texto1 {
    min-height: 40px;
  }
}

.intro__texto2 {
  font-family: AvenirBold;
  color: #000000;
  font-size: 24px;
  margin-bottom: 45px;
}

.intro__btn {
  width: 245px;
  color: #000000;
  background-color: #FFCD31;
  display: block;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-image: url(./../img/ico/icoArrowBottom.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
  background-position: 170px center;
}

.intro__imgConten {
  width: 404px;
  height: 404px;
  min-width: 404px;
  max-width: 404px;
  max-height: 404px;
}

@media screen and (max-width: 1020px) {
  .intro__imgConten {
    width: 30%;
    min-width: 100px;
    min-height: 100px;
  }
}

@media screen and (max-width: 850px) {
  .intro__imgConten {
    display: none;
  }
}

.intro__img {
  max-width: 404px;
  width: 100%;
  display: block;
}

.flip-container {
  -webkit-perspective: 500;
          perspective: 500;
  margin: 30px;
  display: inline-block;
  position: relative;
}

.flip-container, .front, .back {
  width: 260px;
  height: 302px;
}

.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 0px;
  left: 0px;
}

.front {
  background: #000000;
  z-index: 2;
}

.back {
  background: #FFCD00;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  z-index: 3;
}

.flip-container .invertFront {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-container .invertBack {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.pilares__contenMax {
  background-color: #F8F6F5;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  padding: 0 20px;
}

@media screen and (max-width: 1020px) {
  .pilares__contenMax {
    padding: 0 0 0 20px;
  }
}

.pilares__conten {
  max-width: 1087px;
  margin: 0 auto;
  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;
  padding: 93px 0;
  overflow: hidden;
}

@media screen and (max-width: 1020px) {
  .pilares__conten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.pilares__textos {
  max-width: 260px;
  min-width: 260px;
}

@media screen and (max-width: 1020px) {
  .pilares__textos {
    margin-right: auto;
    margin-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .pilares__textos {
    margin-right: auto;
    margin-left: 0;
  }
}

.pilares__titulo {
  font-size: 45px;
  line-height: 34px;
  color: #000000;
  font-family: AvenirBold;
  font-weight: 700;
  margin-bottom: 15px;
}

.pilares__parrafo {
  font-family: AvenirDemi;
  font-size: 16px;
  font-weight: 700;
  color: #6E6E6E;
}

.pilares__cardsConten {
  width: 812px;
  max-width: 812px;
  overflow: hidden;
}

@media screen and (max-width: 1020px) {
  .pilares__cardsConten {
    width: 100%;
    max-width: 812px;
  }
}

.pilares__front {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pilares__back {
  padding: 30px;
}

.front__img {
  display: block;
}

.front__ico {
  position: absolute;
  background-image: url(./../img/ico/icoArrowDualYellow.svg);
  width: 15px;
  height: 15px;
  bottom: 10px;
  right: 10px;
}

.back__parrafo {
  font-family: AvenirMedium;
  color: #000000;
}

.back__ico {
  position: absolute;
  background-image: url(./../img/ico/icoArrowDual.svg);
  width: 15px;
  height: 15px;
  bottom: 10px;
  right: 10px;
}

.pilares__contenMax .swiper-slide {
  min-width: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.videos__contenMax {
  background-color: #000000;
  width: 100%;
  max-width: 100%;
}

.videos__conten {
  max-width: 1043px;
  width: 100%;
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.videos__title {
  font-family: AvenirRegular;
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 30px;
  color: #FCCD00;
}

.videos__parrafo {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  font-family: AvenirRegular;
  font-size: 21px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}

.videos__colum {
  width: 50%;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.videos__colum:first-of-type {
  border-right: 1px solid #606060;
}

@media screen and (max-width: 980px) {
  .videos__colum:first-of-type {
    width: 57%;
  }
}

@media screen and (max-width: 840px) {
  .videos__colum:first-of-type {
    width: 100%;
  }
}

.videos__colum:last-of-type {
  max-height: 450px;
  overflow-y: scroll;
}

@media screen and (max-width: 980px) {
  .videos__colum:last-of-type {
    width: 43%;
  }
}

@media screen and (max-width: 840px) {
  .videos__colum:last-of-type {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 465px;
  }
}

.videos__media {
  width: 465px;
  height: 315px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  cursor: pointer;
  position: relative;
}

.videos__media iframe {
  width: 100%;
  display: block;
  display: none;
}

.videos__media video {
  width: 100%;
  display: block;
}

@media screen and (max-width: 480px) {
  .videos__media {
    width: 100%;
  }
	
	.intro__textos {
  max-width: 351px;
}
	
	.intro__logo {
    width: 355px;
    height: 82px;
    margin-bottom: 25px;
    display: block;
}
}

.videos__mediaTitulo {
  font-family: AvenirRegular;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  width: 465px;
  margin: 0 auto;
  margin-bottom: 22px;
}

@media screen and (max-width: 480px) {
  .videos__mediaTitulo {
    padding: 0 20px;
    width: 100%;
  }
}

.videos__mediaParrafo {
  font-size: AvenirRegular;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 465px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .videos__mediaParrafo {
    padding: 0 20px;
    width: 100%;
  }
}

.videos__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 150px;
  min-height: 150px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .videos__item {
    min-height: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 480px) {
  .videos__item {
    padding: 0 20px;
  }
}

.videos__item::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #606060;
  bottom: 20px;
}

@media screen and (max-width: 480px) {
  .videos__item::after {
    opacity: 0;
  }
}

.videos__imgConten {
  max-width: 137px;
  min-width: 137px;
  max-height: 91px;
  width: 100%;
  position: relative;
}

.videos__imgConten::after {
  content: '';
  width: 65px;
  height: 65px;
  background-image: url(./../../img/ico/icoPlayVideo.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.videos__img {
  width: 100%;
  display: block;
}

.videos__itemTitulo {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-family: AvenirRegular;
  min-width: 280px;
  max-width: 280px;
  margin-left: 24px;
}

@media screen and (max-width: 980px) {
  .videos__itemTitulo {
    min-width: 200px;
    max-width: 200px;
  }
}

@media screen and (max-width: 840px) {
  .videos__itemTitulo {
    width: 100%;
    max-width: 100%;
  }
}

.notas__conten {
  margin: 0 auto;
  margin-top: 85px;
  width: 100%;
  max-width: 1060px;
}

@media screen and (max-width: 850px) {
  .notas__conten {
    padding: 0 20px;
  }
}

.notas__title {
  text-align: center;
  color: #B99100;
  font-size: 20px;
  line-height: 30px;
  font-family: AvenirMedium;
}

.notas__parrafo {
  color: #000000;
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  font-family: AvenirMedium;
}

.notas__contenItems {
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.notas__btn {
  width: 245px;
  color: #ffffff;
  background-color: #000000;
  display: block;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-image: url(./../img/ico/icoArrowBottom.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
  background-position: 170px center;
  margin: 15px auto 80px;
}

.nota__conten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  text-decoration: none;
  margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
  .nota__conten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.nota__imgConten {
  max-width: 260px;
  min-width: 260px;
  margin-right: 15px;
}

@media screen and (max-width: 850px) {
  .nota__imgConten {
    max-width: 100%;
    min-width: 70%;
    width: 100%;
  }
}

.nota__img {
  display: block;
  width: 100%;
}

.nota__categoria {
  padding-left: 15px;
  margin-bottom: 10px;
  color: #B99100;
  font-size: 12px;
  font-family: AvenirRegular;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 850px) {
  .nota__categoria {
    margin-top: 5px;
  }
}

.nota__categoria::before {
  content: '';
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #B99100;
  position: absolute;
  top: 8px;
  left: 1px;
}

.nota__titulo {
  font-family: GraphikSemiBold;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}

.nota__descripcion {
  font-size: 16px;
  font-family: AvenirRegular;
  color: #757575;
  line-height: 24px;
}

.footer {
  background: #1a1a1a;
  text-align: center;
  padding: 25px 0;
}

.footer__year {
  color: #ffffff;
  font-size: 15px;
}

.line {
  display: none;
}

.footer__aviso {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}
/*# sourceMappingURL=styleHome.css.map */