@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}
.container-fluid {
  max-width: 100%;
}
.quitar_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.texto_parrafo1 {
  font-size: 35px;
}
.texto_parrafo1_1 {
  font-size: 28px;
}
.texto_parrafo2 {
  font-size: 22px;
}
.texto_parrafo3 {
  font-size: 18px;
}
.text-muted {
  font-size: 12px;
}
p {
  margin-bottom: 0;
  line-height: 1.1;
}
.rojo{
  color: #6E091A;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 2s;
  transition-property: opacity;
 }
 
 .carousel-fade  .carousel-item.active,
 .carousel-fade  .carousel-item-next.carousel-item-left,
 .carousel-fade  .carousel-item-prev.carousel-item-right {
   opacity: 1;
 }
 
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-right {
  opacity: 0;
 }
 
 .carousel-fade  .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active,
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
 }

@media (max-width: 990px) {
  .texto_parrafo1 {
    font-size: 30px;
  }
  .texto_parrafo1_1 {
    font-size: 24px;
  }
  .texto_parrafo2 {
    font-size: 18px;
  }
  .texto_parrafo3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .texto_parrafo1 {
    font-size: 28px;
  }
  .texto_parrafo1_1 {
    font-size: 22px;
  }
  .texto_parrafo2 {
    font-size: 16px;
  }
  .texto_parrafo3 {
    font-size: 12px;
  }
}
