/* PANTONES */
/******************************
COLOR       PANTONE             HEXA            RGB
ROSA        1895 C              f5b6cd          245 182 205
MORADO      270 C               b4b5df          180 181 223
AZUL        283 C               92c1e9          146 193 233
VERDE       360 C               6cc24a          108 194 74

*******************************/

/* Clase para la seccion de idioma */
.footer{
    width: auto;
    height: auto;
    background-color: #f5b6cd;
}
.cls_direccion{
    color: #ffffff;
    font-size: 1 vw;
}
.cls_contacto{
    color: #ffffff;
    font-size: 1 vw;
    font-weight: bold;
    padding: 15px;
}
.cls_mapa{
    width: 100%;
    height: auto;
    border: 3px solid #b4b5df;
}
.cls_map{
    padding: 15px;
}
.cls_permiso{
    position: relative;
    top: -50px;
    color: #ffffff;
    font-size: 1 vw;
}
.img_btncita_footer{
    display: block;
    margin: 0 auto;
    max-width: 15%;
    width: 5%;

    position: fixed;
    bottom: 80px;
    left: 10px;
    transition: all 300ms ease 0ms;
    z-index: 99;

}

/* Clases para los iconos de redes y boton para moviles*/
@media screen and (max-width: 767px) {
    .img_ico_redes_f{
        margin: 0 auto;
        max-width: 10%;
        width: 10%;
        height: auto;

    }
    .cls_direccion{
        font-size: 3vw;
    }
    .cls_contacto{
        font-size: 4.1vw;
    }
    .cls_permiso{
        color: #ffffff;
        font-size: 2vw;
        position: static;
    }
    .img_btncita_footer{
        width: 15%;
    }


    .div_redes_footer br {
        display: none;
    }

}