*{
    
    box-sizing: border-box;
    min-width: 0;
    margin: 0;
}
html{
    font-size: 16px;
}

body{
    
    width: 100%;
    min-height: 100dvh;
    padding-top:11dvh;
    
}

h1, h2, h3, h4{
    text-wrap: balance;
}

p{
    text-wrap: pretty;
    text-align: center;
}


section{
    height: fit-content ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: end;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    font-family: 'Poppins';
    font-size: 1rem;
}
.header{
    background: #e67815;
}
#conocenos-hermano .subConocenos-a{
    background: #e67815;
}
#diplomados-hermano .subDiplomados-a{
    background: #e67815;
}

.maps{
    width: 100dvw;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.maps iframe{
    width: 70%;
    max-width: 380px;
    height: 300px;

}
.contacto{
    width: 100dvw;
    height: fit-content ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
}


.contacto div{
    min-width: 320px;
    width: 70%;
    max-width: 380px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     
    gap: 4px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.17);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.17);
}

.contacto div svg{
    width: 45px;
    height: 45px;
}

@media screen and (min-width: 700px) {
    
    section{
        width: 100%;
        margin-top: 50px;
    }
    .contacto{
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .maps iframe{
        max-width: none;
        width: 80%;
        max-width: 800px;
        height: 400px;
        
    }
    
}