*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

html{
    font-family: 'Montserrat', sans-serif;
}
header{
    background-color: #023047;
    display: flex;
    height: 5rem;
    justify-content: space-between;
    align-content: center;
    padding-left: 1rem;
    padding-top: 1rem;
}

.menu{
    line-height: 3em;
}


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

nav ul li a {
    color: white;
    padding: 7px;
    border-radius: 5px;
}

li a.active, li a:hover{
    background-color: #FB8500;
}

.checkbtn{
    color: white;
    font-size: xxx-large;
    float: right;
    line-height: 1em;
    margin-right: 0.5em;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}


footer {
    background-color: #023047;
    display: flex;
    justify-content: space-around;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    height: 4em;
}


p{
    font-weight: 400;
    font-size: large;
}

h1{
    text-align: center;
    color: #219EBC;
    padding-bottom: 2em;
    padding-top: 2em;
    font-size: 25px;
}

h2{
    padding-bottom: 0.3em;
    color: #023047;
   
}

h3{
    padding-left: 2em;
    padding-right: 2em;
}

.subtitulos{
    padding-bottom: 0.7em;
}

.ver{
    padding-top: 1em;
    display: flex;
    justify-content: right;
    padding-right: 1em;
    font-weight: 700;
    font-size: larger;
    color: black;
    padding-bottom: 1em;
}
h4{
    font-size: small;
    color: white;
    text-align: -webkit-right;
    line-height: 2em;
}

.fa-arrow-right:before {
    content: "\f061";
    padding-left: 0.3em;
    font-size: x-large;
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
    padding-right: 0.3em;
}
.fa-angles-right:before {
    content: "\f101";
    color: #219EBC;
    padding-right: 0.2em;
}

.secciones{
    padding-bottom: 2em;
}

.textos2{
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
}

.parrafo{
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em;
    padding-top: 0.3em;
}

.parrafo2{
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    padding-top: 0.3em;
}

span{
    font-weight: 600;
}

.logo{
    height: 3.5em;
}
.imgpresentacion{
    background-image: url(../imagenes/presentacion.png);
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgpresentacion2{
    background-image: url(../imagenes/fotopuente.png);
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgpresentacion3{
    background-image: url(../imagenes/fotocaminito.png);
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
.imgpresentacion4{
    background-image: url(../imagenes/quinquela.png);
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mapa{
    width: 380px;
    padding-left: 2em;
}

/* De aca empieza los efectos hover */
.secciones {
    width: 370px;
    height: 100%;
    display: inline-grid;
}

.card{
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    margin: 20px;
    box-shadow: 0px 15px 25px rgb(0 0 0 / 50%);
    background:  #8ECAE6;;
    cursor: pointer;
    transition: all 400ms ease;

}

.card:hover{
    box-shadow: 0px 15px 25px rgb(0 0 0 / 80%);
    transform: translateY(-3%);
}

.card img{
    width: 100%;
}

.card .capa{
    padding-top: 0.7em;
    padding-left: 0.5em;
    
}
/*  */
/* Aca es formularios! */

.formulario{
    width: 380px;
    max-width: 100%;
    margin: auto;
    padding: 1em;
    position: relative;


}

.formulario__input, .formulario__label, .formulario__submit{

    display: block;
    width: 100%;
    margin-bottom: 40px;

  
}

.formulario__label{
    padding-left: 15px;
    position: absolute;
    z-index: -20;
    margin-top: -85px;
    color: rgba(0,0, 0, 0.5);
    transition: all 0.2s;
}

.formulario__input{
    padding: 20px;
    background: transparent;
    margin-bottom: 40px;
    border: 2px solid #219EBC;
    border-radius: 5px;
}
.formulario__input:focus{
    outline: 2px solid #023047;

}

.formulario__input:focus + .formulario__label {
margin-top: -130px;

}

.fijar{
    margin-top: -135px;

}


.formulario__submit{
    background: #FB8500;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: medium;
    box-shadow: 0px 15p 25px rgb(0 0 0/50%);

}

.ubi{
    color: black;
}

.ubicacion{
    background-color: #FB8500;
    width: 360px;
    height: 50px;
    margin-left: 2em;
    margin-bottom: 2em;
    padding-left: 1em;
    padding-top: 0.5em;
}

.googlemaps{
    width: 360px;
    height: 190px;
    background-color: #219EBC;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
}

#cerrar{
    background: #FB8500;
    width: 100px;
    height: 36px;
    border-radius: 15px;
    margin-top: 1em;
    z-index: 900;
    position: absolute;
    color: black;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 0.3em;
    font-weight: 600;
}

.btncerrar{
    display: flex;
    justify-content: center;
}
.enviar{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 3em;
    background-color: #FB8500;
    width: 350px;
    height: 36px;
    margin-left: 2em;
    color: black;
    padding-top: 0.5em;
    border-radius: 5px;
    font-weight: 600;
}

.ventana{
    /* display: none; */
    width: 360px;
    height: 200px;
    background-color: #E4E3E3;
    margin-left: 2em;
    padding: 1em;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: 185em;
    display: none;
    z-index: 900;

}

.ventana2{
    /* display: none; */
    width: 360px;
    height: 200px;
    background-color: #E4E3E3;
    margin-left: 2em;
    padding: 1em;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: 185em;
    display: none;
    z-index: 900;

}






@media (max-width: 950px){


    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        background: #023047;
        top: 80px;
        transition: all .5s;
     right: -100%;
     text-align: center;
    
    }

    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    li a:hover, li a.active{
        background: none;
        color: #FB8500;
    }

    #check:checked ~ ul{
        right:0
    }

    .divmapa {
        display: flex;
        justify-content: center;
    }
}


@media (min-width: 1200px){

    h4{
        font-size: x-large;
    }

    .ubicacion {
        width: 700px;
    }

    .ubipoint{
        font-size: x-large;
    }


    .mapa {
        width: 900px;
        padding-left: 2em;
        margin-left: 9em;
    }

    .imgpresentacion{
        background-image: url(../imagenes/inicio2.png);
        height: 700px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .imgpresentacion2{
        background-image: url(../imagenes/fotopuente2.png);
        height: 700px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .imgpresentacion3{
        background-image: url(../imagenes/fotocaminito2.png);
        height: 700px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imgpresentacion4{
        background-image: url(../imagenes/fotomuseo2.png);
        height: 700px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    h1{
        font-size: xxx-large;
    }
    
    p {
        font-weight: 300;
        font-size: xx-large;
    }
    
    span {
        font-weight: 500;
    }
    
    h3 {
        font-size: xx-large;
    }
    
    h2 {
        font-size: 30px;
    }
    
    .ver{    font-size: 30px;
    }
    
    .psed{font-size: 25px;
    }
    
    
    .formulario {
        width: 700px;
        font-size: x-large;
    }
    
    .enviar {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 500px;
        height: 46px;
        margin-left: 35%;
        font-weight: 600;
        font-size: 20px;
    }
    
    .ventana {
        width: 600px;
        height: 400px;
        margin-left: 30%;
        padding-top: 5em;
        top: 220em;
      }

      .ventana2 {
        width: 600px;
        height: 400px;
        margin-left: 30%;
        padding-top: 5em;
        top: 220em;
      }
    
    #cerrar {
        width: 150px;
        height: 36px;
        margin-top: 2em;
        font-size: 20px;
    }

    .secciones {
        width: 430px;
        height: 100%;
        display: inline-flex;
        margin-right: 1em;
        margin-left: 1.5em;
    }

    .divmapa {
        display: flex;
        justify-content: center;
    }

}



@media (min-width: 700px){



    .imgpresentacion{
        background-image: url(../imagenes/inicio3.png);
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .imgpresentacion2{
        background-image: url(../imagenes/fotopuente3.png);
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .imgpresentacion3{
        background-image: url(../imagenes/fotocaminito3.png);
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imgpresentacion4{
        background-image: url(../imagenes/fotomuseo3.png);
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
    }




}



@media (min-width: 1481px){

    .ventana {
        top: 160em;
    }
    .ventana2{
        top: 30em;
    }
    .mapa {
        width: 900px;
        padding-left: 2em;
        margin-left: 25%;
    }

    .mapa {
        width: 900px;
        padding-left: 2em;
        margin-left: 9em;
    }
    .imgpresentacion{
        background-image: url(../imagenes/inicio2.png);
        height: 800px;
        background-repeat: no-repeat;
        background-size: cover;
    }
        
    .imgpresentacion2{
        background-image: url(../imagenes/fotopuente2.png);
        height: 800px;
        background-repeat: no-repeat;
        background-size: cover;
    }
        
    .imgpresentacion3{
        background-image: url(../imagenes/fotocaminito2.png);
        height: 800px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imgpresentacion4{
        background-image: url(../imagenes/fotomuseo2.png);
        height: 800px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .secciones {
        width: 600px;
    }

    .divmapa {
        display: flex;
        justify-content: center;
    }

    .mapa {
        width: 1200px;
    }
}

@media (min-width: 800px){
    .mapa {
    width: 800px;
    padding-left: 1em;
}

.ubicacion {
    width: 700px;
}
}














































