/*-----------------------------CSS normal---------------------------------*/


* {
    box-sizing: border-box;
    
}


body {
    font-family: 'Roboto', sans-serif;
}

.cursiva {
    font-style: italic;
}





/*----------------------------barra_navegacion-----------------------*/


#header ul {
    text-align: center;
    list-style-type: none;
    margin-top: -1em;
    padding-bottom: 1.5em;
}

#header ul li {
    text-transform: capitalize;
    display: inline; /*para que aparezcan los enlaces en linea*/
}

#header ul li a {
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-variant: small-caps;
    color: black;
}

#header ul li a:hover {
    color: red;
}

.active {
    color: red !important; 
}

.mayusculas {
    font-size: 2em;
}



/*-------------------tamano_foto_index--------------------*/


#tamano_foto_index {
    margin-top: 3em;
}



/*----------------------------footer-----------------------*/



h1 {
    font-family: 'Great Vibes', cursive;
    text-transform: capitalize;
    text-align: center;
    font-size: 2.5em;
}

.firma_sobre_mi {
    font-family: 'Great Vibes', cursive;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0.5em;
}

.firmaindex {
    font-family: 'Great Vibes', cursive;
}



/*----------------------Nombre Index-----------------------*/


#footer_index h1 {
    font-family: 'Great Vibes', cursive !important;
}
