body {
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.page {
    overflow: hidden;
}
/*Header*/
header {
    margin-top: 25px;
    padding-bottom: 15px;
}
header .logo {
    margin: 0;
    padding-bottom: 0;
}
header .logo img {
    width: 500px;
    height: 110px;
    object-fit: contain;
}
header .escudo {
    width: 254px;
    height: 38px;
}
header .buscador {
    margin-top: 8px;
}
header .buscador .glyphicon-search {
    color: #fff;
}
header .buscador input {
    background-color: white;
    border: 1px solid #002F87;
    height: 34px;
    font-size: 12px;
    font-style: italic;
}
header .buscador input:focus {
    border-color: #002F87;
}
header .buscador button {
    border: 1px solid #002F87;
    background-color: #002F87;
    border-radius: 0 4px 4px 0;
}
header nav ul {
    margin: 5px 0 0 0;
    padding: 0;
}
header nav ul li {
    display: inline-block;
}
header nav ul li:before {
    content: "|";
    margin: 0 10px;
}
header nav ul li:first-child:before {
    content: "";
    margin: 0;
}
header nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
@media (max-width: 768px) {
    header {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    header .logo {
        margin: 0 !important;
    }
}
/*Fin del header*/

/*Menu Principal*/
.el-menu {
    margin: 20px 0 0 0;
    background-color: #002F87;
    border: solid 1px #002F87;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}
.el-menu .caret {
    margin-left: 4px;
}
.el-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.el-menu li a {
    text-transform: uppercase;
    display: block;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 15px;
    margin: 5px 0;
    border: solid 1px transparent;
}
.el-menu li.active > a,
.el-menu li a:focus,
.el-menu li a:hover {
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    background-image: url('../img/bm.svg');
    background-color: #002F87;
    border: solid 1px #002F87;
    background-blend-mode: multiply;
}
.el-menu ul ul:before {
    content: url(../img/arrow.png);
    position: absolute;
    width: 20px;
    top: 2px;
    left: 0;
}
.el-menu ul ul {
    position: absolute;
    z-index: 999999;
    display: none;
    margin: 0;
    padding: 5px 0;
    padding-top: 12px;
}
.el-menu ul li:hover ul {
    display: block;
}
.el-menu ul ul li {
    margin: 0;
    display: block;
    min-width: 230px;
    max-width: 256px;
    background-color: white;
    position: relative;
    border-bottom: 1px solid rgba(0, 128, 0, 0.05);
}
.el-menu ul ul li a {
    color: #002F87;
    padding: 10px 13px;
    text-transform: initial;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}
.el-menu ul ul li.active > a,
.el-menu ul ul li a:focus,
.el-menu ul ul li a:hover {
    border-radius: initial;
    color: #002F87;
    text-decoration: none;
    background-image: initial;
    border: solid 1px transparent;
    border-bottom: 1px solid transparent;
    background-color: rgba(1, 47, 135, 0.07) !important;
}
.el-menu ul ul li:first-child {
    border-radius: 2px 2px 0 0;
}
.el-menu ul ul li:last-child {
    border-bottom: solid 2.5px rgba(0, 149, 58, 0.5);
}

@media (min-width: 768px) and (max-width: 768px) {
    .navbar {
        white-space: nowrap;
        overflow: auto;
    }
}

/*Fin del Menu Principal*/


/*Multimedia*/

.iRapidos {
    background-color: #E4E4E4;
}

.multiMa .moduletable {
    padding: 86px 0 71px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
    .multiMa .moduletable {
        padding: 30px 0 30px 0;
    }
}
.multiMa h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #002F87;
    margin-bottom: 15px;
}
.multiMa .panelMt {
    background-color: white;
    height: 238px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 2px;
}
.multiMa .btscMt1 {
    border-top: solid 4px #002F87;
}
.multiMa .btscMt2 {
    border-top: solid 4px #CC181E;
}
.multiMa .btscMt3 {
    border-top: solid 4px #A9A9AA;
}
.multiMa .btscMt3 {}
.multiMa .Mt01 {
    padding: 20px 15px;
    font-size: 15px;
    line-height: 22px;
    color: #666666;

    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    -moz-box-orient: vertical;
    -moz-line-clamp: 8;
}
.multiMa .ContinuarL {
    padding: 3px 15px;
    display: block;
}
.multiMa .mosaiquitos {
    display: inline-block;
    width: 50%;
    height: 119px;
}
.multiMa .mosaiquitos img {
    width: 100%;
    height: 119px;
    object-fit: cover;
}
.multiMa .verMas {
    font-size: 13px;
    color: #002F87;
    text-decoration: underline;
    opacity: 0.4;
}
.multiMa .verMas:hover {
    opacity: 1;
    transition: ease .4s;
}
/*Fin de Multimedia*/

/*Servicios X*/

.servicios-x .encabezado {
    margin: 40px 0 22px 0;
    border-bottom: solid 1px rgba(0, 47, 135, 0.2);
    overflow: hidden;
}
.servicios-x h3 {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    color: #002F87;
    margin: 0;
    padding: 0 0 10px 0;
}
.servicios-x .photoN {
    background-color: #002f87;
    height: 140px;
    border-radius: 7px;
    overflow: hidden;
}
.servicios-x .photoN img {
    vertical-align: middle;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.servicios-x h4 {
    color: #808080;
    font-size: 14px;
    font-weight: 600;
}
.boton-servicios button:visited,
.boton-servicios button {
    background-color: #002f87;
    border-color: #002f87;
    color: white !important;
}
.interna .modal-body {
    overflow: auto;
    max-height: 85vh;
}

/*Fin Servicios X*/

/*Noticias*/
.noticias {
    background-color: white;
    overflow: hidden;
}
.noticias .encabezado {
    margin: 55px 0 22px 0;
    border-bottom: solid 1px rgba(0, 47, 135, 0.2);
    overflow: hidden;
}
.noticias h3 {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    color: #002F87;
    margin: 0;
    padding: 0 0 10px 0;
}
.noticias .verMas a {
    font-size: 13px;
    color: #002F87;
    text-decoration: underline;
    opacity: 0.7;
}
.noticias .verMas a:hover {
    opacity: 1;
    transition: ease .4s;
}
.noticias #noticia {
    margin-bottom: 26px;
}
.noticias #prensa {
    margin-bottom: 50px;
}
.noticias .fa-newspaper-o:before {
    content: "\f1ea";
    padding-right: 5px;
    font-family: 'FontAwesome';
}
.noticias .photoN {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #00953A;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.noticias .photoN:before {
    content: "";
    transform: rotate(44deg);
}
.noticias .photoN:hover:before {
    transition: ease .2s;
    content: "\f00d";
    font-family: 'FontAwesome';
    color: white;
    background-color: rgba(0, 149, 58, 0.92);
    position: absolute;
    top: 0;
    left: 68%;
    right: -13px;
    bottom: -65px;
    padding: 11px;
    font-size: 14px;
    transform: rotate(44deg);
    text-align: center;
    line-height: 170px;
}
.noticias .photoN img {
    min-height: 200px;
    margin-top: 10px;
    border: 1px solid #aeaeae;
    width: 100%;
    visibility: hidden;
}
.noticias h4 {
    max-height: 35px;
    min-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    line-height: 17.55px;

    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: #002F87;
    margin: 0;
}
.noticias .fecha {
    font-style: italic;
    font-size: 11px;
    opacity: 0.8;
    display: block;
    margin: 10px 0 7px 0;
    color: #4F4F4F;
}
.noticias .texto {
    font-size: 12px;
    color: #444444;

    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    line-height: 14.4px;
}
@media (max-width: 768px) {
    /*#prensa .item-news:nth-child(3n+1) {
        display: none !important;
    }*/
    .noticias #noticia {
        margin-bottom: 12px;
    }
    .noticias #prensa {
        margin-bottom: initial;
    }
    .noticias .quitar-p {
        padding: 15px !important;
    }
    .noticias .encabezado {
        margin: 20px 0 22px 0;
    }
    .noticias .encabezado {
        margin: 20px 0 2px 0;
    }
    .noticias h6 {
        margin-top: 3px;
    }
}
/*Fin de las noticias*/


/*Enlaces de interes*/
.enlaces-de-interes #deinteres {
    min-height: 430px;
    background-color: #00953A;
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) and (max-width: 992px) {
    .enlaces-de-interes #deinteres {
        min-height: 355px;
    }
}
.enlaces-de-interes #deinteres:before {
    content: '';
    background-color: #00953A;
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    bottom: 0;
    transform: rotate(-3deg);
    opacity: 0.1;
}
.enlaces-de-interes h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    margin: 47px 0 32px 0;
}
.enlaces-de-interes h3:before {
    content: "\f08e";
    font-family: 'FontAwesome';
    font-weight: normal;
    padding-right: 5px;
}
.enlaces-de-interes ul {
    /*margin: 0;*/
    padding: 0;
}
.enlaces-de-interes li {
    display: block;
    width: 100%;
    margin-top: 40px;
}
.enlaces-de-interes li a {
    display: block;
    background-color: #cccccc;
    border-radius: 4px;
    width: 100%;

    height: 160px;
    color: whitesmoke;
}
.enlaces-de-interes li a .image-title {
    display: none;
}
.enlaces-de-interes li a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}
@media (max-width: 768px) {
   .enlaces-de-interes #deinteres {
        min-height: inherit;
    }
    .enlaces-de-interes h3 {
        font-size: 15px;
        line-height: normal;
        margin: 15px 0 0px 0;
    }


    .enlaces-de-interes li a {
        height: 70px;
    }
    .enlaces-de-interes li a img {
        height: 70px;
    }
    .enlaces-de-interes li {
        margin: 20px 0 15px 0;
        padding-right: 0;
    }
}

.enlaces-de-interes .owl-nav {
    font-family: 'FontAwesome';
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}
.enlaces-de-interes .owl-nav:hover {
    color: white;
}

.enlaces-de-interes .owl-prev,
.enlaces-de-interes .owl-next {
    font-size: 0;
}
.enlaces-de-interes .owl-prev:before,
.enlaces-de-interes .owl-next:before {
    position: absolute;
    top: 95px;
    font-size: 35px !important;
}
.enlaces-de-interes .owl-prev:first-child:before {
    left: -30px;
    content: "\f104";
}
.enlaces-de-interes .owl-next:last-child:before {
    right: -30px;
    content: "\f105";
}
/*Fin de los enlaces de interes*/

/*Enlaces Redes Sociales*/
.social {
    background-color: white;
}
.social ul {
    padding: 43px 0;
    min-height: 150px;
}
.social ul li {
    display: block;
    margin-bottom: 15px;
}
.social a {
    display: block;
    padding: 23px 12px;
    text-align: center;
    background-color: transparent;
    border-radius: 7px;

    height: 64px;
    width: 100%;
    font-size: 20px;
    color: black;

    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;

    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-decoration: none;

    border: 0;
    transition: ease .2s;

}
.social a:hover {
    opacity: 0.8;
}
.social a:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 12px;
}
.social .fa-facebook-square {
    background-color: #295396;
    color: white;
}
.social .fa-instagram {
    background: -moz-linear-gradient(-1.84% 3.82% -12.69deg,rgba(238, 88, 63, 1) 0%,rgba(217, 45, 119, 1) 50%,rgba(189, 51, 129, 1) 100%);
    background: -webkit-linear-gradient(-12.69deg, rgba(238, 88, 63, 1) 0%, rgba(217, 45, 119, 1) 50%, rgba(189, 51, 129, 1) 100%);
    background: -webkit-gradient(linear,-1.84% 3.82% ,96.46% 91.39% ,color-stop(0,rgba(238, 88, 63, 1) ),color-stop(0.5,rgba(217, 45, 119, 1) ),color-stop(1,rgba(189, 51, 129, 1) ));
    background: linear-gradient(102.69deg, rgba(238, 88, 63, 1) 0%, rgba(217, 45, 119, 1) 50%, rgba(189, 51, 129, 1) 100%);
    color : white;
}
.social .fa-twitter-square {
    background-color: #1DA1F2;
    color: white;
}
.social .fa-youtube-play {
    background-color: #EE1C1B;
    color: white;
}


.social .fa-facebook-square:hover,
.social .fa-instagram:hover,
.social .fa-twitter-square:hover,
.social .fa-youtube-square:hover {
    box-shadow: inset rgba(0, 0, 0, 0.15) 0 0 23px;
}
@media (max-width: 768px) {
    .social ul li {
        margin-bottom: 12px;
    }
    .social {
        /*display: none !important*/
        margin-top: 12px;
    }
    .social ul {
        padding: 0;
        min-height: inherit;
        margin: 0;
    }
    .social li {
        padding: 0 4px !important;
    }
    .social a {
        padding: 12px 6px;
        border-radius: 13px;
        height: inherit;
        font-size: 14px;
    }
    .social .col-lg-6 {
        padding: 0;
    }
}

.dicom {
    margin: 45px 0;
}
.dicom .uno {
    padding-right: 7px;
}
.dicom .dos {
    padding-left: 7px;
}
.dicom a {
    width: 100% !important;
    padding: 0;
    height: inherit !important;
    display: inherit !important;
    background: none !important;
}
.dicom img {
    border-radius: 7px;
}
.dicom img:hover {
    opacity: 0.9;
}

/*Fin Enlaces Redes Sociales*/

/*Enlaces*/
.x-enlaces {
    background-color: #e2e3e4;
}
/*Fin Enlaces*/

.border{
    height: 5px;
    background: #00953A;
}
footer{
    width: 100%;
    background-color: #231F20;
}
footer .container {
    position: relative;
}
footer .menufooter h3 {
    text-decoration: underline;
    font-size: 16px;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 54px;
}
footer .menufooter ul{
    list-style: none;
    margin: 17px 0 0 0;
    padding: 0;
}
footer .menufooter ul li {
    display: block;
    margin-bottom: 15px;
}
footer .menufooter .sobreno ul li:nth-child(2n+1) {
    display: none;
}
footer .menufooter ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
footer .menufooter {
    margin-top: 8px;
}
footer .menufooter .glyphicon-search {
    color: #fff;
}
footer .menufooter input {
    background-color: white;
    border: 1px solid #2c8d44;
    height: 34px;
}
footer .menufooter input:focus {
    border-color: #21b044;
}
footer .menufooter button {
    border: 1px solid #2c8d44;
    background-color: #2c8d44;
    border-radius: 0 4px 4px 0;
}
footer .loguitos {
    text-align: center;
    margin-top: 55px;
}
footer .loguitos img {
    margin: 10px 30px;
}
footer .copy {
    display: block;
    text-align: center;
    color: white;
    padding-bottom: 35px;
}
footer .copy h4 {
    font-size: 18px;
    padding-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
footer .copy p {
    margin-bottom: 7px;
}
footer .copy a {
    margin-top: 5px;
    text-transform: initial;
    color: white;
}
footer .menu-footer ul {
    margin: 0 0 7px 0;
    padding: 0;
}
footer .menu-footer li {
    display: inline-block;
}
footer .menu-footer li:before {
    content: "|";
    padding: 0 7px 0 7px;
}
footer .menu-footer li:first-child:before {
    content: "";
}
footer .m-top a {
    display: inline-block;
    background-color: transparent;
    border-radius: 20px;
    border: #00953a solid 1px;
    padding: 10px 20px;
    line-height: normal;
    font-size: 10px;
    text-decoration: none;
}
/*Boton TOP*/

#top a {
    background: rgba(0, 47, 135, 1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    font-size: 25px;
    padding: 13px 20px;
    text-decoration: none;
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 99;
    line-height: inherit;
}

/*Fin del boton TOP*/






/* -----------------------interna------------------------------*/
.cabecera {
    background-image: url('../img/header/bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    min-height: 292px;
    z-index: 0;
}
.cabecera:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(30.77% -55.35% -45deg,rgba(0, 47, 135, 1) 0%,rgba(0, 149, 58, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 47, 135, 1) 0%, rgba(0, 149, 58, 1) 100%);
    background: -webkit-gradient(linear,30.77% -55.35% ,88.98% 263.58% ,color-stop(0,rgba(0, 47, 135, 1) ),color-stop(1,rgba(0, 149, 58, 1) ));
    background: linear-gradient(135deg, rgba(0, 47, 135, 1) 0%, rgba(0, 149, 58, 1) 100%);
    opacity: 0.7;
}
.cabecera .container {
    z-index: 962;
    position: relative;
}
.miga ul {
    margin: 50px 0 0 0;
    padding: 0;
}
.miga ul li:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
.miga li,
.miga li span {
    display: inline-block;
    margin: 0 1px;
    color: white;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
}
.miga li a {
    color: #fff;
}
.miga .cont-head {
    margin-top: 50px;
}
.titulo h2 {
    margin: 45px 0 45px 0;
    font-size: 31px;
    color: white;
    font-weight: 900;
    font-style: italic;

    max-height: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    line-height: 38px;
}
/*Controles*/
#controles ul {
    padding: 0;
    margin: 0 0 25px 0;
    border-top: solid 1px rgba(0, 9, 71, 0.09);
    border-bottom: solid 1px rgba(0, 9, 71, 0.09);
}
#controles ul li {
    display: inline-block;
    margin-right: 12px;
}
#controles ul li a {
    font-size: 1.1em;
    padding: 12px 0 12px;
    display: block;
}

/*Fin de los Controles*/

#k2Container {
    min-height: 500px;
    margin-top: 50px;
}
#k2Container {
    margin-top: 34px;
    text-align: justify;
    font-size : 15px;
    line-height : 24px;
    color : #1E1E1E;
}
#k2Container img:first-child {
    width: 100%;
    height: auto;
}
#k2Container .jsn-captcha-image {
    width: initial !important;
}
#k2Container a:visited {
    color: #00953A;
}
.menu-interno .bg-menu ul{
    height: 300px;
    width: 100%;
    background : #c3e0c9;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.masseccion a:visited {
    color: initial !important;
}
.masseccion {
    margin: -118px 0 50px 0;
}
.masseccion h3 {
    background-color: white;
    color: rgb(0, 149, 58);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px 3px 0 0;
    padding: 30px 20px;
    margin: 0;
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
}
.masseccion ul {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 47, 135, 0.2);
}
.masseccion ul li {
    display: block;
}
.masseccion ul li a {
    padding: 14px 25px;
    text-decoration: none;
    display: block;
    color: #282828;
    font-weight: bold;
    font-size: 14px;
}
.masseccion ul li a:focus,
.masseccion ul li.active a,
.masseccion ul li a:hover {
    color: #fff !important;
    background-color: #00953A;;
    transition: ease all .2s;
}
.menu-interno .bg-menu ul li:hover{
    background: rgba(8,117,34,1);
    background : -moz-linear-gradient(50% -37.98% -90deg,rgba(44, 141, 68, 1) 0%,rgba(44, 110, 107, 1) 100%);
    background : -webkit-linear-gradient(-90deg, rgba(44, 141, 68, 1) 0%, rgba(44, 110, 107, 1) 100%);
    background : -webkit-gradient(linear,50% -37.98% ,50% 152.04% ,color-stop(0,rgba(44, 141, 68, 1) ),color-stop(1,rgba(44, 110, 107, 1) ));
    background : -o-linear-gradient(-90deg, rgba(44, 141, 68, 1) 0%, rgba(44, 110, 107, 1) 100%);
    background : -ms-linear-gradient(-90deg, rgba(44, 141, 68, 1) 0%, rgba(44, 110, 107, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C8D44', endColorstr='#2C6E6B' ,GradientType=0)";
    background : linear-gradient(180deg, rgba(44, 141, 68, 1) 0%, rgba(44, 110, 107, 1) 100%);
}
#lanoticias h2 {
    margin: 36px 0 0 0;
    padding: 0 0 4px 0;
    font-size: 30px;
    color: #358d37;
    font-weight: bold;
    border-bottom: 1px solid #358d37;
}
#lanoticias .panel-heading a {
    text-decoration: none;
}
#lanoticias .panel-heading h3 {
    margin: 0;
    font-size: 16px;
    color: inherit;
    text-align: left;
    font-weight: 900;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    line-height: 20px;
}
#lanoticias hr {
    margin-top: 5px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid rgba(238, 238, 238, 0.15);
}
#lanoticias .catItemDateCreated {
    color: rgb(237, 237, 237);
    font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #141b22;
    border-color: #2c8d44;
}
#lanoticias .panel-primary {
    border-color: #a0c13c;
}
#lanoticias .panel-body {
    padding: 0;
    height: 245px;
    background-color: #2c8d44;
}
#lanoticias .panel-body a {
    background-color: red;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    height: 245px;
}
#lanoticias .panel-body img {
    height: 225px;
    width: 100%;
    visibility: hidden;
}
#k2Pagination {
    overflow: hidden;
    clear: both;
}

#headerMobile {
    background-color: white;
    max-height: inherit /*70px*/;
    position: relative;
    overflow: hidden;
    box-shadow : 0px 4px 8px rgba(35, 31, 32, 0.14);
}
#headerMobile .btnMobile {
    background-color: #2c8d44;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    bottom: 0;
    color: white;
}
#headerMobile .rdMobile {
    padding: 12px 80px;
}
.la-menu ul {
    display: none;
}
.la-menu {
    background-color: #2c8d44;
}
.la-menu ul {
    margin: 0;
    padding: 0;
}
.la-menu ul li {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #067E40;
}
.la-menu ul li a {
    display: block;
    color: white;
    padding: 15px 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
.la-menu ul li a:hover,
.la-menu ul li a:focus,
.la-menu ul li.active a {
    background-color: #2c8d44;
    transition: ease all .5s;
}
.la-menu ul li ul {
    z-index: 999;
    padding-top: 3px;
}
.la-menu ul li ul li {
    display: block;
    background-color: rgb(102, 154, 115);
    border-bottom: 1px solid #067E40;
}
.la-menu ul li ul li a {
    text-transform: inherit;
    line-height: normal;
    padding: 15px 29px;
    font-style: italic;
    font-size: 12px;
}
.la-menu ul li ul li a:hover,
.la-menu ul li ul li a:focus,
.la-menu ul li ul .active a {
    background-color: #067E40;
}
#headerMobile .btnMobile i {
    font-size: 18px;
}
#phoca-dl-categories-box .pd-subcategory, #phoca-dl-category-box .pd-subcategory {
    padding-left: 67px;
    display: block;
    min-height: 65px;
}
#phoca-dl-category-box .pd-subcategory a {
    display: block;
    text-align: left;
    /*color: #282849;*/
    line-height: 1;
    padding: 17px 0;
    text-decoration: none;
}
#phoca-dl-category-box .pd-subcategory small {
    display: none;
}

/*Version Movil*/
.controles {
    background-color: rgba(0, 47, 135, 0.1);
    overflow: hidden;
    min-height: 50px;
}
.controles .input-group-btn {
    display: none !important;
}
.controles .part-m {
    padding: 0;
}
.controles .input-group {
    width: 95%;
}
.controles input {
    width: 100px;
    height: 40px;
    background-color: white;
    border: solid 1px #002F87;
    border-radius: 5px !important;
    margin: 5px;

    font-style : italic;
    font-size : 15px;
    color : #1E171C;
}
.controles button {
    background-color: #002F87;
    width: 100%;
    display: block;
    color: white;
    border: none;
    border-radius: 0;
    line-height: 15px;
    padding: 12px 0;
}
.controles button:focus,
.controles button:hover {
    color: white;
}

.service-m {
    overflow: auto;
    background-color: #E4E4E4;
    padding-bottom: 15px;
}
.service-m .pad-m {
    padding: 0 7px !important;
}
.service-m .cuadrito {
    height: 150px;
    background-color: white;
    width: 100%;
    border-top: solid 2px #003894;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 20px;
}
.service-m .cuadrito img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.service-m p {
    margin: 0;
}
.service-m h4 {
    font-weight: bold;
    font-size: 14px;
    color: #003894;
    margin: 10px 0;
    padding: 0;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    line-height: 15px;
}
.service-m .encabezado {
    margin: 5px 0 22px 0;
    border-bottom: solid 1px rgba(0, 47, 135, 0.2);
    overflow: hidden;
}
.service-m .encabezado h3 {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    color: #002F87;
    margin: 0;
    padding: 20px 0 10px 0;
}
.service-m .encabezado  .verMas a {
    font-size: 13px;
    color: #002F87;
    opacity: 0.7;
    margin-top: 12px;
}
@media (max-width: 768px) {
    .servicios-x {
        background-color: rgba(67,150,186,0.1);
        padding-bottom: 10px;
    }
    .servicios-x .servicios-x {
        background-color: transparent !important;
    }
    .servicios-x .item-news:nth-child(1n+3) {
        display: none;
    }
    .servicios-x .item-news:nth-child(1) {
        padding-right: 5px;
    }
    .servicios-x .item-news:nth-child(2) {
        padding-left: 5px;
    }
    .servicios-x .title h4 {
        font-weight: bold;
        font-size: 12px;
        color: #003894;
        margin: 10px 0;
        padding: 0;
        max-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        -moz-box-orient: vertical;
        -moz-line-clamp: 2;
        line-height: 15px;
    }
    .servicios-x .encabezado {
        margin: 20px 0 22px 0;
    }
    .servicios-x .encabezado h6 {
        margin-top: 5px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .servicios-x .item-news:nth-child(1n+3) {
        display: block;
    }
    .servicios-x .item-news:nth-child(1) {
        padding-right: 15px;
    }
    .servicios-x .item-news:nth-child(2) {
        padding-left: 15px;
    }
}
.la-menua {
    background-color: #002F87;
}
.la-menua ul {
    display: none;
    margin: 0;
    padding: 0;
}
.la-menua li {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.17);
}
.la-menua li a {
    display: block;
    color: white;
    padding: 12px 15px !important;
}
.la-menua li a:focus,
.la-menua li a:hover {
    background-color: #002F87;
}
/*Fin de la version Movil*/

/*Plantilla de servicios*/

.info-servicios {
    background-color: hsla(0, 0%, 96%, 1);
    border-radius: 2px;
    padding: 12px 15px;
}
.info-servicios h4,
.info-s-tres h4 {
    font-weight: bold;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    margin-top: 16px;
    padding-bottom: 8px;
}
.info-servicios .text {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: initial;
}
.info-servicios .itemFullText {
    line-height: 24px;
    text-align: left;
}
.info-servicios h4 {
    margin: 5px 0 !important;
    padding: 10px 0 !important;
    line-height: normal !important;
    min-height: initial !important;
}
.info-s-dos {
    border-left: solid 4px #002f87;
    padding-left: 10px;
}
.para-servicios .botonesInformacion .botonInfo {
    background: #fff;
    border: solid #d9d9d9 1px;
    text-align: center;
    padding: 25px;
    color: #606060;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.para-servicios .botonesInformacion .botonInfo i {
    font-size: 40px;
    margin-bottom: 10px;
}
.para-servicios .botonesInformacion .botonInfo h3 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}
.para-servicios .botonesInformacion .botonInfo > p {
    margin-bottom: 0;
}
/*Fin de la plantilla de servicios*/


/*Parte Noticias*/
#k2Container #prensa {
    margin-bottom: 50px;
}
#k2Container .fa-newspaper-o:before {
    content: "\f1ea";
    padding-right: 5px;
    font-family: 'FontAwesome';
}
#k2Container .photoN {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #00953A;
    height: 120px;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 7px;
}
#k2Container .photoN:before {
    content: "";
    transform: rotate(44deg);
}
#k2Container .photoN:hover:before {
    transition: ease .2s;
    content: "\f00d";
    font-family: 'FontAwesome';
    color: white;
    background-color: rgba(0, 149, 58, 0.92);
    position: absolute;
    top: 0;
    left: 68%;
    right: -13px;
    bottom: -65px;
    padding: 11px;
    font-size: 14px;
    transform: rotate(44deg);
    text-align: center;
    line-height: 170px;
}
#k2Container .photoN img {
    min-height: 200px;
    margin-top: 10px;
    border: 1px solid #aeaeae;
    width: 100%;
    visibility: hidden;
}
#k2Container h4 {
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    line-height: 17.55px;

    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: #002F87;
    margin: 0;
    text-align: left;
    clear: both;
}
#k2Container .fecha {
    font-style: italic;
    font-size: 11px;
    opacity: 0.8;
    display: block;
    margin: 10px 0 7px 0;
    color: #4F4F4F;
}
#k2Container .texto {
    font-size: 12px;
    color: #444444;
    text-align: justify;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    line-height: 14.4px;
}
@media (max-width: 768px) {
   /* #prensa .item-news:nth-child(3n+1) {
        display: none !important;
    }*/
    #k2Container #noticia {
        margin-bottom: 12px;
    }
    #k2Container #prensa {
        margin-bottom: initial;
    }
    #k2Container .quitar-p {
        padding: 15px !important;
    }
    #k2Container .quitar {
        padding: 15px !important;
    }
    #k2Container .encabezado {
        margin: 20px 0 22px 0;
    }

}
/*Fin de las Parte noticias*/

/*Fotos noticias*/

.itemImageGallery {
    background-color: transparent;
}
.itemImageGallery .sigProPseudoCaption,
.mfp-bottom-bar,
.sigProCaption {
    display: none !important;
}
ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: transparent !important;
    background-color: transparent !important;
    border: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
ul.sigProResponsive li.sigProThumb span.sigProLinkOuterWrapper {
    margin: 0 !important;
}
.sigProImg:hover {
    -webkit-filter: contrast(1.5) brightness(.9);
    filter: contrast(1.5) brightness(.9);
}
/*Fin de Fotos noticias*/

.info-c {
    background-color: #f3f3f3;
    border-radius: 2px;
    padding: 12px 15px;
}
.r-noticia a {
    padding: 14px 25px;
    text-decoration: none;
    display: block;
    color: #282828;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
.r-noticia a:hover {
    color: #fff !important;
    background-color: #00953A;
    transition: ease all .2s;
}
#k2Container .fotos-relacionadas {
    margin: 27px 0 0 0;
    font-size: 19px;
    color: #231f20;
    font-weight: 300;
}
#k2Container .enlaces-de-descarga-issuu h3 {
    margin: 20px 0 0 0;
    font-size: 19px;
    color: #231f20;
    font-weight: 300;
}
#k2Container .enlaces-de-descarga-issuu ul {
    margin: 12px 0 0 0;
    padding: 0;
}
#k2Container .enlaces-de-descarga-issuu ul li {
    display: block;
    margin: 0 0 10px 0;
}
#k2Container .enlaces-de-descarga-issuu ul li a {
    display: inline-block;
    background-color: white;
    color: #231f20;
    border-radius: 7px;
    box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.11);
    padding: 10px 20px;
    text-decoration: none;
    transition: ease .2s;
}
#k2Container .enlaces-de-descarga-issuu ul li a:hover,
#k2Container .enlaces-de-descarga-issuu ul li a:focus {
    opacity: 0.8;
}
/*Galeria*/
#k2Container .el-Album img {
    height: 195px;
    border-radius: 3px;
    object-fit: cover;
    transition: ease .5s;
    position: relative;
    -webkit-filter: contrast(.9) brightness(1.1);
    filter: contrast(.9) brightness(1.1);
}
#k2Container .el-Album a:hover img {
    box-shadow: rgba(0, 0, 0, 0.18) 0 2px 7px;
}
#k2Container .el-Album .tituloAlbum a {
    color: #808080;
    font-size: 14px;
    text-align: left;
    margin: 4px 0 7px 0;
    display: block;
    font-weight: 500;

    max-height: 42px;
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    line-height: 20.55px;
}
#k2Container .el-Album .tituloAlbum .pg-csv-count{
    display: none !important;
}
#phocagallery *, #phocagallery *:before, #phocagallery *:after {
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}
#pg-msnr-container {
     margin-right: -15px !important;
     margin-left: -15px !important;
}
.columnas .el-Album:nth-child(1) {
    width: 50% !important;
}
.columnas .el-Album:nth-child(1) img {
    height: 414px;
}
.columnas .el-Album:nth-child(10),
.columnas .el-Album:nth-child(11),
.columnas .el-Album:nth-child(12) {
    width: 33.3333333% !important;
}
.columnas .el-Album:nth-child(10) img,
.columnas .el-Album:nth-child(11) img,
.columnas .el-Album:nth-child(12) img {
    height: 255px !important;
}
@media (min-width: 1170px) {
    .columnas .el-Album:nth-child(1) img {
        height: 414px !important;
    }
}
@media (max-width: 768px) {
    .columnas .el-Album img,
    #k2Container .el-Album img {
        height: 125px;
    }
}
/*Fin de la Galeria*/

#sellos {
    position: absolute;
    right: 0;
}
#sellos .sellos {
    display: inline-block;
    margin: 40px 2px;
}


/*Dependencias*/

#dependencias-full .picDependencias {
    width: 100%;
    height: 167px;
    background-color: #004000;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.06) 0 0 17px;
}
#dependencias-full .picDependencias img {
    border-radius: 10px;
    height: 167px;
    object-fit: cover;
    -webkit-filter: grayscale(.5) contrast(.95) brightness(.9);
    filter: grayscale(.5) contrast(.95) brightness(.9);
}
#dependencias-full .picDependencias img:hover {
    transition: ease .5s;
    -webkit-filter: grayscale(0) contrast(1.1) brightness(1.1);
    filter: grayscale(0) contrast(1.1) brightness(1.1);
}
#dependencias-full .panel-title {
    margin-top: 7px;
    font-size: 12px;
    max-height: 32px;
}
.info-dependencia .logodependencia {
    margin: 0 25px 25px 0;
    float: left;
}
.info-dependencia .logodependencia img {
    width: 256px !important;
    height: 256px !important;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.06) 0 0 17px;
}
@media (max-width: 768px) {
    .info-dependencia .logodependencia {
        margin: 0 0 18px 0;
        float: none;
    }
    .info-dependencia .logodependencia img {
        width: 100% !important;
        height: inherit !important;
    }
}
/*Fin de Dependencias*/
select {
    box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.11);
    padding: 10px 15px;
    border: none;
    margin-left: 7px;
    border-radius: 7px;
    color: #908787;
}
select:focus {
    outline: none;
}
.col-lg-2017 .jsn-uniform {
    display: none !important;
}

/*Directorio de funcionarios*/

.cargo-directorio {
    color: white;
    margin: -35px 0 0 0;
    padding: 0;
    font-weight: 300;
    font-size: 1.4em;
}
.foto-directorio .picDirectorio {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;

    border-radius: 10px;
    height: 180px;
}
.info-directorio .foto-de-perfil img {
    width: 256px !important;
    height: 356px !important;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.06) 0 0 17px;
    border-radius: 7px 0 0 7px;
    box-shadow: rgba(0, 0, 0, 0.23) 5px 0 12px;
    position: relative;
    z-index: 99;
    border-right: solid 1px white;
}
.info-directorio .full-info-directorio {
    height: 356px !important;
    background-color: #f3f3f3;
    border-radius: 0 7px 7px 0;
    padding: 12px 15px;
}
.info-directorio h4, .info-s-tres h4 {
    font-weight: bold;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    margin-top: 16px;
    padding-bottom: 8px;
    margin-bottom: 6px !important;
}
/* Fin de Directorio de funcionarios*/

#k2Container .highlight {
    color: black;
    padding: 0 5px;
    display: inline-block;
}



/* Valoracion del servicio */

.valoracion {
    background-color: white;
    border-radius: 2px;
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 3px 14px;
    border: solid 1px rgb(241, 241, 241);
}
.valoracion .itemRatingList {
    margin: 0;
    padding: 5px;
}
.valoracion .itemRatingList li {
    display: inline-block;
    margin-right: 5px;
}
.valoracion .itemRatingList a {
    display: inline-block;
    color: #FFC107 !important;
    font-size: 0px;
    line-height: normal;
}
.valoracion .itemRatingList a:focus,
.valoracion .itemRatingList a:hover {
    text-decoration: none;
}
.valoracion .itemRatingList a:before {
    font-family: 'FontAwesome';
    content: "\f006";
    font-size: 35px;
    transition: ease .5s;
    line-height: 40px;
}
.valoracion .itemRatingLog {
    font-style: italic;
}
.valoracion .itemRatingList a:focus:before,
.valoracion .itemRatingList a:hover:before {
    font-family: 'FontAwesome';
    content: "\f005";
}
.valoracion .total .totalo {
    color: #1E1E1E;
    font-size: 3em;
    font-weight: 900;
    display: inline-block;
    margin: 8px 12px 12px 12px;
}
.valoracion .total .totali {
    font-size: 2.5rem;
    color: #a5a5a5;
    font-weight: normal;
}
.valoracion .dainfo {
    margin: 0 12px;
    font-size: 12px;
    line-height: 20px;
}

.laV label {
    font-size: 14px;
    font-weight: bold;
}
.laV textarea,
.laV input {
    background: #fff;
    border: solid #d9d9d9 1px;
    padding: 20px 10px;
    color: #606060;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0, 0);
}
.laV textarea:focus,
.laV input:focus {
    box-shadow: rgba(0, 0, 0, 0.03) 0 3px 14px;
    border: solid 1px rgb(241, 241, 241);
}
.laV .elboton {
    background-color: #002f87;
    border-color: #002f87;
    color: white !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    opacity: 0.6;
}
.laV .elboton:hover {
    opacity: 1;
}
.laV .k2FormLogError,
.laV .k2FormLogSuccess {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}
.laV .k2FormLogError {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.laV .k2FormLogSuccess {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.itemComments .itemCommentsList {
    margin: 0;
    padding: 0;
}
.itemComments .itemCommentsList li {
    margin: 12px 0;
    display: block;
    position: relative;
    margin-bottom: 14px;
}
.itemComments .itemCommentsList li img {
    height: 31px !important;
    width: 31px !important;
    object-fit: cover;
    border-radius: 100%;
    background-color: #333;
    overflow: hidden;

    position: absolute;
    top: 10px;
    left: 20px;
}
.itemComments .itemCommentsList li img:empty {
    display: block;
}
.itemComments .itemCommentsList li p {
    font-size: 0.9em;
    margin: 10px 0;
    line-height: 20px;
    color: #454545;
    border-top: solid 1px rgb(241, 241, 241);
    padding-top: 10px;
}
.itemComments .itemCommentsList .capaco {
    background-color: white;
    border-radius: 2px;
    padding: 15px 20px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 3px 14px;
    border: solid 1px rgb(241, 241, 241);
    transition: ease all .3s;
}
.itemComments .itemCommentsList .capaco:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 14px;
}
.itemComments .itemCommentsList .commentDate {
    color: #979797;
    font-style: italic;
}
.itemComments .itemCommentsList .commentAuthorName {
    margin: 0 5px 0 40px;
}
.itemCommentsCounter {
    margin: 45px 0 25px 0;
    font-size: 31px;
    color: black;
    font-weight: 900;
    font-style: italic;
    line-height: 38px;
}





.estrella .itemRatingList {
    margin: 0;
    padding: 0;
}
.estrella .itemRatingList li {
    display: inline-block;
    margin: 10px 5px 0 0;
}
.estrella .itemRatingList span {
    display: inline-block;
    color: #FFC107 !important;
    font-size: 0px;
    line-height: normal;
}

.estrella .itemRatingList span:before {
    font-family: 'FontAwesome';
    content: "\f006";
    font-size: 16px;
    transition: ease .5s;
    line-height: 1;
}
.estrella div[class$="1"] .star:nth-child(1) span:before,
.estrella div[class$="2"] .star:nth-child(-n+2) span:before,
.estrella div[class$="3"] .star:nth-child(-n+3) span:before,
.estrella div[class$="4"] .star:nth-child(-n+4) span:before,
.estrella div[class$="5"] .star:nth-child(-n+5) span:before {
    font-family: 'FontAwesome';
    content: "\f005";
}