*{
    box-sizing: border-box;
    margin: 0%;

}
.contenedor_header{
    width: 100%;
    min-height: 20%;
    margin: 0%;
    padding: 0%;
    background-color: rgba(215, 237, 118, 0.509);
    text-align: center;
    color: beige;
    z-index: 2;
}

header{
    background-image: url(https://cordobaturismo.gov.ar/wp-content/uploads/2018/08/52602518_1904022176372890_116650908032434176_o.jpg);
    width: 100%;
    min-height: 20%;
    z-index: 1;
    background-position: bottom;
    display:inline-block;    
    
}

.titulo{
    font-family: "Cookie", cursive;
    font-weight: 200;
    font-size: 6em;
    padding: 3vw;
    padding-bottom: 0;
    text-shadow: 2px 4px 4px #000000d2;
}

.sbubtitulo_header {
    font-size: 1em;
    margin-top: 0;
    padding-bottom: 2vw;
    text-shadow: 1px 3px 4px #000000e4;   
}

.contenedor_nav{
    width: 100%;
    min-height: 50px;
    background-color: rgb(65, 127, 92);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 3vw;
    padding: 9px;
    text-align: center;
    box-shadow: 3px 5px 3px #00000080;
    
}

.menu a{
    color: rgb(245, 245, 220);
    font-size: 1.5em;
    text-decoration: none;
    padding:  .5vw 3vw;
    background-color: transparent;
    transition: background .3s ease,  color .3s ease ;
    white-space: nowrap;
    
}

.menu a:hover{
    color: #e0ec9a;
    background: #d7f62764;
    border-radius: 20px;
}

.menu a:focus{
    color: #e0ec9a;
    background: #d7f62764;
    border-radius: 20px;
}
.contenedor_main{
    margin: 3vw 3vw;
    font-size: 1.3em;
    background: beige;
    padding: 2vw;
    color: #2f2f2f;
    box-shadow: 3px 5px 3px #00000052;
}


.separador{
    height: 3vw;
}

h2{
    font-family: sans-serif;
    font-size: 1.1em;
    border-bottom: 1px solid #000;
    padding:  3vw;
    
}
p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    padding: 10px 0;
    
}
.iconos_servicios {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 3vw;
    padding: 9px;
}
.iconos_servicios img{
    width: 8vw;
}

.mapa{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:3vw;
    margin-top: 1vw;
}


#map{
    width: 70vw;
    box-shadow: 3px 4px 3px #00000052;
}

.contenedor_gal{
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    padding: 2vw;
    gap: 1em;
}

.contenedor_gal img{
    width: 80vw;
    border-radius: 8px;
}

.mina_gal{
    margin-top: 3vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;    
    justify-content: center;
    padding: 0;
    gap: 2em;
}

#centro{
    height: 20em;
    width: 15em;
}

.mina_gal img {
    width: 35rem;
    border-radius: 8px;
}

video {
    width: 30%;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media screen and (max-width: 420px){
    .mina_gal img {
    width: 19rem;
    border-radius: 8px;
    margin: 0;
    padding: 0;
}
.contenedor_nav{
    padding-bottom: 25px;
}
.menu{
    height: 70px ;
    padding: 10px;
}
video {
    width: 70%;
}
.menu a{
    line-height: 37px;
    margin-bottom: 20px;
    
}
footer{
    margin-bottom: 0;
    height: 50px;
}


}

footer{
    margin-top: 10vw;
    padding-top: 15px;
    background: linear-gradient(rgb(14, 14, 14), rgb(88, 87, 87));
    height: 15em ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10vw;    
}

.link_redes{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 5px;
    text-decoration: none;
    color: rgb(253, 241, 241);
    font-size: 1em;
    font-family: sans-serif;
}

.link_redes img{
    width: 3em;
    object-fit: contain;
}

.link_redes span{
    line-height: 1;
}
.derechos{
    position: relative;
    color: #faf6f6;
    text-align: center;
    font-family: sans-serif;
    margin: 0px;
}