/* *Theme Name: Alucocenter
 * *Theme URI: https://www.xlogam.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Alucocenter
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: Alucocenter
 * *Tags: custom-design */
@media (min-width: 1025px) {
  .navbar-toggler {
    display: none !important;
  }
}
body {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.franja-top {
  background-color: #474746;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 12px;
  line-height: 1em;
  padding: 5px 0px;
}

.franja-top-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.franja-top-data img {
  height: 12px;
  width: auto;
}

.franja-top-dato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.franja-top-dato a {
  color: white;
  line-height: 1em;
}

header {
  background-color: #000000;
  min-height: 200px;
  color: white;
}

.header-inicio {
  background-image: url(img/textura_header.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.header-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.banner-index {
  width: 100%;
  height: 100%;
}
.banner-index .carousel-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-col-1 {
  width: 50%;
  position: relative;
  height: auto;
}

.element {
  width: 100%;
  height: 100%;
  clip-path: url(#miClipPath);
  position: relative;
  z-index: 200;
}
.element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.element2 {
  width: 60%;
  height: 60%;
  clip-path: url(#miClipPath2);
  background-color: #e00613;
  position: absolute;
  top: 51%;
  right: 12%;
  z-index: 100;
}
.element2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-col-2 {
  width: 10%;
}

.banner-mask-1 {
  position: absolute;
  width: 100%;
  bottom: calc(-10% - 0px);
  left: 0px;
  z-index: 100;
}
.banner-mask-1 > img {
  width: 100%;
  height: auto;
}

#carouselExampleIndicators {
  width: 100%;
  height: 100%;
}

.carousel-inner {
  width: 100%;
  height: 100%;
}

.carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-indicators {
  z-index: 100000;
}

.carousel-control-prev {
  display: none;
}

.carousel-control-next {
  display: none;
}

.fnd-curva {
  width: 100%;
  height: 500px;
}

.curva {
  width: 100%;
  height: 100%;
  clip-path: path("M0,0 L700,0 L700,260 Q700,300 653,340 L450,480 Q414,500 385,500 L100,500 Q80,500 65,480 L3,410 Q0,400 0,350");
}
.curva img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-indicators {
  margin-right: 25%;
  margin-left: auto;
}

.banner-mask-1 {
  display: none;
}

.carousel-indicators li {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

header {
  position: relative;
}

.header-logo {
  color: #fff;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2000;
}
.header-logo img {
  width: 300px;
  height: auto;
}

@-webkit-keyframes rotar-reloj {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotar-reloj {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.menu-superior {
  background-color: #e00613;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 35%;
  z-index: 3000;
  border-radius: 30px 10px 30px 10px;
}
.menu-superior .navbar-light .menu-item .nav-link {
  color: #fff;
  padding: 8px 20px;
}
.menu-superior .navbar-light .menu-item.active .nav-link {
  color: #fff;
  background-color: #000000;
  border-radius: 8px 8px 20px 20px;
}
.menu-superior .navbar-light .menu-item:hover .nav-link {
  color: #fff;
  background-color: #000000;
  border-radius: 8px 8px 20px 20px;
}
.menu-superior .navbar-light .menu-item.show .nav-link {
  color: #fff;
  background-color: #000000;
  border-radius: 8px 8px 20px 20px;
}
.menu-superior .depth_0 {
  border-radius: 20px;
  padding: 0px 5px;
}
.menu-superior .depth_0 .menu-item {
  border-bottom: 1px solid #000;
}
.menu-superior .depth_0 .menu-item:last-of-type {
  border-bottom: none;
}

.redes {
  position: fixed;
  top: 32%;
  right: 2%;
  z-index: 1000;
}
.redes ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.redes ul li a img {
  width: 50px;
  height: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  height: 50px;
  border-radius: 50%;
}
.redes ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rectangulo {
  width: 90px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  top: 290px;
  right: -30px;
  z-index: 800;
}
.rectangulo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.circulo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  z-index: 800;
  -webkit-animation: rotar-reloj 16s linear infinite;
          animation: rotar-reloj 16s linear infinite;
  bottom: 30px;
  right: 160px;
}
.circulo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.header-text {
  color: #fff;
  position: absolute;
  top: 32%;
  right: 10%;
  z-index: 1000;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 380px;
}
.header-text h1 {
  text-align: right;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  margin-bottom: 2px;
}
.header-text p {
  margin: 0px;
  padding: 0px;
  text-align: right;
  line-height: 1.2em;
}
.header-text p:first-of-type {
  margin-bottom: 10px;
}
.header-text p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 10px;
  background-color: #e00613;
  padding: 8px 30px;
  border-radius: 20px 0px 20px 0px;
}
.header-text p a:hover {
  text-decoration: none;
  background-color: #82020a;
}
.header-text p a span {
  white-space: nowrap;
}
.header-text p a img {
  height: 15px;
  width: auto;
}

.proyectos {
  background-color: #fff;
  overflow-y: hidden;
}

.proyectos-fotos, .galeria {
  max-width: 100%;
  margin: auto;
  margin-bottom: 0px;
  margin-top: 0px;
}
.proyectos-fotos > figure, .galeria > figure {
  margin-bottom: 0px;
}
.proyectos-fotos .slick-slide, .galeria .slick-slide {
  height: 600px !important;
}
.proyectos-fotos .slick-slide a, .galeria .slick-slide a {
  width: 100%;
  height: 100%;
}
.proyectos-fotos .slick-slide a img, .galeria .slick-slide a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.proyectos-fotos .slick-prev, .galeria .slick-prev {
  left: 200px;
  z-index: 1000;
}
.proyectos-fotos .slick-next, .galeria .slick-next {
  right: 200px;
  z-index: 1000;
}

.proyectos {
  padding-top: 150px;
  overflow: hidden;
}

.proyectos-titulo {
  background-image: url(img/fnd_proyectos.avif);
  background-repeat: no-repeat;
  background-position: right -100px top;
  background-size: 700px auto;
  overflow: hidden;
  padding-bottom: 60px;
}
.proyectos-titulo article {
  max-width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.proyectos-titulo article h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #e00613;
  line-height: 0.9em;
}
.proyectos-titulo article p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #e00613;
  line-height: 1.2em;
}

.servicios {
  background-image: url("img/fnd_servicios.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.servicios-top {
  height: 100px;
  background-image: url(img/servicios_top.png);
  background-repeat: no-repeat;
  background-position: bottom 30px left -200px;
  background-size: 100% auto;
}

.servicios-cols {
  min-height: 10px;
}

.servicios-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 90px;
  margin-bottom: 100px;
  margin-top: 60px;
}
.servicios-cols img {
  height: 100px;
  width: auto;
}

.servicios-col {
  width: 350px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.servicios-col h2 {
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 0.9em;
  text-align: center;
  font-size: 24px;
  margin: 20px 0px;
}
.servicios-col p {
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  text-align: center;
  font-size: 14px;
}

.servicios-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.servicos-bottom-cols {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 25px 25px 0px 0px;
  padding: 20px 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.servicos-bottom-col {
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
}
.servicos-bottom-col img {
  height: 35px;
  width: auto;
  margin-right: 15px;
}
.servicos-bottom-col div h3 {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #000;
}
.servicos-bottom-col div p {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #adaaa9;
}
.servicos-bottom-col > a {
  margin-left: 20px;
  color: #fff;
  background-color: #e00613;
  line-height: 1em;
  border-radius: 30px 0px 30px 0px;
  padding: 15px 20px;
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.servicos-bottom-col > a:hover {
  text-decoration: none;
  background-color: #b30a14;
}

.servicos-bottom-col-1 {
  border-right: 2px solid gray;
}

.servicos-bottom-col-2 {
  border-right: 2px solid gray;
}

.catalogos {
  background-image: url(img/fondo_de_pdf.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}
.catalogos > h2 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 40px;
}

.catalogos-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  margin: auto;
  max-width: 1000px;
}

.catalogo-col {
  width: 120px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.catalogo-col:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.catalogo-col a {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  gap: 5px;
}
.catalogo-col a:hover {
  text-decoration: none;
  color: #fff;
}
.catalogo-col a span {
  text-align: center;
  line-height: 1em;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.catalogo-col a img {
  width: 70px;
  height: auto;
}

.experiencia {
  background-color: #fff;
  padding: 60px 0px;
}
.experiencia h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  color: #3c3c3c;
  margin-bottom: 40px;
}

.clientes {
  margin: auto;
  width: 100%;
}

.cliente {
  padding: 0px 20px;
}

footer {
  background-color: #000;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
}
footer a {
  color: #fff;
}

.footer-titulo h2 {
  color: #fff;
}

.footer-titulo h2 {
  text-align: center;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1em;
}

.footer-texto {
  margin-bottom: 70px;
}
.footer-texto p {
  text-align: center;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
}

.footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  font-size: 12px;
}

.footer-col {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.footer-col-1 img {
  width: 250px;
  height: auto;
}

.footer-col-2 h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.footer-col-2 a {
  color: #fff;
}
.footer-col-2 a:hover {
  color: #fff;
}
.footer-col-2 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-col-2 ul li {
  margin: 0px;
  padding: 0px;
  background-position: left top 3.5px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
}
.footer-col-2 ul li:first-of-type {
  background-image: url(img/location_footer.svg);
}
.footer-col-2 ul li:nth-of-type(2) {
  background-image: url(img/tel_footer.svg);
}
.footer-col-2 ul li:nth-of-type(3) {
  background-image: url(img/sobre_footer.svg);
}

.footer-col-3 .form-group {
  margin-bottom: 5px;
}
.footer-col-3 .form-control {
  border: 1.5px solid red;
  border-radius: 15px;
  font-size: 13px;
  padding: 1px 10px;
  line-height: 1em;
  height: calc(2rem + 1px);
}
.footer-col-3 textarea.form-control {
  padding: 10px 10px;
  height: calc(2.25rem + 2px);
  min-height: 70px;
}
.footer-col-3 .form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-col-3 .form-button button {
  background-color: #e00613;
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 15px 0px 15px 0px;
}
.footer-col-3 .form-button button:hover {
  background-color: #98111a;
}

.footer-col-4 h2 {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #e00613;
  line-height: 1em;
  margin-bottom: 8px;
}
.footer-col-4 .redes-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-col-4 .redes-footer img {
  height: 25px;
  width: auto;
}
.footer-col-4 .redes-footer a {
  line-height: 1em;
  margin-left: 3px;
}
.footer-col-4 .redes-footer h3 {
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  margin-left: 8px;
  font-size: 13px;
}

.footer-derechos {
  width: 100%;
  text-align: center;
  margin-top: 70px;
  color: #606060;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

.banner-section {
  background-color: #000000;
  position: relative;
  background-image: url(img/fnd_ecowood.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-section-container {
  margin-bottom: 200px;
  margin-top: 250px;
  margin-left: 10%;
  width: 52%;
}
.banner-section-container h1 {
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 37px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.banner-section-container p {
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
.banner-section-container h4 {
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.banner-section-buttons, .banner-section-buttons-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.banner-section-buttons > a, .banner-section-buttons-multiple > a {
  background-image: url(img/btn_download.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px auto;
  border: 1px solid #fff;
  border-radius: 15px 0px 15px 0px;
  height: 45px;
  min-width: 190px;
  padding-right: 40px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
}
.banner-section-buttons > a:hover, .banner-section-buttons-multiple > a:hover {
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.banner-section-buttons > a:hover, .banner-section-buttons-multiple > a:hover {
  text-decoration: none;
  border: 1px solid #e00613;
}

.section-banner-decoration-container {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0px;
}

.section-banner-decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10000;
  overflow-x: hidden;
  width: 300px;
}
.section-banner-decoration img {
  width: 300px;
  height: auto;
  position: relative;
  left: -200px;
}

.section-content-cols {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-content-cols .section-content-col {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-content-cols .section-content-col h2 {
  text-align: left;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.section-content-cols .section-content-col p {
  text-align: justify;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3em;
}
.section-content-cols .section-content-col > ul li {
  text-align: justify;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.gallery-section-cols {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery-section-col-1 {
  width: 400px;
  background-image: url(img/galeria_fnd.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-section-col-1 div {
  border-left: 1px solid #fff;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.gallery-section-col-1 div h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.gallery-section-col-1 div h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.gallery-section-col-2 {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section-gallery-top {
  background-image: url(img/gallery_section_top.png);
  width: 100%;
  min-height: 60px;
  background-repeat: no-repeat;
  background-position: top 0px right;
  background-size: auto 200%;
  overflow: hidden;
}

.section-gallery-bottom {
  background-image: url(img/gallery_section_bottom.png);
  width: 100%;
  min-height: 65px;
  background-repeat: no-repeat;
  background-size: auto 300%;
  overflow: hidden;
  background-position: bottom 0px left;
}

.solicita-cotizacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.solicita-cotizacion-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.solicita-cotizacion-col-1 h2 {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
}
.solicita-cotizacion-col-1 h3 {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.solicita-cotizacion-col-2 a {
  padding: 0px;
  margin: 0px;
  background-color: #e00613;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px 0px 20px 0px;
  width: 200px;
  height: 40px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.solicita-cotizacion-col-2 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b30a14;
}

.contact-section {
  background-image: url(img/fnd_contacto.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}

.contact-section-container {
  width: 95%;
  max-width: 800px;
  margin: auto;
  margin-top: 250px;
}
.contact-section-container h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.contact-section-container label {
  color: #fff;
}
.contact-section-container .form-cotizacion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-section-container .form-cotizacion-button button {
  background-color: #e00613;
  border: none;
  border-radius: 25px 0px 25px 0px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 40px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.contact-section-container .form-cotizacion-button button:hover {
  background-color: #b30a14;
  cursor: pointer;
}
.contact-section-container .form-control {
  border: 1px solid red;
  border-radius: 10px;
}
.contact-section-container textarea.form-control {
  height: 200px;
}

.banner-section-container-somos {
  width: 60%;
}
.banner-section-container-somos h1 {
  font-size: 70px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.banner-section-container-somos h2 {
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 37px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.banner-section-container-somos p {
  max-width: 58%;
}

.section-content-somos .section-content-header {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
}
.section-content-somos .section-content-header h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.section-content-somos .section-content-cols {
  margin-top: 0px;
}

.section-content-somos .section-content-cols .section-content-col h2 {
  font-size: 30px;
}

.servicios-somos {
  background-color: gray;
  overflow: hidden;
}

.servicios-somos-top {
  height: 90px;
  background-image: url(img/somos_servicios_top.png);
  background-repeat: no-repeat;
  background-position: top right -450px;
}

.section-content-somos {
  position: relative;
}
.section-content-somos .section-content-foto {
  position: absolute;
  min-width: 50px;
  min-height: 50px;
  width: 130px;
  bottom: -45px;
  left: 0px;
}
.section-content-somos .section-content-foto img {
  width: 100%;
  height: auto;
}

.section-content-somos .section-content-cols .section-content-cols {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.section-content-somos .section-content-cols .section-content-cols .section-content-col {
  width: auto;
}
.section-content-somos .section-content-cols .section-content-cols .section-content-col ul {
  padding-left: 0px;
}
.section-content-somos .section-content-cols .section-content-cols .section-content-col ul li {
  text-align: justify;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.section-content-somos-servicios .section-content-cols {
  margin-bottom: 30px;
}
.section-content-somos-servicios .section-content-cols .section-content-cols {
  margin-bottom: 0px;
}

.principales-caracteristicas {
  position: relative;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 20px;
  margin-top: 30px;
}
.principales-caracteristicas h2 {
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -15px;
  left: 20px;
  border-radius: 20px;
  padding: 5px 10px;
}

.texto-contorno {
  color: #e00613;
}

.section-gallery-title {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
.section-gallery-title h2 {
  font-size: 68px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.titulo-grande {
  font-size: 32px !important;
}

.section-gallery-container {
  position: relative;
  margin-top: -60px;
}

.banner-section-buttons {
  position: relative;
}
.banner-section-buttons ul {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 0px;
  position: absolute;
  top: 44px;
  left: 135px;
  list-style: none;
  padding: 0px;
  padding: 5px;
  display: none;
  min-width: 210px;
  z-index: 500;
}
.banner-section-buttons ul li {
  border-bottom: 1px solid #000;
}
.banner-section-buttons ul li:last-child {
  border-bottom: none;
}
.banner-section-buttons ul li a {
  padding: 5px 20px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1em;
  display: block;
  text-decoration: none;
}
.banner-section-buttons ul li a:hover {
  text-decoration: none;
}

.section-content-info {
  background-repeat: no-repeat;
  background-position: bottom -50px left 3%;
  overflow: hidden;
  background-size: auto 200px;
  padding-bottom: 100px;
}

.section-content-info-avisos {
  background-image: url(img/bg_icon_avisos.png);
}

.section-content-info-adhesivos {
  background-image: url(img/bg_icon_adhesivos.png);
}

.section-content-info-acrilico {
  background-image: url(img/bg_icon_acrilico.png);
}

.section-content-info-vallas {
  background-image: url(img/bg_icon_vallas.png);
}

.section-content-info-domos {
  background-image: url(img/bg_icon_domos.png);
}

.section-content-info-senializacion {
  background-image: url(img/bg_icon_senializacion.png);
}

.section-content-info-vehicular {
  background-image: url(img/bg_icon_vehicular.png);
}

.section-content-info-rompetrafico {
  background-image: url(img/bg_icon_rompetrafico.png);
}

.section-content-info-totems {
  background-image: url(img/bg_icon_totems.png);
}

.section-content-info-carteleras {
  background-image: url(img/bg_icon_carteleras.png);
}

.section-content-info-letras {
  background-image: url(img/bg_icon_letras.png);
}

.publicidad-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  gap: 90px;
  row-gap: 40px;
  margin-top: 30px;
}

.publicidad-item img {
  height: 80px;
  width: auto;
}
.publicidad-item h3 {
  color: #d50613;
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.publicidad-item a {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 100px;
}
.publicidad-item a:hover {
  text-decoration: none;
}

.list-item-space-bottom li {
  margin-bottom: 1em;
}
.list-item-space-bottom li:last-of-type {
  margin-bottom: 0em;
}

.depth_0 .menu-item {
  border-radius: 8px 8px 0px 0px !important;
}
.depth_0 .menu-item .nav-link {
  border-radius: 8px 8px 0px 0px !important;
  background-color: transparent;
}
.depth_0 .menu-item .dropdown-item {
  border-radius: 8px 8px 0px 0px !important;
}
.depth_0 .menu-item .nav-link {
  background-color: transparent;
  border-radius: 8px 8px 0px 0px !important;
}
.depth_0 .menu-item .dropdown-item {
  background-color: transparent;
  border-radius: 8px 8px 0px 0px !important;
}

.publicidad-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.publicidad-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header-cols {
  max-width: 100%;
}

.header-col-1 {
  width: 60%;
}

.menu-superior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
}
.menu-superior nav {
  background-color: #e00613;
  border-radius: 30px 10px 30px 10px;
}

.franja-top {
  font-size: 14px;
}

.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  left: 0px;
}

.bg-menu-superior {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 500;
  height: 470px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}

.page-id-7 .banner-section {
  background-image: url(img/banner_somos.jpg);
}

.page-id-13 .banner-section {
  background-image: url(img/banner_servicios_2.jpg);
}

.page-id-101 .banner-section {
  background-image: url(img/bg_avisos_acero_inoxidable.jpg);
}

.page-id-107 .banner-section {
  background-image: url(img/fnd_avisos_oublicitarios.jpg);
}

/* Posicionamiento del subsubmenu */
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -1px;
  display: none;
}
.dropdown-menu .dropdown-menu.show {
  display: block;
}

@media screen and (max-width: 1920px) {
  .bg-menu-superior {
    height: 420px;
  }
}
@media screen and (max-width: 1520px) {
  .section-content-somos .section-content-foto {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .bg-menu-superior {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    background-color: #e00613;
    padding: 6px;
    margin: 0px;
    z-index: 10000;
  }
  .navbar-toggler img {
    width: 100%;
    height: auto;
  }
  .menu-superior {
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 0px 0px 25px 25px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .header-text {
    top: 14%;
  }
  .circulo {
    bottom: 36px;
    right: 66px;
  }
  .rectangulo {
    display: none;
  }
  .proyectos-titulo {
    background-position: right -376px top;
  }
  .servicios-cols {
    width: 95%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner-section-container {
    width: 80%;
  }
  .banner-section-container {
    margin-bottom: 80px;
  }
  .section-banner-decoration img {
    width: 230px;
  }
  .section-gallery-top {
    background-position: top 0px left;
    background-image: none;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .section-gallery-top h2 {
    font-size: 36px;
    line-height: 1em;
  }
  .section-gallery-bottom {
    background-position: bottom 0px right;
  }
  .section-gallery-bottom {
    display: none;
  }
  .publicidad-item {
    margin: 20px;
  }
  .franja-top-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .menu-superior nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-text {
    width: 300px;
  }
  .header-text h1 {
    font-size: 24px;
  }
  .header-text p {
    font-size: 16px;
  }
  .proyectos-titulo {
    background-image: none;
    padding-bottom: 0px;
  }
  .solicita-cotizacion-cols {
    width: 95%;
  }
  .slick-next {
    display: none !important;
  }
  .slick-prev {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .navbar-toggler {
    top: 54px;
  }
  .proyectos {
    padding-top: 50px;
  }
  .proyectos-titulo article h2 {
    font-size: 24px;
  }
  .proyectos-titulo article h2 br {
    display: none;
  }
  .proyectos-titulo article p {
    font-size: 18px;
  }
  .proyectos-titulo article p br {
    display: none;
  }
  .circulo {
    display: none;
  }
  .header-logo img {
    width: 240px;
    height: auto;
  }
  .redes ul li a img {
    width: 25px;
    height: 25px;
  }
  .servicios-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalogos-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-col-3 {
    -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;
  }
  #contactForm {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .header-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 10px;
  }
  .header-text {
    position: static;
    width: 90%;
    padding-bottom: 20px;
    margin: auto;
  }
  .header-text h1 {
    text-align: center;
  }
  .header-text h1 br {
    display: none;
  }
  .header-text p {
    text-align: center;
  }
  .header-col-1 {
    width: 100%;
  }
  .navbar-toggler {
    top: 5px;
  }
  .header-logo img {
    width: 300px;
    height: auto;
  }
  .element2 {
    top: 34%;
    right: 5%;
  }
  .slick-next {
    display: none !important;
  }
  .slick-prev {
    display: none !important;
  }
  .servicios {
    background-size: auto 100%;
    background-attachment: scroll;
  }
  .servicios-top {
    height: 60px;
  }
  .proyectos-titulo article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .servicos-bottom-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .servicos-bottom-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .servicos-bottom-col a {
    margin: 0px;
    margin-top: 20px;
  }
  .servicos-bottom-col-1 {
    border-right: none;
  }
  .servicos-bottom-col-2 {
    border-right: none;
  }
  .servicos-bottom-col img {
    height: autp;
    width: 35px;
    margin-right: 15px;
  }
  .footer-derechos {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .franja-top-dato {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-content-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
  .section-content-cols .section-content-col {
    width: 100%;
  }
  .gallery-section-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
  .gallery-section-col-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .gallery-section-col-2 {
    width: 100%;
  }
  .section-gallery-bottom {
    height: 30px;
  }
  .solicita-cotizacion-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .banner-section-container {
    margin-left: 5%;
  }
  .banner-section-container-somos {
    width: 90%;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-section-container-somos h1 {
    font-size: 34px;
    text-align: center;
  }
  .banner-section-container-somos h1 br {
    display: none;
  }
  .banner-section-container-somos h2 {
    font-size: 20px;
    text-align: center;
  }
  .banner-section-container-somos h2 br {
    display: none;
  }
  .banner-section-container-somos p {
    max-width: 100%;
    text-align: center;
  }
  .proyectos-fotos .slick-slide {
    height: 250px !important;
  }
  .bg-menu-superior {
    height: 130px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  }
  .header-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .proyectos-titulo article h2 {
    text-align: center;
  }
  .proyectos-titulo article h2 br {
    display: none;
  }
  .proyectos-titulo article p {
    text-align: center;
  }
  .proyectos-titulo article p br {
    display: none;
  }
  .servicos-bottom-col-text {
    min-width: 180px;
  }
  .servicos-bottom-cols {
    width: 90%;
  }
  .catalogos > h2 {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .catalogo-col a img {
    width: 50px;
  }
  .footer-titulo {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .footer-texto {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .section-content-somos .section-content-header {
    width: 90%;
  }
  .section-content-somos .section-content-header h2 {
    text-align: center;
    font-size: 34px;
  }
  .section-content-cols {
    width: 90%;
  }
  .banner-section-container {
    width: 90%;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-section-container h1 {
    text-align: center;
    font-size: 34px;
  }
  .banner-section-container h1 br {
    display: none;
  }
  .banner-section-container p {
    text-align: center;
  }
  .banner-section-buttons ul {
    left: 0px;
    top: 50px;
  }
  .section-content-cols .section-content-col h2 {
    text-align: center;
  }
  .section-gallery-top h2 {
    text-align: center;
  }
  .solicita-cotizacion-cols {
    width: 90%;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solicita-cotizacion-col-1 h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .solicita-cotizacion-col-1 h3 {
    text-align: center;
    font-size: 20px;
  }
  .servicios-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-banner-decoration {
    display: none;
  }
  .banner-section-buttons-multiple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .publicidad-items {
    gap: 20px;
    row-gap: 20px;
  }
  .publicidad-item {
    margin: 5px;
  }
}
/*# sourceMappingURL=style.css.map */