@import url('https://fonts.googleapis.com/css2?family=Passion+One&family=Roboto:wght@300&display=swap');

body {
    background-color: #00FF00;
    font-family: 'Roboto', sans-serif;
}

h4, h5, p {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, nav {
    font-family: 'Passion One', cursive;
}

h1, h5 {
    text-align: center;
    color: blue;
} 

h1 {
    margin-bottom: 0%;
}

h5 {
    margin-top: auto;
    color: black;
    margin-top: 0%;
    background-color: yellow;
}


h2 {
    color: blue;
    text-align: center;
    margin-bottom: 0%;
}

p {
    text-align: justify;
}

.parrafo {
    text-align: center;
    margin-top: auto;
}



.card {
    text-align: center;
}


.row {
    font-size: 20px;
    text-align: justify;
    color: black;
}

.portada {
    background-color: ;
    padding-bottom: 3%;
   
}

.cita {
    margin: auto;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;
    background-color: #FFFF33;
}

.destacado {
    background-color: yellow;
    color: black;
    font-size: 20px;
    text-align: left;
}

.cajaimg {
    width: 45%;
}

.cajaimg1 {
    width: 25%;
    height: 60%;
}

a:hover {
    color: blue;
}

.cajaimg2 {
    width: 50px;
    text-align: center;
}

.cajaimg3 {
    margin-top: 3%;
}

.caja {
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0%;
}

.pie {
    text-align: center;
    margin-top: 5%;
    margin-left: 48%;
}


