body {
    background-color: #fafafa;
}

.nav-tabs li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    width: 25%;
    min-height: 3.3em;
    height: auto;
    font-size: 1.8em;
    background-color: #f1f1f1;
    height: max-content;
    border-radius: 10px 10px 0 0;
    line-height: 32px;
}
.nav-tabs li.active {background-color: #fff;}
.nav-tabs li a {
    padding: 0;
    margin: 0;
}
@media (max-width: 991px) {
    .nav-tabs li {
        font-size: 24px;
    }
}

.pestanas {
    background-color: #e0e0e0;
    width: 100%;
    height: 181px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

@media (max-width: 767px){
    .pestanas {
        height: 211px;
    }
}

/*.col-sm-3,
.col-sm-9 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}*/

.col-sm-9 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.cuadro {
    position: relative;
}

.cuadro img {
    padding-bottom: 4px;
}

.cuadro h3 {
    position: absolute;
    bottom: -10px;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    min-height: 51px;
    vertical-align: middle;
    line-height: 1;
}

.cuadro h3 a {
    color: #ffffff !important;
    font-weight: bold;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    border: 0px;
}
.nav-tabs li:nth-child(1) a,
.menu-movil li:nth-child(1) a {
    color: #ee3030;
}
.nav-tabs li:nth-child(2) a ,
.menu-movil li:nth-child(2) a {
    color: #00a525;
}
.nav-tabs li:nth-child(3) a ,
.menu-movil li:nth-child(3) a {
    color: #0067d0;
}
.nav-tabs li:nth-child(4) a ,
.menu-movil li:nth-child(4) a {
    color: #783cff;
    padding: 4px 0;
}
.pie {
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 10px 10px;
}
.pie-rojo {
    background-color: #ee3030;
}
.pie-azul {
    background-color: #0067d0;
}
.pie-morado {
    background-color: #783cff;
}
.pie-verde {
    background-color: #00a525;
}

.fnd-blanco {
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 60px;
}

.fnd-blanco-alcalde {
    background-color: #ffffff;
}

.fnd-blanco .col-md-3,
.fnd-blanco .col-md-6 {
    padding: 0;
}

.pad20 {
    padding: 25px 20px !important;
}

.pad20.destacado {
    padding: 10px 20px !important;
}

.pad20 h3 {
    margin-top: 0px;
    color: #D01715;
}

.pad20 h2 {
    margin-top: 0;
    font-size: 36px;
}

.pad20 h3 small {
    color: #000;
}

.borde-l {
    border-left: solid 2px #000;
    padding-left: 10px;
}

.borde-r {
    border-right: solid 2px #000;
    padding-right: 10px;
}

.pad20 p {
    margin-bottom: 0px;
}

.menu-movil li {
    width: 100%;
    background-color: #fff;
    border: solid 1px #f5f5f5;
    border-radius: 5px;
    margin-bottom: 5px;
}

.menu-movil li.active {
    background-color: #f5f5f5;
}
.fnd-blanco {
    background-color: #ffffff;
}

.fnd-gris {
    background-color: #f1f1f1;
    padding: 0;
}

.fnd-gris .col-sm-6 {
    padding: 0;
}

.fnd-gris-claro {
    padding-bottom: 20px;
    margin-bottom: -40px;
}

.titulo-org h2,
.procesos h2{
    color: #e83437;
    font-size: 42px;
    padding-bottom: 20px;
    border-right: solid 2px #000;
    padding-right: 10px;
    margin-right: 10px;
}

.titulo-org h2 small,
.titulo-org h2 span{
    color: #000000;
}

.tab-content {
    border-left: solid 0px #ddd;
    border-right: solid 0px #ddd;
    border-bottom: solid 0px #ddd;
    border-radius: 0px 0px 10px 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
}

.tab-content-alcalde {
    border-left: solid 0px #ddd;
    border-right: solid 0px #ddd;
    border-bottom: solid 0px #ddd;
    border-radius: 0px 0px 10px 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
}

.tab-content h2 {
    font-size: 42px;
    margin: 0 0 30px;
}

.tab-content-alcalde h2 {
    font-size: 42px;
    margin: 0 0 30px;
}

.botones {
    height: 150px;
}

.botones>li {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border: 0px;
    float: left;
    text-align: center;
}

.botones>li>a {
    display: block;
    width: 100%;
    color: #E81B16;
    text-decoration: none;
}

.botones>li:hover {
    background-color: #000;
}

.botones>li.active,
.botones>li.active a,
.botones>li.active:hover {
    background-color: #000;
    color: #fff;
}

.radius {
    border-radius: 6px;
}

h3 {
    color: #E81B16;
}

h3 a {
    font-weight: bold;
    font-size: 14px;
}

p.correo {
    line-height: 2em;
    margin: 0 0 10px;
}

a span.fab {
    transform: translateY(7px);
}

.menu-consejos li {
    padding: 0px;
}

.menu-consejos li#secciones-alcalde1 {
    padding: 0px;
    border-radius: 10px 0px 0px 10px;
    border-right: solid 2px #000000;
    width:33.33%;   
    
}

.menu-consejos li#secciones-alcalde2 {
    padding: 0px;
    border-radius: 0px;
    border-right: solid 2px #000000;
    width:33.33%;
    
} 
li.ultima {
    border-right: 0!important;
    border-radius: 10px 10px 0 0!important;
}

.menu-consejos li a {
    margin-right: 0px;
    font-size: 18px;
}

.menu-consejos li.active a {
    border: 0px;
    color: #ffffff;
    background: #000000;
}

.menu-consejos li#secciones-alcalde1 a {
    margin-right: 0px;
    border-radius: 10px 0px 0px 10px;
    font-size: 18px;
}

.menu-consejos li.active a:hover{
    border: 0px;
}

/* media Querires */

@media (max-width: 767px) {
    .margin-t2em.titulo-org {
        margin-top: -20px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .titulo-org h2 {
        font-size: 24px;
    }
    .botones {
        font-size: 10px;;
    }
}

@media (min-width: 768px) {
    .fnd-gris-claro {
        padding-top: 20px;
    }
    .cabecera {
        height: 150px;
    }
    .fnd-gris {
        margin-top: -130px !important;
    }
    .img-cabecera {
        border-radius: 0 6px 6px 0;
    }
    .fnd-gris div.col-sm-12 {
        position: absolute;
        bottom: -120px;
    }
    .botones {
        height: auto;
    }
    .botones>li {
        width: calc( 50% - 2px);
    }
}

@media (min-width: 992px) {
    .fnd-gris div.col-sm-12 {
        position: absolute;
            bottom: -110px;
        }
    }
    @media (min-width: 1200px) {
    .fnd-gris div.col-sm-12 {
        position: absolute;
        bottom: -200px;
    }
}

@media (max-width: 768px) {
    .menu-consejos li a {
        border-radius: 0 !important;
        border: 0 !important;
    }
}

@media (max-width: 767px) {
    .botones>li {
        border-bottom: solid 2px #000;
    }
    .botones>li:nth-child(4) {
        border-bottom: 0;
    }
}

@media (min-width: 768px) {
    .botones>li:nth-child(1) {
        border-radius: 10px 0 0 0;
        border-bottom: solid 1px #000;
        border-right: solid 1px #000;
    }
    .botones>li:nth-child(2) {
        border-radius: 0 10px 0 0;
        border-bottom: solid 1px #000;
        border-left: solid 1px #000;
    }
    .botones>li:nth-child(3) {
        border-radius: 0 0 0 10px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
    }
    .botones>li:nth-child(4) {
        border-radius: 0 0 10px 0;
        border-top: solid 1px #000;
        border-left: solid 1px #000;
    }
}
