@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .texto-content {
    text-align: center;
  }
  .texto-content span {
    justify-content: center;
  }
  .formulario {
    margin-top: 20px;
  }
  .view-desktop {
    display: none;
  }
   .garantia h3 {
    font-size: 24px;
  }
  .texto:before {
    right: 14px;
  }
}
@media(max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  .slider {
    background-image: url(../images/fondo-mobile.jpg);
  }
  .header img {
    max-width: 150px;
  }
  .wp-header img {
    max-width: 50px;
  } 
  .wp-header h2 {
    font-size: 20px;
  }
  .btn-wp {
    right: -50px;
  }
  .btn-wp img {
    width: 55%;
  }
  .btn-wp{
    bottom: 40px;
    right: -50px;
  }
  .titulo-servicios {
    margin: 35px 0px;
  }
  .contactanos h3 {
    font-size: 22px;
    text-align: center;
  }
  .contacto h1 {
    font-size: 30px;
  }
  .centrado {
    text-align: center;
    padding-bottom: 20px;
  }
  .descripcion {
    text-align: center;
  }
  .motivos h5 {
    font-size: 21px;
  }
  .philips {
    width: 49%;
  }
  .texto:before {
    width: 0;
  } 
  .garantia span {
    flex-direction: column;
  }

}
@media(max-width: 575px) {
  .header img {
    max-width: 120px;
  }
  .wp-header img {
    max-width: 30px;
  } 
  .wp-header h2 {
    font-size: 16px;
  }

  .btn-wp img {
    width: 40%;
  }
  .btn-wp{
    bottom: 40px;
    right: -77px;
  }
  h5 {
    font-size: 18px;
  }
  .formulario .encabezado h2 {
    font-size: 16px;
  }
  label {
    font-size: 12px;
  }
  .boton {
    font-size: 16px;
  }
}
