#iconolector, #lectormenos,.iconolector {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    background: rgba(0,0,0,.06);
    border-radius: 50%;
    color: var(--light);
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 7px;
    text-align: center;
    padding: .8em;
    height: 1px;
    width: 2.7em;
    height: 2.7em
}

/* font awesome*/
.fa-vibra:hover {
    -webkit-animation-name: fa-vibra;
    animation-name: fa-vibra;
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-vibra:hover {
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal)
}

@-webkit-keyframes fa-vibra {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-vibra {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}



html .bg-color-light-scale-0 {
    background-color: #fcfcfc !important;
}

/* formularios*/
.form-control {
    border-color: rgba(0, 0, 0, 0.12);
    border-width: 2px;
}

    .form-control:focus {
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }

    .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 16px;
    }


.control-label {
    font-size: 14px;
    color: #888888;
    margin-bottom: 4px;
}

.input-group-text {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 0px;
}

.form-control:focus {
    border-color: #33bbff;
    box-shadow: none;
}

/*select2*/
.select2-results__option {
    color: #262626;
    font-size: 17px !important
}

.select2-results__options {
    margin-left: 0px !important
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.iconodisabled {
    color: rgb(200,200,200);
    text-decoration: none;
}

    .iconodisabled:hover {
        text-decoration: none !important;
    }

/*Calendar*/
.fc-event:hover {
    color: #FFFFFF
}

/*Noticias*/
.blog-bg {
    background: #ecf2f4;
}

section.our-blog {
    padding: 60px 0;
    margin: 0;
}

#ourBlog {
    margin-top: 60px;
}

    #ourBlog li {
        list-style: none;
    }

    #ourBlog .h1blog {
        color: #000000 !important;
        font-size: 20px;
        line-height: 30px !important;
        letter-spacing: -0.01em;
    }

.our-blog-item {
    position: relative;
    transition: ease box-shadow 300ms;
}

    .our-blog-item:hover:not(.blog-post) {
        box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3);
    }

        .our-blog-item:hover:not(.blog-post) .image-wrapper img {
            transform: scale(1.1);
        }

    .our-blog-item.blog-post .post-infos {
        padding: 75px;
    }

        .our-blog-item.blog-post .post-infos .testimonial blockquote {
            background: transparent;
            padding: 0px 0 10px 80px;
        }

            .our-blog-item.blog-post .post-infos .testimonial blockquote:before {
                color: #333;
                top: -13px;
            }

            .our-blog-item.blog-post .post-infos .testimonial blockquote:after {
                content: none;
            }

            .our-blog-item.blog-post .post-infos .testimonial blockquote p {
                font-family: "Roboto Slab", serif;
                color: #777;
                font-style: normal;
                line-height: 1.5;
                font-size: 1.1em;
                font-weight: 100;
            }

    .our-blog-item.blog-post .author-info {
        padding: 75px;
    }

        .our-blog-item.blog-post .author-info:after {
            content: '';
            display: block;
            clear: both;
        }

        .our-blog-item.blog-post .author-info img.border-rounded {
            border-radius: 100%;
        }

        .our-blog-item.blog-post .author-info .designation {
            color: #b1b6be;
        }

        .our-blog-item.blog-post .author-info p {
            color: #c3c7ce;
        }

    .our-blog-item .image-wrapper {
        display: block;
        overflow: hidden;
    }

        .our-blog-item .image-wrapper img {
            transition: ease transform 300ms;
        }

    .our-blog-item .category {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        padding: 5px 25px;
        border-radius: 20px;
    }

    .our-blog-item .post-infos {
        position: relative;
        background: #FFF;
        padding: 25px;
    }

        .our-blog-item .post-infos .share {
            position: absolute;
            bottom: calc(100% - 22px);
            right: 15px;
            border-radius: 50px;
            width: 43px;
            height: 43px;
            overflow: hidden;
            z-index: 1;
            transition: ease height 300ms;
        }

            .our-blog-item .post-infos .share:hover {
                height: 176px;
            }

            .our-blog-item .post-infos .share .share-icons {
                position: absolute;
                bottom: 0;
                left: 0;
                text-align: center;
            }

                .our-blog-item .post-infos .share .share-icons i {
                    display: block;
                    color: #FFF;
                    padding: 15px;
                    opacity: 0.5;
                    transition: ease opacity 300ms;
                }

                    .our-blog-item .post-infos .share .share-icons i.fa-share-alt {
                        opacity: 1;
                    }

                    .our-blog-item .post-infos .share .share-icons i:hover {
                        opacity: 1;
                    }

        .our-blog-item .post-infos .post-date {
            color: #646974;
        }

        .our-blog-item .post-infos h1 {
            line-height: 0.8;
            margin-bottom: 10px;
        }

@media (max-width: 991px) {
    .our-blog-item.blog-post .author-info img {
        display: block;
    }
}

@media (max-width: 767px) {
    .our-blog-item.blog-post .post-infos, .our-blog-item.blog-post .author-info {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    #ourBlog .isotope-item {
        text-align: left;
    }

    #ourBlog .our-blog-item .post-infos .share {
        width: 42px;
    }
}


/*ADAPTACIONES22*/
/* Form */
.form-control:focus {
    border-color: #33bbff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}

section.toggle label {
    color: #0499e3;
    border-left-color: #0499e3;
}

.search:focus {
    border-color: #EEEEEE
}

.cursormano {
    cursor: pointer
}

.text-left {
    text-align: left;
}

.label {
    font-weight: normal !important;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #d9534f;
}

.label-maxlength {
    background-color: #198754;
    margin-top: -10px;
    top: 0;
    margin-left: -65px
}

.table-hover tr:hover td {
    background-color: rgba(247,247,247);
    transition-duration: 0.1s;
}

.table-hover tr td {
    transition-duration: 0.1s;
}

.table-bordered tr {
    border-style: none
}

.text-right {
    text-align: right
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.center {
    text-align: center !important;
}

#header .header-nav-features .header-nav-features-dropdown {
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: .875em;
    line-height: 16px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

h2.word-rotator-title {
    line-height: 54px;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.btn-lg {
    font-size: 18px;
    padding: 10px 16px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

a:link, a:visited, a:active a:hover {
    text-decoration: none !important;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
    background: unset;
}



/*SPINNER CON OVERLAY*/
.spinnericono {
    font-size: 40px;
    position: absolute;
    color: #0499e3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: .9;
    z-index: 5000
}

#containerspinner {
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5001;
}

    #containerspinner span {
        font-size: 12px;
        position: absolute;
        color: #0499e3;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%,-185%);
    }

@keyframes animationspinner {
    0% {
        stroke-dasharray: 1 51;
        stroke-dashoffset: -150;
    }

    50% {
        stroke-dasharray: 51 1;
        stroke-dashoffset: -50;
    }

    100% {
        stroke-dasharray: 1 51;
        stroke-dashoffset: -50;
    }
}

#spinneroverlay {
    transform-origin: center;
    animation-name: animationspinner;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier;
    animation-iteration-count: infinite;
}

/*AGENDAS*/
.panel-agenda {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 0;
}

    .panel-agenda:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 1;
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.41);
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.41);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.41);
    }

    .panel-agenda a:link {
        color: white
    }

.panel-body-agenda {
    overflow: hidden;
    height: 200px;
    position: relative;
}

    .panel-body-agenda .img-wrapper {
        position: relative;
        top: 100%;
        bottom: 20px;
        left: 0px;
        right: 45px;
        height: 326px;
        width: 100%;
        /*	overflow: hidden;*/
        background-image: url(/archivos/webs/www.lospalacios.org/cabeceraimagenes/7321-1.jpg);
        background-size: cover;
        background-position: center;
        opacity: 0.5;
        transition: all 0.5s;
    }

    .panel-body-agenda:hover .img-wrapper {
        top: -326px;
        transition: all 0.5s;
    }

    .panel-body-agenda img {
        position: absolute;
        margin-top: 100%;
        transition: all 1s;
    }

    .panel-body-agenda:hover img {
        position: absolute;
        margin-top: 0%;
        transition: all 1s;
    }

.panel-heading .hora {
    position: absolute;
    font-size: 12px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.panel-heading .horac {
    position: absolute;
    font-size: 12px;
    Width: 60px;
    height: 26px;
    top: 50px;
    line-height: 26px;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/*iconos circulares con título y subtítulo*/
.panel-heading-icon small {
    font-size: 12px;
    position: relative;
    top: -39px
}

.panel-heading-icon .dias {
    line-height: 55px !important;
    position: relative;
    font-size: 50px;
    font-weight: bold;
    top: 10px
}

/*IMAGEN RESPONSIVE*/
.imagenresponsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*cookies*/
.mensajecokies {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: left 1s ease;
    transition: left 1s ease;
    /*min-height: 100px;*/
    background-color: white;
    border-top: 2px solid #0088CC;
    z-index: 3000;
    padding: 10px;
    box-shadow: 0px -3px 15px #888888;
}


/*buscar*/
#header .search a.btn-default {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    z-index: 3;
}

/*iframe*/
.iframe {
    border: none;
    width: 100%;
    min-height: 870px
}

/*resultados de busqueda*/
a.gs-title, a.gs-title * {
    color: red;
}

/*vinculos*/
a:hover {
    text-decoration: none
}

/*paginacion*/
.LVnumericLink, .LVcurrentLink, .LVIzquierda, .LVDerecha {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 12px;
    color: #0088cc;
    margin-left: -4px;
    line-height: 1.42857;
    cursor: pointer
}

.LVIzquierda {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.LVDerecha {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.LVnumericLink:hover, .LVIzquierda:hover, .LVDerecha:hover {
    background-color: #eee;
    text-decoration: none
}

.LVcurrentLink {
    background-color: #0088cc;
    color: #fff;
    border: 1px solid #0088cc;
    cursor: default
}

/*NOTICIAS*/
.nottitulo {
    font-size: 20px;
    line-height: 26px;
}

    .nottitulo a {
        color: #222222
    }

.notcategoria {
    color: #33B8FF;
}





/* Mapa en localizacion */
.googlea-map {
    background: #E5E3DF;
    height: 600px;
    margin: 0px 0 30px 0;
    width: 100%;
}

    .googlea-map img {
        max-width: 9999px;
    }


/*accesos rapidos superiores*/
.columna {
    border: none;
    width: 61px;
    text-align: center;
    margin: 11px 0 0 0;
    float: left;
}

.columna_derecha {
    border: none;
    width: 60px;
    text-align: center;
    margin: 11px 0px 0 0;
    float: left;
}

.columna_1 a img {
    background: url('../imagenes/accesosrapidos/farmacia.png') no-repeat center;
}

.columna_1 a:hover img {
    background: url('../imagenes/accesosrapidos/farmacia_a.png') center no-repeat;
}

.columna_2 a img {
    background: url('../imagenes/accesosrapidos/autobus.png') no-repeat center;
}

.columna_2 a:hover img {
    background: url('../imagenes/accesosrapidos/autobus_a.png') center no-repeat;
}

.columna_3 a img {
    background: url('../imagenes/accesosrapidos/callejero.png') no-repeat center;
}

.columna_3 a:hover img {
    background: url('../imagenes/accesosrapidos/callejero_a.png') center no-repeat;
}

.columna_4 a img {
    background: url('../imagenes/accesosrapidos/tiempo.png') no-repeat center;
}

.columna_4 a:hover img {
    background: url('../imagenes/accesosrapidos/tiempo_a.png') center no-repeat;
}

.columna_5 a img {
    background: url('../imagenes/accesosrapidos/gastronomia.png') no-repeat center;
}

.columna_5 a:hover img {
    background: url('../imagenes/accesosrapidos/gastronomia_a.png') center no-repeat;
}

.columna_6 a img {
    background: url('../imagenes/accesosrapidos/noticias.png') no-repeat center;
}

.columna_6 a:hover img {
    background: url('../imagenes/accesosrapidos/noticias_a.png') center no-repeat;
}

.columna_7 a img {
    background: url('../imagenes/accesosrapidos/agenda.png') no-repeat center;
}

.columna_7 a:hover img {
    background: url('../imagenes/accesosrapidos/agenda_a.png') center no-repeat;
}

.columna_8 a img {
    background: url('../imagenes/accesosrapidos/participa.png') no-repeat center;
}

.columna_8 a:hover img {
    background: url('../imagenes/accesosrapidos/participa_a.png') center no-repeat;
}

.columna_9 a img {
    background: url('../imagenes/accesosrapidos/tablon.png') no-repeat center;
}

.columna_9 a:hover img {
    background: url('../imagenes/accesosrapidos/tablon_a.png') center no-repeat;
}

.columna_10 a img {
    background: url('../imagenes/accesosrapidos/perfil.png') no-repeat center;
}

.columna_10 a:hover img {
    background: url('../imagenes/accesosrapidos/perfil_a.png') center no-repeat;
}

.columna_11 a img {
    background: url('../imagenes/accesosrapidos/reservas.png') no-repeat center;
}

.columna_11 a:hover img {
    background: url('../imagenes/accesosrapidos/reservas_a.png') center no-repeat;
}

.columna_12 a img {
    background: url('../imagenes/accesosrapidos/directorio.png') no-repeat center;
}

.columna_12 a:hover img {
    background: url('../imagenes/accesosrapidos/directorio_a.png') center no-repeat;
}

.columna_13 a img {
    background: url('../imagenes/accesosrapidos/suscripcion.png') no-repeat center;
}

.columna_13 a:hover img {
    background: url('../imagenes/accesosrapidos/suscripcion_a.png') center no-repeat;
}

.columna_14 a img {
    background: url('../imagenes/accesosrapidos/bolsa.png') no-repeat center;
}

.columna_14 a:hover img {
    background: url('../imagenes/accesosrapidos/bolsa_a.png') center no-repeat;
}

.columna_15 a img {
    background: url('../imagenes/accesosrapidos/buscadorempleo.png') no-repeat center;
}

.columna_15 a:hover img {
    background: url('../imagenes/accesosrapidos/buscadorempleo_a.png') center no-repeat;
}


/*accesos rapidos superiores*/
.columnaprincipal {
    border: none;
    width: 101px;
    text-align: center;
    margin: 0px 0px 0 0px;
    float: left;
}

.columnaprincipal_derecha {
    border: none;
    width: 101px;
    text-align: center;
    margin: 0px 0px 0 0;
    float: left;
}

.columnap_1 a img {
    background: url('../imagenes/accesosprincipales/tramites.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_1 a:hover img {
    background: url('../imagenes/accesosprincipales/tramites_a.png') no-repeat center;
}

.columnap_2 a img {
    background: url('../imagenes/accesosprincipales/deportes.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_2 a:hover img {
    background: url('../imagenes/accesosprincipales/deportes_a.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_3 a img {
    background: url('../imagenes/accesosprincipales/cultura.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_3 a:hover img {
    background: url('../imagenes/accesosprincipales/cultura_a.png') no-repeat center;
}

.columnap_4 a img {
    background: url('../imagenes/accesosprincipales/juventud.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_4 a:hover img {
    background: url('../imagenes/accesosprincipales/juventud_a.png') no-repeat center;
}

.columnap_5 a img {
    background: url('../imagenes/accesosprincipales/formacion.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_5 a:hover img {
    background: url('../imagenes/accesosprincipales/formacion_a.png') no-repeat center;
}

.columnap_6 a img {
    background: url('../imagenes/accesosprincipales/festejos.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_6 a:hover img {
    background: url('../imagenes/accesosprincipales/festejos_a.png') no-repeat center;
}

.columnap_7 a img {
    background: url('../imagenes/accesosprincipales/turismo.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_7 a:hover img {
    background: url('../imagenes/accesosprincipales/turismo_a.png') no-repeat center;
}

.columnap_8 a img {
    background: url('../imagenes/accesosprincipales/educacion.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_8 a:hover img {
    background: url('../imagenes/accesosprincipales/educacion_a.png') no-repeat center;
}

.columnap_9 a img {
    background: url('../imagenes/accesosprincipales/asuntossociales.png') no-repeat center;
    background-size: 100% 100%;
}

.columnap_9 a:hover img {
    background: url('../imagenes/accesosprincipales/asuntossociales_a.png') no-repeat center;
}


p.accesorapido {
    line-height: 120%;
    padding: 5px 0;
    color: #a0a0a0;
    font-size: xx-small;
    margin-bottom: 0px;
}

@media (max-width:768px) {
    .col-xs-4 {
        padding: 0 7px 0 7px;
    }
}


.word-rotate {
    visibility: hidden;
    width: 100px;
    height: 0px;
    margin-bottom: -10px; /*tenía: -7 */
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.AgendaTitulo {
    color: #535151;
    text-decoration: none;
    font-size: medium;
}

.AgendaArea {
    color: #33B8FF;
    text-decoration: none;
}

/* accesos rapidos AVISOS E INCIDENCIAS */

.aviso_1 a img {
    background: url('../../imagenes/Avisos/Alumbrado.png') no-repeat center;
    background-size: contain;
}

.aviso_1 a:hover img {
    background: url('../../imagenes/Avisos/AlumbradoH.png') center no-repeat;
    background-size: contain;
}

.aviso_2 a img {
    background: url('../../imagenes/Avisos/Parques.png') no-repeat center;
    background-size: contain;
}

.aviso_2 a:hover img {
    background: url('../../imagenes/Avisos/ParquesH.png') no-repeat center;
    background-size: contain;
}

.aviso_3 a img {
    background: url('../../imagenes/Avisos/Limpieza.png') no-repeat center;
    background-size: contain;
}

.aviso_3 a:hover img {
    background: url('../../imagenes/Avisos/LimpiezaH.png') no-repeat center;
    background-size: contain;
}

.aviso_4 a img {
    background: url('../../imagenes/Avisos/Retirada.png') no-repeat center;
    background-size: contain;
}

.aviso_4 a:hover img {
    background: url('../../imagenes/Avisos/RetiradaH.png') no-repeat center;
    background-size: contain;
}

.aviso_5 a img {
    background: url('../../imagenes/Avisos/Via.png') no-repeat center;
    background-size: contain;
}

.aviso_5 a:hover img {
    background: url('../../imagenes/Avisos/ViaH.png') no-repeat center;
    background-size: contain;
}

.aviso_6 a img {
    background: url('../../imagenes/Avisos/Otros.png') no-repeat center;
    background-size: contain;
}

.aviso_6 a:hover img {
    background: url('../../imagenes/Avisos/OtrosH.png') no-repeat center;
    background-size: contain;
}


/*titulos*/
.titulocolor {
    font-size: 1.4em !important;
    line-height: 27px !important;
    margin-top: 0px;
    margin-bottom: 9px !important
}

    .titulocolor .titulorotate {
        top: -2px
    }

/*revolution slider fonts*/
.slider-container .main-label {
    font-size: 48px;
    /*text-shadow:none*/
}

.slider-container .bottom-label {
    font-size: 21px;
    /*font-weight:800*/
}



html .overlay-color-primary:not(.no-skin):before {
    background-color: black !important;
}

/* Paragraphs */
p {
    color: #777;
    line-height: 27px;
    margin: 0 0 20px;
}


body {
    background-color: #FFF;
    color: #666666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
}


/* MENU */

#header .header-nav-main nav > ul li a {
    font-size: 15px;
}

.text-color-celestito {
    /*color: #0499e3;*/
    color: #ffb005;
}



/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px 0;
}

h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

h4 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 14px 0;
}
/*padding*/
.pb-6 {
    padding-bottom: 4rem !important;
}

.pb-7 {
    padding-bottom: 5rem !important;
}

.pb-8 {
    padding-bottom: 6rem !important;
}

.pb-9 {
    padding-bottom: 7rem !important;
}


/* COLOR CINCO ---------------------------- inicio */

.text-color-cinco {
    color: darkviolet !important;
}

.featured-box-cinco .icon-featured {
    background-color: darkviolet;
}

.featured-box-cinco h4 {
    color: darkviolet;
}

.featured-box-cinco .box-content {
    border-top-color: darkviolet;
}

.featured-box-cinco .box-content-border-bottom {
    border-bottom-color: darkviolet;
}

.featured-boxes-style-3 .featured-box.featured-box-cinco .icon-featured {
    border-color: darkviolet;
    color: darkviolet;
}

.featured-box-effect-3.featured-box-cinco:hover .icon-featured {
    background: darkviolet !important;
}

.featured-box-effect-3.featured-box-cinco .icon-featured:after {
    box-shadow: 0 0 0 10px darkviolet;
}

/* COLOR CINCO ---------------------------- fin */

/* COLOR SEIS ---------------------------- inicio */

.text-color-seis {
    color: rgb(58, 200, 192) !important;
}

.featured-box-seis .icon-featured {
    background-color: rgb(58, 200, 192);
}

.featured-box-seis h4 {
    color: rgb(58, 200, 192);
}

.featured-box-seis .box-content {
    border-top-color: rgb(58, 200, 192);
}

.featured-box-seis .box-content-border-bottom {
    border-bottom-color: rgb(58, 200, 192);
}

.featured-boxes-style-3 .featured-box.featured-box-seis .icon-featured {
    border-color: rgb(58, 200, 192);
    color: rgb(58, 200, 192);
}

.featured-box-effect-3.featured-box-seis:hover .icon-featured {
    background: rgb(58, 200, 192) !important;
}

.featured-box-effect-3.featured-box-seis .icon-featured:after {
    box-shadow: 0 0 0 10px rgb(58, 200, 192);
}

/* COLOR SEIS ---------------------------- fin */


/* COLOR SIETE ---------------------------- inicio */

.text-color-siete {
    color: rgb(102, 102, 102) !important;
}

.featured-box-siete .icon-featured {
    background-color: rgb(102, 102, 102);
}

.featured-box-siete h4 {
    color: rgb(102, 102, 102);
}

.featured-box-siete .box-content {
    border-top-color: rgb(102, 102, 102);
}

.featured-box-siete .box-content-border-bottom {
    border-bottom-color: rgb(102, 102, 102);
}

.featured-boxes-style-3 .featured-box.featured-box-siete .icon-featured {
    border-color: rgb(102, 102, 102);
    color: rgb(102, 102, 102);
}

.featured-box-effect-3.featured-box-siete:hover .icon-featured {
    background: rgb(102, 102, 102) !important;
}

.featured-box-effect-3.featured-box-siete .icon-featured:after {
    box-shadow: 0 0 0 10px rgb(102, 102, 102);
}

/* COLOR SIETE ---------------------------- fin */


/* COLOR OCHO ---------------------------- inicio */

.text-color-ocho {
    color: rgb(237, 12, 113) !important;
}

.featured-box-ocho .icon-featured {
    background-color: rgb(237, 12, 113);
}

.featured-box-ocho h4 {
    color: rgb(237, 12, 113);
}

.featured-box-ocho .box-content {
    border-top-color: rgb(237, 12, 113);
}

.featured-box-ocho .box-content-border-bottom {
    border-bottom-color: rgb(237, 12, 113);
}

.featured-boxes-style-3 .featured-box.featured-box-ocho .icon-featured {
    border-color: rgb(237, 12, 113);
    color: rgb(237, 12, 113);
}

.featured-box-effect-3.featured-box-ocho:hover .icon-featured {
    background: rgb(237, 12, 113) !important;
}

.featured-box-effect-3.featured-box-ocho .icon-featured:after {
    box-shadow: 0 0 0 10px rgb(237, 12, 113);
}

/* COLOR OCHO ---------------------------- fin */





/* ICONOS Trámites, Cita Previa y Sede electrónica de la página Default*/
@media (min-width: 576px) and (max-width: 767px) {
    .px-sm-6 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }

    .featured-boxes-style-2 .featured-box .icon-featured_sm {
        height: 65px;
        line-height: 65px;
        width: 65px;
    }

    .featured-boxes-style-2 .featured-box .box-content h4 {
        font-size: 0.9em !important;
    }
}

/* ICONOS redondos de Delegaciones y Servicios de la página Default*/

/* XS */
@media (max-width: 575px) {
}

/* XS */
@media (min-width: 576px)/* and (max-width: 767px) */{  
}

/* MD */
@media (min-width: 768px)/* and (max-width: 991px)*/ {
    .featured-boxes-style-2 .featured-box .icon-featured_md {
        height: 65px;
        line-height: 65px;
        width: 65px;
    }

    .featured-boxes-style-2 .featured-box .box-content h4 {
        font-size: 0.9em !important;
    }
}
/* LG */
@media (min-width: 992px)/* and (max-width: 1199px)*/ {
    .featured-boxes-style-2 .featured-box .icon-featured_lg {
        height: 70px;
        line-height: 70px;
        width: 70px;
    }

    .featured-boxes-style-2 .featured-box .box-content h4 {
        font-size: 1em !important;
    }
}

/* XL */
@media (min-width: 1200px)/* and (max-width: 1399px)*/ {
    .featured-boxes-style-2 .featured-box .icon-featured_lg {
        height: 75px;
        line-height: 75px;
        width: 75px;
    }

    .featured-boxes-style-2 .featured-box .box-content h4 {
        font-size: 1em !important;
    }

}

/* XXL */
@media (min-width: 1400px) {
}
