@charset "UTF-8";
body {
  font-size: 16px;
}

.contenido {
  margin-top: 3.5rem;
}

#welcome {
  background: #202020;
}

#button,
#button-cerrar {
  border: none;
  background: none;
}

#button-cerrar i {
  color: #E33307;
  font-size: 1.5rem;
}

header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(70, 66, 66, 0.12);
  background: #202020 !important;
  z-index: 99999999 !important;
}

.logo,
.logo-footer {
  width: 250px;
}

.lista-header {
  margin-left: 2rem !important;
}

.boton-primario {
  background: #E33307;
  color: white;
  transition: all 0.5s ease-in-out;
  border: none;
  border-radius: 10px;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
}

#contacto-boton {
  background: #E33307;
  border: none;
  padding: 1rem;
  border-radius: 50%;
  position: fixed;
  bottom: 5%;
  right: 3%;
  transition: all 0.5s ease-in-out;
}

#contacto-boton img {
  width: 30px;
}

.banner-titulo {
  font-weight: bold;
  font-size: 24px;
}

.boton-primario:hover {
  background: #cf2f06;
  color: white;
  transition: all 0.5s ease-in-out;
}

#contacto-boton:hover {
  background: #cf2f06;
  color: white;
  transition: all 0.5s ease-in-out;
}

.imagen-nosotros {
  margin-top: 10rem;
}

.lista-header-li {
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  padding: 0.5rem;
  border-radius: 10px;
  color: #E33307;
  text-decoration: none;
}

.lista-header-li:hover {
  background: #E33307;
  color: white;
  transition: all 0.5s ease-in-out;
}

.sidebar {
  background: #202020;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: transform 0.3s ease;
  transform: translateY(-100%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.active {
  /* Cambiamos d-block por active */
  transform: translateX(0) !important;
  /* Visible */
}

.sidebar-item {
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.sidebar-item:hover {
  background: #E33307;
  transition: all 0.5s ease-in-out;
}

.sidebar-item:hover a {
  color: #202020;
}

.sidebar-item a {
  text-decoration: none;
  color: #E33307;
  font-size: 1.5rem;
  font-weight: bold;
}

.sidebar-icon i {
  font-size: 2rem;
  color: #E33307;
}

.banner-descripcion {
  position: absolute;
  bottom: 5%;
  padding: 1rem;
  color: white;
}

.banner {
  margin-top: 7rem;
}

.icono {
  width: 25px;
  height: 25px;
  fill: white !important;
}

.margintop-4 {
  margin-top: -4rem;
}

.contenido-welcome {
  background: white;
  position: relative;
  padding: 1rem;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 99;
}

#servicios {
  background: url("../images/home/servicios.png") no-repeat center top;
  background-size: cover;
}

#servicios-index {
  background: url("../images/home/servicios.png") no-repeat center top;
  background-size: cover;
}

.servicio-card {
  background: #202020;
  padding: 1rem !important;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  align-items: center;
  text-align: center;
  color: white;
  height: 100%;
}

.servicio-titulo {
  font-size: 16px;
}

.icono-servicio {
  width: 100px;
  height: 100px;
}

.service-list {
  background: #E6F6FE !important;
  padding-top: 6rem;
  padding-bottom: 0.5rem;
}

.service-item {
  padding-top: 6rem;
  margin-bottom: 3rem;
}

.margintop-8 {
  margin-top: -8rem;
}

.bradius15 {
  border-radius: 15px;
}

.bradius20 {
  border-radius: 20px;
}

.beneficios-servicios {
  padding-left: 1rem;
}

.beneficios-servicios li i {
  color: #E33307;
}

#contactanos {
  background: url("../images/home/contactanos.png") no-repeat center top;
  background-size: cover;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-footer {
  color: white;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.link-footer:hover {
  color: #E33307;
  transition: all 0.5s ease-in-out;
}

.link-footer:active {
  color: #E33307;
  transition: all 0.5s ease-in-out;
}

.servicios-titulo {
  margin-bottom: 4rem;
}

.contenedor {
  width: auto;
  height: auto;
  overflow: hidden !important;
  display: flex !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.caroussel-logo {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.caroussel-logo svg {
  fill: #636363;
  transition: all 0.5s ease;
}

.caroussel-logo svg:hover {
  fill: #127AB0;
  transition: all 0.5s ease;
}

.movil {
  display: flex;
  animation: scroll 30s linear infinite;
}

.contacto-card {
  border-radius: 10px;
  background: white;
  width: 100%;
}

.contacto-titulo {
  color: #E33307;
  font-weight: bold;
}

footer {
  background: url("../images/home/footer.png") no-repeat center top;
  background-size: cover;
  padding: 1rem;
}

footer ul {
  border-left: 2px solid white;
  padding-left: 1rem;
}

.paddingtop4 {
  padding-top: 4rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  /* Posición inicial */
  100% {
    transform: translateX(-100%);
  }
  /* Se desplaza la mitad de los logos */
}
@media (min-width: 768px) {
  .banner-descripcion {
    width: 50%;
  }
  #servicios {
    background: url("../images/home/servicios-web.png") no-repeat center top;
    background-size: cover;
  }
  #contactanos {
    background: url("../images/home/contactanos-web.png") no-repeat center top;
    background-size: cover;
  }
  footer {
    background: url("../images/home/footer-web.png") no-repeat center top;
    background-size: cover;
  }
}
@media (min-width: 991px) {
  .contenido-welcome {
    position: absolute;
    width: 40%;
    top: 12%;
    right: 5%;
    border-radius: 20px;
    z-index: 99999;
  }
  .padding3 {
    padding: 3rem;
  }
  .services-description {
    margin-top: 2.5rem !important;
  }
  .banner-titulo {
    font-size: calc(1.375rem + 1.5vw);
  }
  .contacto-card {
    width: 50%;
  }
  .logo-footer {
    width: 350px;
  }
  .imagen-nosotros {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1100px) {
  .contenido-welcome {
    position: absolute;
    width: 40%;
    top: 20%;
    right: 5%;
    border-radius: 20px;
  }
  .texto-banner {
    top: 45%;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .wrapper {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 1800px) {
  #servicios-index {
    height: 90vh;
  }
}/*# sourceMappingURL=styles.css.map */