@charset "UTF-8";
/* =================================
 * Bixa
 * www.bixa.io
 * ================================= 
 *  */
:root {
  --primary: #f3af15;
  --fonts: #d9d9d9;
  --gray: #8c8c8c;
  --gradient: linear-gradient(to right, rgba(35,39,40,1) 0%, rgba(35,39,40,1) 13%, rgba(62,61,60,1) 98%, rgba(62,61,60,1) 100%);
}

@font-face {
  font-family: "Releway Medium";
  src: url("../fonts/Raleway-Medium.woff2");
}
@font-face {
  font-family: "Releway Extra Bold";
  src: url("../fonts/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: "icomoon";
  src: url("../icon/icomoon.eot?xnayjc");
  src: url("../icon/icomoon.eot?xnayjc#iefix") format("embedded-opentype"), url("../icon/icomoon.ttf?xnayjc") format("truetype"), url("../icon/icomoon.woff?xnayjc") format("woff"), url("../icon/icomoon.svg?xnayjc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fecha:before {
  content: "";
}

.icon-tema:before {
  content: "";
}

.icon-ccu-completo:before {
  content: "";
}

.icon-ccu:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-buscar:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-top:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-facebook1:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-location:before {
  content: "";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Releway Medium", Helvetica, Arial, sans-serif;
}
*:focus {
  outline: none !important;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #232728;
  background: -moz-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -webkit-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -o-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -ms-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: linear-gradient(to right, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#232728", endColorstr="#3e3d3c", GradientType=1 );
}

.navfixBody {
  width: 100%;
}

a {
  text-decoration: none;
  color: var(--fonts);
}

a, input, span, button, p, div {
  outline: none;
  -ms-touch-action: none !important;
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection, span::selection, label::selection, input::selection {
  color: #fff;
  background-color: var(--primary);
}

ul {
  list-style: none;
}
ul li {
  color: var(--fonts);
}

button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

h1 {
  font-size: 32px;
  font-family: "Releway Medium";
  color: var(--fonts);
}

h2 {
  font-size: 28px;
  font-family: "Releway Medium";
  color: var(--fonts);
}

.with-line {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.with-line:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background-color: var(--primary);
  left: calc(50% - 50px);
  bottom: -7px;
}

img {
  display: block;
  width: 100%;
}

.contenedor {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

.slick-dots li {
  margin: 0 !important;
}
.slick-dots li button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.slick-dots li button:before {
  position: static !important;
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

.ir-al-sitio {
  background-color: #444443;
  padding: 15px;
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .contenedor {
    width: 90%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .with-line {
    text-align: left;
  }
  .with-line:after {
    left: -10px;
  }
}
header {
  padding-bottom: 4px;
}
header .navfix {
  transition: all 0.2s;
}
header .navfix.true {
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  animation: navfix 0.2s forwards;
  background: #232728;
  background: -moz-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -webkit-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -o-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -ms-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: linear-gradient(to right, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#232728", endColorstr="#3e3d3c", GradientType=1 );
}
header .contenedor {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .contenedor .logo {
  display: flex;
  align-items: center;
}
header .contenedor .logo img {
  width: 70px;
  margin-right: 10px;
}
header .contenedor .logo .caption {
  font-family: "Releway Medium";
  color: var(--fonts);
  text-transform: uppercase;
  font-size: 10px;
}
header .contenedor button {
  position: relative;
  padding: 10px;
  height: 58px;
  width: 58px;
}
header .contenedor button span {
  position: absolute;
  display: block;
  width: 38px;
  height: 4px;
  background-color: var(--primary);
  transition: all 0.2s;
  transform-origin: center center;
}
header .contenedor button span:first-of-type {
  top: calc(50% - 8px);
}
header .contenedor button span:last-of-type {
  top: calc(50% + 6px);
}
header .contenedor button.open span {
  top: calc(50% - 2px);
}
header .contenedor button.open span:first-of-type {
  transform: rotate(45deg);
}
header .contenedor button.open span:last-of-type {
  transform: rotate(-45deg);
}
header .contenedor nav.open {
  height: calc(100vh - 145px);
}
header .contenedor nav {
  overflow: hidden;
  display: block;
  position: absolute;
  background: #232728;
  background: -moz-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -webkit-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -o-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: -ms-linear-gradient(left, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  background: linear-gradient(to right, #222728 0%, #292C2D 13%, #3B3C3B 98%, #3D3D3C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#232728", endColorstr="#3e3d3c", GradientType=1 );
  width: 100vw;
  margin-left: -15px;
  margin-right: -15px;
  height: 0;
  top: 100px;
  padding: 0 15px;
  z-index: 100;
  transition: height 0.3s linear;
}
header .contenedor nav ul {
  border-top: 1px solid var(--gray);
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  padding: 15px 0;
}
header .contenedor nav ul li {
  height: 20%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
header .contenedor nav ul li:after {
  content: "";
  width: 150px;
  margin-left: calc(50% - 75px);
  height: 1px;
  background-color: var(--gray);
}
header .contenedor nav ul li a {
  display: block;
  width: 100%;
}
header .contenedor nav ul li:last-of-type:after {
  display: none;
}
header .contenedor nav .redes {
  height: 15%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
header .contenedor nav .redes a {
  margin: 0 5px;
}
header .contenedor nav .redes a img {
  width: 45px;
}
header .contenedor nav .arte-nav-mobile {
  width: 80%;
  position: absolute;
  left: -38%;
  bottom: -6%;
}

@keyframes navfix {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 128px;
  }
}
@media screen and (min-width: 1024px) {
  header .contenedor .logo .caption {
    font-size: 12px;
  }
  header .contenedor button {
    display: none;
  }
  header .contenedor nav {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    padding: 0;
    background: none;
  }
  header .contenedor nav ul {
    flex-direction: row;
    border-top: none;
  }
  header .contenedor nav ul li {
    padding: 0 15px;
    border-left: 1px solid var(--gray);
  }
  header .contenedor nav ul li:first-of-type {
    border-left: none;
  }
  header .contenedor nav ul li:after {
    display: none;
  }
  header .contenedor nav ul li a {
    font-size: 16px;
  }
  header .contenedor nav .redes, header .contenedor nav .arte-nav-mobile {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  header .contenedor nav ul li {
    padding: 0 35px;
  }
}
.hero {
  background-image: url("../img/bg-hero-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero .ribbon {
  width: 100%;
  position: absolute;
  top: -2px;
}
.hero .contenedor {
  padding: 60px 30px;
  text-align: center;
  color: var(--fonts);
  position: relative;
}
.hero .contenedor p {
  font-size: 14px;
}
.hero .contenedor .subtitle {
  font-size: 12px;
}
.hero .contenedor h1 {
  margin: 40px 0;
  position: relative;
}
.hero .contenedor h1:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background-color: var(--primary);
  left: calc(50% - 50px);
  bottom: -7px;
}
.hero .contenedor .img-hero {
  margin-top: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.hero .contenedor .hero-bottom {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: calc(100% + 30px);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .hero {
    position: relative;
  }
  .hero .contenedor {
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    width: 100vw;
    overflow: hidden;
    background-image: url("../img/bg-hero-desktop.jpg");
  }
  .hero .ribbon {
    width: calc(100% + 2px);
  }
  .hero .contenedor {
    display: flex;
    text-align: left;
    padding: 60px 0 100px 60px;
  }
  .hero .contenedor .subtitle {
    margin-top: 70px;
    font-size: 14px;
  }
  .hero .contenedor h1 {
    font-size: 40px;
  }
  .hero .contenedor h1:after {
    left: -10px;
  }
  .hero .contenedor p {
    font-size: 16px;
    width: 365px;
  }
}
@media screen and (min-width: 1250px) {
  .hero .ribbon {
    width: calc(100% + 10px);
    left: -5px;
  }
}
.acercade {
  padding: 75px 0;
  position: relative;
  overflow: hidden;
}
.acercade h2 {
  text-align: center;
  margin-bottom: 40px;
}
.acercade .slide {
  color: var(--fonts);
  text-align: center;
  padding-bottom: 40px;
}
.acercade .slide img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.acercade .slide .year {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 40px;
}
.acercade .slick-dots button:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.acercade .slick-dots .slick-active button:before {
  background-color: var(--primary);
}
.acercade .slick-arrow {
  display: none !important;
}
.acercade .arte {
  position: absolute;
}
.acercade .arte.top {
  top: -150px;
  left: 70%;
  width: 400px;
}
.acercade .arte.bottom {
  width: 200px;
  bottom: -70px;
  left: -70px;
}

@media screen and (min-width: 1024px) {
  .acercade {
    padding: 125px 0;
  }
  .acercade .slick-slider {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .acercade .slick-arrow {
    display: block !important;
    width: 40px;
    height: 40px;
  }
  .acercade .slick-arrow:before {
    content: "";
  }
  .acercade .slick-next {
    transform: rotate(180deg);
  }
  .acercade .slide .text {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .acercade .arte.top {
    width: 500px;
    left: 90%;
  }
  .acercade .arte.bottom {
    width: 300px;
  }
}
.industria {
  padding: 75px 0;
  background-image: url("../img/bg-industrias-mobile.webp"), url("../img/bg-industrias-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.industria .contenedor {
  padding: 0 20px;
}
.industria h2 {
  margin-top: 0;
}
.industria p {
  text-align: center;
  color: var(--fonts);
  margin-bottom: 15px;
}
.industria ul li {
  text-align: center;
  margin-bottom: 15px;
}
.industria .img-industria {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.industria .arte {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .industria {
    padding: 125px 0;
    padding-bottom: 200px;
    background-image: url("../img/bg-industrias-desktop.webp"), url("../img/bg-industrias-desktop.jpg");
  }
  .industria .contenedor {
    display: flex;
  }
  .industria .contenedor p, .industria .contenedor ul li {
    width: 365px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
  .industria .contenedor li {
    position: relative;
  }
  .industria .contenedor li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background-color: var(--primary);
    left: -8px;
    top: 2px;
  }
  .industria .contenedor .img-industria {
    margin-top: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.marcas {
  padding: 75px 0 25px 0;
  background-color: #e8e8e7;
  margin-top: -20px;
}
.marcas h2 {
  color: #000;
  text-align: center;
}
.marcas .slide img.marca {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.marcas .slide img.img-slide {
  width: 100vw;
}
.marcas .slide .contenedor {
  margin-top: 60px;
  padding: 0 20px;
}
.marcas .slide .contenedor p {
  text-align: center;
}
.marcas .slide .contenedor .marca {
  display: none;
}
.marcas .slick-slider {
  position: relative;
}
.marcas .slick-slider .slick-dots {
  position: absolute;
  top: 41%;
  height: 20px;
}
.marcas .slick-slider .slick-dots button:before {
  background-color: #b2b2b2;
}
.marcas .slick-slider .slick-active button:before {
  background-color: #000000;
}
.marcas .slick-arrow {
  display: none !important;
}

.marcas-desktop .selector {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 10vh;
  margin-top: 50px;
}
.marcas-desktop .selector button {
  position: relative;
  display: flex;
  align-items: center;
}
.marcas-desktop .selector button img {
  position: absolute;
  width: 100%;
}
.marcas-desktop .selector button .color {
  opacity: 0;
}
.marcas-desktop .selector button.active .color {
  opacity: 1;
}
.marcas-desktop .selector button.active .byn {
  opacity: 0;
}
.marcas-desktop .selector button:not(.active):hover .color {
  opacity: 1;
}
.marcas-desktop .selector button:not(.active):hover .byn {
  opacity: 0;
}
.marcas-desktop .contenido {
  position: relative;
  height: 450px;
  margin-top: 40px;
}
.marcas-desktop .contenido .grid-container {
  position: absolute;
  animation: fadeIn 1s linear;
}
.marcas-desktop .contenido .grid-container .contenedor {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-column-gap: 20px;
  align-items: center;
  justify-items: center;
}
.marcas-desktop .contenido .grid-container .contenedor .ir-al-sitio {
  margin-top: 0;
}

@media screen and (min-width: 375px) {
  .marcas .slick-slider .slick-dots {
    top: 45%;
  }
}
@media screen and (min-width: 400px) {
  .marcas .slick-slider .slick-dots {
    top: 48.5%;
  }
}
@media screen and (min-width: 425px) {
  .marcas .slick-slider .slick-dots {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .marcas .slick-slider .slick-dots {
    top: 63%;
  }
}
@media screen and (min-width: 1024px) {
  .marcas .slick-slider .slick-dots {
    top: 69%;
  }
}
@media screen and (min-width: 1100px) {
  .marcas-desktop .contenido {
    height: 475px;
  }
}
@media screen and (min-width: 1250px) {
  .marcas-desktop .contenido {
    height: 520px;
  }
}
@media screen and (min-width: 1400px) {
  .marcas-desktop .contenido {
    height: 575px;
  }
}
@media screen and (min-width: 1900px) {
  .marcas-desktop .contenido {
    height: 700px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.calidad {
  background-image: url("../img/calidad/bg-mobile.webp"), url("../img/calidad/bg-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.calidad .arte-top-mobile {
  margin-top: -3px;
}
.calidad .contenedor img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.calidad .contenedor .text {
  text-align: center;
  color: var(--fonts);
  padding: 0 20px;
}
.calidad .contenedor .text p {
  font-family: "Releway Extra Bold";
  font-size: 16px;
  margin-bottom: 20px;
}
.calidad .contenedor .text p:last-of-type {
  font-family: "Releway Medium";
  font-size: 12px;
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  .calidad {
    background-image: url("../img/calidad/bg-desktop.webp"), url("../img/calidad/bg-desktop.jpg");
  }
  .calidad .arte-top-mobile {
    margin-bottom: 125px;
  }
  .calidad .contenedor {
    display: flex;
    flex-direction: row-reverse;
  }
  .calidad .contenedor img {
    width: 150px;
  }
  .calidad .contenedor .text {
    text-align: left;
    width: 50%;
  }
  .calidad .contenedor .text p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .calidad .contenedor .text p:last-of-type {
    margin-top: 100px;
  }
  .calidad .contenedor .text p:nth-of-type(2) {
    position: relative;
  }
  .calidad .contenedor .text p:nth-of-type(2):after {
    position: absolute;
    content: "";
    left: -10px;
    top: 0px;
    height: 100%;
    width: 4px;
    background-color: var(--primary);
  }
}
.contacto {
  position: relative;
  overflow: hidden;
}
.contacto .contenedor {
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.contacto .contenedor h2 {
  text-align: center;
  margin-bottom: 20px;
}
.contacto .contenedor p {
  padding: 0 50px;
}
.contacto .contenedor form {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
}
.contacto .contenedor form label {
  display: block;
  margin-bottom: 5px;
}
.contacto .contenedor form input, .contacto .contenedor form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}
.contacto .contenedor form input:focus, .contacto .contenedor form textarea:focus {
  border-color: var(--primary);
}
.contacto .contenedor form textarea {
  height: 200px;
  resize: none;
}
.contacto .contenedor form input[type=submit] {
  width: 150px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c0bfbe;
  font-size: 16px;
  margin-top: 40px;
  color: #4a4a4a;
  border: none;
  cursor: pointer;
}
.contacto .contenedor form input[type=submit]:hover {
  background-color: var(--primary);
}
.contacto .contenedor form p {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}
.contacto .arte-bottom {
  position: absolute;
  right: 0px;
  bottom: -150px;
  width: 200px;
}

@media screen and (min-width: 1024px) {
  .contacto .contenedor {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacto .contenedor form, .contacto .contenedor p {
    text-align: left;
    padding: 0;
  }
  .contacto .contenedor form input[type=submit], .contacto .contenedor p input[type=submit] {
    margin-right: 0;
  }
  .contacto .arte-bottom {
    position: absolute;
    right: 50px;
    bottom: -150px;
    width: 300px;
  }
}
@media screen and (min-width: 1250px) {
  .contacto .contenedor {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1900px) {
  .contacto .contenedor {
    margin-top: -100px;
  }
}
footer .top {
  background-color: #373837;
  padding: 30px 0;
}
footer .top .contenedor {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
}
footer .top .contenedor .animated:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
footer .top .contenedor .animated:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}
footer .top .contenedor .animated:nth-of-type(3) {
  grid-column: 5/6;
  grid-row: 1/2;
}
footer .top .contenedor .animated:nth-of-type(4) {
  grid-column: 7/8;
  grid-row: 1/2;
}
footer .top .contenedor .animated:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
footer .top .contenedor .animated:nth-of-type(6) {
  grid-column: 4/5;
  grid-row: 2/3;
}
footer .top .contenedor .animated:nth-of-type(7) {
  grid-column: 6/7;
  grid-row: 2/3;
}
footer .bottom {
  background-color: #121212;
  padding: 40px 0;
}
footer .bottom .contenedor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom .contenedor .redes p {
  color: var(--fonts);
  margin-bottom: 5px;
}
footer .bottom .contenedor .redes .links {
  display: flex;
}
footer .bottom .contenedor .redes .links a {
  margin-right: 8px;
}
footer .bottom .contenedor .redes .links a img {
  width: 30px;
}
footer .bottom .contenedor .marca {
  display: flex;
  align-items: center;
}
footer .bottom .contenedor .marca .caption p {
  color: var(--fonts);
  font-size: 12px;
  text-align: right;
  margin-right: 4px;
}
footer .bottom .contenedor .marca img {
  width: 60px;
}

@media screen and (min-width: 1024px) {
  footer .top .contenedor {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  footer .top .contenedor img {
    width: 100px;
  }
  footer .bottom .contenedor .redes {
    display: flex;
    align-items: center;
  }
  footer .bottom .contenedor .redes p {
    margin-right: 15px;
  }
  footer .bottom .contenedor .redes .links a {
    margin-right: 15px;
  }
  footer .bottom .contenedor .marca .caption {
    display: flex;
    margin-right: 50px;
  }
  footer .bottom .contenedor .marca .caption p {
    font-size: 16px;
  }
}

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