

body{
    height: 20vh !important;
}

/*Ponemos el div donde irá el maps*/

.info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vw;
    max-height: 50em;
    min-height: 42em;
}

.maps {
    height: 45vw;
    width: 80vw;
    border: 0.3em solid rgb(238, 213, 71);
}

.contact-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
    width: 80vw;
    
}

.contact {
    display: flex;    
}

.contact-icon {
    height: 9em;
    width: 9em;
}

.seccion {
    border: 1px solid rebeccapurple !important;
}

.icon {
    height: 5vw;
    
}

.location {
    opacity: 0.7;
    
}

.calendary {
    
    margin-top: -0.5em;    
}

.info-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: pirate;
    font-size: larger;
    text-align: center;
}

/* damos estilo al formulario */

.formulario-cont {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-family: pirate;
    margin-top: 3em;
    margin-left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
    
.enviar {
    background-color: blue;
    border-radius: 0.5em;
    width: 8em;
    margin-left: 0em;
}
/* modificamos el margin de los iconos de facebook e instagram */
.red {
    margin-left: -1.5em;
}



/* Aqui tenemos los @media para que la página sea lo mas responsive posible */

@media(max-width: 1234px){

    .visitanos-cont{
        margin-top: 5em;
    }
    #home:hover {
    height: 2.55em;
    }
    .enviar {
        width: 6.5em;
        
    }
    .contact-cont {
        justify-content: center;
        align-items: center;
        height: 30em;
        width: 20em;
    }
    .contact-icon {
        height: 3em;
        width: 3em;
    }
    .email {
        margin-top: -2em;
    }
    .info-text{
        margin-left: 4em;
        margin-top: 1em;
        align-self: center;
        font-size: smaller;
        width: 20em;
        text-align: center;
    }

    .tlf {
        margin-left: 7em;
    }
    .contact {
        height: 2em;
        width: 20em;
    }
    
    .icon {
        height: 3em;
        width: 3em;
    }
    
}
@media(max-width: 991px){


    .visitanos-cont{
        margin-top: 5em;
    }
    #home:hover {
    height: 2.55em;
    }
    .enviar {
        width: 6.5em;
        
    }
    
    .contact-icon {
        height: 3em;
        width: 3em;
    }
    .email {
        margin-top: -2em;
    }
 
    .contact {
        height: 2em;
        width: 20em;
    }
    
    .icon {
        height: 3em;
        width: 3em;
    }
    
}

@media(max-width: 615px) {

    .cabecera {
        justify-content: center;
        margin-left: -4.5em;
    }

    
    #menu_sup {
        width: 86vw;
        min-width: 30em;
    }
    
    #home{
        margin-left: 1em;
    }
    .textoh {
        width: 22em;
    }

    .contactanos {
        margin-left: 1em;
    }

    .visita {
        margin-left: 2em;
        width: 10em;
    }

    .casilla{
        margin-left: -0.8em;
    }

    .redes {
        margin-left: 5em;
    }

    .enviar {
        margin-left: 8em;
    }
}