#banner .banner_content a,
#nosotros a,
.section-service a,
header {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.offcanvas-header,
h2 {
  text-transform: uppercase;
}
#banner .banner_content,
#banner-section .banner-section_content,
.cont-services-card-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.toast,
header {
  position: fixed;
  z-index: 100;
}
* {
  font-family: "Space Grotesk", sans-serif;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
header {
  width: 100%;
  background: rgb(255 255 255 / 0.9);
  border-bottom: 2px solid #fcb80b;
  transition: 0.3s ease-in-out;
}
header h1 {
  font-size: 0;
}
header.header-active {
  background: #fff !important;
}
header .nav-item .dropdown-item,
header .nav-link {
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  outline: 0;
}
.dropdown-menu {
  border: none;
}
.dropdown-item.active {
  background-color: unset !important;
}
header .active {
  color: #fcb80b !important;
}
.offcanvas-header {
  background-color: #fcb80b;
  color: #fff;
}
.btn-close {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.navbar-toggler {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-toggler-icon:focus,
.navbar-toggler:focus,
input:focus,
textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
h2 {
  font-weight: 600;
  color: #424141;
  font-size: 2.5em;
}
#banner {
  min-height: 600px;
  height: 70vh;
  width: 100%;
  position: relative;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.604)),
      to(rgb(0 0 0 / 0.4))
    ),
    url(../imgs/frente-los-limoneros-mobile.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.604), rgb(0 0 0 / 0.4)),
    url(../imgs/frente-los-limoneros-mobile.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.604), rgb(0 0 0 / 0.4)),
    url(../imgs/frente-los-limoneros-mobile.webp);
}
#banner-section {
  min-height: 70vh;
  width: 100%;
}
#banner-section.section-revoques {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#b99f09),
    to(rgb(243 209 14 / 0.8))
  );
  background: -o-linear-gradient(bottom, #b99f09, rgb(243 209 14 / 0.8));
  background: linear-gradient(0deg, #b99f09, rgb(243 209 14 / 0.8));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner-section.section-revoques p {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}
#banner .banner_content {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
#banner .banner_content p {
  color: #fcb80b;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
}
#banner .banner_content a,
#banner-section.section-revoques a,
#nosotros a,
.section-service a {
  padding: 0.8em 2em;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
#banner-section .banner-section_content {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
#banner .banner_content a,
#nosotros a,
.section-service a {
  background-color: #fcb80b;
  color: #fff;
  border: 2px solid #fcb80b;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
#banner-section.section-revoques a {
  margin-top: 1.5em;
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#banner .banner_content h2,
#banner-section .banner-section_content h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
.navbar-brand {
  background-image: url(../imgs/logo.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 60px;
}
section {
  scroll-margin-top: 4em;
}
.section-service {
  min-height: 80vh;
  padding: 8em 0;
}
#nosotros {
  min-height: 80vh;
  padding-top: 6em;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(255 255 255 / 0.904)),
      to(rgb(255 255 255 / 0.9))
    ),
    url(../imgs/logo.webp);
  background: -o-linear-gradient(
      bottom,
      rgb(255 255 255 / 0.904),
      rgb(255 255 255 / 0.9)
    ),
    url(../imgs/logo.webp);
  background: linear-gradient(
      0deg,
      rgb(255 255 255 / 0.904),
      rgb(255 255 255 / 0.9)
    ),
    url(../imgs/logo.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
section:not(#contacto, .section-service, #nosotros) {
  min-height: 80vh;
  margin-top: 2.5em;
  padding-top: 3em;
}
#nosotros .cont-image {
  padding: 1em;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
#nosotros h2 {
  text-align: left;
}
#maquinaria span,
#nosotros span,
.section-revoques-content span {
  font-weight: 500;
  font-size: 1.1rem;
  color: #999;
}
#nosotros .cont-text {
  max-width: 500px;
  margin-left: 2em;
  margin-top: 2em;
  position: relative;
}
#nosotros .cont-text a {
  margin-top: 1em;
}
#nosotros img {
  width: 100%;
}
#servicios h2 {
  color: #424141;
}
#servicios {
  padding-bottom: 2em;
}
.cont-services {
  margin: 2.5em 0;
}
.cont-services-card {
  margin-bottom: 1.5em;
}
.cont-services-card-info {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 250px;
  border-radius: 10px;
}
.cont-services-card-info.proyectado,
.cont-services-card-info.revoque-proyectado {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.7)),
      to(rgb(0 0 0 / 0.4))
    ),
    url(../imgs/servicios/revoque-proyectado.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/revoque-proyectado.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/revoque-proyectado.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont-services-card-info.arquitectura {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.7)),
      to(rgb(0 0 0 / 0.4))
    ),
    url(../imgs/servicios/arquitectura.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/arquitectura.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/arquitectura.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont-services-card-info.obra-gris {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.7)),
      to(rgb(0 0 0 / 0.4))
    ),
    url(../imgs/servicios/panel.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/panel.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/panel.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont-services-card-info.pool {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.7)),
      to(rgb(0 0 0 / 0.4))
    ),
    url(../imgs/servicios/pool.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/pool.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/pool.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont-services-card-info.yeso-proyectado {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.7)),
      to(rgb(0 0 0 / 0.4))
    ),
    url(../imgs/servicios/yeso-proyectado.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/yeso-proyectado.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/yeso-proyectado.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont-services-card-info.contrapisos {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.7)),
      to(rgb(0 0 0 / 0.4))
    ),
    url(../imgs/servicios/contrapiso.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/contrapiso.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/contrapiso.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont-services-card-info.pintura {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.7)),
      to(rgb(0 0 0 / 0.4))
    ),
    url(../imgs/servicios/pintura.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/pintura.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
    url(../imgs/servicios/pintura.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont-services-card-info h3 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.cont-services-card-info a {
  border: 3px solid #fcb80b;
  color: #fcb80b;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn-send,
.btn-whatsapp {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.section-service span {
  color: #e4e1e1;
}
.section-revoques-content {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 48%)),
      to(rgb(0 0 0 / 50%))
    ),
    url(../imgs/servicios/revoque-proyectado.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 48%), rgb(0 0 0 / 50%)),
    url(../imgs/servicios/revoque-proyectado.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 50%)),
    url(../imgs/servicios/revoque-proyectado.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-arquitectura-content {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 48%)),
      to(rgb(0 0 0 / 22%))
    ),
    url(../imgs/servicios/arquitectura.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/arquitectura.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/arquitectura.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-contrapisos-content {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 48%)),
      to(rgb(0 0 0 / 22%))
    ),
    url(../imgs/servicios/contrapiso.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/contrapiso.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/contrapiso.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.section-yeso-content {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 48%)),
      to(rgb(0 0 0 / 22%))
    ),
    url(../imgs/servicios/yeso-proyectado.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/yeso-proyectado.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/yeso-proyectado.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-pool-content {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 48%)),
      to(rgb(0 0 0 / 22%))
    ),
    url(../imgs/servicios/pool.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/pool.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/pool.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-pintura-content {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 48%)),
      to(rgb(0 0 0 / 22%))
    ),
    url(../imgs/servicios/pintura.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/pintura.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 22%)),
    url(../imgs/servicios/pintura.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-construccion-content {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 48%)),
      to(rgb(0 0 0 / 61%))
    ),
    url(../imgs/servicios/panel.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 48%), rgb(0 0 0 / 61%)),
    url(../imgs/servicios/panel.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 61%)),
    url(../imgs/servicios/panel.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-service h2 {
  position: relative;
  color: #fff;
  font-size: 2.4em;
}
#maquinaria h2::after,
.section-service h2::before {
  content: "";
  height: 5px;
  width: 50px;
  background-color: #fcb80b;
  position: absolute;
  bottom: -30%;
  left: 0;
}
.section-service p {
  font-size: 1.3rem;
  text-align: left;
  margin-left: 3em;
  color: #fff;
}
.section-service a {
  margin-left: 3.5em;
}
.content-info-services {
  padding-bottom: 2em;
  padding-top: 2em;
}
#maquinaria h2 {
  position: relative;
}
.cont-maquinarias__cards {
  margin-top: 3em;
}
.cont-maquinarias__cards > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cont-maquinarias__cards .card {
  margin-top: 2em;
  -webkit-box-shadow: rgb(50 50 93 / 0.25) 0 6px 12px -2px,
    rgb(0 0 0 / 0.3) 0 3px 7px -3px;
  box-shadow: rgb(50 50 93 / 0.25) 0 6px 12px -2px,
    rgb(0 0 0 / 0.3) 0 3px 7px -3px;
  border: none;
}
.cont-maquinarias__cards .card img {
  padding: 0.3em;
}
.cont-maquinarias__cards .card h3 {
  font-size: 1.3rem;
  color: #fcb80b;
}
.cont-maquinarias__cards .card p {
  font-size: 0.8rem;
}
#contacto {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.5)),
      to(rgb(0 0 0 / 0.5))
    ),
    url(../imgs/servicios.webp);
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.5)),
    url(../imgs/servicios.webp);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.5)),
    url(../imgs/servicios.webp);
  background-size: cover;
}
#contacto h2 {
  color: #fff;
  margin-top: 2em;
  font-size: 2em;
  font-weight: 600;
}
#contacto form {
  margin-bottom: 3em;
}
#contacto form label {
  color: #fff;
}
#contacto form input::-webkit-input-placeholder,
#contacto form textarea::-webkit-input-placeholder {
  color: #fff;
}
#contacto form input::-moz-placeholder,
#contacto form textarea::-moz-placeholder {
  color: #fff;
}
#contacto form input:-ms-input-placeholder,
#contacto form textarea:-ms-input-placeholder {
  color: #fff;
}
#contacto form input::-ms-input-placeholder,
#contacto form textarea::-ms-input-placeholder {
  color: #fff;
}
#contacto form input::placeholder,
#contacto form textarea::placeholder {
  color: #fff;
}
#contacto form input,
#contacto form textarea {
  border: none;
  background: 0 0;
  color: #fff !important;
  border-bottom: 3px solid #fcb80b;
  border-radius: unset;
}
.error-input-form {
  border-color: red !important;
}
.error-input-form-text {
  color: #fff;
  display: none;
}
#contacto form button {
  background-color: #fcb80b;
  color: #fff;
  width: 100%;
  margin-top: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}
.toast {
  margin-top: 100px;
}
.toast-success {
  background-color: #fcb80b;
  color: #fff;
}
.toast-error {
  background-color: red;
  color: #fff;
}
.btn-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.btn-send span:first-child {
  margin-right: 0.5em;
  display: none;
}
.cont-information-background {
  background-color: #fcb80b;
  margin-top: 2em;
  padding: 1.5em 0.5rem;
  min-height: 500px;
}
.cont-copy,
footer {
  background-color: #fff;
}
.cont-information-background h3 {
  color: #fff;
  font-weight: 600;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.cont-information-list {
  list-style: none;
  margin-top: 2em;
}
.cont-information-list h4 {
  font-weight: 500;
}
.cont-information-list p {
  color: #fff;
}
.cont-information-list a {
  color: #fff;
  font-weight: 500;
}
footer {
  border-top: 2px solid #fc3;
  padding-top: 2em;
}
.cont-copy {
  color: #000;
  padding: 2em 0;
}
.btn-instagram,
.btn-whatsapp {
  opacity: 1;
  border-radius: 50%;
  position: fixed;
  padding: 0.3rem;
  top: auto;
  right: 2rem;
}
.btn-whatsapp {
  color: #fff;
  background-color: #4dc247;
  -webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 0.4);
  box-shadow: 2px 2px 6px rgb(0 0 0 / 0.4);
  bottom: 2rem;
  transition: 0.3s ease-in-out;
}
.btn-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  bottom: 6rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.visible-when-content-ready {
  visibility: visible !important;
}
.btn-instagram svg,
.btn-whatsapp svg {
  width: 40px;
  height: 40px;
  padding: 5px 2px;
  fill: #fff;
  vertical-align: middle;
}
::-webkit-scrollbar {
  width: 0.8em;
}
::-webkit-scrollbar-track {
  background: #807e786e;
}
::-webkit-scrollbar-thumb {
  background-color: #fcb80b;
  border-radius: 10px;
}
@media (width>992px) {
  #banner {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgb(0 0 0 / 0.604)),
        to(rgb(0 0 0 / 0.4))
      ),
      url(../imgs/frente-los-limoneros.webp);
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 0.604), rgb(0 0 0 / 0.4)),
      url(../imgs/frente-los-limoneros.webp);
    background: linear-gradient(0deg, rgb(0 0 0 / 0.604), rgb(0 0 0 / 0.4)),
      url(../imgs/frente-los-limoneros.webp);
  }
  #banner .banner_content h2 {
    text-align: center;
  }
  #banner .banner_content p {
    color: #fcb80b;
    text-align: left;
    width: 100%;
    font-weight: 500;
    font-size: 1.6rem;
  }
  #banner,
  #banner-section.section-revoques,
  #contacto,
  #servicios {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  header .nav-item .dropdown-item:hover,
  header .nav-link:hover {
    color: #000 !important;
  }
  #banner .banner_content a:hover,
  #nosotros a:hover,
  .section-service a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #676769;
    border-color: #676769;
    color: #fff;
  }
  .btn-instagram:hover,
  .btn-whatsapp:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .cont-information-background {
    height: 100%;
    width: 500px;
    margin: 0 auto;
  }
  #contacto h2 {
    margin-top: 3em;
  }
  #banner .banner_content h2,
  #banner-section .banner-section_content h2,
  #maquinaria h2,
  #nosotros h2,
  #servicios h2,
  .section-service h2 {
    font-size: 3em;
  }
  .cont-information-background h3 {
    margin: 1em 0.5em;
    font-size: 1.4em;
  }
  .cont-information-background ul {
    padding-left: unset;
    margin: 3em 0.9em;
  }
  .cont-services-card-info a:hover {
    border: 3px solid #fcb80b;
    background-color: #fcb80b;
    color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .cont-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-send:hover {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  #nosotros {
    background-position-x: -10%;
    background-position-y: 150%;
    background-size: 60%;
  }
  #nosotros .cont-text {
    margin-left: 4em;
  }
  #nosotros .cont-text::before {
    content: "";
    width: 50px;
    height: 5px;
    background: #fcb80b;
    position: absolute;
    top: 3%;
    left: -12%;
  }
}
