/*-- POLITICA, AVISO Y COOKIES ---*/

body {
    font-family: 'Open Sans', sans-serif;
}

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #f6f9ff;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #6485c281;

    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #012970;
    /* creates padding around scroll thumb */

}

h1{
    font-family: "Poppins", sans-serif;
}

h4{
font-family: "Poppins", sans-serif;
}


a{
    color: #fcea66;
}

a:hover {
    color: #ffffff;
}

.header-p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5%;
    background: linear-gradient(to bottom, #011633, 80%, #086fff);
}

.titulo-p {
    color: #ffffff;
    font-weight: 900;
}

.titulo-p2 {
    color: #000000;
}

main{
    min-height: 90vh;
}

.contenido-p {
    color: #000000;
    padding: 5%;
}

.footer-politica {
    background: linear-gradient(to bottom, #011633, 80%, #086fff);
    padding: 2%;
    color: white;
    min-height: 10vh;
}


@media (max-width: 766px) {

    .titulo-p2 {
        font-size: 18px;
        color: #000000;
    }

    .parrafo-p {
        font-size: 15px;

    }
}

/*-- POLITICA, AVISO Y COOKIES END---*/

/******************************************/