

.text-justify{
    text-align: justify;
}

.fondo-cabecera{
    background: #fff2f2 top center no-repeat fixed;

}
.fondo-servicios{
background: url(../images/fondo3.webp) #000 top center repeat fixed;
}
.fondo-cuerpo{
background: radial-gradient(circle, rgb(243 141 29) 0%, rgb(177 5 5) 100%) top center repeat;

}

.fondo-copyright{
    background: #024e3566 top center repeat fixed;;
}

.swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background-color: #ffec6d;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: 20px;
    height: 20px;
    background-color: #df2dff;
}