/*
Theme Name: ComisionadoTransparenciaCanarias
Version: 2.0
Author: Abel Delgado Falcón
Template: generatepress
*/

.selector-mapa {
    font-family: 'Open Sans';
    font-size: 18px;
}

#map {
    margin: 0 auto;
    height: 600px;
}

#ui-controls {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    width: 186px;
    padding: 8px 25px 8px 15px;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: black;
}

.year-slider {
    width: 100%;
    color: #3F3250;
}

#ui-controls .min {
    float: left;
}

#ui-controls .max {
    float: right;
    margin-right: -15px;
}

.custom-list {
    list-style: disc;
    margin: 7%;
}

.custom-element {
    margin-bottom: 5%;
    font-size: 12px;
}

.entidad p {
    font-size: 15px;
    text-align: center;
}

.portal {
    font-size: 13px;
}

.solicitud {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px
}

.cabecera-centrada {
    text-align: center;
}

.entidades-dependientes {
    font-size: 13px;
}

.centrado {
    text-align: justify;
    margin-right: 25px;
    margin-left: 25px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}