.titulo {


    font-weight: bold;
    color: #142464;

}

.titulo2 {
    font-size: 12.8px;
    font-weight: bold;
    color: #ecb41b;
}

.tituloCookie {
    margin-bottom: 2vh;
    display: flex;
    justify-content: center;
    text-align: center;
}

.copyright {
    font-size: 12.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2vh;
    margin-bottom: 3vh;
    font-weight: bold;
    border-top: 2px solid #ecb41b;
    border-bottom: 2px solid #ecb41b;

}

.tituloAviso {
    margin-bottom: 2vh;
    text-align: center;
}

.cajaInterna {
    background-color: white;
    border-radius: 25px;
    padding: 2vh;
}

.pages-box .cajaInterna{
    padding:60px;
}

.texto {
    font-size: 12.8px;
    display: flex;
    justify-content: center;
}

.textoCookies {
    font-size: 12.8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.divider {
    padding-bottom: 3vh;
}

@media(min-width:800px){
    .pages-box .contenedor-texto{
        width:900px;
        margin-top:3em !important;
    }
}


.logo-pages{
    height:80px !important;
    margin-top: 4vh;
}

.titulo2{
 margin-bottom: 12.8px;
}   

.contenedor-texto{
    margin-bottom: 40px;
}
