@font-face {
    font-family: 'Raleway1';
    src: url(https://misionerosdeguadalupe.org/general/font/raleway/Raleway-Medium-Original.otf);
    font-style: normal;
}

@font-face {
    font-family: 'Raleway2';
    src: url(https://misionerosdeguadalupe.org/general/font/raleway/Raleway-Light.ttf);
    
}

@font-face {
    font-family: 'Raleway3';
    src: url(https://misionerosdeguadalupe.org/general/font/raleway/Raleway-Bold.ttf);
    
}

body{
     /*background: rgb(255,255,255);
background: linear-gradient(189deg, rgba(255,255,255,1) 0%, rgba(242,239,246,1) 46%, rgba(242,239,246,1) 100%);*/
background-color: #6F4E73;
}


.titulo-ss{
    color: #ffffff;
    font-family: Raleway1;
}

.texto-ss{
    color: #ffffff;
    font-family: Raleway3;
}

.texto-ssb{
    color: #341f53;
    font-family: Raleway3;
}

.titulo-bss{
    background: #341f53;
    border-color: #341f53;
    color: #ffffff;
}



