.servicio {
  width: 100%;
  height: 600px;
}
.servicio-paquete {
  width: 100%;
  height: auto;
  background-color: #f0e3e3;
}
.servicio-paquete .row {
  padding-top: 3rem;
}

.texto-pservicios {
  position: absolute;
  top: 10%;
  width: 100%;
}

.texto-pservicios .boton-info {
  margin-left: 100px;
  margin-right: 100px;
}

.camioneta-toyota {
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 1000ms ease-in-out;
}

/* SERVICIOS*/

.cuadro-texto3 {
  padding-bottom: 3rem;
  padding-top: 3rem;
  animation: servicioPersonal 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.text-servicioh1 {
  font-size: 2.5em;
}
.text-serviciop {
  font-size: 1.3em;
}
.boton-info-catalogo {
  margin-left: 100px;
  margin-right: 100px;
}

.bloque-servicios {
  display: inline-block;
  position: relative;
}

.incluye-2 {
  display: none;
}
/*CATALOGO*/
/*formulario contactos*/
.formulario-contacto {
  height: auto;
}

[data-animation="fade"] {
  opacity: 0;
  transform: translateY(-100%);
  animation: aparecer 3s;
  transition: all 300ms linear;
  --opacity: 1;
  --transform: translateY(0);
}

.unset {
  opacity: var(--opacity);
  transform: var(--transform);
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .text-servicioh1 {
    font-size: 24px;
  }
  .text-serviciop {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .text-servicioh1 {
    font-size: 14px;
  }
  .text-serviciop {
    font-size: 12px;
  }
  .boton-info-catalogo {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .boton-info-catalogo {
    margin-left: 3em;
    margin-right: 3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-servicioh1 {
    font-size: 1.5em;
  }
  .text-serviciop {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .servicio {
    height: 680px;
  }
  .cuadro-texto3 {
    padding-bottom: 2rem;
    padding-top: 0.5rem;
    display: flex;
    justify-content: center;
  }
  .text-servicioh1 {
    font-size: 2em;
  }
  .text-serviciop {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 545px) {
  .bloque-servicios .cuadro_blanco {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .incluye-1 {
    display: none;
  }
  .incluye-2 {
    display: block;
  }
  .font-servicios {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .font-servicios {
    font-size: 9px;
  }
  .texto-pservicios .boton-info {
    margin-left: 50px;
    margin-right: 50px;
  }
  .bloque-servicios .cuadro_blanco {
    height: 315px;
  }
  .text-servicioh1 {
    font-size: 1.5em;
  }
  .text-serviciop {
    font-size: 1em;
  }
}

@keyframes servicioPersonal {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aparecer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
