@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;
  
    
}

/*---------------------------------nav---------------------------------------------*/

.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: #000000;
}
.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%;
    color: #000000;


}
.p h4 {
    color: #0D4DB1;
    font-size: 30px;
}
h5 {
    font-size: 15px;
}



