@charset "UTF-8";
/* CSS Document */

footer{
	padding-bottom:100px;
}

#contenedor-footer h3{
    color: #fff;
}

#contenedor-footer p{
    color: #fff;
} 

#contenedor-footer a{
    color: var(--cp) !important;
    text-decoration: none;
    margin-bottom: 5px;
}

#contenedor-footer a:hover{
    color: var(--cb) !important;
}

.pre-footer{
	margin-bottom:0px !important;
}
.logo-blanco{
    margin-bottom: 20px;
}
.mapa-ft{
    overflow:hidden;
    padding-bottom:300px; /*Reduce este valor si el mapa fuera muy alto, por ejemplo 250px, puedes usar porcentajes, 50%*/
    margin-top: 30px;
    margin-bottom: 40px;
    position:relative;
    height:0;
}
.mapa-ft iframe{
    left:0;
    top:0;
    height:100%;
    width:90%;
    position:absolute;
}
.links-ft{
	color:var(--cp);
}
.links-ft:hover{
	color:var(--cb);
}