<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#servicios {
  overflow: hidden;
}
section {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
}
strong {
  color: #000000;
}
.portada {
  position: relative;
  display: inline-block;
  text-align: center;
}
.centrado {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.centrado h1 {
  color: white;
}
/*Section uno*/
.section-one{
  width: 90%;
}
/*
.section-one .logistic{
  flex-direction: unset;
  align-items: center;
  height: 100px;
  padding: 0 40px;
}
*/
.section-one .container-logistics{
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.container-logistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.logistic {
  border-radius: 22.095px 25.4943px 22.095px 22.095px;
  box-shadow: 0.9962px 8.9962px 33.9923px #f2f2f2;
  width: 15%;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  background-color: white;
  gap: 20px;
}
.logistic img {
     /* background: #f36c21; */
    /* padding: 10px; */
    border-radius: 100px;
    /* margin-bottom: 10px; */
    width: 50px;
}
.logistic h4{
  font-family: "Rubik Regular";
  font-size: 18px;
  line-height: 18px;
}
/*Section dos*/
.section-two {
  width: 100%;
  background: #c4c4c433;
}
.container-section-two {
  width: 90%;
  margin: auto;
}
.earth-movement {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 50px;
  gap: 35px;
}
.types {
  width: 31%;
  height: 150px;
  border-radius: 22px;
  background-color: white;
  box-shadow: 20px 20px 40px #ebe8e8;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.types h4,
.types p {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.types p{
  font-size: 15px;
  margin-top: 10px;
  line-height: 15px;
}
/* Section tres */
.section-three {
  width: 100%;
  display: flex;
  padding: 0;
}
.section-three img,
.section-three .torneria {
  width: 50%;
}
.torneria {
  display: flex;
}
.section-three .torneria .container-torneria {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.container-torneria p {
  margin-top: 10px;
}
/* Section cuatro */
.section-four {
  width: 100%;
  background: #c4c4c433;
}
.container-section-four {
  width: 90%;
  margin: auto;
}
.container-types-machinery {
  display: flex;
  justify-content: space-between;
}
.types-machinery {
  margin-top: 3rem;
  width: 45%;
}
.type {
  width: 100%;
}
.header-type {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: auto;
  cursor: pointer;
  background-image: url("/files/servicios/+.svg");
  background-repeat: no-repeat;
  background-position: right;
  transition: max-height 0.8s ease-in-out;
}
.types-machinery .line-orange {
  width: 100%;
  height: 2px;
  margin: 20px 0;
}
.header-type-active {
  background-image: url("/files/servicios/-.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  margin: 1rem 0 0.5rem 0;
  transition: max-height 0.2s ease-in-out;
  padding-top: 10px;
  width: 95%;
  margin: auto;
  cursor: pointer;
}
.body-type {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  padding-top: 10px;
  width: 95%;
  margin: auto;
}
.body-type p{
  font-size: 14px;
  line-height: 14px;
}
.body-type-active {
  transition: max-height 0.2s ease-in-out;
  max-height: 100px;
  overflow: visible;
  padding-top: 10px;
  width: 95%;
  margin: auto;
}
.body-type-active p{
  font-size: 14px;
  line-height: 24px;
}
/*----------Section Seis-----------*/
.section-six {
  width: 70%;
  margin: auto;
}
.section-six h2 {
  color: black;
}
.container-six {
  position: relative;
  margin: 4rem 0;
}
.container-six .container-arrows {
  left: -3%;
  width: 105%;
}
.container-six .arrow-container-img {
  padding: 0;
}
.container-six .arrow-container-img:hover {
  background: transparent;
}
.clientes .slick-slide {
  margin: 0 6rem;
}
.clientes .slick-track {
  display: flex;
  align-items: center;
}
.clientes img {
  width: 80px;
}
.container-arrows {
  position: absolute;
  bottom: 50%;
  left: 3%;
  z-index: 2;
  width: 94%;
  display: flex;
  justify-content: space-between;
}
.arrow-container-img {
  display: block;
  border-radius: 1px solid white;
  border: 2px solid white;
  border-radius: 300px;
  padding: 15px;
  width: 25px;
  height: 25px;
  transition: 0.5s all ease-in-out;
}
/*--------------------- RESPONSIVE ----------------------*/

@media screen and (max-width: 768px) {
  section{
    padding: 2rem 0;
  }
  .slick-dots {
    bottom: -50px;
  }
  .container-arrows {
    bottom: 35%;
  }
  .centrado {
    left: 30% !important;
    transform: translate(-50%, -15%);
  }
  /* Section uno */
  .section-one {
    width: 100%;
  }
  .section-one h2 {
    text-align: center;
  }
  .section-one .line-orange {
    display: none;
  }
  .logistic {
    display: flex !important;
    margin: 30px 10px;
    box-shadow: 0.9962px 0.9962px 16.9923px #f2f2f2;
  }
  /*.section-one .logistic{
    padding: 0 10px;
  }*/
  /* Section dos */
  .container-section-two{
    width: 100%;
  }
  .types {
    box-shadow: none;
    margin: 20px;
  }
  .container-section-two h2 {
    text-align: center;
  }
  .container-section-two .line-orange {
    display: none;
  }
  .earth-movement {
    margin-top: 20px;
  }
  /* Section tres */
  .section-three {
    flex-direction: column;
    align-items: center;
  }
  .section-three img,
  .section-three .torneria {
    width: 100%;
  }
  .torneria {
    margin: 3rem 0;
  }
  .section-three .torneria .container-torneria {
    width: 70%;
  }
  .container-torneria h2 {
    text-align: center;
  }
  .container-torneria .line-orange {
    display: none;
  }
  /* Section cuatro */
  .container-section-four h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .container-types-machinery {
    flex-direction: column;
  }
  .types-machinery {
    width: 100%;
    margin-top: 0;
  }
  .types-machinery .line-orange {
    margin: 10px 0;
}
  /* Section Seis */
  .section-six h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .clientes .slick-slide {
    margin: 0 2rem;
  }
  .container-six .container-arrows {
    left: -9%;
    width: 120%;
  }
}

@media screen and (min-width: 780px) and (max-width: 821px) {
  section{
    width: 90%;
  }
  .types{
    width: 46%;
  }
  .earth-movement {
    justify-content: space-around;
  }
  .clientes .slick-slide {
    margin: 0 2rem;
  }
  .container-six{
    margin: 0;
  }
}</pre></body></html>