/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
body {
  color: #1A1B3A;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "HelveticaNeue", sans-serif;
  background: #000;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  max-width: 100%;
  font-size: 16px;
  font-size: 16px;
}
@media (max-width: 1500px) {
  body,
  html {
    font-size: 13px;
  }
}
@media (max-width: 1350px) {
  body,
  html {
    font-size: 11px;
  }
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1500px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 990px;
  }
}

p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  color: #242428;
}
p b {
  font-weight: bold;
}
p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-md {
  margin-right: -20px;
  margin-left: -20px;
}
@media only screen and (max-width: 991px) {
  .row.row-md {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .row.row-md > [class^=col-],
  .row.row-md > [class*=" col-"] {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.row.row-small {
  margin-right: -5px;
  margin-left: -5px;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row.row-big {
  margin-right: -50px;
  margin-left: -50px;
}
@media only screen and (max-width: 991px) {
  .row.row-big {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.row.row-2 {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (max-width: 991px) {
  .row.row-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-2 > [class^=col-],
.row.row-2 > [class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .row.row-2 > [class^=col-],
  .row.row-2 > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-xbig {
  margin-right: -45px;
  margin-left: -45px;
}
@media only screen and (max-width: 991px) {
  .row.row-xbig {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-xbig > [class^=col-],
.row.row-xbig > [class*=" col-"] {
  padding-right: 45px;
  padding-left: 45px;
}
@media only screen and (max-width: 991px) {
  .row.row-xbig > [class^=col-],
  .row.row-xbig > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .row.row-xbig {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-xbig > [class^=col-],
  .row.row-xbig > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
* {
  outline: none;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-6 {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pt-6 {
    padding-top: 40px;
  }
}

.pt-45 {
  padding-top: 35px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media only screen and (max-width: 768px) {
  .px-100 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-20 {
    font-size: 1.125rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-16 {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-12 {
    font-size: 0.75rem !important;
  }
}

.text-center {
  text-align: center;
}
.text-center .btn-primary {
  margin: 0 auto;
}

.text-right {
  text-align: right;
}

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

.img-full {
  width: 100%;
}

.title-1 {
  font-size: 8.75rem;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .title-1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .title-1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 550px) {
  .title-1 {
    font-size: 3.5rem;
  }
}

.title-2 {
  font-size: 5.75rem;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .title-2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .title-2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .title-2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  -webkit-animation: l1 1s infinite;
          animation: l1 1s infinite;
}

@-webkit-keyframes l1 {
  to {
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
}

@keyframes l1 {
  to {
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.92);
}
.loading.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../../fonts/midlegs/HelveticaNeueLight.woff2") format("woff2"), url("../../fonts/midlegs/HelveticaNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../../fonts/midlegs/HelveticaNeue.woff2") format("woff2"), url("../../fonts/midlegs/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../../fonts/midlegs/HelveticaNeueMedium.woff2") format("woff2"), url("../../fonts/midlegs/HelveticaNeueMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../../fonts/midlegs/HelveticaNeueBold.woff2") format("woff2"), url("../../fonts/midlegs/HelveticaNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Altivo";
  src: url("../../fonts/midlegs/Altivo-Regular.woff2") format("woff2"), url("../../fonts/midlegs/Altivo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaRounded LT Std Blk";
  src: url("../../fonts/midlegs/HelveticaRoundedLTStd-Black.woff2") format("woff2"), url("../../fonts/midlegs/HelveticaRoundedLTStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.btn-primary {
  font-size: 1rem;
  font-weight: 600;
  background: #fff;
  height: 3.125rem;
  width: 16.5rem;
  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;
  color: #1A1B3A;
  position: relative;
  border: 1px solid #1A1B3A;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-primary.big {
  width: 19.375rem;
}
.btn-primary:active {
  background: #fff;
}
.btn-primary.active {
  background: #fff;
  color: #1A1B3A;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn-primary:focus {
  background: #fff;
  color: #1A1B3A;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn-primary:after {
  content: "";
  background: #1A1B3A;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.btn-primary span {
  position: relative;
  z-index: 2;
}
.btn-primary:hover {
  background: #fff;
  color: #fff;
}
.btn-primary:hover:after {
  width: 100%;
}
.btn-primary:hover span {
  color: #fff;
}
.btn-primary.reverse:after {
  right: 0;
  left: auto;
}

.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.carrusel .tns-nav button {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  background: #fff;
  border: none;
  padding: 0;
}
.carrusel .tns-nav button.tns-nav-active {
  background: #E0291B;
}
.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}
.carrusel.gris button.tns-nav-active {
  background: #2E2F31;
  border-color: #2E2F31;
}
.carrusel.blanco button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}
.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}
.carrusel.azul button {
  background: transparent;
}
.carrusel.azul button.tns-nav-active {
  background: #00D7FF;
  border-color: #00D7FF;
}
.carrusel .tns-controls button {
  background: #fff;
  border-radius: 0%;
  font-size: 0;
  width: 4rem;
  height: 4rem;
  line-height: 1.2;
  border: 1px solid #1A1B3A;
  text-align: center;
  position: absolute;
  padding: 1px 0 0;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-controls button {
    width: 3rem;
    height: 3rem;
  }
}
.carrusel .tns-controls button:first-child {
  left: -2rem;
  padding-left: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-controls button:first-child {
    left: 5px;
  }
}
.carrusel .tns-controls button:first-child:before {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #1A1B3A;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.carrusel .tns-controls button:last-child {
  right: -2rem;
  padding-right: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-controls button:last-child {
    right: 5px;
  }
}
.carrusel .tns-controls button:last-child:before {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #1A1B3A;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #1A1B3A;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-controls button:after {
    font-size: 1.8rem;
  }
}
.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}
.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}
.carrusel .tns-controls button:hover {
  opacity: 0.85;
}
.carrusel .tns-controls {
  display: none;
}
.carrusel.verde .tns-controls {
  display: block;
}
.carrusel.verde .tns-controls button {
  background: #AFBC34;
  -webkit-transform: translateY(-44px);
          transform: translateY(-44px);
}
.carrusel.verde .tns-controls button:after {
  color: #7AC9A9;
}
.carrusel.verde .tns-controls button:first-child {
  left: -5px;
}
.carrusel.verde .tns-controls button:last-child {
  right: -5px;
}
.carrusel.verde .tns-nav button {
  width: 12px;
  height: 12px;
  background: #E0291B;
  margin: 0 3px;
  border: none;
}
.carrusel.verde .tns-nav button.tns-nav-active {
  background: #7AC9A9;
  border: none;
}
.carrusel.con-nav .tns-controls {
  display: block;
}
.c-movil {
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

.js-accordion {
  margin: 0 auto;
}

.item-ac {
  margin-bottom: 2rem;
  position: relative;
  border: 1px solid #1A1B3A;
}
.item-ac__ic {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #1A1B3A;
  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;
  position: absolute;
  right: 1.8rem;
  top: 1.85rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 768px) {
  .item-ac__ic {
    top: 1.5rem;
    right: 1.4rem;
  }
}
.item-ac__ic img {
  width: 0.5rem;
}
.item-ac__ic:before {
  content: "";
  width: 0.4rem;
  height: 100%;
  background: #1A1B3A;
  display: block;
  position: absolute;
  right: 0;
}
.item-ac.activo .item-ac__ic {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.item-ac .c-ac {
  padding: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .item-ac .c-ac {
    padding: 0;
  }
}
.item-ac .list-services.full .item-service {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.js-accordion-title {
  background: transparent;
  cursor: pointer;
  display: block;
  padding: 1.85rem 2rem 1.85rem 7rem;
  width: 100%;
  font-size: 3rem;
  line-height: 0.9;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .js-accordion-title {
    padding-left: 5rem;
    font-size: 2rem;
    padding-right: 5rem;
  }
}
.js-accordion-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #1A1B3A;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .js-accordion-title:before {
    width: 2.5rem;
    height: 2.5rem;
    left: 1rem;
  }
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header {
  position: fixed;
  top: 0;
  z-index: 9;
  text-align: right;
  padding: 1rem 0;
  width: 100%;
}
header.header {
  position: fixed;
  top: 0;
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  header {
    display: none;
  }
}

header .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: bold;
  border-right: 2px solid #fff;
  display: inline-block;
  padding: 0 1.5rem;
  line-height: 1.1;
}
header a:last-child {
  border: none;
  padding-right: 0;
}
header a img {
  width: 0.9rem;
  margin-left: 2px;
}

.hero {
  position: relative;
  margin-bottom: 4rem;
}
.hero__llamado {
  width: 45%;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero__llamado img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .hero__llamado {
    width: 68%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero__img {
  width: 100%;
}
.hero__awards {
  position: absolute;
  bottom: 2rem;
  right: 13%;
  width: 32%;
}
@media only screen and (max-width: 640px) {
  .hero__awards {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
  }
}

.banner-home {
  position: relative;
}
.banner-home img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  height: 100%;
  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;
}
.banner-home__txt p {
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Altivo", sans-serif;
}
@media only screen and (max-width: 550px) {
  .banner-home__txt p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 550px) {
  .banner-home__txt .btn-mas {
    font-size: 1.5rem;
    width: auto;
    height: auto;
    padding: 0.3rem 1rem;
  }
}

.btn-mas {
  font-size: 2rem;
  background: #E0291B;
  color: #fff;
  width: 14rem;
  height: 3.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.btn-mas:hover {
  color: #fff;
  background: #c92518;
}

.titulo {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 auto 3rem;
  color: #fff;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 3px solid #E0291B;
  display: inline-block;
  font-family: "Altivo", sans-serif;
}
@media only screen and (max-width: 991px) {
  .titulo {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .titulo {
    font-size: 1.5rem;
    letter-spacing: 0.4rem;
  }
}

.variedades {
  padding: 5rem 0 5rem 90px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  .variedades {
    padding: 5rem 0 5rem 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .variedades {
    padding: 5rem 0 5rem 30px;
  }
}
@media only screen and (max-width: 768px) {
  .variedades {
    padding: 5rem 0;
  }
}

.card-variedad {
  position: relative;
  display: block;
}
.card-variedad__action {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  cursor: pointer;
}
.card-variedad__action span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: block;
  margin-bottom: 5px;
}
.card-variedad__menu {
  background: #E0291B;
  position: absolute;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  top: 3.5rem;
  right: -20%;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 991px) {
  .card-variedad__menu {
    right: 1rem;
    top: 4rem;
  }
}
.card-variedad__menu.active {
  display: block;
}
.card-variedad__menu a {
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.card-variedad__menu a:last-child {
  margin-bottom: 0;
}
.card-variedad__menu a img {
  margin-right: 0.2rem;
  width: 1rem;
}
.card-variedad__img img {
  width: 100%;
}
.card-variedad__img2 {
  width: 40%;
  position: absolute;
  bottom: 0rem;
  right: 0.5rem;
}
.card-variedad__img2 img {
  width: 100%;
}
.card-variedad__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1rem;
}
.card-variedad__hover:hover {
  opacity: 1;
  cursor: pointer;
}
.card-variedad__hover h3 {
  font-size: 1.8rem;
  background: #F9B234;
  border-radius: 40px;
  padding: 0.5rem 1rem 0.1rem;
  line-height: 1;
  font-family: "HelveticaRounded LT Std Blk", sans-serif;
}
@media only screen and (max-width: 1500px) {
  .card-variedad__hover h3 {
    font-size: 1.4rem;
  }
}
.card-variedad__hover .btn-mas {
  font-size: 1.25rem;
  width: 7.5rem;
  height: 2rem;
}
.card-variedad__hover p {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.card-variedad__hover p a {
  color: #fff;
  text-decoration: none;
}
.card-variedad.last .card-variedad__menu {
  right: 0.5rem;
}

.banner2-home {
  position: relative;
  padding-left: 90px;
}
@media only screen and (max-width: 1500px) {
  .banner2-home {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .banner2-home {
    padding-left: 0;
  }
}
.banner2-home img {
  width: 100%;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner2-home .cards-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 90px);
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1500px) {
  .banner2-home .cards-banner {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 768px) {
  .banner2-home .cards-banner {
    width: 100%;
  }
}
.banner2-home .cards-banner .card-banner {
  width: 25%;
  height: 100%;
  border-right: 10px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner2-home .cards-banner .card-banner:last-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  .banner2-home .cards-banner .card-banner {
    width: 33.3%;
  }
}
@media only screen and (max-width: 550px) {
  .banner2-home .cards-banner .card-banner {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .banner2-home .cards-banner .card-banner:first-child {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .banner2-home .cards-banner .card-banner:nth-child(3) {
    display: none;
  }
}
.banner2-home .cards-banner .card-banner.c-texto {
  background: rgba(0, 0, 0, 0.7);
}
.banner2-home .cards-banner .card-banner.c-texto p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.68rem;
  font-weight: bold;
}
@media only screen and (max-width: 550px) {
  .banner2-home .cards-banner .card-banner.c-texto p {
    font-size: 1.2rem;
  }
}
.banner2-home .cards-banner .card-banner .btn-mas {
  background: #F01D1D;
  font-size: 2.5rem;
  width: auto;
  height: auto;
  padding: 0.4rem 1rem;
  width: 100%;
}
.banner2-home .cards-banner .card-banner .btn-mas:hover {
  background: #c92518;
}
@media only screen and (max-width: 1500px) {
  .banner2-home .cards-banner .card-banner .btn-mas {
    font-size: 2.2rem;
  }
}
.banner2-home .cards-banner .card-banner .btn-mas i {
  margin-left: 1.5rem;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .banner2-home .cards-banner .card-banner .btn-mas {
    font-size: 1.8rem;
  }
  .banner2-home .cards-banner .card-banner .btn-mas i {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .banner2-home .cards-banner .card-banner .btn-mas {
    font-size: 1.5rem;
  }
  .banner2-home .cards-banner .card-banner .btn-mas i {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .var-home .card-variedad__hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .recetas .card-variedad {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .recetas .card-variedad .card-variedad__action {
    top: auto;
    bottom: 1rem;
  }
  .recetas .card-variedad .card-variedad__menu {
    top: auto;
    bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .recetas .card-variedad__hover {
    position: relative;
    opacity: 1;
  }
  .recetas .card-variedad__hover h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 550px) {
  .recetas .card-variedad__hover {
    padding-left: 0.75rem;
  }
  .recetas .card-variedad__hover h3 {
    font-size: 1rem;
  }
}

.bodegon2 {
  text-align: center;
  padding: 10px 20px 4rem;
}
@media only screen and (max-width: 768px) {
  .bodegon2 {
    padding-top: 0;
  }
}
.bodegon2 img {
  max-width: 90%;
}

.conoce-header {
  padding: 7rem 0 5rem 0;
}
@media only screen and (max-width: 640px) {
  .conoce-header {
    padding: 2rem 0;
  }
}
.conoce-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .conoce-header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.conoce-header .logo {
  margin-left: 5rem;
  width: 32%;
}
@media only screen and (max-width: 640px) {
  .conoce-header .logo {
    width: 72%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
.conoce-header .logo img {
  width: 100%;
}
.conoce-header .bodegon {
  text-align: center;
  width: 46%;
}
@media only screen and (max-width: 640px) {
  .conoce-header .bodegon {
    width: 100%;
  }
}
.conoce-header .bodegon h3 {
  margin: 0 0 2rem;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media only screen and (max-width: 640px) {
  .conoce-header .bodegon h3 {
    display: none;
  }
}
.conoce-header .bodegon img {
  width: 100%;
}

.contenido-midlegs {
  position: relative;
  padding: 8.5rem 0;
}
.contenido-midlegs .sombra {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
@media only screen and (max-width: 768px) {
  .contenido-midlegs {
    padding: 2.5rem 0;
  }
}
.contenido-midlegs .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 768px) {
  .contenido-midlegs .bg {
    opacity: 0.8;
  }
}
.contenido-midlegs .container {
  position: relative;
  z-index: 2;
}
.contenido-midlegs .contenido__txt {
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .contenido-midlegs .contenido__txt {
    width: 55%;
  }
}
@media only screen and (max-width: 640px) {
  .contenido-midlegs .contenido__txt {
    width: 70%;
  }
}
.contenido-midlegs h1 {
  margin: 0 0 4rem;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  font-family: "HelveticaRounded LT Std Blk", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contenido-midlegs h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .contenido-midlegs h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .contenido-midlegs h1 {
    font-size: 1.8rem;
  }
}
.contenido-midlegs p {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  min-height: 12rem;
}
@media only screen and (max-width: 991px) {
  .contenido-midlegs p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .contenido-midlegs p {
    font-size: 1.5rem;
  }
}
.contenido-midlegs .links {
  margin-top: 8rem;
}
@media only screen and (max-width: 991px) {
  .contenido-midlegs .links {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .contenido-midlegs .links {
    margin-top: 4rem;
    margin-left: -30px;
  }
}
.contenido-midlegs .links a {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.2rem 3rem 0.5rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.contenido-midlegs .links a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .contenido-midlegs .links a {
    font-size: 2rem;
    margin-bottom: 4px;
    padding-right: 5px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .contenido-midlegs .links a {
    font-size: 1.5rem;
  }
}
.contenido-midlegs .links a.active {
  background: #fff;
  color: #000;
}
.contenido-midlegs .links .btn {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.2rem 3rem 0.5rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.contenido-midlegs .links .btn:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .contenido-midlegs .links .btn {
    font-size: 2rem;
    margin-bottom: 4px;
    padding-right: 5px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .contenido-midlegs .links .btn {
    font-size: 1.5rem;
  }
}
.contenido-midlegs .links .btn.active {
  background: #fff;
  color: #000;
}

.variedades-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 0 3.5rem;
  margin-top: calc(2rem*3);
}
@media only screen and (max-width: 768px) {
  .variedades-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.variedades-section .variedades__img {
  width: 50%;
  min-width: 50%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__img {
    width: 100%;
    min-width: 100%;
  }
}
.variedades-section .variedades__img .logo {
  margin: 0 auto -8rem;
  text-align: center;
  width: 58%;
  position: relative;
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__img .logo {
    margin: 0 auto;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
  }
}
.variedades-section .variedades__img .logo img {
  width: 100%;
}
.variedades-section .variedades__img .img-variedad {
  width: 100%;
  margin: 0 auto;
}
.variedades-section .variedades__txt {
  padding-top: 6%;
  margin-left: 7rem;
  width: 35%;
}
@media only screen and (max-width: 1500px) {
  .variedades-section .variedades__txt {
    margin-left: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__txt {
    width: 100%;
    margin: -0.8rem 0 0;
    padding: 0 15px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}
.variedades-section .variedades__txt .cat {
  font-size: 1.1rem;
  color: #000;
  border-radius: 2rem;
  background: #F9B234;
  padding: 0.4rem 1.8rem 0.2rem;
  display: inline-block;
  letter-spacing: 3px;
  margin-bottom: 1.4rem;
  font-family: "HelveticaRounded LT Std Blk", sans-serif;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__txt .cat {
    letter-spacing: 1px;
  }
}
.variedades-section .variedades__txt h1 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__txt h1 {
    font-size: 2.5rem;
  }
  .variedades-section .variedades__txt h1 br {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .variedades-section .variedades__txt h1 {
    font-size: 2rem;
  }
}
.variedades-section .variedades__txt p {
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__txt p {
    font-size: 1.2rem;
  }
}
.variedades-section .variedades__txt .awards {
  margin-bottom: 2.5rem;
  width: 60%;
}
.variedades-section .variedades__txt .informacion {
  margin-top: 5rem;
  font-family: "Altivo", sans-serif;
  text-align: left;
}
.variedades-section .variedades__txt .informacion h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.25rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__txt .informacion h3 {
    font-size: 1rem;
  }
}
.variedades-section .variedades__txt .informacion h4 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__txt .informacion h4 {
    font-size: 1rem;
  }
}
.variedades-section .variedades__txt .informacion table {
  color: #fff;
  width: 100%;
}
.variedades-section .variedades__txt .informacion table thead tr th {
  font-size: 1.1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__txt .informacion table thead tr th {
    font-size: 0.9rem;
  }
}
.variedades-section .variedades__txt .informacion table thead tr th:first-child {
  width: 70%;
}
.variedades-section .variedades__txt .informacion table tbody tr td {
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .variedades-section .variedades__txt .informacion table tbody tr td {
    font-size: 1rem;
  }
}
.variedades-section .variedades__txt .informacion table tbody tr:first-child td {
  padding-top: 1rem;
}
.variedades-section .variedades__txt .image {
  width: 100%;
}
.variedades-section .variedades__txt .image img {
  width: 100%;
  height: auto;
}

.interior-receta {
  padding: 9rem 4rem;
}
@media only screen and (max-width: 991px) {
  .interior-receta {
    padding: 5rem 2rem;
  }
}
.interior-receta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .interior-receta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interior-receta__izq {
  width: 50%;
  min-width: 50%;
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
}
.interior-receta__izq .cat {
  font-size: 1.875rem;
  color: #000;
  border-radius: 2rem;
  background: #F9B234;
  padding: 0.3rem 1.8rem;
  display: inline-block;
  letter-spacing: 3px;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .interior-receta__izq .cat {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .cat {
    padding: 0.2rem 1.5rem;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
}
.interior-receta__izq h1 {
  margin: 0;
  color: #fff;
  font-size: 5.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .interior-receta__izq h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq h1 {
    font-size: 2.8rem;
    letter-spacing: 4px;
  }
}
.interior-receta__izq .datos-receta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .datos-receta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.interior-receta__izq .datos-receta .tiempo {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0DB200;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .interior-receta__izq .datos-receta .tiempo {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .datos-receta .tiempo {
    font-size: 1.6rem;
  }
}
.interior-receta__izq .datos-receta .cantidad {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .interior-receta__izq .datos-receta .cantidad {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .datos-receta .cantidad {
    font-size: 1.6rem;
  }
}
.interior-receta__izq .compartir {
  font-size: 1.3rem;
  font-weight: bold;
  background: #E0291B;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
}
.interior-receta__izq .compartir:hover {
  background: #c92518;
}
@media only screen and (max-width: 991px) {
  .interior-receta__izq .compartir {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .compartir {
    font-size: 1rem;
  }
}
.interior-receta__izq .contenido-receta {
  margin-top: 6rem;
}
.interior-receta__izq .contenido-receta h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #fff;
  background: #E0291B;
  font-weight: 300;
  display: inline-block;
  letter-spacing: 3px;
  padding: 0.5rem 1rem;
  font-family: "Altivo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .contenido-receta h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.interior-receta__izq .contenido-receta ul {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  font-weight: 300;
  text-align: left;
}
.interior-receta__izq .contenido-receta ul li {
  color: #fff;
  font-size: 2.18rem;
}
@media only screen and (max-width: 991px) {
  .interior-receta__izq .contenido-receta ul li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .contenido-receta ul li {
    font-size: 1.4rem;
  }
}
.interior-receta__izq .contenido-receta p {
  color: #fff;
  font-size: 2.18rem;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .interior-receta__izq .contenido-receta p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .contenido-receta p {
    font-size: 1.4rem;
  }
}
.interior-receta__izq .contenido-receta .preparacion h3 {
  font-size: 2.18rem;
}
@media only screen and (max-width: 768px) {
  .interior-receta__izq .contenido-receta .preparacion h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.interior-receta__izq .contenido-receta .preparacion p {
  margin-bottom: 2rem;
}
.interior-receta__der {
  width: 33.3%;
  min-width: 33.3%;
  position: sticky;
  top: 5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 768px) {
  .interior-receta__der {
    width: 100%;
    min-width: 100%;
    display: none;
  }
}
.interior-receta__der img {
  width: 100%;
}

.img-mobile {
  display: none;
}
.img-mobile img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .img-mobile {
    display: block;
    margin: 2rem 0;
  }
}

.c-receta {
  position: relative;
}
.c-receta h3 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 991px) {
  .c-receta h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-receta h3 {
    font-size: 1.2rem;
  }
}
.c-receta p {
  font-size: 1.2rem;
}
.c-receta .card-variedad__hover {
  opacity: 0;
}
@media only screen and (max-width: 550px) {
  .c-receta .card-variedad__hover h3 {
    font-size: 1.4rem;
  }
}
.c-receta .card-variedad__hover .btn-mas {
  width: auto;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
}
@media only screen and (max-width: 768px) {
  .c-receta .card-variedad__hover {
    padding: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-receta:hover .card-variedad__hover {
  opacity: 1;
}

.volver {
  font-size: 1.4rem;
  color: #ddd;
  font-family: "Altivo", sans-serif;
  letter-spacing: 3px;
  display: inline-block;
  padding: 1rem 2rem;
  position: relative;
  z-index: 10;
}
.volver:hover {
  color: #fff;
}
.volver i {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .volver {
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  .volver i {
    font-size: 0.8rem;
  }
}

.barra-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #000;
  border-top: 4px solid #E0291B;
  padding: 1.4rem;
  padding-left: 270px;
}
@media only screen and (max-width: 1500px) {
  .barra-footer {
    padding-left: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .barra-footer {
    padding-left: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .barra-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    padding-left: 2rem;
    border: none;
  }
}
.barra-footer img {
  width: 240px;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
}
@media only screen and (max-width: 1500px) {
  .barra-footer img {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .barra-footer img {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .barra-footer img {
    position: relative;
    bottom: auto;
    left: auto;
    width: 31%;
    margin-right: 1rem;
  }
}
.barra-footer p {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .barra-footer p {
    margin-bottom: 1rem;
  }
}
.barra-footer .btn-comprar {
  background: #E0291B;
  color: #fff;
  letter-spacing: 4px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  right: 3rem;
  bottom: 1rem;
}
@media only screen and (max-width: 1100px) {
  .barra-footer .btn-comprar {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .barra-footer .btn-comprar {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 1.2rem;
  }
}

footer {
  color: #fff;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.375rem;
  border-top: 6px solid #E0291B;
  padding: 5rem 0 8rem;
}
@media only screen and (max-width: 550px) {
  footer {
    padding: 3rem 0 10rem;
    letter-spacing: 2px;
    line-height: 1.5;
  }
}
footer p {
  color: #fff;
  font-size: 1.375rem;
}
@media only screen and (max-width: 550px) {
  footer p {
    font-size: 1rem;
  }
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #fff;
}
footer a {
  font-size: 1.375rem;
  color: #fff;
}
footer a:hover {
  color: #fff;
}
@media only screen and (max-width: 550px) {
  footer a {
    font-size: 1rem;
  }
}
footer nav {
  margin-bottom: 1rem;
}
.bg-video-desktop {
  display: block;
}
.bg-video-mobile {
  display: none;
}
@media only screen and (max-width: 968px) {
  .bg-video-desktop {
    display: none;
  }
  .bg-video-mobile {
    display: block;
  }
}

/*# sourceMappingURL=estilos.css.map */