@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;
}

.linerH {
  background-image: url(./../img/ico/icoArrowPrev.svg);
  -webkit-background-size: 10px 10px;
          background-size: 10px;
  background-repeat: no-repeat;
  background-position: 1px center;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 967px;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 990px) {
  .linerH {
    margin-left: 30px;
  }
}

.regresarIco {
  padding-left: 20px;
  display: inline-block;
  color: #949191;
}

.notaN__conten {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headerNota__conten {
  width: 100%;
  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;
}

.headerNota__data {
  text-align: center;
  font-family: AvenirRegular;
  font-size: 18px;
  margin: 15px 0;
  color: #92949C;
}

@media screen and (min-width: 600px) {
  .headerNota__data {
    font-size: 16px;
  }
}

.headerNota__title {
  font-family: AvenirSemiBold;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  text-align: center;
  max-width: 700px;
  margin-bottom: 45px;
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .headerNota__title {
    font-size: 30px;
    line-height: 45px;
    max-width: 650px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 950px) {
  .headerNota__title {
    font-size: 35px;
    line-height: 55px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 45px;
  }
}

.headerNota__media {
  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;
}

@media screen and (max-width: 985px) {
  .headerNota__media {
    -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;
  }
}

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

.headerNota__imgDesk {
  display: block;
  width: 100%;
  max-width: 903px;
}

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

.headerNota__redesS {
  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;
  margin-left: 20px;
  height: 400px;
}

@media screen and (max-width: 985px) {
  .headerNota__redesS {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 15px;
    height: 60px;
  }
}

.headerNota__ico {
  width: 43px;
  height: 43px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 985px) {
  .headerNota__ico {
    margin-right: 15px;
  }
}

.headerNota__facebook {
  background-image: url(./../img/ico/icoFacebook.png);
}

.headerNota__twitter {
  background-image: url(./../img/ico/icoTwitter.png);
}

.headerNota__linkedin {
  background-image: url(./../img/ico/icoLinkedin.png);
}

.headerNota__copy {
  background-image: url(./../img/ico/icoCopy.png);
}

.bodyNota__conten {
  max-width: 967px;
  padding-right: 62px;
  margin: 0 auto;
}

@media screen and (max-width: 985px) {
  .bodyNota__conten {
    padding-right: 0;
    padding: 20px;
  }
}

.bodyNota__parrafo {
  font-family: AvenirRegular;
  font-size: 22px;
  line-height: 36px;
  color: #292929;
  margin-bottom: 54px;
}

.bodyNota__subtitulo {
  font-family: GraphikSemiBold;
  font-size: 30px;
  line-height: 34px;
  color: #292929;
  margin-bottom: 20px;
}

.bodyNota__bold {
  font-family: GraphikSemiBold;
  font-size: 22px;
  margin-bottom: 54px;
  line-height: 36px;
}

.bodyNota__list {
  margin-left: 45px;
}

.bodyNota__listItem {
  font-family: AvenirRegular;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 15px;
}

.liner__sabor {
  width: 100%;
  height: 2px;
  background-color: #FFCD00;
  max-width: 1087px;
  margin: 60px auto;
}

@media screen and (max-width: 985px) {
  .liner__sabor {
    width: 90%;
  }
}

@media screen and (max-width: 450px) {
  .liner__sabor {
    width: 90%;
    margin: 30px auto;
  }
}

.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;
  max-width: 1090px;
  margin: 60px auto;
}

@media screen and (max-width: 985px) {
  .notas__contenItems {
    width: 90%;
  }
}

.notas__titulo {
  width: 100%;
  margin-bottom: 30px;
  color: #000000;
  font-family: AvenirBold;
  font-size: 30px;
}

.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: 585px) {
  .nota__conten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    max-width: 80%;
  }
}

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

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

@media screen and (max-width: 585px) {
  .nota__imgConten {
    max-width: 100%;
    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;
}

.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;
}

.notaText__conten {
  max-width: 717px;
  width: 717px;
}

@media screen and (max-width: 990px) {
  .notaText__conten {
    width: 90%;
    margin: 0 auto;
  }
}

.notaText__ico {
  width: 346px;
  height: 133px;
  background-image: url(../img/ico/icoConquistaS.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  margin: 0 auto;
  margin-bottom: 45px;
}

@media screen and (max-width: 500px) {
  .notaText__ico {
    width: 70%;
    height: 100px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 400px) {
  .notaText__ico {
    width: 80%;
    height: 100px;
    margin-bottom: 25px;
  }
}

.notaText__cita {
  padding-left: 100px;
}

@media screen and (max-width: 990px) {
  .notaText__cita {
    padding-left: 15%;
  }
}

.notaText__parrafo {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 25px;
  font-family: AvenirRegular;
}

.notaText__bold {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 25px;
  font-family: AvenirBold;
}

.notaText__redesS {
  padding-top: 178px;
}

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

.video__conten {
  max-width: 900px;
  margin: 30px auto;
}

.video__iframe {
  display: block;
  max-width: 895px;
  max-height: 500px;
  width: 70vw;
  height: 40vw;
}

@media screen and (max-width: 700px) {
  .video__iframe {
    width: 80vw;
    height: 50vw;
  }
}

@media screen and (max-width: 450px) {
  .video__iframe {
    width: 95vw;
    height: 55vw;
  }
}

.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=styleNota.css.map */