@charset "ult-8";

body{
    background-color: rgba(255, 184, 25, 0.15); 
}

header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-color: rgba(176, 223, 255, 0);
    
}

header img{
    
    height: 30em;
    
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    
    margin: auto;
    margin-bottom: 0;
}

header nav ul {
    background-color: none;

}

header nav ul li {
    
    display: inline-block;
    border: 2.10px solid rgba(255, 93, 93, 0.69);
    margin: .0em .4em .3em .4em; 
    padding: .0em 4em .0em 4em; 
    font-family: 'Roboto', sans-serif;
    font-size: .95em;

}

header nav ul li a {
    background-color: rgba(214, 217, 219, 0);
    font-size: 1.2em;
    text-decoration: none;
    color: #000000; 
}

header h1{
    color: #414141;
    background-color: none;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif; 
    font-size: 22px;
}


main{
    
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: stretch;  
    
}

.general {
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
justify-content: center;
    margin: .0em .0em .0em .0em; 
    

}
.logosiu{
    padding: .0em .0em .0em .0em; 
    
    display: flex;
    margin-top: 10px;
    margin-right: 60px;
    margin-bottom: 30px;
    margin-left: 60px;
    
    
}

figure img  {
    width: 300px; height: 300px;
}
.Carta { 
    width: 400px;
    height: 750px;
    display: flex;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(255, 93, 93, 0.69);
   
    
    margin-top: 50px;
  margin-right: 60px;
  margin-bottom: 30px;
  margin-left: 60px;

    }
.texto3{
    margin: auto;
    
}    
h10{
    padding: 1.0em .0em .0em 0em;
    margin: .10em 2.0em .0em 2.0em;
    display: flex;
    flex-direction:row;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    align-items: center;
}


p{
    margin: 1.0em 2.0em .0em 3.0em;
    padding: .0em 0em .0em .0em;
    display: flex;
    flex-direction:row;
    font-size: 15px;
    align-items: center;
    font-family: 'Roboto', sans-serif;
  
}

.texto{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-variant-caps: all-petite-caps;
    font-size: 1.2em
        
    
}
footer{
    background: rgba(255, 186, 186, 0.4);
    margin: 20.0em .0em .19em 0em;
    color: #838383;
    padding: 2px; 
    
}





VER .destacado{
    background-color: rgb(255, 237, 237);
}