@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Saira", sans-serif;

}

/*---------------------------header-------------------------------------*/
.text {
    color: #fff;
}

.header {
    background-color: #002c74;
    box-shadow: 0px 0px 29px -11px rgba(210, 210, 210, 0.8);
}

/*----------------------------------------------------------------------------*/

body {
    background-color: white;
}
.privacidad_h1 {
    margin: 8% 0 2% 0;
    font-size: 50px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    color: #0D4DB1;
}
.caja {
    margin: 5% 20% 5% 20%;
    color: black;
}
.p {
    text-align: justify;
    color: black;
    transform: scale(0px, 50%);
    opacity: 0;
    transition: all 1s ease-in-out 0s;
}

.p._active {
    transform: scale(0px, 0px);
    opacity: 1;
}
li {
    text-align: justify;
    margin: 0 0 0 2%


}
h4 {
    color: #0D4DB1;
    font-size: 30px;
    margin: 1% 0; 
}
h5 {
    margin: 2% 0 1% 0;
    font-size: 15px;
}

table, th, td {
    color: black;
    border: 2px solid #0D4DB1;
    border-collapse: collapse;
    font-size: 16px;
}
table {
    width: 100%;
    margin: 2% 0;
}

th, td {
    padding: 1%;
    
}