@charset="utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);


* { margin: 0;
    padding: 0;
    box-sizing: border-box;
}
      
.contenedor {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    margin:0;
}

.contenedor .cajassecciones {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: inherit;
    margin-top: 1em;
}

.contenedor .cajassecciones>div {
    width: 90%;
    margin: 0 auto;
}

.contenedor .cajassecciones .mapa .presentacion1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.5em;
}

#mapacaja {
    background-color: rgba(227, 227, 227, 0.6);
    -webkit-box-shadow: 0px 0px 15px 0px #97a39e;
    -moz-box-shadow: 0px 0px 15px 0px #97a39e;
    box-shadow: 0px 0px 15px 0px #97a39e;
}



body {
    font-family: 'Oswald', sans-serif;    
    width: 100%;
    margin: 0 auto;
    display: flex;
}

#logo {
    float: left;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    max-width: 100px;
    margin: 10px;
    position: relative;
}

#logo img {
    width: 100%;
}

#logoresponsive {
    max-width: 8em;
    position: absolute;
    overflow: hidden;
    visibility: visible;
    z-index: 2;
    margin-left: 3em;
}

#logoresponsive img {
    width: 100%;
}

nav {
    margin-top: 1.4em;
    margin-right: 3em;
    z-index: 9999; 
}

nav ul {
    float: right;
    
}

nav ul li {
    display: inline-block;
    padding: 0 1em; 
}

main {
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 300;
}

.presentacion1 {
    font-size: 14px;
    color: black;
    letter-spacing: 0.5em;
    margin: -1em;
}

p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: center;

}

#solucion {  
    font-size: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 700;
    margin-top: -0.05em; 
}

.mapahome {
    float: center;
    width: 100%;
    height: auto;
}

.mapahome img {
    width: 100%;
}

#galeria_miniaturas {

  
}

.miniatura {
    width: 45px;
    height: 45px;
    float: flex;
    cursor: pointer;
    
}


.pisosmenu {
    margin: 0;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px;
    border-bottom-color: black;
    border-bottom-style:dashed;
    border-bottom-width: 1px;
    font-size: 13px;
    text-align: left;
} 



@charset="utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);



body  { 
    background-color: white;
    background-size: cover;
    }

#logo {
    float: left;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    position: relative;
}

#logo img {
    width: 100%;
   
}

#logoresponsive {
    margin: 0 auto;
    justify-content: center;
    max-width: 8em;
    overflow: hidden;
    visibility: visible;
    z-index: 2;
}

#logoresponsive img {
    width: 100%;
}

nav {
    margin-top: 1.4em;
    margin-right: 3em;
    z-index: 9999; 
}

nav ul {
    float: right;
}

nav ul li {
    display: inline-block;
    padding: 0 1em; 
}

.cajassecciones {
    margin: 0;
    display:flex;
    
    }

.cont-posts div  {
    padding: 20px;
    width: 150px;
    height: 150px;
    margin: 7px;
    background-color: aquamarine;
    float: left;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    }


h1  {
    display: block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 50;
    text-align: center;
    padding-top: 20px;

    }


.modal{
        width=100%;
        height: 100vh;
        background: rgba (0,0,0,0.8)
    
        position: absolute;
        top: 0;
        left: 0; 
    
        display: flex;
        animation: modal 4s 0s;
        visibility: hidden;
        opacity: 0;
}


.contenido {
        margin:auto;
        width: 40%;
        height: 40%;
        background: black;
        border-radius: 10px;
}



#cerrar {
    display:none;
    
}

#cerrar + label{ 
        position: fixed;
        color: black;
        font-size: 25px;
        z-index: 50;
        background: darkred;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        right: 10px;    
        cursor: pointer;
    
        animation: modal 4s ;
        visibility: hidden;
        opacity: 0
    
    
        

        }

body {
    margin: 0;
   
}

header {
    width:100%;
    
}


#btn-menu {
    display: none;
    
}


header label {
    display:none;
    width:70px;
    height:70px;
    padding:20px;
    margin:0;
    
    
}

header label:hover {
    cursor:pointer;
    background: aquamarine;
    width:70px;
    height: 70px;
    padding:20px;
    margin:0;
    
}

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    float:left;
}

.menu li{
    border-right: 1px solid #d2ffe4;
    
}

.menu li:hover {
    background: aquamarine;
}


.menu li a {
    display: block;
    padding: 15px 20px;
    color: black;
    text-decoration: none;
    
}

 
 
    
}

.contenedorapp {
    position: relative;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
        
}

.contenedorapp>div {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;}


.preciosapp {
    position: relative;
    margin:0;
    display: flex;
    flex-direction: row;
}

.post { 
    float: left;
}


.plata { 
    width: 100%;
    height: 100%;
}



.mapacamino {
    float: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
    
}

.mapacamino img {
    width: 100%;
    float: center;
    height: auto;
    
}

#app {
    color: black;
    text-decoration: none;
}



.cont-posts {
    float: center;
    
}


.menu2 {
    float:flex;

    
    
}


#comentarioscaja {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    
}

.comentar {
    float: right;
}

@media (max-width:768px) {
    header label{
        display: block;
    }
    
    .menu {
        position:absolute;
        background: #d2ffe4;
        width: 50%;
        margin-left: -70%;
        transition: all 0.5s;
        
    }
    
    .menu ul {
        flex-direction: column;
    }
    
    .menu li {
        border-top: 1px solid aquamarine;
    }
    
    #btn-menu:checked ~ .menu {
        margin: 0;
        
    
    }
    



