 @import 'https://fonts.googleapis.com/css?family=Roboto:300i,400,900';
*{  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 900;
    font-style: bold;
    text-align: center;
    margin-top: 20px;
    }

.italica{
    font-style: italic;
    color: azure;
    
}

body{
    padding: 0;
    background-image: url("../img/Backgroundgrupo-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}

/* Estilo H */

h1 {
        margin-top: 20px;    
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 900;
        font-size: 100px;
        color: azure;
}

h2 {
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 900;
        color: #ffffff;
        margin-bottom: 40px;
    }

h3 {
        font-family: "Roboto", Arial, sans-serif;
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        color: rgb(199, 170, 73);
        display: inline-block;
        margin-bottom: 10px;
    }

a{
    font-family: "Roboto", Arial, sans-serif;
    color: #fff7f7;
    }

a:link   
{   
 text-decoration:none;   
}


/* Estilo Nav */

nav {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: white;
    padding: 5px 0;
    margin-top: 20px;
    margin-left: 5px;
    background-color: black;
    }

nav ul {
    margin-top: 20px;
    margin-bottom: 10px;
    list-style: none;
    text-align:center;
}

nav ul li{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 2px solid white;
    margin-bottom: 10px;
}

li:last-child{
    border-right: 0px;
    }

a:hover { 
    color: black;
    }


/* Estilo Main */


main{
    background-color: #ffffff;
    color: #363636;
    padding-left: 60PX;
    padding-right: 60PX;
    padding-bottom: 30PX;
    padding-top: 50px;
    margin: auto;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 11px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.88);
    width: 90%;
    margin-bottom: 10px;
        
}

#mapa{
    width: 100%;
    height: 100%;
    margin: auto;
}

main p{
    font-family: "Roboto", Arial, sans-serif;
    font-size: 11px;
    width: 50%;
    
}

.destacado{
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
    font-style: italic;
    color: rgb(199, 170, 73);
}

td {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: 20px;
    padding: 0 50px;
    text-align: left;
    align-items: left;
    vertical-align: top;
    width: 50%;
    border-right: 3px solid #202650;
}

td:last-child {
    border-right: 0px;
}

/* Estilo Footer */


footer{
    color: #000000;
    background-color: #000000;
    padding: 3px;
    margin-bottom: 0;
    border-top:4px solid #000000;
    width: 90%;
    margin: auto;
}

footer p{
    margin: 10px 30px;
    padding: 10px 0;
    text-align: center;
    font-family: "Roboto", Arial, sans-serif; 
    font-variant: small-caps;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    color: white;
    border-top: 2px solid #ffffff;
}

nav2 ul {
    list-style: none;
    font-family: "Roboto", Arial, sans-serif; 
    font-variant: small-caps;
    font-size: 9px;
    margin: 20px 10px;
}

nav2 ul li{
    padding-left: 30px;
} 

.textos{
    width: 100%;
    margin: auto;
    
}

.textos h2 {
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 900;
        color: #000000;
        font-size:35px; 
        text-align: center;
    }

.textos h3 {
    margin-right: 2px;
    padding-left: 10px;
    border-left: 5px solid #000000;
    margin-bottom: 8px;
    }

.textos p{
    margin-bottom: 30px;
    width: 70%;
    font-size: 14px;
    font-weight: 400;
}