@font-face {
  font-family: "Avenir-Heavy-Italic";
  src: url("fonts/AvenirNextLTPro-HeavyIt.eot") format("eot"), url("fonts/AvenirNextLTPro-HeavyIt.woff") format("woff"), url("fonts/AvenirNextLTPro-HeavyIt.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-LT-Italic";
  src: url("fonts/AvenirNextLTPro-It.eot") format("eot"), url("fonts/AvenirNextLTPro-It.woff") format("woff"), url("fonts/AvenirNextLTPro-It.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("fonts/AvenirNextLTPro-Medium.eot") format("eot"), url("fonts/AvenirNextLTPro-Medium.woff") format("woff"), url("fonts/AvenirNextLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Medium-Cn";
  src: url("fonts/AvenirNextLTPro-MediumCn.eot") format("eot"), url("fonts/AvenirNextLTPro-MediumCn.woff") format("woff"), url("fonts/AvenirNextLTPro-MediumCn.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Medium-CnIt";
  src: url("fonts/AvenirNextLTPro-MediumCnIt.eot") format("eot"), url("fonts/AvenirNextLTPro-MediumCnIt.woff") format("woff"), url("fonts/AvenirNextLTPro-MediumCnIt.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Medium-It";
  src: url("fonts/AvenirNextLTPro-MediumIt.eot") format("eot"), url("fonts/AvenirNextLTPro-MediumIt.woff") format("woff"), url("fonts/AvenirNextLTPro-MediumIt.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Regular";
  src: url("fonts/AvenirNextLTPro-Regular.eot") format("eot"), url("fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("fonts/AvenirNextLTPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-UltraLight";
  src: url("fonts/AvenirNextLTPro-UltLt.eot") format("eot"), url("fonts/AvenirNextLTPro-UltLt.woff") format("woff"), url("fonts/AvenirNextLTPro-UltLt.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-UltraLightCn";
  src: url("fonts/AvenirNextLTPro-UltLtCn.eot") format("eot"), url("fonts/AvenirNextLTPro-UltLtCn.woff") format("woff"), url("fonts/AvenirNextLTPro-UltLtCn.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-UltraLightCnIt";
  src: url("fonts/AvenirNextLTPro-UltLtCnIt.eot") format("eot"), url("fonts/AvenirNextLTPro-UltLtCnIt.woff") format("woff"), url("fonts/AvenirNextLTPro-UltLtCnIt.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-UltraLightIt";
  src: url("fonts/AvenirNextLTPro-UltLtIt.eot") format("eot"), url("fonts/AvenirNextLTPro-UltLtIt.woff") format("woff"), url("fonts/AvenirNextLTPro-UltLtIt.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

#anchor-productos {
  top: 75vh;
  position: absolute;
}

#anchor-contacto {
  position: absolute;
  top: -5vh;
}

body {
  max-width: 100vw;
  font-family: "Avenir-Regular";
}

h1, h2, h3, h4, h5 {
  font-family: "Avenir-Heavy";
  color: #1D4E6E;
}

.mobile-menu {
  display: none;
}

p {
  font-family: "Avenir-Regular";
  color: #1D4E6E;
}
p b {
  font-family: "Avenir-Medium";
}

a {
  text-decoration: none;
}

.btn {
  width: fit-content;
  padding: 15px 40px;
  border-radius: 35px;
  background-color: #ECA93B;
  color: white;
  font-family: "Avenir";
  font-weight: 800;
  font-size: 18px;
  transition: all 0.2s;
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.03);
}

nav {
  width: 100%;
  height: 13vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 0;
  box-shadow: 0px 3.60042px 24.3028px 5.40063px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10;
}
nav .img-mobile-menu, nav .img-mobile-logo {
  display: none;
}
nav .links-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav .links-container .container {
  width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
nav .links-container .container.center {
  justify-content: center;
}
nav .links-container a {
  color: #1D4E6E;
  font-size: 17px;
  font-family: "Avenir-Medium";
}
nav .links-container a.active {
  font-family: "Avenir-Heavy";
}
nav .links-container img {
  width: 230px;
  margin-top: 15px;
}

#construccion {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
}
#construccion .info {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#construccion .info img {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#construccion .info h1 {
  margin: 0 auto;
  width: 70%;
  color: #1D4E6E;
  font-size: 46px;
}
#construccion .info p {
  width: 70%;
  margin: 0 auto;
  font-size: 20px;
}
#construccion .img {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1D4E6E;
  align-items: center;
}
#construccion .img img {
  width: 42%;
}

main {
  max-width: 100%;
  overflow-x: hidden;
}

header {
  height: 80vh;
  position: relative;
  overflow-y: hidden;
  padding-top: 17vh;
}
header .img-bottom {
  display: initial;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
header .img-bottom .header-carousel {
  width: 100%;
  height: 100%;
}
header .img-bottom .header-carousel .carousel-cell img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
header .content {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
header .content .text {
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
header .content .text h1 {
  color: #fff;
  font-size: 54px;
}
header .content .text p {
  width: 100%;
  color: white;
  font-family: "Avenir-Regular";
  line-height: 30px;
  margin: 40px 0;
  font-size: 18px;
}
header .content .text .btn {
  font-size: 18px;
  transition: all 0.2s;
}
header .content .text .btn:hover {
  transform: scale(1.03);
}
header .content .img {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
header .content .img img {
  width: 60%;
}

section {
  padding: 10vh 0;
}
section .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
section .content .title-container {
  display: flex;
  width: 40%;
  margin: 0 auto;
  flex-direction: column;
}
section .content .title-container h2 {
  color: #103147;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}
section .content .title-container p {
  text-align: center;
}

#section-productos .content {
  display: flex;
  flex-direction: column;
}
#section-productos .content .title-container h2 {
  font-size: 30px;
}
#section-productos .content .title-container p {
  color: #1D4E6E;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-top: 30px;
}
#section-productos .content .productos-mobile {
  display: none;
}
#section-productos .content .productos-carousel {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}
#section-productos .content .productos-carousel .flickity-prev-next-button.previous {
  left: -40px;
}
#section-productos .content .productos-carousel .flickity-prev-next-button.next {
  right: -40px;
}
#section-productos .content .productos-carousel .carousel-cell {
  width: 25%;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section-productos .content .productos-carousel .producto {
  width: 90%;
  display: flex;
  margin: 0 auto;
  height: 320px;
  flex-direction: column;
  align-items: center;
  border-radius: 35px;
  transition: all 0.2s;
  box-shadow: -1px -1px 5px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px -1px 5px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px -1px 5px 2px rgba(0, 0, 0, 0.15);
}
#section-productos .content .productos-carousel .producto:hover {
  transform: scale(1.01);
}
#section-productos .content .productos-carousel .producto a {
  width: 100%;
}
#section-productos .content .productos-carousel .producto .img-container {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
#section-productos .content .productos-carousel .producto .img-container img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  min-width: 100%;
}
#section-productos .content .productos-carousel .producto .info-container {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 130px;
  border-radius: 0 0 35px 35px;
}
#section-productos .content .productos-carousel .producto .info-container .content-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
}
#section-productos .content .productos-carousel .producto .info-container .content-info a {
  width: 90%;
}
#section-productos .content .productos-carousel .producto .info-container .content-info h5 {
  width: fit-content;
  text-align: center;
  color: #1D4E6E;
  font-size: 15px;
  width: 95%;
}
#section-productos .content .productos-carousel .producto .info-container .content-info .btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
}
#section-productos .content .productos-carousel .producto .info-container .content-info .btn:hover {
  transform: scale(1);
}

#section-video {
  width: 100%;
  background: url("../assets/video-bg.webp");
  background-size: cover;
  height: 70vh;
  padding: 10vh 0;
  overflow-x: hidden;
}
#section-video .content {
  width: 90%;
  height: inherit;
  margin: 0 auto;
}
#section-video .content .swiper .swiper-wrapper .swiper-slide iframe {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

#section-info {
  height: 95vh;
  padding-bottom: 0;
}
#section-info .content {
  width: 95%;
  float: right;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#section-info .content .text-container {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
}
#section-info .content .text-container p {
  line-height: 26px;
  width: 95%;
}
#section-info .content .text-container .btn {
  margin-top: 20px;
}
#section-info .content .img-container {
  width: 50%;
}
#section-info .content .img-container img {
  width: 100%;
}

#section-marcas {
  background: rgba(48, 116, 138, 0.1294117647);
  display: flex;
  justify-content: flex-end;
}
#section-marcas .content {
  width: 97%;
  margin: 0;
  justify-content: space-between;
}
#section-marcas .content .title-container h2 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 10px;
}
#section-marcas .content .title-container span {
  font-family: "Avenir-Regular";
  font-size: 16px;
  color: #1D4E6E;
}
#section-marcas .content .main-carousel {
  height: 160px;
  width: 78%;
  border-bottom: solid #ECA93B 3px;
}
#section-marcas .content .main-carousel .carousel-cell {
  width: 250px;
  height: 140px;
  margin-right: 30px;
  display: flex;
  background-color: white;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
}
#section-marcas .content .main-carousel .carousel-cell img {
  min-height: 85%;
  max-height: 85%;
  max-width: 70%;
  object-fit: contain;
}

#section-about {
  display: flex;
  flex-direction: row;
  height: fit-content;
  height: 80vh;
  position: relative;
}
#section-about #anchor-about {
  top: -10vh;
  position: absolute;
}
#section-about .bottom {
  display: none;
}
#section-about .img-container {
  width: 32%;
  height: 100%;
  overflow-y: hidden;
  margin-top: 0;
}
#section-about .img-container img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  display: block;
}
#section-about .img-container img.mobile {
  display: none;
}
#section-about .info-container {
  width: 68%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#section-about .info-container .text {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section-about .info-container .text h2 {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-size: 30px;
}
#section-about .info-container .text .row {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#section-about .info-container .text .row .col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#section-about .info-container .text .row .col p {
  font-size: 16px;
  line-height: 26px;
}
#section-about .info-container .bottom {
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: row;
}
#section-about .info-container .bottom .block {
  height: 100%;
  width: 100%;
  background-color: #ECA93B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#section-about .info-container .bottom .block.blue {
  background-color: #1D4E6E;
}
#section-about .info-container .bottom .block span {
  font-size: 16px;
  color: white;
  font-family: "Avenir-Medium";
}
#section-about .info-container .bottom .block span.big {
  font-size: 22px;
  margin-bottom: 10px;
}

#section-buzon {
  background: rgba(255, 180, 0, 0.17);
  padding: 40px 0;
}
#section-buzon .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#section-buzon .content .title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  margin: 0;
}
#section-buzon .content .title-container h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
#section-buzon .content .title-container span {
  font-size: 16px;
  color: #1D4E6E;
}
#section-buzon .content .title-container span br {
  display: none;
}
#section-buzon .content .title-container hr {
  border: none;
  margin-top: 0;
  width: 120px;
  border-top: solid 4px #1D4E6E;
  border-radius: 30px;
}
#section-buzon .content .btn {
  font-size: 18px;
  margin-right: 30px;
  padding: 15px 55px;
}

#section-contacto {
  display: flex;
  flex-direction: row;
  position: relative;
}
#section-contacto .form-container {
  width: 52%;
  height: inherit;
  background-color: #1D4E6E;
  padding: 50px 0;
}
#section-contacto .form-container .title-container {
  width: 80%;
  margin: 0 auto;
}
#section-contacto .form-container .title-container h2 {
  color: #fff;
  text-align: left;
  font-size: 30px;
}
#section-contacto .form-container .title-container hr {
  border: none;
  border-top: solid 3px #fff;
  width: 40px;
  border-radius: 40px;
}
#section-contacto .form-container form {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
#section-contacto .form-container form input, #section-contacto .form-container form textarea {
  width: 90%;
  padding: 15px 0;
  padding-left: 20px;
  border-radius: 15px;
  border: none;
  margin-bottom: 20px;
}
#section-contacto .form-container form input::placeholder, #section-contacto .form-container form textarea::placeholder {
  font-family: "Avenir-Regular";
}
#section-contacto .form-container form textarea {
  height: 100px;
  resize: none;
}
#section-contacto .form-container form .row {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 20px;
}
#section-contacto .form-container form .row button {
  border: none;
  margin: 0;
}
#section-contacto .info-container {
  width: 48%;
  height: 100%;
  display: flex;
  background-color: rgba(48, 116, 138, 0.1294117647);
  flex-direction: column;
  align-items: center;
}
#section-contacto .info-container .top {
  height: 100px;
  background-color: #ECA93B;
  width: 100%;
}
#section-contacto .info-container .info {
  width: 80%;
}
#section-contacto .info-container .info .content {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 30px 0;
}
#section-contacto .info-container .info .content .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 15px 0;
}
#section-contacto .info-container .info .content .item img {
  width: 23px;
  margin-right: 25px;
}
#section-contacto .info-container .info .content .item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#section-contacto .info-container .info .content .item .text h5 {
  font-family: "Avenir-Medium";
  margin-bottom: 10px;
  font-size: 16px;
}
#section-contacto .info-container .info .content .item .text span, #section-contacto .info-container .info .content .item .text p {
  font-size: 14px;
  font-family: "Avenir-Regular";
  color: #1D4E6E;
  margin-bottom: 10px;
  line-height: 20px;
}
#section-contacto .info-container .info .content .item .text a {
  color: #ECA93B;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 10px;
}

.page-productos header {
  padding-top: 27vh;
  height: fit-content;
}
.page-productos header .content {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-productos header .content hr {
  width: 60px;
  border: none;
  border: solid 3px #93B7C2;
}
.page-productos header .content h1 {
  font-size: 30px;
  margin: 15px 0;
  margin-bottom: 20px;
}
.page-productos header .content p {
  font-size: 22px;
  line-height: 40px;
  margin-top: 15px;
}
.page-productos header .content img {
  margin: 50px auto;
  width: 300px;
}
.page-productos header .content .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
.page-productos header .content .row img {
  width: 35%;
}
.page-productos #productos {
  padding-top: 0;
}
.page-productos #productos .productos-container {
  background-color: rgba(48, 116, 138, 0.1294117647);
  width: 70%;
  margin: 0 auto;
  border-radius: 25px 25px 0 0;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.24);
}
.page-productos #productos .productos-container .productos-header {
  background-color: #ECA93B;
  padding: 20px 0;
  border-radius: 25px 25px 0 0;
}
.page-productos #productos .productos-container .productos-header h3 {
  color: white;
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
}
.page-productos #productos .productos-container .bloque {
  width: 90%;
  margin: 0 auto 60px auto;
  padding: 30px 0;
  border-radius: 35px;
}
.page-productos #productos .productos-container .bloque .content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.page-productos #productos .productos-container .bloque .content .img-container {
  padding: 20px 0;
  width: 49%;
  background-color: white;
  border-radius: 35px;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-productos #productos .productos-container .bloque .content .img-container img {
  width: 92%;
}
.page-productos #productos .productos-container .bloque .content .info-container {
  width: 46%;
  padding-top: 15px;
}
.page-productos #productos .productos-container .bloque .content .info-container h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.page-productos #productos .productos-container .bloque .content .info-container p {
  line-height: 26px;
}
.page-productos #productos .productos-container .bloque .content .info-container p.underline {
  text-decoration: underline;
  margin-top: 20px;
}
.page-productos #productos .productos-container .bloque .content .info-container .item {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  align-items: flex-start;
}
.page-productos #productos .productos-container .bloque .content .info-container .item img {
  width: 10px;
  margin-right: 10px;
  object-fit: contain;
}
.page-productos #productos .productos-container .bloque .content .info-container .item p {
  line-height: 20px;
}
.page-productos #productos .productos-container .bloque .content .info-container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-productos #productos .productos-container .bloque .content .info-container .row.only {
  flex-direction: column;
}
.page-productos #productos .productos-container .bloque .content .info-container .row .col {
  display: flex;
  flex-direction: column;
  width: 49%;
}
.page-productos #productos.recubrimientos .bloque .content {
  align-items: flex-start;
}

.page-buzon p {
  font-size: 18px;
}
.page-buzon section {
  padding: 8vh 0;
}
.page-buzon header {
  background-image: url("../assets/buzon-bg.webp");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-buzon header h1 {
  text-align: center;
  color: #fff;
  font-size: 56px;
}
.page-buzon #intro .content {
  flex-direction: column;
}
.page-buzon #intro .content p {
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
}
.page-buzon .comunicacion .title {
  width: 100%;
  margin: 0 auto;
  background-color: #ECA93B;
  padding: 10px 0;
}
.page-buzon .comunicacion .title.blue {
  background-color: #1D4E6E;
}
.page-buzon .comunicacion .title h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.page-buzon .comunicacion .content {
  margin-top: 100px;
  flex-direction: column;
}
.page-buzon .comunicacion .content p {
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
}
.page-buzon #comunicante .title {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(48, 116, 138, 0.5215686275);
  padding: 50px 0;
}
.page-buzon #comunicante .title h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
}
.page-buzon #comunicante .content {
  margin-top: 60px;
}
.page-buzon #comunicante .content form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-buzon #comunicante .content form .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}
.page-buzon #comunicante .content form input {
  background: rgba(242, 242, 242, 0.9215686275);
  border: none;
  border-radius: 15px;
  padding: 30px 0;
  width: 48%;
  font-family: "Avenir-Regular";
  padding-left: 15px;
  font-size: 16px;
}
.page-buzon #comunicante .content form input::placeholder {
  color: #1D4E6E;
  padding-left: 20px;
  font-family: "Avenir-Regular";
  font-size: 20px;
}
.page-buzon #comunicante .content form select {
  width: 48%;
  background: rgba(242, 242, 242, 0.9215686275);
  border: none;
  border-radius: 15px;
  color: #1D4E6E;
  font-size: 20px;
  padding: 20px 10px;
  font-family: "Avenir-Regular";
}
.page-buzon #comunicante .content form .mini-row {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Avenir-Regular";
}
.page-buzon #comunicante .content form .mini-row input {
  width: 48%;
}
.page-buzon #comunicante .content form textarea {
  background: rgba(242, 242, 242, 0.9215686275);
  border: none;
  border-radius: 15px;
  padding: 20px 0;
  font-family: "Avenir-Regular";
  width: 100%;
  height: 100px;
  margin: 10px 0;
}
.page-buzon #comunicante .content form textarea::placeholder {
  color: #1D4E6E;
  padding-left: 20px;
  font-family: "Avenir-Regular";
  font-size: 20px;
}
.page-buzon #comunicante .content form #submit {
  border: none;
  margin: 10px auto;
  font-size: 18px;
}

footer {
  background: rgba(27, 75, 105, 0.1490196078);
  padding: 60px 0;
}
footer .content {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .content .left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 20%;
}
footer .content .left .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .content .left .col img {
  width: 230px;
  margin-bottom: 25px;
}
footer .content .left .col .redes-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  width: 100%;
  justify-content: flex-start;
}
footer .content .left .col .redes-container img {
  width: 32px;
  object-fit: contain;
  margin: 0;
  margin-right: 10px;
  transition: all 0.2s;
}
footer .content .left .col .redes-container img:hover {
  transform: scale(1.05);
}
footer .content .left .col .btn {
  padding: 10px 35px;
}
footer .content .middle {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
footer .content .middle span {
  color: #1D4E6E;
  font-weight: 300;
  font-size: 12px;
  margin-right: 3px;
}
footer .content .middle img {
  width: 60px;
  margin-bottom: 13px;
}
footer .content .middle a {
  font-family: "Montserrat";
  font-weight: 700;
  color: #1D4E6E;
  margin-left: 3px;
}
footer .content .right {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .content .right .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
}
footer .content .right h5 {
  color: #1D4E6E;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .content .right a {
  color: #1D4E6E;
  font-size: 12px;
  font-weight: 300;
  margin: 3px 0;
  transition: all 0.2s;
}
footer .content .right a:hover {
  opacity: 0.7;
}

@media (min-width: 1000px) and (max-width: 1125px) {
  #section-marcas {
    width: 100vw;
  }
  #section-marcas .content .main-carousel {
    height: 120px;
  }
  #section-marcas .content .main-carousel .carousel-cell {
    height: 100px;
  }
}
@media (min-width: 1000px) and (max-width: 1370px) {
  header .content .text {
    width: 100%;
  }
  header .content .text p {
    width: 60%;
  }
  #section-marcas .content .main-carousel {
    height: 120px;
  }
  #section-marcas .content .main-carousel .carousel-cell {
    height: 100px;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  nav .img-mobile-menu {
    margin-right: 30px !important;
  }
  nav .img-mobile-logo {
    margin-left: 30px !important;
  }
  #section-productos .content .productos-mobile .carousel-cell {
    width: 50% !important;
    margin: 10px auto !important;
  }
}
@media (max-width: 1000px) {
  #anchor-productos {
    top: 60vh;
  }
  nav {
    height: 10vh;
    width: 100vw;
    padding: 0;
    justify-content: space-between;
  }
  nav .img-mobile-menu {
    display: block;
    width: 50px;
    z-index: 12;
    margin-right: 15px;
  }
  nav .img-mobile-logo {
    width: 100px;
    margin-left: 15px;
    display: block;
  }
  nav .links-container {
    display: none;
  }
  nav .content .img-mobile-menu {
    display: block;
    width: 50px;
    z-index: 12;
  }
  .mobile-menu {
    box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 50vh;
    top: 0;
    position: fixed;
    z-index: 11;
    background-color: #fff;
    transition: all 0.2s;
    transform: translateX(100%);
  }
  .mobile-menu .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 10vh;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .mobile-menu .row .img-mobile-menu {
    display: block;
    width: 50px;
    z-index: 12;
  }
  .mobile-menu .links-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 80%;
  }
  .mobile-menu .links-container a {
    font-weight: 500;
    color: #1D4E6E;
  }
  .mobile-menu .links-container a.active {
    font-family: "Avenir-Heavy";
  }
  header {
    height: 60vh;
    padding-top: 10vh;
    background-image: url("../assets/header1.webp");
    background-size: cover;
  }
  header .img-bottom {
    height: 60vh;
    display: none;
  }
  header .img-bottom .header-carousel {
    height: 100%;
  }
  header .img-bottom .header-carousel .carousel-cell {
    height: 100%;
  }
  header .img-bottom .header-carousel .carousel-cell img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
  }
  header .content .text {
    width: 100%;
  }
  header .content .text h1 {
    font-size: 26px;
  }
  header .content .text h1 br {
    display: none;
  }
  header .content .text p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    font-weight: 400;
    margin: 20px 0;
  }
  header .content .text .btn {
    font-size: 18px;
    padding: 7px 12px;
  }
  section {
    padding: 5vh 0;
  }
  section .content .title-container {
    width: 100%;
  }
  section .content .title-container h2 {
    font-size: 30px;
  }
  #section-productos .content .title-container h2 {
    font-size: 18px;
  }
  #section-productos .content .title-container p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 18px;
  }
  #section-productos .content .productos-carousel {
    display: none;
  }
  #section-productos .content .productos-carousel .flickity-prev-next-button.previous {
    left: -30px;
    color: #1D4E6E;
  }
  #section-productos .content .productos-carousel .flickity-prev-next-button.next {
    right: -30px;
    color: #1D4E6E;
  }
  #section-productos .content .productos-mobile {
    display: flex;
    flex-direction: column;
  }
  #section-productos .content .productos-mobile .carousel-cell {
    width: 85%;
    margin: 0 auto;
  }
  #section-productos .content .productos-mobile .producto {
    height: 260px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 35px;
    box-shadow: -1px -1px 5px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px -1px 5px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px -1px 5px 2px rgba(0, 0, 0, 0.15);
  }
  #section-productos .content .productos-mobile .producto .img-container {
    width: 100%;
    height: 140px;
    overflow-y: hidden;
  }
  #section-productos .content .productos-mobile .producto .img-container img {
    width: 100%;
  }
  #section-productos .content .productos-mobile .producto .info-container {
    height: 45%;
    top: 110px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  #section-productos .content .productos-mobile .producto .info-container .content-info h5 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #section-productos .content .productos-mobile .producto .info-container a {
    font-size: 14px;
    text-align: center;
  }
  #section-productos .content .productos-mobile .producto .info-container .btn {
    padding: 7px 12px;
    margin: 0 auto;
    margin-top: 10px;
  }
  #section-video {
    background-size: 100%;
    height: 40vh;
    padding: 5vh 0;
  }
  #section-video .content {
    width: 80%;
  }
  #section-video .content .videos-carousel .flickity-prev-next-button.next {
    right: -40px;
  }
  #section-video .content .videos-carousel .flickity-prev-next-button.previous {
    left: -40px !important;
  }
  #section-info {
    height: fit-content;
  }
  #section-info .content {
    flex-direction: column;
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #section-info .content .text-container {
    width: 100%;
    order: 2;
  }
  #section-info .content .text-container .btn {
    margin: 0;
    padding: 8px 20px;
    font-size: 18px;
  }
  #section-info .content .img-container {
    order: 1;
    margin-top: 20px;
    width: 100%;
  }
  #section-info .content .img-container img {
    min-height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 12px;
  }
  #section-marcas {
    margin-top: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    height: 12vh;
  }
  #section-marcas .content {
    width: 95%;
    align-items: center;
  }
  #section-marcas .content .title-container {
    width: 42%;
  }
  #section-marcas .content .title-container h2 {
    font-size: 16px;
  }
  #section-marcas .content .title-container span {
    display: none;
  }
  #section-marcas .content .main-carousel {
    width: 55%;
    height: 120px;
  }
  #section-marcas .content .main-carousel .carousel-cell {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border-radius: 10px;
  }
  #section-marcas .content .main-carousel .carousel-cell img {
    height: 50px;
    object-fit: contain;
  }
  #section-about {
    flex-direction: column;
    position: relative;
    height: fit-content;
    width: 100%;
  }
  #section-about #anchor-about {
    top: -10vh;
    position: absolute;
  }
  #section-about .img-container {
    width: 100%;
    height: 40vh;
    order: 2;
    margin-top: 30px;
  }
  #section-about .img-container img {
    display: none;
  }
  #section-about .img-container img.mobile {
    display: block;
  }
  #section-about .bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    order: 3;
  }
  #section-about .bottom .block {
    height: 100%;
    width: 100%;
    background-color: #ECA93B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  #section-about .bottom .block.blue {
    background-color: #1D4E6E;
  }
  #section-about .bottom .block span {
    font-size: 12px;
    color: white;
    font-family: "Avenir-Medium";
  }
  #section-about .bottom .block span.big {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #section-about .info-container {
    width: 100%;
    order: 1;
    height: fit-content;
  }
  #section-about .info-container .text h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #section-about .info-container .text .row {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #section-about .info-container .text .row .col {
    width: 100%;
  }
  #section-about .info-container .text .row .col p {
    font-size: 16px;
    line-height: 18px;
  }
  #section-about .info-container .bottom {
    display: none;
  }
  #section-about .img-container {
    height: 30vh;
  }
  #section-about .img-container img {
    width: 100%;
    object-position: center;
  }
  #section-buzon {
    margin: 20px 0;
  }
  #section-buzon .content .title-container h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
  #section-buzon .content .title-container span {
    font-size: 16px;
  }
  #section-buzon .content .title-container span br {
    display: inline;
  }
  #section-buzon .content .title-container hr {
    margin-top: 10px;
  }
  #section-buzon .content .btn {
    padding: 8px 20px;
    font-size: 14px;
    margin-right: 0;
  }
  #section-contacto {
    flex-direction: column;
    padding-top: 5vh;
  }
  #section-contacto .form-container {
    width: 100%;
  }
  #section-contacto .form-container .title-container h2 {
    font-size: 26px;
  }
  #section-contacto .form-container form #submit {
    font-size: 18px;
  }
  #section-contacto .form-container form .row {
    justify-content: center;
    padding: 0;
    width: 100%;
  }
  #section-contacto .info-container {
    width: 90%;
    margin: 20px auto;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  }
  #section-contacto .info-container .top {
    height: 50px;
  }
  #section-contacto .info-container .info .content .item .text span {
    line-height: 14px;
  }
  footer {
    padding: 30px 0 15px 0;
  }
  footer .content {
    width: 90%;
    align-items: center;
  }
  footer .content .left {
    align-items: flex-start;
    width: 70%;
    justify-content: center;
  }
  footer .content .left .iso {
    width: 30px;
    margin-right: 15px;
    margin-top: 0;
  }
  footer .content .left .col img {
    width: 100px;
  }
  footer .content .left .col .redes-container {
    width: 80%;
  }
  footer .content .left .col .redes-container img {
    width: 28px;
  }
  footer .content .left .col .btn {
    display: none;
  }
  footer .content .middle {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  footer .content .middle img {
    margin-right: 0;
    width: 40px;
    margin-bottom: 5px;
  }
  footer .content .middle span {
    font-size: 8px;
    text-align: center;
  }
  footer .content .right {
    display: none;
  }
  .page-productos header {
    background-image: none;
    padding-top: 12vh;
  }
  .page-productos header .content h1 {
    font-size: 22px;
  }
  .page-productos header .content p {
    font-size: 16px;
    line-height: 18px;
  }
  .page-productos header .content img {
    width: 200px;
  }
  .page-productos #productos .productos-container {
    width: 90%;
  }
  .page-productos #productos .productos-container .bloque {
    width: 90%;
  }
  .page-productos #productos .productos-container .bloque .content {
    flex-direction: column;
  }
  .page-productos #productos .productos-container .bloque .content .img-container {
    width: 100%;
    padding: 10px 0;
    border-radius: 20px;
  }
  .page-productos #productos .productos-container .bloque .content .info-container {
    width: 100%;
  }
  .page-productos #productos .productos-container .bloque .content .info-container h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-productos #productos .productos-container .bloque .content .info-container p {
    font-size: 14px;
    line-height: 18px;
  }
  .page-productos #productos .productos-container .bloque .content .info-container .item {
    margin-top: 8px;
  }
  .page-productos #productos .productos-container .bloque .content .info-container .item img {
    width: 7px;
  }
  .page-productos #productos .productos-container .bloque .content .info-container .item p {
    line-height: 16px;
  }
  .page-buzon section {
    padding: 4vh 0;
  }
  .page-buzon header {
    height: 30vh;
  }
  .page-buzon header h1 {
    font-size: 24px;
  }
  .page-buzon #intro .content p {
    font-size: 16px;
    line-height: 18px;
  }
  .page-buzon .comunicacion .title {
    border-radius: 0;
  }
  .page-buzon .comunicacion .title h2 {
    font-size: 22px;
  }
  .page-buzon .comunicacion .content {
    margin-top: 40px;
  }
  .page-buzon .comunicacion .content p {
    font-size: 16px;
    line-height: 18px;
  }
  .page-buzon #comunicante .title {
    border-radius: 0;
    padding: 20px 0;
  }
  .page-buzon #comunicante .title h2 {
    font-size: 22px;
  }
  .page-buzon #comunicante .content {
    margin-top: 20px;
  }
  .page-buzon #comunicante .content form .row {
    flex-direction: column;
  }
  .page-buzon #comunicante .content form .row .mini-row {
    width: 100%;
  }
  .page-buzon #comunicante .content form .row .mini-row input {
    width: 48%;
  }
  .page-buzon #comunicante .content form .row select {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
  .page-buzon #comunicante .content form .row input {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 0;
  }
  .page-buzon #comunicante .content form .row input::placeholder {
    font-size: 14px;
  }
  .page-buzon #comunicante .content form textarea {
    margin: 0;
    margin-bottom: 10px;
    height: 80px;
  }
  .page-buzon #comunicante .content form textarea::placeholder {
    font-size: 14px;
  }
  .page-buzon #comunicante .content form #submit {
    font-size: 14px;
    padding: 12px 20px;
  }
}

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