
*{
    
    box-sizing: border-box;
    min-width: 0;
    margin: 0;
}
html{
    font-size: 16px;
}

body{
    
    width: 100%;
    min-height: 100dvh;
    padding-top:11dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

h1, h2, h3, h4{
    text-wrap: balance;
}

p{
    text-wrap: pretty;
}


h1, h2, p, li{
    font-family: 'Montserrat', sans-serif;
}





.informacion{
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
}

.informacion p{
    text-align: justify;
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 25px;
}
.informacion h2{
    align-self: flex-start;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 30px;
}
.informacion h1{
    font-size: 1.7rem;
    text-align: center;
}

li{
    font-size: 1.2rem;
}


.vacio{
    width: 100vw;
    height: 90vh;
    
}
.vacio img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0  0;
    display: block;
}

footer{
    width: 100dvw;
    margin-top: 100px;
    background: #e67815;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 30px 0;
    
    font-size: .9rem;
}
.copy{
    width: fit-content;
    align-self: center;
}
.presentacion{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;

}
.presentacion figure{
    width: fit-content;
}
.presentacion img{
    width: 350px;
}

.presentacion p:last-child{
    text-align: center;
}
.presentacion p{
    margin: 20px 0 0 0;
    padding: 0 20px;
    text-align: justify;
    line-height: 20px;

}
.presentacion p:nth-child(2){
    max-width: 744px;

}
.enlaces{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 0px;
    margin-top: 30px;
}
.enlaces div{
    width: 200px;
    margin: 0 15px;

}
.enlaces p{
    line-height: 20px;
    text-align: justify;
    margin: 15px 0;
}
.enlaces h3{
    text-align: left;
    font-size: 1.1rem;
}

.enlaces div ul{
    margin: 10px 0;
    padding: 0;
}
.enlaces ul{
    list-style: none;
    margin-left: 15px;
}
.enlaces li{
    margin-bottom: 10px;
}
.enlaces a{
    text-decoration: none;
    color: white;
    font-size: 1rem;
}
.enlaces a:hover{
    text-decoration: underline;
    font-weight: bold;
}

.redes{
    margin-top: 15px;
}
.redes span{
    width: 50px;
    height: 50px;
}
.redes span svg{
    width: 50px;
    height: auto;
    transition: .3s;
}
.redes span svg:first{
    
    fill: #075e54;
}
.redes a{
    width: 50px;
    height: 50px;
}
.redes svg:hover{
    transform: scale(1.3);
}
.contactanos h3{
    display: flex;
    align-items: start;
}


@media screen and (min-width: 700px){
    .header{
        background: #e67815;
    }
    #conocenos-hermano .subConocenos-a{
        background: #e67815;
    }
    #diplomados-hermano .subDiplomados-a{
        background: #e67815;
    }
    .cursos{
        width: 100%;
    }
    .diplomados{
        width: 100%;
    }
    footer{
        width: 100%;
    }
    .diplomados-group{
        width: 1200px;
    }

}

