/*BASE*/
@font-face {
  font-family: 'montserrat';
  src: url(../fonts/Montserrat.ttf); }
@font-face {
  font-family: 'roboto';
  src: url(../fonts/Roboto.ttf); }
* {
  margin: 0;
  padding: 0;
  text-decoration: none; }

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "montserrat" !important; }

html {
  scroll-behavior: smooth; }

a:hover {
  text-decoration: none !important; }

.no-padding {
  padding: 0 !important; }

.subtitle {
  text-align: center;
  font-size: 2.5rem;
  color: #fff; }

.btn-style {
  color: #fff;
  border: none;
  border-radius: 100px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: background .5s ease-in-out;
  text-decoration: none;
  font-weight: 500;
  background-color: #1e1e1e; }
  .btn-style:hover {
    transition: 0.9s;
    color: #1e1e1e;
    background-color: #fff; }

.bg-whites {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6)); }

.bg-whitesplus {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9)); }

#principal {
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url(../img/limpieza-de-alfombras.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100vh;
  position: relative;
  width: 100%;
  padding: 50px;
  display: flex;
  align-items: center; }
  #principal .box-middle {
    padding-top: 290px; }
    #principal .box-middle .box-title {
      width: 100%; }
      #principal .box-middle .box-title h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 800;
        padding: 20px 0;
        font-family: "roboto";
        letter-spacing: 3px; }
      #principal .box-middle .box-title h4 {
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 50px; }
    #principal .box-middle .plecaton {
      width: 38%;
      text-align: left; }
      #principal .box-middle .plecaton a {
        text-decoration: none; }
        #principal .box-middle .plecaton a .botoncito {
          background: #117dce;
          border-radius: 40px;
          height: 150px;
          padding: 28px 40px; }
          #principal .box-middle .plecaton a .botoncito h2 {
            color: #fff;
            font-size: 28px;
            font-weight: 600;
            padding-bottom: 10px;
            font-family: "roboto";
            letter-spacing: 3px; }
          #principal .box-middle .plecaton a .botoncito p {
            color: #fff;
            font-size: 24px;
            font-style: italic;
            font-weight: 400; }
          #principal .box-middle .plecaton a .botoncito i {
            color: #fff;
            font-size: 34px; }

#nosotros .contain-fotito {
  padding: 50px; }
  #nosotros .contain-fotito .border-fotito {
    border: 3px solid #117dce;
    border-radius: 250px;
    width: 100%;
    height: 100vh; }
    #nosotros .contain-fotito .border-fotito .fotito {
      padding: 30px;
      display: flex;
      width: 100%;
      height: 100vh; }
      #nosotros .contain-fotito .border-fotito .fotito img {
        border-radius: 250px;
        object-fit: cover;
        width: 100%; }
#nosotros .textito {
  padding: 80px 50px 80px 80px;
  height: 100vh;
  display: flex;
  align-items: center; }
  #nosotros .textito .typewritter {
    font-size: 32px;
    font-weight: 600;
    color: #117dce; }
    #nosotros .textito .typewritter .cursor {
      animation: cursor-blink 750ms infinite;
      animation-timging-function: ease-in; }
@keyframes cursor-blink {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  #nosotros .textito .textin {
    padding-top: 30px; }
    #nosotros .textito .textin p {
      font-size: 24px;
      color: #1e1e1e; }
      #nosotros .textito .textin p span {
        font-weight: 600; }

#beneficios {
  padding: 0; }
  #beneficios .boxes-beneficio {
    height: 100vh;
    padding-top: 80px; }
    #beneficios .boxes-beneficio .beneficio-block {
      margin: 20px 80px 20px 20px;
      padding: 20px;
      display: flex;
      align-items: center;
      box-shadow: 4px 5px 10px 0px #00000040;
      border-radius: 8px; }
      #beneficios .boxes-beneficio .beneficio-block .iconito {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #beneficios .boxes-beneficio .beneficio-block .iconito i {
          font-size: calc(1.2rem + 3vw);
          color: #d1900f; }
      #beneficios .boxes-beneficio .beneficio-block .textito {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center; }
        #beneficios .boxes-beneficio .beneficio-block .textito h5 {
          padding: 15px 15px 15px 30px;
          font-size: 1.5rem;
          margin: 0; }
    #beneficios .boxes-beneficio .fotos {
      width: 500px;
      height: 100vh;
      padding: 0 0 0 80px; }
      #beneficios .boxes-beneficio .fotos #before-after {
        position: relative;
        width: 100%;
        height: 300px;
        padding: 10px;
        margin-bottom: 30px; }
      #beneficios .boxes-beneficio .fotos .view {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden; }
      #beneficios .boxes-beneficio .fotos .view-before {
        z-index: 1; }
      #beneficios .boxes-beneficio .fotos .view-after {
        z-index: 2; }
      #beneficios .boxes-beneficio .fotos #dragme {
        position: absolute;
        width: 5px;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: #117dce;
        cursor: pointer;
        z-index: 3; }
        #beneficios .boxes-beneficio .fotos #dragme .bolita {
          display: flex;
          width: 40px;
          height: 40px;
          border-radius: 50px;
          background-color: #117dce;
          margin-left: -17px;
          margin-top: 137px;
          align-items: center; }
          #beneficios .boxes-beneficio .fotos #dragme .bolita .arrows {
            text-align: center;
            margin: 0 auto; }
            #beneficios .boxes-beneficio .fotos #dragme .bolita .arrows i {
              color: #fff;
              padding: 0 3px;
              margin: 0 auto; }
            #beneficios .boxes-beneficio .fotos #dragme .bolita .arrows p {
              color: #fff;
              padding: 0 3px;
              margin: 0 auto;
              font-weight: 600; }
      #beneficios .boxes-beneficio .fotos #before-after2 {
        position: relative;
        width: 100%;
        height: 300px;
        padding: 10px; }
      #beneficios .boxes-beneficio .fotos .view2 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden; }
      #beneficios .boxes-beneficio .fotos .view-before2 {
        z-index: 1; }
      #beneficios .boxes-beneficio .fotos .view-after2 {
        z-index: 2; }
      #beneficios .boxes-beneficio .fotos #dragme2 {
        position: absolute;
        width: 5px;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: #117dce;
        cursor: pointer;
        z-index: 3; }
        #beneficios .boxes-beneficio .fotos #dragme2 .bolita {
          display: flex;
          width: 40px;
          height: 40px;
          border-radius: 50px;
          background-color: #117dce;
          margin-left: -17px;
          margin-top: 137px;
          align-items: center; }
          #beneficios .boxes-beneficio .fotos #dragme2 .bolita .arrows {
            text-align: center;
            margin: 0 auto; }
            #beneficios .boxes-beneficio .fotos #dragme2 .bolita .arrows i {
              color: #fff;
              padding: 0 3px;
              margin: 0 auto; }
            #beneficios .boxes-beneficio .fotos #dragme2 .bolita .arrows p {
              color: #fff;
              padding: 0 3px;
              margin: 0 auto;
              font-weight: 600; }
      #beneficios .boxes-beneficio .fotos .comparativo {
        width: 100%;
        height: 300px;
        display: flex;
        padding: 10px;
        border-radius: 25px; }
        #beneficios .boxes-beneficio .fotos .comparativo:hover .despues {
          display: block; }
        #beneficios .boxes-beneficio .fotos .comparativo:hover .antes {
          display: none; }
        #beneficios .boxes-beneficio .fotos .comparativo .antes {
          object-fit: cover;
          width: 100%; }
        #beneficios .boxes-beneficio .fotos .comparativo .despues {
          display: none;
          object-fit: cover;
          width: 100%; }

#call .call-back {
  margin: 100px 0 50px 0;
  width: 100%;
  height: 580px;
  background-image: url(../img/back2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
#call .box-middle {
  position: relative;
  height: 500px;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px; }
  #call .box-middle .box-title {
    width: 80%;
    padding: 0 200px 0 0; }
    #call .box-middle .box-title h2 {
      color: #1e1e1e;
      font-size: 60px;
      font-weight: bolder;
      font-family: "roboto";
      letter-spacing: 3px; }
    #call .box-middle .box-title h4 {
      font-size: 28px;
      font-weight: 600;
      color: #117dce; }
  #call .box-middle .buho {
    position: absolute;
    bottom: 100px;
    right: 100px;
    width: 200px; }
    #call .box-middle .buho img {
      width: 100%; }

#lavado {
  margin-top: 50px; }
  #lavado .fotito {
    width: 100%;
    height: 100vh;
    display: flex; }
    #lavado .fotito img {
      object-fit: cover;
      width: 100%; }
  #lavado .cajitas {
    padding: 50px 40px; }
    #lavado .cajitas .beneficio-block {
      margin: 20px;
      padding: 20px;
      display: grid;
      text-align: center;
      box-shadow: 4px 5px 10px 0px #00000040;
      border-radius: 8px; }
      #lavado .cajitas .beneficio-block .iconito {
        width: 80px;
        height: 80px;
        display: flex;
        margin: 0 auto; }
        #lavado .cajitas .beneficio-block .iconito i {
          font-size: calc(1.2rem + 3vw);
          color: #117dce; }
      #lavado .cajitas .beneficio-block .textito {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center; }
        #lavado .cajitas .beneficio-block .textito h5 {
          padding: 15px 15px 15px 30px;
          font-size: 1.5rem;
          margin: 0; }

/* de telefono a tablet */
@media (max-width: 450px) {
  body {
    width: 100%; }

  #principal {
    padding: 30px !important; }
    #principal .box-middle {
      height: 650px !important;
      padding: 100px 0 0 0 !important; }
      #principal .box-middle .box-title {
        margin-bottom: 95px !important; }
        #principal .box-middle .box-title h1 {
          font-size: 44px !important; }
        #principal .box-middle .box-title h4 {
          font-size: 22px !important; }
    #principal .plecaton {
      width: 85% !important; }
      #principal .plecaton a .botoncito {
        height: 190px !important;
        padding: 35px 30px !important; }
        #principal .plecaton a .botoncito h2 {
          font-size: 26px !important;
          padding-bottom: 10px !important; }
        #principal .plecaton a .botoncito p {
          font-size: 24px !important; }
        #principal .plecaton a .botoncito i {
          font-size: 32px !important; }

  #nosotros .boxito {
    padding: 60px 40px 40px 40px !important; }
    #nosotros .boxito .sello {
      height: 120px !important;
      width: 120px !important; }
      #nosotros .boxito .sello h3 {
        font-size: 45px !important; }
      #nosotros .boxito .sello p {
        font-size: 14px !important; }
  #nosotros .textito {
    padding: 115px 30px 50px 30px !important;
    height: 65vh !important; }
    #nosotros .textito p {
      padding-top: 40px !important;
      font-size: 20px !important; }
    #nosotros .textito .textin {
      padding-top: 0 !important; }

  #beneficios {
    padding: 15px 0 100px 0 !important; }
    #beneficios .boxes-beneficio {
      padding-top: 15px !important; }
      #beneficios .boxes-beneficio .beneficio-block {
        margin: 15px !important;
        padding: 20px !important; }
        #beneficios .boxes-beneficio .beneficio-block .iconito {
          width: 80px !important;
          height: 80px !important; }
        #beneficios .boxes-beneficio .beneficio-block .textito h5 {
          padding: 15px 15px 15px 30px !important;
          font-size: 1.3rem !important; }
      #beneficios .boxes-beneficio .fotos {
        padding: 40px 0 0 0 !important;
        width: 390px; }
        #beneficios .boxes-beneficio .fotos .cajaaa {
          display: flex; }
          #beneficios .boxes-beneficio .fotos .cajaaa .comparativo {
            height: 300px !important; }

  #call .call-back {
    margin: 740px 0 50px 0 !important;
    height: 580px !important; }
  #call .box-middle {
    height: 500px !important;
    width: 95% !important; }
    #call .box-middle .box-title {
      width: 80% !important;
      padding: 0 !important; }
      #call .box-middle .box-title h2 {
        font-size: 34px !important; }
      #call .box-middle .box-title h4 {
        font-size: 20px !important; }
    #call .box-middle .buho {
      display: none; }

  #lavado .cajitas {
    padding: 50px 30px !important; }
    #lavado .cajitas .beneficio-block {
      margin: 10px !important;
      padding: 10px !important; }
      #lavado .cajitas .beneficio-block .iconito {
        width: 80px !important;
        height: 80px !important;
        align-items: center; }
        #lavado .cajitas .beneficio-block .iconito i {
          font-size: calc(2.2rem + 4vw) !important;
          margin: 0 auto !important; }
      #lavado .cajitas .beneficio-block .textito h5 {
        font-size: 1.2rem !important; }

  .subtitle {
    font-size: 2.4rem; } }
#tel .tel-boton {
  z-index: 4;
  position: fixed;
  top: 20px;
  right: 20px;
  box-shadow: 4px 5px 10px 0px #00000040;
  border: none;
  border-radius: 100px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: background .5s ease-in-out;
  text-decoration: none;
  font-weight: 500;
  background-color: #117dce; }
  #tel .tel-boton a {
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    font-weight: 400; }
    #tel .tel-boton a i {
      padding: 0 5px; }
  #tel .tel-boton:hover {
    transition: 0.9s;
    background-color: #fff; }
    #tel .tel-boton:hover a {
      color: #117dce; }

/* whatsapp*/
#whats {
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  z-index: 999; }

@keyframes pulse {
  0% {
    transform: scale(1, 1); }
  50% {
    opacity: 0.3; }
  100% {
    transform: scale(1.45);
    opacity: 0; } }
#whats .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation: infinite; }

#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999998;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px; }

@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px; } }
#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  display: flex;
  align-items: center;
  justify-content: center; }

#whats .whatsapp-button:focus {
  outline: none; }

#whats .whatsapp-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: red;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 0; }

#whats .whatsapp-button i {
  color: #fff;
  font-size: 36px;
  cursor: pointer; }

#whats .circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
  animation-iteration-count: infinite; }

#whats .title {
  background: #095e54;
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 9px 9px 0 0; }

#whats .title small {
  font-weight: 100; }
  #whats .title small:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #2bd32b;
    position: absolute;
    left: 84px;
    top: 42px;
    z-index: 0; }

#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  /*padding: 0 15px 15px 10px;*/
  bottom: 100px;
  right: 30px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
  border: 1px solid #f1f1f1;
  z-index: 999999999999999999999999999999999999999999999999999999999; }

#whats .popup-whatsapp > div {
  margin: 5px; }

@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em; } }
#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  /*background: #e6ddd4;*/
  margin: 0;
  padding: 15px; }

#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 265px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-right: 16px;
  margin-top: 3px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: auto; }

#whats .popup-whatsapp > .content-whatsapp.-top p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 8px;
  top: 90px;
  cursor: auto; }

#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row; }

#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  /*margin: 0px 0px 15px 0px;*/
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f1f1f1;
  color: #2f4e6f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  cursor: auto; }

#whats .closePopup:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
  cursor: auto; }

#whats .send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  border: 1px solid #25d366;
  cursor: auto !important; }

#whats .send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
  cursor: auto; }

#whats .send-msPopup:focus {
  outline: none;
  cursor: auto; }

#whats .send-msPopup:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f1f1f1;
  position: absolute;
  bottom: -11px;
  right: 10px; }

#whats .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto; }

#whats input.whats-input[type=text] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
  cursor: auto; }

@media (max-width: 420px) {
  #whats input.whats-input[type=text] {
    width: 225px;
    cursor: auto; } }
#whats input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
  cursor: auto; }

#whats input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
  cursor: auto; }

#whats .icon-whatsapp-small {
  width: 24px;
  height: 24px;
  cursor: auto; }

#whats .icon-whatsapp {
  width: 45px;
  height: 45px; }

#whats .icon-font-color {
  color: #ffffff; }

#whats .icon-font-color--black {
  color: #333333; }

#whats .send-msPopup i {
  cursor: auto !important; }

/* End whatsapp */

/*# sourceMappingURL=styles.css.map */
