@charset "utf-8";



*{
    margin: 1em;
    padding: 0;
    border: 0;
}

img{
    width: 92%;
}

body{
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    background-color: #faebd6;
    color: #4e4339;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}


header {
    margin: 0;
}


.logos{
    background-color: #faebd6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

nav ul{
    margin: 1em;
    border-radius: 3em;
    background-color: #faebd6;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

nav ul li{
    margin: 0.5em 1.5em;
    border-radius: 3em;
    background-color: #ffd7bb;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

nav ul li a{
    color: #3b3a3a;
    display: block;
    font-weight: bold;
    text-decoration: none;
}


.comitente{
    display: flex;
    flex-direction: column;
}


main {
    background-color: #ffd7bb;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}


section > div{
    max-width: 18em;
}


section > h2{
    color: #3b3a3a;
    text-decoration-line: underline;
}

section > h3{
    background-color: #faebd6;
    color: #3b3a3a;
}

section > h4{
    color: #3b3a3a;
}

section {
    margin: 0;
}

@media all and (min-width: 992px){
    
    nav ul{
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
}

.primerbotonera{
    width:50px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
    
    
}