@charset "utf-8";


      /* Mobile First */

*{
    padding: 0;
    margin: 0;
}

html {
    display: block;
    width: 100%;
}
    

body {
    background-color: azure;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display:block;
}


header {
    background-color:darkseagreen;
    display: block;
}

main {
    display: block;
}

h1 {
    color: teal;
    text-align: center;
    font-weight: bold;
    font-size: 30pt;
    margin-bottom: 0;
    margin-top: 0;
}

h3 {
    color: teal;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}   

h4 {
    color: black;
    text-align: center;
    text-align: center;
    
}

h6 {
    color: black;
    font-size: 18pt;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 50px;
}

p {
    text-align: center;
}

ul li {
    list-style: none;
}
    
a {
    text-decoration: none;
    list-style: none;
    color: azure;
}

a:hover{
    color: black;
}   

img
{
    width: 100%;
}

#perfil img {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10%;
    width: 200px;
    display: block;
}

.navbar1 {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    color: azure;
    font-size: 12pt;
    font-weight: bold;
}

.navbar1 li {
    display: inline-block;
    padding: 10px 25px;
    background-color: darkseagreen;
    margin-right: 60px;
    margin-bottom: 20px;
}

.titulos {
    border-bottom: 2px solid darkseagreen;
    border-bottom-style: double;
    margin: 6px 90px 90px;
    padding-bottom: 5px
    margin-top: 20px;
    margin-bottom: 15px;  
    font-family: 'Roboto', sans-serif;
    font-size: 17pt;
    text-align:center;
}

ul li {
    margin: 10px;
}

.navbar2 li a {
color: black;
}

.navbar2 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    color: teal;
    font-size: 12pt;
    font-weight: bold;
    
}
.navbar2 li {
    display: inline-block;
    padding: 10px 10px;
    color: black;
    border-radius: 30px;
    flex-direction: row;
    justify-content: space center;
}


.datosfadu {
    text-align: center;
    font-family: sans-serif;
    background-color: teal;
    padding-bottom: 20px;
}

.datosfadu h3 {
    font-size: 15px;
    color: azure;
    padding-top: 20px;
    margin-bottom: -8px;
}

.datosfadu ul {
    font-size: 12px;
    color: azure;
    padding: 0;
    padding-top: 7px;
}

.datosfadu li {
    margin-bottom: 8px;
}

footer {
    background-color:darkseagreen;
    padding: .5em .5em;
    flex-grow: 0;
    text-align: center;
    align-content: space-around;
    
}


.pie {
    color: azure;
    text-align:center;
    font-style: italic;
    font-size: 10pt;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}



/* Tamaño Tablet */




/* Tamaño Escritorio */