:root{
    --color_seleccionado:#e59e5b;
    --color_resaltado:#c7803d;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
html{
    padding: 0;
    width: 100%;
}
a{
    text-decoration: none;
    color: var(--color_resaltado);
}
a:hover{
    text-decoration: underline;
}
body{
    margin: 0;
    width: 100%;
}
main{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 83vh;
}
/*Mapa*/
.contenedor-mapa{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mapa{
    margin: 0;
    padding: 0;
    width:99%;
    height:84vh;
}

header{
    width: 100%;
}

/*nav*/
.nav-bar{
    position: relative;
    top: 0;
    padding:0;
    background-color: rgb(241, 241, 241);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-evenly;
    align-items: center;
   
}
.nav-links{
    margin: 0.2em 0 0.1em 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu-toggle{
    display: none;
    cursor:pointer;
}
.nav-links{
    list-style: none;
    display: flex;
    flex-direction: row;
}
.nav-links li{
    width: 16.6%;
}
.nav-links a{
    width: 100%;
    color:#3e3e3e;
    height: 5.3em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.nav-bar a:hover {
    color: white;
}
.nav-links li:hover:not(:first-child):not(:last-child) a{
    background-color: var(--color_resaltado);
    text-decoration: none;
}
nav-links div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0em;
    height: 3em;
}

.selected{
    background-color: var(--color_seleccionado);
}
.selected div{
    color: white;
}
.imagen-sudeste{
    margin-right: 1.4%;
    margin-left: 0;
}
.imagen-sudeste, .imagen-verdepampa{
    height: 100%;
}
.imagen-sudeste img, .imagen-verdepampa img{
    height: 85%;
}
/*Footer*/
footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    background-color: black;
    padding: 0em;
}
footer a{
    font-size: 1.2em;
    color: white;
    padding: 1em 0.5em;
}
footer a:hover{
    color: var(--color_resaltado);
    text-decoration: underline;
}
/*Quienes somos*/
.quienes_somos{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    align-items: center;
}
.quienes_somos > div{
    text-align: center;
    width: 70%;
    justify-content: center;
    margin-top: 0.6em;
    margin-bottom: 0.5em;
}
.quienes_somos div:nth-child(2){
    margin-top: 0.5em;
    font-size: 2em;
}
.quienes_somos div:last-child{
    font-size: 1.5em;
}
.logo_telefono{
    display: none;
    align-self: center;
}
.home > div{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.home > div a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quienes_somos div img{
    width: 100%;
}
.quienes_somos a{
    color: var(--color_resaltado);
}
/*Contacto*/
.contacto section{
    margin: 1em 0 0 1em;
    width:55%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacto section > div{
    display: flex; 
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.contacto section div:first-child{
    font-size: 2em;
    align-self: center;
    margin-bottom: 0.8em;
}
.contacto section img{
    height: 1.3em;
}
.contacto section div:nth-child(2) img{
    height: 1.5em;
}
.contacto section div:nth-last-child(1) img{
    height: 1.5em;
}
.contacto > div:last-child{
    align-self: center;
}
.contacto >div:last-child img{
    width: 60vw;
    margin-top: 2.3em;
}
.contacto a{
    color:var(--color_resaltado);
    font-size: 1.2em;
    margin-left: 0.8em;
}
.contacto section :nth-child(2) :first-child{
    margin-left: 0.5em;
} 
.contacto section :nth-child(6) :last-child{
    margin-left: 0.6em;
    height: 1.7em;
}
.contacto section :nth-child(6) :first-child{
    margin-left: 0.5em;
}
.contacto a:hover{
    text-decoration: underline;
    color: var(--color_seleccionado);
}
.contacto span{
    font-size: 1.2em;
}

/*Home*/
.home{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.home h1{
    font-weight: 400;
    font-size: 2em;
}
.home h3{
    font-weight: 400;
    font-size: 1.4em;
}
.home section{
    width: 45%;
    margin: 0 3em;
}
.home section article{
    display: flex;
    flex-direction: row;
}
.home section article img{
    width: 100%;
}
.texto{
    margin: 2em 0 2em 0;
    text-align: justify;
}
.Marcadores{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Marcadores img{
    width: 76%;
}
.home > div{
    display: none;
}

/*Pantalla pequeña*/
@media (max-width: 1200px){
    main{
        height: 87vh;
    }
    .menu-toggle{
        font-size: 2em;
        margin-left: 1%;
        display: flex;
        align-items: center;
        height: 50px;
    }
    .nav-links *{
        display: none;
    }
    .nav-links.show{
        flex-direction: column;

    }
    .nav-links.show li:not(:first-child):not(:last-child){
        display: block;
        color: black;
        background-color: rgb(241, 241, 241);
    }
    .nav-links.show li a{
        display: inline;
    }
    .nav-links.show li div{
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.3em;
    }
    .nav-links .selected div{
        color: var(--color_seleccionado)
    }
    .nav-links a:hover:not(.selected) div{
        color:var(--color_resaltado);
    }
    .mapa{
        height: 89vh;
    }
    footer{
        align-items: end;
        flex-direction: column-reverse;
    }
    footer a{
        padding: 0.3em 1.5em 0.2em 0.6em;
        font-size: 1em;
    }
    .quienes_somos > div{
        width: 95%;
    }
    .logo_telefono{
        margin-top: 0.8em;
        display: block;
        position: relative;
        left: -35px;  
    }
    .contacto section{
        width: 60%;
    }
    .contacto section *{
        font-size: 1em;
    }
    .contacto > div:last-child{
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .contacto >div:last-child img{
        width: 100%;
        text-align: center;
    }
    .home{
        flex-direction: column;
        padding: 0;
    }
    .home > div{
        display: block;
    }
    .home section{
        margin:0 1.2em;
        display: block;
        width: 90%;
    }
    .Marcadores img{
        width: 100%;
    }
    .home section article{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .texto{
        text-align: start;
    }
}