/*fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap');

@media (max-width: 1920px)
{
header{
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    font-family: 'Monserrat', sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
}

nav a {
position: relative;
text-decoration: none;
color: black;
font-weight: 550;
margin-left: 20px;
margin-right: 20px;
text-align: center;
padding-bottom: 10px;
}

nav a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background-color: black;
    transition: all .5s;
}

nav a:hover::before
{
    width: 100%;
}

.MitriozLogo{
width: 250px;
height: auto;
padding-top: 15px;
padding-bottom: 30px;
}
}

@media (max-width: 760px){

header {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    font-family: 'Monserrat', sans-serif;
    padding-bottom: 10px;
    background-color: white;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}

nav {
font-size: px;
display: flex;
flex-direction: column;
text-decoration: none;
color: black;
font-weight: 550;
text-align: center;
line-height: 50px;
margin-left: 0;
margin-right: 0;
}

.MitriozLogo{
width: 250px;
height: auto;
padding-top: 15px;
padding-bottom: 30px;
}

}
