@font-face {
  font-family: "Montserratbi";
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat900n";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserratbn";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat900i";
  src: url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat200i";
  src: url("../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat800i";
  src: url("../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat300n";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat800n";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat200n";
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserratni";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat300i";
  src: url("../fonts/Montserrat-LightItalic.woff2") format("woff2"),
    url("Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat600n";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat500n";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserratnn";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat500i";
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat100n";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"),
    url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat100i";
  src: url("../fonts/Montserrat-ThinItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat600i";
  src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

a {
  text-decoration: none;
}

.navbar {
  z-index: 9;
  padding-top: 0px;
  width: 100%;
}

.navbar .collapse .navbar-nav .nav-item a {
  color: #e5e5e5;
  font-family: "Montserrat500n";
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 12px;
}

.navbar .collapsing .navbar-nav .nav-item a {
  color: #e5e5e5;
  font-family: "Montserrat500n";
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 12px;
}

.navbar .collapse .navbar-nav .nav-item:hover a {
  color: #fddc1a;
}

.navbar-brand {
  padding-top: 20px;
  padding-left: 20px;
}

.navbar-brand img {
  width: 80px;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 35px;
  height: 35px;
  font-size: 35px;
  color: #fddc1a;
}

#mainNav.navbar-shrink {
  padding-top: 0;
  padding-bottom: 0;
  /* background-color: #212529; */
}
#mainNav.navbar-shrink .navbar-brand {
  font-size: 1.25em;
  padding: 12px 0;
}

.home-principal-mobile {
  display: none;
}

#home-principal .single-item {
  height: 100%;
}

#home-principal .single-item div img {
  width: 100%;
  height: 100%;
}

.opacidad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(30, 30, 30, 0.8);
}

#home-principal .texto-img {
  width: 100vw;
  text-align: center;
  position: absolute;
  top: 45%;
}

#home-principal .texto-img h1 {
  font-family: "Montserratbn";
  color: #efefef;
  padding-bottom: 33px;
}

#home-principal .texto-img h2 {
  font-family: "Montserrat300n";
  color: #efefef;
  font-size: 20px;
}

.slick-dots {
  z-index: 9;
}

.container-fluid {
  padding: 0px;
  width: 100%;
}

.row {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#nosotros {
  width: 100%;
  background-color: #fddc1a;
  margin-top: -30px;
}

#nosotros .row .col-12 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

#nosotros .row .col-12 h1 {
  font-family: "Montserratbn";
  font-size: 36px;
  color: black;
  text-transform: uppercase;
  padding-bottom: 35px;
}

#nosotros .row .col-12 p {
  font-family: "Montserratnn";
  color: black;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 0 85px;
}

#home-presentacion {
  background-color: #efefef;
  padding: 150px 0;
}

#home-presentacion .pregunta {
  background-color: #fddc1a;
  margin-bottom: 180px;
  width: max-content;
  padding: 20px;
  padding-bottom: 15px;
  padding-right: 35px;
  text-align: right;
  border-radius: 0 50px 50px 0;
}

#home-presentacion .pregunta h2 {
  font-family: "Montserratbn";
  font-size: 36px;
}

#home-presentacion .row {
  margin-top: -84px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}

#home-presentacion .row .col-md-3 img {
  width: 60px;
  height: 50px;
  margin-left: 25px;
}

.punteada1 {
  position: absolute;
  display: block;
  border-bottom: 1px dashed black;
  width: 100%;
  left: 0;
}

.punteada2 {
  display: none;
}

.punteada3 {
  border-bottom: 1px dashed black;
  width: 100%;
}

#home-presentacion .row .col-md-3 i {
  display: block;
  font-size: 50px;
  color: #fddc1a;
  margin-top: -2px;
  margin-left: 30px;
  text-align: left;
}

#home-presentacion .row .col-md-3 .texto {
  padding: 7px 0 10px 20px;
}

#home-presentacion .row .col-md-3 h2 {
  font-family: "Montserratbn";
  color: black;
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 0px;
}

#home-presentacion .row .col-md-3 p {
  font-family: "Montserrat500n";
  color: black;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}

#home-parrallax {
  background-image: url("../img-desktop/parallax.jpg");
  background-color: rgba(50, 50, 50);
  background-blend-mode: soft-light;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
}

#home-parrallax .row .col-12 {
  text-align: center;
  padding-top: 40px;
  color: #ffffff;
}

#home-parrallax .row .col-12 h1 {
  font-family: "Montserratbn";
  font-size: 36px;
  color: #e36707;
}

#home-parrallax .row .col-12 h3 {
  font-family: "Montserrat300n";
  color: #e5e5e5;
  font-size: 18px;
}

#home-parrallax .lista {
  font-family: "Montserrat300n";
  padding: 20px;
  padding-left: 45px;
  color: #e5e5e5;
  font-size: 20px;
}

#home-parrallax .lista b {
  color: #e36707;
  padding-right: 5px;
}

#servicios {
  background-color: #e5e5e5;
  padding: 120px 0;
}

#servicios .row .col-12 {
  font-family: "Montserratbn";
  text-align: center;
  padding: 60px 0;
  font-size: 48px;
  text-transform: uppercase;
}

#servicios .rowcols {
  width: 100%;
  justify-content: space-around;
  padding-left: 0px;
  padding-right: 0px;
}

#servicios .row .col-sm-4 {
  position: relative;
  overflow: hidden;
  max-width: 350px;
  margin: 20px 0;
  text-align: center;
  font-family: "Montserratbn";
  padding: 0px;
}

#servicios .row .serv1 {
  background-image: url("../img-desktop/serv1.jpg");
  background-color: rgba(50, 50, 50);
  background-blend-mode: soft-light;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#servicios .row .serv2 {
  background-image: url("../img-desktop/serv2.jpg");
  background-color: rgba(50, 50, 50);
  background-blend-mode: soft-light;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#servicios .row .serv3 {
  background-image: url("../img-desktop/serv3.jpg");
  background-color: rgba(50, 50, 50);
  background-blend-mode: soft-light;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#servicios .row .serv4 {
  background-image: url("../img-desktop/serv4.jpg");
  background-color: rgba(50, 50, 50);
  background-blend-mode: soft-light;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#servicios .row .serv5 {
  background-image: url("../img-desktop/serv5.jpg");
  background-color: rgba(50, 50, 50);
  background-blend-mode: soft-light;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#servicios .row .serv6 {
  background-image: url("../img-desktop/serv6.jpg");
  background-color: rgba(50, 50, 50);
  background-blend-mode: soft-light;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#servicios .rowcols .col-sm-4 img {
  width: 80px;
  padding-top: 130px;
  padding-bottom: 30px;
}

#servicios .rowcols .col-sm-4 h2 {
  color: #e5e5e5;
  font-weight: 400;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#servicios .rowcols .col-sm-4 .texto-hover {
  transition: all 1.2s;
  position: absolute;
  z-index: 1;
  top: 350px;
  text-align: left;
  background-color: #c4c4c4;
  width: 350px;
  height: 350px;
  padding: 0 25px;
}

#servicios .rowcols .col-sm-4:hover .texto-hover {
  top: 0;
}

#servicios .rowcols .col-sm-4 .texto-hover h3 {
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 8px;
}

#servicios .rowcols .col-sm-4 .texto-hover .borde {
  width: 50%;
  border-bottom: 2px solid #e36707;
}

#servicios .rowcols .col-sm-4 .texto-hover p {
  font-family: "Montserratnn";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}

#home-clientes {
  background-color: #606060;
  width: 100%;
  text-align: center;
}

#home-clientes .row {
  margin-left: 0 !important;
  padding: 80px 20px 50px 40px;
}

#home-clientes .row .col-sm-9 {
  padding: 0 35px;
  max-width: 900px;
  margin: 0 auto;
}

#home-clientes .row .col-sm-3 h1 {
  font-family: "Montserratbn";
  color: #e5e5e5;
  margin-top: 55px;
}

#home-clientes .row .col-sm-9 .slider-clientes div {
  display: flex;
}

#home-clientes .row .col-sm-9 .slider-clientes div img {
  min-width: 250px;
  max-width: 270px;
  padding: 0 60px;
  margin: auto;
}

.slick-next:last-child {
  right: 0px !important;
  top: 58px;
}

.slick-prev {
  z-index: 9999;
  left: -30px !important;
  top: 58px;
}

.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
}

.slick-prev:before,
.slick-next:before {
  font-family: "Poppins";
  font-size: 60px;
  line-height: 1;
  color: #e5e5e5;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#map-form {
  background-color: #fddc1a;
}

#map-form .row .map {
  padding-right: 0px;
  padding-left: 0 !important;
}

#map-form .row .map iframe {
  width: 100%;
  height: 100%;
}

#map-form .row .contacto {
  background-color: #fddc1a;
  width: 100%;
  padding: 0 25px;
}

#map-form .row .contacto .titulo {
  padding-top: 50px !important;
}

#map-form .row .contacto .titulo h1 {
  font-family: "Montserratbn";
  font-size: 32px;
}

#map-form .row .contacto .titulo h2 {
  font-family: "Montserrat500n";
  font-size: 18px;
}

#map-form .row .contacto .col-12 {
  padding: 15px;
  justify-content: space-between;
}

#map-form .row .contacto input {
  background-color: #fddc1a;
  color: black;
  border: 1.5px solid black;
  height: 40px;
  font-size: 14px;
  padding: 12px 0 12px 8px;
}

#map-form .row .contacto .email input {
  width: 100%;
  font-family: "Montserrat500n";
  font-size: 14px;
  padding: 12px 0 12px 8px;
}

#map-form .row .contacto .datos input {
  width: 48%;
  font-family: "Montserrat500n";
  font-size: 14px;
  padding: 12px 0 12px 8px;
}

#map-form .row .contacto .datos input:last-child {
  float: right;
}

#map-form .row .contacto textarea {
  background-color: #fddc1a;
  width: 100%;
  height: 130px;
  border: 1.5px solid black;
}

#map-form .row .contacto textarea::placeholder {
  color: black;
  font-family: "Montserrat500n";
  font-size: 14px;
  padding: 12px 0 12px 8px;
}

#map-form .row .contacto .btn {
  text-align: right;
  margin-bottom: 30px;
  cursor: auto;
}

#map-form .row .contacto .btn a {
  background-color: #606060;
  padding: 8px 14px;
  font-family: "Montserratnn";
  font-size: 14px;
  color: #efefef;
  border: none;
  text-decoration: none;
}

#map-form .row .contacto .btn a:hover {
  opacity: 0.8;
}

#map-form .row .contacto .tu_consulta {
  text-align: left;
}

#map-form .row .contacto .tu_consulta h3 {
  font-family: "Montserrat500n";
  font-size: 16px;
}

#empleo-contacto {
  background-color: #e5e5e5;
}

#empleo-contacto .row {
  color: #e36707;
}

#empleo-contacto .row .empleo {
  padding: 0 30px 0 65px;
  margin: 40px 0 20px 0;
  border-right: 2px solid #e36707;
}

#empleo-contacto .row .empleo h1 {
  font-size: 22px;
  font-family: "Montserratbn";
}

#empleo-contacto .row .empleo p {
  font-family: "Montserrat300n";
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-right: 40px;
}

#empleo-contacto .row .empleo p:last-child {
  font-size: 14px;
  padding-right: 0;
}

#empleo-contacto .row .empleo div {
  margin: 20px 0;
}

#empleo-contacto .row .empleo div .solicitud {
  padding: 10px 20px;
  text-decoration: none;
  background-color: #e36707;
  font-family: "Montserrat300n";
  color: black;
  border: none;
  font-size: 16px;
}

#empleo-contacto .row .col-sm-6 img {
  width: 25px;
  margin-right: 5px;
}

#empleo-contacto .row .contacto {
  padding: 40px 30px 20px 65px;
}

#empleo-contacto .row .contacto div {
  padding: 20px 0;
}

#empleo-contacto .row .contacto div a {
  font-family: "Montserratnn";
  font-weight: 400;
  font-size: 16px;
  color: #e36707;
  margin-left: 20px;
}

#footer {
  background-color: #606060;
}

#footer .row {
  text-align: center;
}

#footer .row .col-12 {
  padding: 10px 0;
}

#footer .row .col-12 a {
  font-family: "Montserrat500n";
  font-size: 12px;
  margin-bottom: 0;
  text-decoration: none;
  color: #000000;
}

#mainNav.scrolled {
  background-color: #ffffffdd !important;
  transition: background-color 400ms linear;
}

#mainNav.scrolled a {
  color: #606060;
}

#mainNav.scrolled a:hover {
  color: #fddc1a;
}

@media (max-width: 576px) {
  .navbar {
    background-color: #efefef;
  }

  .navbar .navbar-brand img {
    width: 65px;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: black;
  }

  .home-principal-desktop {
    display: none;
  }

  .home-principal-mobile {
    display: block;
  }

  #home-principal .slick-list {
    height: 375px;
  }

  #home-principal .slick-track {
    height: 100%;
  }

  #home-principal .texto-img {
    top: 32%;
  }

  #home-principal .texto-img h1 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  #home-principal .single-item h2 {
    font-size: 18px;
    padding: 35px;
  }

  #nosotros .row .col-12 h1 {
    font-size: 32px;
    padding-left: 0;
  }

  #nosotros .row .col-12 p {
    padding: 0 15px 0 15px;
    font-size: 16px;
    line-height: 20px;
  }

  #home-presentacion {
    padding: 150px 0;
  }

  #home-presentacion .row {
    padding-left: 0;
    padding-right: 0;
  }

  #home-presentacion .row .col-md-3 {
    position: initial;
    padding-right: 0;
    padding-left: 0;
  }

  #home-presentacion .row .col-md-3 h2 {
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 0px;
  }

  #home-presentacion .row .col-md-3 p {
    text-align: left;
    line-height: 20px;
    font-size: 19px;
  }

  #home-presentacion .pregunta {
    padding-left: 10px;
    padding-right: 0px !important;
    text-align: left;
    min-width: fit-content;
  }

  #home-presentacion .pregunta h2 {
    font-size: 1.3em;
    padding: 0 15px;
  }

  #home-presentacion .row .col-md-3 img {
    margin-left: 30px;
  }

  #home-presentacion .row .col-md-3 i {
    margin-top: -2px;
    margin-left: 35px;
  }

  .punteada1 {
    display: none;
  }

  .punteada2 {
    position: absolute;
    display: block;
    border-bottom: 1px dashed black;
    width: 100%;
    left: 0;
  }

  #home-presentacion .row .col-md-3 .texto {
    padding: 10px 0px;
  }

  #home-presentacion .row .col-md-3 .texto h2 {
    padding: 0 30px;
  }

  #home-presentacion .row .col-md-3 .texto p {
    padding: 0 30px;
    font-size: 16px;
    line-height: 20px;
  }

  #home-parrallax {
    background-image: url("../img-mobile/parallaxMobile@72x-100.jpg");
    background-color: rgba(50, 50, 50);
    background-blend-mode: soft-light;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 30px 0 70px 0;
  }

  #home-parrallax .row .col-12 h1 {
    font-size: 24px;
    padding-left: 0px;
  }

  #home-parrallax .row .col-12 h3 {
    font-size: 17px;
    padding-left: 0px;
  }

  #home-parrallax .lista {
    padding: 20px 40px;
  }

  #home-parrallax .row .col-sm-7 {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0px;
  }

  #home-parrallax .row .col-sm-5 {
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #home-parrallax .row .col-sm-7 p {
    font-size: 16px;
  }

  #home-parrallax .row .col-sm-5 p {
    font-size: 16px;
  }

  #servicios {
    padding: 10px 0 70px 0;
  }

  #servicios .rowcols {
    width: 100%;
    padding: 0;
    margin: 0 !important;
  }

  #servicios .row .col-sm-4 {
    max-width: 576px !important;
    margin: 0;
  }

  #servicios .row .serv1 {
    background-image: url("../img-mobile/serv1@72x-100.jpg");
    background-color: rgba(50, 50, 50);
    background-blend-mode: soft-light;
    background-position: top;
    background-size: unset;
    background-repeat: no-repeat;
  }

  #servicios .row .serv2 {
    background-image: url("../img-mobile/serv2@72x-100.jpg");
    background-color: rgba(50, 50, 50);
    background-blend-mode: soft-light;
    background-position: top;
    background-size: unset;
    background-repeat: no-repeat;
  }

  #servicios .row .serv3 {
    background-image: url("../img-mobile/serv3@72x-100.jpg");
    background-color: rgba(50, 50, 50);
    background-blend-mode: soft-light;
    background-position: top;
    background-size: unset;
    background-repeat: no-repeat;
  }

  #servicios .row .serv4 {
    background-image: url("../img-mobile/serv4@72x-100.jpg");
    background-color: rgba(50, 50, 50);
    background-blend-mode: soft-light;
    background-position: top;
    background-size: unset;
    background-repeat: no-repeat;
  }

  #servicios .row .serv5 {
    background-image: url("../img-mobile/serv5@72x-100.jpg");
    background-color: rgba(50, 50, 50);
    background-blend-mode: soft-light;
    background-position: top;
    background-size: unset;
    background-repeat: no-repeat;
  }

  #servicios .row .serv6 {
    background-image: url("../img-mobile/serv6@72x-100.jpg");
    background-color: rgba(50, 50, 50);
    background-blend-mode: soft-light;
    background-position: top;
    background-size: unset;
    background-repeat: no-repeat;
  }

  #servicios .rowcols .col-sm-4 {
    height: auto;
  }

  #servicios .rowcols .col-sm-4 img {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  #servicios .rowcols .col-sm-4 h2 {
    display: none;
  }

  #servicios .rowcols .col-sm-4 .texto-hover {
    background-color: #e5e5e5;
    position: static;
    width: 100%;
    height: fit-content;
    padding: 5px 20px 30px 30px;
  }

  #servicios .rowcols .col-sm-4 .texto-hover h3 {
    font-size: 14px;
  }

  #servicios .rowcols .col-sm-4 .texto-hover p {
    font-size: 14px;
    line-height: 18px;
  }

  #map-form {
    max-width: 100%;
  }

  #map-form .row {
    height: fit-content;
    margin: 0 auto;
  }

  #map-form .row .map {
    width: 100%;
    height: 300px;
    padding: 0;
  }

  #map-form .row .contacto .titulo h1 {
    font-size: 23px;
    padding-bottom: 25px;
  }

  #map-form .row .contacto .titulo h2 {
    font-size: 18px;
  }

  #map-form .row .map iframe {
    width: 100%;
    height: 100%;
  }

  #map-form .row .contacto .datos input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  #map-form .row .contacto {
    padding: 0 5px 0 5px;
  }

  #home-clientes .row {
    margin-left: 0 !important;
    padding: 50px 20px 50px 30px;
  }

  #home-clientes .row .col-sm-3 {
    padding-bottom: 40px;
  }

  #home-clientes .row .col-sm-3 h1 {
    margin-top: 10px;
  }

  #home-clientes .row .col-sm-9 {
    padding: 15px 30px;
    width: 300px;
  }

  #home-clientes .row .col-sm-9 .slider-clientes div {
    width: 150px;
    margin: 0 auto;
  }

  #home-clientes .row .col-sm-9 .slider-clientes div img {
    max-width: 200px;
    padding: 0 60px;
    margin: auto;
    position: relative;
    left: -59px;
  }

  .slick-next:last-child {
    right: 0px !important;
    top: 45px;
  }

  .slick-prev {
    z-index: 9999;
    left: -30px !important;
    top: 45px;
  }

  #empleo-contacto .row {
    margin-left: 0;
  }

  #empleo-contacto .row .empleo {
    text-align: center;
    margin: 0 30px 0 30px;
    padding: 40px 0 20px 0;
    border-right: none;
    border-bottom: 2px solid #e36707;
  }

  #empleo-contacto .row .empleo h1 {
    font-size: 19px;
  }

  #empleo-contacto .row .empleo p {
    padding-right: 0;
    font-size: 15px;
  }

  #empleo-contacto .row .empleo .solicitud {
    font-size: 16px;
  }

  #empleo-contacto .row .contacto {
    padding: 15px 20px 15px 30px;
  }

  #empleo-contacto .row .contacto img {
    width: 25px;
    margin-right: 0;
  }

  #empleo-contacto .row .contacto div {
    padding: 5px 0;
  }

  #empleo-contacto .row .contacto div a {
    font-size: 16px;
    margin-left: 0;
    text-decoration: none;
  }

  #empleo-contacto .row .contacto .box2 {
    padding: 20px 0;
  }

  #empleo-contacto .row .contacto .box3 {
    padding-bottom: 10px;
  }

  #empleo-contacto .row .contacto .box5 {
    padding: 20px 0;
  }

  #footer .row .col-12 h2 {
    font-size: 12px;
  }
}

::-webkit-input-placeholder {
  color: black;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus {
  outline: none !important;
  border-color: #719ece;
  box-shadow: 0 0 5px #719ece;
}
textarea:focus {
  outline: none !important;
  border-color: #719ece;
  box-shadow: 0 0 5px #719ece;
}
