﻿
.contenedor-footer {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    background-color: #5c7789;
    justify-content: space-between;
    min-height: 280px;
    padding-bottom: 30px;
}

.logo-descripcion-pie {
    display: flex;
    flex-flow: row wrap;
    flex-direction:column;
    justify-content: center;
    width: 100%;
}

.administracion-red-social-pie {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    line-height: normal;
    /*margin-bottom: -200px;*/
}

.logo-footer {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    /*margin-top: 40px;*/
}

.imagen-logo-pie {
    width: 280px;
    margin: 0 auto;
}

.texto-footer {
    display: flex;
    flex-direction: column;
    color: white;
    line-height: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    justify-content: center;
    padding: 20px;
    min-width: 200px;
}

.a-footer {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

    .a-footer:hover {
        text-decoration: underline;
        color: white;
    }

.mapa {
    margin: 30px;
}

.texto-direccion {
    color: white;
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.0vh;
    text-align: center;
    margin-right: 5px;
}

.contenedor-descripcion-pie {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.texto-footer-2 {
    display: flex;
    flex-direction: column;
    color: #5f5f5f;
    line-height: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    padding: 15px;
    min-width: 180px;
    margin: 15px;
}

.red-social-footer {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    width: 100%;
    text-align: center
}

.a-compartir-pie {
    color: #53598a;
    color: #e2e2e2 !important;
    font-size: 4vmin;
    /*font-weight:200;*/
}



@media screen and (max-width: 1000px) {

    .imagen-logo-pie {
        width: 200px;
    }

}

@media screen and (max-width: 600px) {

    .a-compartir-pie {
        
        font-size: 25px;
        /*font-weight:200;*/
    }


    .logo-footer {
        width: auto;
    }

    .contenedor-descripcion-pie {
        width: auto;
    }


    #correo-soporte {
        font-size: 3.9vmin;
    }


}



