body {
  font-family: 'Oxygen', sans-serif;
  background: #F6F6F6;
  font-weight: 300;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.img-responsive-o {
  width: 100%;
  height: auto; }

.pb30 {
  padding-bottom: 30px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mb1 {
  margin-bottom: 1px; }

.m5-0 {
  margin: 5px 0; }

.pl15 {
  padding-left: 15px !important; }

.pl100 {
  padding-left: 100px; }

.bg-white {
  background: #fff; }

.bg-blue {
  background: #17375F; }

.clearfix {
  clear: both; }

.fondo-mostaza {
  background: #D69A38; }

th {
  background: #17375F;
  color: #fff; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text, .wp-caption .footer .wp-caption-text.copyright, .footer .wp-caption .wp-caption-text.copyright {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**
* HEADER
*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header .top-header {
    background: #ff9900;
}
.header .top-header .top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header .top-header .top-menu li {
    display: inline;
    float: left;
}
.header .top-header .top-menu li a {
    color: #ff9900;
    font-size: 22px;
    padding: 2px 15px;
    display: block;
    font-weight: 300;
}
.header .top-header .top-menu li a:hover {
    color: #ff9900;
}
.header .top-header .top-menu .pte {
    background-color: #ff9900;
    height: 100%;
    margin-left: 20px;
}
.header .top-header .top-menu .pte a {
    height: 100%;
    width: 100px;
    display: block;
    background-image: url(../../../../../iconos/ico-pte.jpg);
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: center center;
    background-color: #ff9900;
    padding: 0;
}
.header .top-header.mobile-redes {
    display: none;
}
@media (max-width: 991px) {
    .header .top-header.mobile-redes {
        display: block;
    }
}
  .header .main-header {
    background: rgba(130, 133, 143);
    padding: 20px 0;
}
.header .main-header .logo {
    max-height: 38px;
    display: block;
}
.header .main-header .logo img {
    max-height: 50px;
}
@media (max-width: 1120px) {
    .header .main-header .logo img {
        max-height: 36px;
    }
}
.header .main-header .menu {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.header .main-header .menu > li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
    position: relative;
}
.header .main-header .menu > li:after {
    content: '';
    display: block;
    border-bottom: 18px solid #455f7f;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -28px;
    display: none;
}
.header .main-header .menu > li > a {
    display: inline-block;
    text-align: center;
    padding: 1px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.32px;
    line-height: 22px;
    text-decoration: none;
    opacity: 0.7;
}
@media (max-width: 1300px) {
    .header .main-header .menu > li > a {
        padding: 1px 10px;
        font-size: 13px;
    }
}
.header .main-header .menu > li:hover:after {
    display: block;
}
.header .main-header .menu > li.mn-inicio:hover:after {
    display: none;
}
.header .main-header .menu > li:hover > a {
    opacity: 1;
}
.header .main-header .menu > li > ul {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0;
    background: #ff9900;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
    min-height: 270px;
    top: 135px;
    display: none;
}
.header .main-header .menu > li > ul:before {
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: -28px;
    height: 30px;
    position: absolute;
}
.header .main-header .menu > li > ul > li {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
}
.header .main-header .menu > li > ul > li > a {
    display: none;
}
.header .main-header .menu > li > ul > li > ul {
    list-style: none;
    padding-left: 0;
}
.header .main-header .menu > li > ul > li > ul > li {
    width: 220px;
    text-align: left;
    margin-bottom: 30px;
}
.header .main-header .menu > li > ul > li > ul > li > a {
    text-transform: uppercase;
    color: #fff;
    padding: 6px 15px;
    font-size: 15px;
    display: block;
}
.header .main-header .menu > li > ul > li > ul > li > ul {
    padding-left: 0;
    list-style: none;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li {
    font-size: 13px;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li > a {
    color: #ff9900;
    padding: 6px 15px;
    display: block;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li > a:hover {
    background: #ff9900;
    color: #fff;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li.menu-item-has-children:hover {
    background: #576e8b;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a {
    position: relative;
    padding: 6px 40px 6px 15px;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after {
    content: '\f105';
    right: 20px;
    font-family: 'FontAwesome';
    position: absolute;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li.menu-item-has-children > ul {
    display: none;
    position: absolute;
    padding: 0;
    background: #576e8b;
    list-style: none;
    right: 0;
    top: 34px;
    width: 220px;
    min-height: 99%;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li.menu-item-has-children > ul > li > a {
    color: #d8d8d8;
    padding: 6px 15px;
    display: block;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li.menu-item-has-children > ul > li > a:hover {
    color: #fff;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li.menu-item-has-children > ul:hover > li {
    background: none;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li.menu-item-has-children > ul:hover > li > a {
    background: none;
}
.header .main-header .menu > li > ul > li > ul > li > ul > li:hover > ul {
    display: block;
}
.header .main-header .menu > li > ul > li.col-hijos > ul {
    padding-right: 220px;
    position: relative;
}
.header .main-header .menu > li > ul > li.col-hijos:after {
    content: '';
    background: #576e8b;
    width: 220px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin-left: 220px;
}
.header .main-header .menu > li:hover > ul {
    display: block;
    background: rgba(69, 95, 127, 0.85);
}
.header .main-header .search, .header .main-header .btn-menu, .header .main-header .mobile-search {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    margin-left: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
}
@media (min-width: 1100px) {
    .header .main-header .btn-menu, .header .main-header .mobile-search {
        display: none;
    }
}

.mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #17375F;
    padding-top: 150px;
    z-index: -1;
    padding-bottom: 40px;
}
.mobile-menu nav {
    width: 100%;
	color: #ff6600;
}
.mobile-menu ul {
    width: 100%;
}
.mobile-menu li {
    width: 100%;
    border-right: none !important;
    padding: 10px;
}
@media (min-width: 1100px) {
    .mobile-menu {
        display: none !important;
    }
}

.desktop-menu {
    display: none;
	color: #ff6600;
	
}
@media (min-width: 1100px) {
    .desktop-menu {
        display: block;
    }
}
.submenu-movil {
    margin-bottom: 31px;
}
.submenu-movil select {
    width: 100%;
    background: #eee;
    border-radius: 9px;
    padding: 10px;
}
@media (min-width: 992px) {
    .submenu-movil {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .submenu-desktop {
        display: none !important;
    }
}

@media (max-width: 1099px) {
    .header.abierto {
        position: absolute;
    }
    .header.abierto .mobile-menu {
        position: absolute;
        top: -20px;
        padding-top: 96px;
    }
    .header.abierto .mobile-menu .menu {
        border-top: 1px solid #455f7f;
    }
    .header.abierto .mobile-menu .menu > li {
        text-align: left;
        border-bottom: 1px solid #455f7f;
        padding: 0;
    }
    .header.abierto .mobile-menu .menu > li > a {
        display: block;
        padding: 8px 15px;
        text-align: left;
        font-size: 14px;
    }
    .header.abierto .mobile-menu .menu > li > ul {
        display: block;
        position: unset;
        padding: 0 0 4px;
        min-height: auto;
    }
    .header.abierto .mobile-menu .menu > li > ul:before {
        display: none;
    }
    .header.abierto .mobile-menu .menu > li > ul > li {
        padding: 0;
    }
    .header.abierto .mobile-menu .menu > li > ul > li > ul {
        padding: 0;
    }
    .header.abierto .mobile-menu .menu > li > ul > li > ul > li {
        padding: 0;
        margin-bottom: 0px;
    }
    .header.abierto .mobile-menu .menu > li > ul > li > ul > li > a {
        font-size: 13px;
        padding: 8px 15px 4px 30px;
    }
    .header.abierto .mobile-menu .menu > li > ul > li > ul > li > ul > li {
        padding: 0;
    }
    .header.abierto .mobile-menu .menu > li > ul > li > ul > li > ul > li > a {
        padding: 3px 15px 3px 37px;
    }
    .header.abierto .mobile-menu .menu > li > ul > li > ul > li > ul > li > a:after {
        display: none;
    }
    .header.abierto .mobile-menu .menu > li > ul > li > ul > li > ul > li:hover > ul {
        display: none;
    }
    .header.abierto .mobile-menu .menu > li > ul > li:after {
        display: none;
    }
    .header.abierto .mobile-menu .menu > li:after {
        display: none;
    }
}
/**
* SLIDER HOME
*/
.slider-home {
    margin-top: 30px;
    position: relative;
}
.slider-home .bx-wrapper {
    box-shadow: 0;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}
.slider-home .bx-wrapper .bx-pager {
    bottom: 20px;
}
.slider-home ul li {
    height: 640px;
    background-size: cover;
    background-position: center;
}
.slider-home ul li .bg-trans {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.slider-home ul li .container {
    height: 100%;
}
.slider-home ul li .container .container-slider-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.slider-home ul li .container .container-slider-info .slider-info {
    width: 55%;
    margin-right: 20%;
}
.slider-home ul li .container .container-slider-info .slider-info h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.68px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px #000000;
}
@media (min-width: 768px) {
    .slider-home ul li .container .container-slider-info .slider-info h2 {
        font-size: 34px;
    }
}
.slider-home ul li .container .container-slider-info .slider-info p, .slider-home ul li .container .container-slider-info .slider-info .footer .copyright, .footer .slider-home ul li .container .container-slider-info .slider-info .copyright {
    color: #fff;
    font-size: 0.8rem;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 300;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .slider-home ul li .container .container-slider-info .slider-info p, .slider-home ul li .container .container-slider-info .slider-info .footer .copyright, .footer .slider-home ul li .container .container-slider-info .slider-info .copyright {
        font-size: 20px;
    }
}
.slider-home ul li .container .container-slider-info .slider-info a {
    height: 50px;
    display: inline-block;
    background: #17375F;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.32px;
    padding: 0 30px;
    border-radius: 0;
}
.slider-home ul li .container .container-slider-info .slider-info a:hover {
    background: #D69A38;
}
@media (max-width: 991px) {
    .slider-home {
        margin-top: 0;
    }
}

.bx-wrapper .bx-pager-item {
    vertical-align: bottom;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    padding: 3px;
    background: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a.active:after, .bx-wrapper .bx-pager.bx-default-pager a:focus:after, .bx-wrapper .bx-pager.bx-default-pager a:hover:after {
    content: "-";
    display: block;
    background: #fff;
    font-size: 0;
    color: #fff;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

.home-bienvenida {
    text-align: center;
    padding: 40px 50px;
}
.home-bienvenida h2 {
    font-size: 36px;
    letter-spacing: 0.72px;
    color: #17375F;
    margin-bottom: 20px;
}
.home-bienvenida p, .home-bienvenida .footer .copyright, .footer .home-bienvenida .copyright {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #A5A5A5;
}

.servicio-large {
    background: #D69A38;
    padding: 30px 30% 30px 30px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 120px auto;
}
.servicio-large h3 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.48px;
    font-weight: 300;
}
.servicio-large p,
.servicio-large .footer .copyright,
.footer .servicio-large .copyright {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 300;
}
.servicio-large ul {
    margin: 0;
    padding-left: 20px;
}
.servicio-large ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 300;
    text-decoration: none;
}
.servicio-large ul li a:hover {
    font-weight: bold;
}
.servicio-large ul li a i {
    font-size: 22px;
    left: -1.6em;
    top: 0;
    color: #17375F;
}

.separator-service-large {
    background: #D69A38;
    padding: 0 30px;
    margin: 0;
}
.separator-service-large hr {
    border-color: #fff;
    opacity: .3;
    margin: 0;
}

.servicio-50 {
    height: 200px;
}
@media (min-width: 992px) {
    .servicio-50 {
        height: 50%;
    }
}

.servicio-medium {
  width: 100%;
  height: 100%;
}
  .servicio-medium a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: center 40%;
}
    .servicio-medium a h4 {
      text-align: center;
      width: 100%;
      margin-bottom: 50px;
      color: #fff;
      font-weight: 300;
      font-size: 20px;
      letter-spacing: 0.4px;
  }

.mini {
  padding: 10px 20px 0 20px;
}
  .mini:last-child::after {
    background: none;
    height: 1px;
}
  .mini:hover {
    background-color: #EDEFF2;
}
  .mini:after {
    height: 1px;
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #D8D8D8;
    content: '';
}
  .mini .thumb {
    display: inline-block;
    margin-right: 20px;
}
  .mini a {
    display: inline-block;
}
.mini img {
    display: inline-block;
}
.mini .titular {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.mini .titular span {
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #A5A5A5;
    display: block;
    font-weight: 300;
}
.mini .titular a {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.32px;
    color: #17375F;
    text-decoration: none;
}
.mini i {
    font-size: 30px;
    display: inline-block;
    color: #17375F;
    float: right;
    line-height: 80px;
}

#noticias-slider .bx-wrapper {
    border: 0;
    box-shadow: 0 0;
    margin-bottom: 0;
}
#noticias-slider .bx-pager {
    position: absolute;
    bottom: 15px;
    right: 25px;
    text-align: right;
}
#noticias-slider img {
    width: 100%;
}
@media (min-width: 992px) {
    #noticias-slider img {
        width: auto;
    }
}
#noticias-slider .titular {
    position: absolute;
    bottom: 36px;
    left: 20px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

/*cambia el color del texto de la noticia-----------------------------*/
#noticias-slider .titular a {  
    color: #ffffff;
	font-family: arial black;
}
#noticias-slider .titular span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #F6F6F6;
}

.multimedia {
    padding: 0;
    color: #fff;
    text-align: center;
}
.multimedia h4 {
    font-size: 20px;
    letter-spacing: 0.4px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    height: 100%;
    text-align: center;
}
.multimedia h4 i {
    display: none;
}
@media (min-width: 576px) {
    .multimedia h4 i {
        display: block;
        font-size: 28px;
        margin-left: 20px;
        margin-top: 0px;
    }
}
.multimedia a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #FFFFFF;
    display: block;
    padding: 20px 0;
}
.multimedia a:hover {
    background-color: #132E4F;
}
.multimedia .icon {
    max-height: 40px;
    width: 40px;
    margin-right: 5px;
}
@media (min-width: 768px) {
    .multimedia .icon {
        width: auto;
    }
}
@media (min-width: 992px) {
    .multimedia .icon {
        margin-right: 30px;
    }
}

.boxs {
    margin-bottom: 60px;
}
.boxs > div {
    margin-bottom: 30px;
}
.boxs .box {
    height: 100%;
    background-color: #fff;
    color: #17375F;
    padding: 40px 20px 20px;
    border-bottom: 1px solid #17375F;
    text-align: center;
}
.boxs .box:hover {
    background-color: #EDEFF2;
}
.boxs .box h4 {
    font-size: 20px;
    letter-spacing: 0.4px;
    text-align: center;
    margin-bottom: 25px;
}
.boxs .box ul {
    text-align: center;
    display: inline-block;
}
.boxs .box li {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 0 auto 15px;
    text-align: left;
}
.boxs .box li i {
    color: #D69A38;
    font-size: 1.1em;
}
.boxs .box li a {
    color: #17375F;
}
.boxs .box li a:hover {
    font-weight: bold;
}

.footer {
    padding: 70px 0;
    color: #fff;
    margin-top: 30px;
}
.footer h3 {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #FFFFFF;
}
.footer .enlaces-footer {
    padding: 0;
    margin-bottom: 20px;
}
.footer .enlaces-footer a {
    display: block;
    font-size: 14px;
    color: #A5A5A5;
    margin-bottom: 10px;
}
.footer .enlaces-footer a:before {
    font-family: "FontAwesome";
    content: "\f10c";
    color: #A5A5A5;
    font-size: 6px;
    margin-right: 5px;
    vertical-align: middle;
}
.footer .enlaces-footer a:hover {
    color: #fff;
}
.footer p, .footer .copyright {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #A5A5A5;
}
.footer hr {
    border-color: #858585;
    opacity: 0.3;
}
.footer .footer-menu {
    list-style: none;
    margin-top: 30px;
    padding: 0;
}
.footer .footer-menu li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}
.footer .footer-menu li a {
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #A5A5A5;
}
.footer .footer-menu li a:hover {
    color: #fff;
}
.footer .social-footer {
    list-style: none;
    margin-top: 30px;
    padding: 0;
    text-align: right;
}
@media (max-width: 768px) {
    .footer .social-footer {
        text-align: center;
    }
}
.footer .social-footer li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}
.footer .social-footer li a {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #A5A5A5;
}
.footer .social-footer li a:hover {
    color: #fff;
}

.portada {
    height: 60px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}
.portada .azul h1 {
    color: #fff;
}

.contenido {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  color: #666666;
  padding-bottom: 100px; }
  .contenido h1 {
    font-size: 36px;
    letter-spacing: 0.72px;
    color: #17375F;
    margin-top: 50px;
    margin-bottom: 40px; }
  .contenido h2 {
    font-size: 26px;
    letter-spacing: 0.52px;
    color: #17375F;
    margin-top: 50px;
    margin-bottom: 20px; }
  .contenido p img, .contenido .footer .copyright img, .footer .contenido .copyright img {
    max-width: 100%;
    height: auto; }
  .contenido strong {
    font-weight: 700; }
  .contenido table {
    width: 100%; }
    .contenido table td, .contenido table th {
      border: 1px solid #17375F;
      padding: 10px; }
    .contenido table td {
      background: #FFF5EF; /*color de fondo de tabla convocatoria*/
      color: #071092; }/*color de letra de tabla convocatoria*/
    .contenido table th {
      background: #17375F;
      color: #fff; }

.breamcrubs {
  font-size: 16px;
  font-weight:bold;
  letter-spacing: 0.32px;
  color: #ff6600;
  border-bottom: 1px solid #17375F;
  padding: 50px 20px 10px 20px;
  margin-bottom: 25px;
  text-transform: capitalize; }
  .breamcrubs a {
    color: #A5A5A5; }

#sidebar-links .ui-accordion-header, #sidebar-links .ui-accordion-content h3 {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #A5A5A5;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #A5A5A5; }
  #sidebar-links .ui-accordion-header a, #sidebar-links .ui-accordion-content h3 a {
    color: #A5A5A5; }
#sidebar-links .ui-accordion-content h3 span {
  font-size: 17px;
  display: inline-block;
  padding-right: 8px;
  cursor: pointer; }
#sidebar-links .nivel3 {
  padding-left: 30px;
  margin-top: 10px;
  display: none; }
#sidebar-links .ui-state-active a, #sidebar-links .ui-state-active a:link, #sidebar-links .ui-state-active a:visited {
  color: #A5A5A5; }
#sidebar-links .ui-widget-content {
  background-color: transparent;
  border: 0;
  height: auto !important; }
  #sidebar-links .ui-widget-content ul {
    padding-left: 0; }
    #sidebar-links .ui-widget-content ul li {
      font-size: 14px;
      letter-spacing: 0.28px;
      position: relative;
      top: -5px; }
      #sidebar-links .ui-widget-content ul li a {
        color: #17375F; }
#sidebar-links .ui-state-active, #sidebar-links .ui-widget-content .ui-state-active, #sidebar-links .ui-widget-header .ui-state-active, #sidebar-links a.ui-button:active, #sidebar-links .ui-button:active, #sidebar-links .ui-button.ui-state-active:hover {
  background-color: transparent; }
#sidebar-links .ui-icon,
#sidebar-links .ui-accordion-content > h3:before {
  font: normal normal normal 17px/1 FontAwesome;
  background: transparent;
  text-indent: initial;
  text-align: center;
  margin-right: 6px; }
#sidebar-links .ui-accordion-header-collapsed .ui-icon:before {
  content: "\f105"; }
#sidebar-links .ui-accordion-header-active .ui-icon:before {
  content: "\f107"; }

.post-type-archive .portada {
  height: 600px; }

.single .portada, .post-type-archive .portada {
  margin-bottom: 30px; }
  .single .portada .azul, .post-type-archive .portada .azul {
    background: rgba(23, 55, 95, 0.6);
    height: 100%;
    padding-top: 220px;
    text-align: center;
    color: #fff; }
  .single .portada h1, .post-type-archive .portada h1 {
    font-size: 36px;
    letter-spacing: 0.72px; }
  .single .portada p, .single .portada .footer .copyright, .footer .single .portada .copyright, .post-type-archive .portada p, .post-type-archive .portada .footer .copyright, .footer .post-type-archive .portada .copyright {
    width: 700px;
    margin: 30px auto;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.4px;
    font-weight: lighter; }
.single article hr, .post-type-archive article hr {
  border-color: #D69A38;
  width: 200px;
  margin: 0 0 90px 0; }
.single .breamcrubs, .post-type-archive .breamcrubs {
  padding-top: 0; }

.bx-wrapper .bx-controls-direction a {
  z-index: 8;
  background: none;
  position: absolute;
  overflow: hidden;
  font-size: 1px;
  text-indent: -200%;
  opacity: .8; }

.bx-wrapper .bx-controls-direction a.bx-prev:after {
  content: '';
  display: block;
  position: absolute !important;
  background: #fff;
  width: 15px;
  height: 3px;
  top: 17px;
  left: 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: '';
  display: block;
  position: absolute !important;
  background: #fff;
  width: 15px;
  height: 3px;
  top: 8px;
  left: 8px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.bx-wrapper .bx-controls-direction a.bx-next:after {
  content: '';
  display: block;
  position: absolute !important;
  background: #fff;
  width: 15px;
  height: 3px;
  top: 17px;
  left: 8px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.bx-wrapper .bx-controls-direction a.bx-next:before {
  content: '';
  display: block;
  position: absolute !important;
  background: #fff;
  width: 15px;
  height: 3px;
  top: 8px;
  left: 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1; }

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  width: 50%; }

/* ALERTA */
.alerta {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -24px;
  background-color: #D1D7DF;
  font-weight: 400;
  font-size: 15px; }
  .alerta .tipo {
    float: left;
    background: #17375F url(../images/alerta-signo.png) 20px center no-repeat;
    padding: 13px 30px 13px 60px;
    color: #fff;
    background-size: 20px 20px; }
  .alerta .intro {
    overflow: hidden;
    color: #17375F; }
    .alerta .intro .flecha {
      float: right;
      font-size: 16px;
      padding: 10px 24px; }
    .alerta .intro .txt {
      overflow: hidden;
      padding: 13px 10px 10px 24px; }

/* STREAMING */
.streaming {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -24px;
  background-color: #F6F6F6;
  font-weight: 400;
  font-size: 15px; }
  .streaming .tipo {
    float: left;
    background: #E1251B url(../images/alerta-play.png) 20px center no-repeat;
    padding: 13px 30px 13px 60px;
    color: #fff;
    background-size: 20px 20px; }
  .streaming .intro {
    overflow: hidden;
    color: #17375F; }
    .streaming .intro .flecha {
      float: right;
      font-size: 16px;
      padding: 10px 24px;
      color: #E1251B; }
    .streaming .intro .txt {
      overflow: hidden;
      padding: 13px 10px 10px 24px; }

/* FIX */
.modal-backdrop.in {
  opacity: .7; }

.modal.fade.in {
  opacity: 1; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal.modal-video {
  background: none; }

.modal.modal-video .modal-content {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none; }

.modal.modal-video .modal-header {
  padding: 0;
  border: 0 none;
  color: #fff;
  display: block; }

.modal.modal-video .modal-header .close {
  color: #fff;
  font-size: 27px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: .8; }

.modal.modal-video .modal-body {
  padding: 0; }

.modal.modal-video .modal-body iframe {
  width: 100%;
  height: 342px;
  border: 4px solid #000000; }

.modal-buscador .modal-body .campo-buscar {
  background: none;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  border: 0 none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold; }

.modal-buscador .modal-body .campo-buscar:focus {
  outline: 0 none; }

.collapse {
  padding: 20px;
  background: #E8E8E8; }
  .collapse.in {
    display: block; }

.multi-collapse {
  padding: 20px;
  background: #E8E8E8; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px; }
    .header.o612-sticky .top-header {
        margin-top: -30px;
    }
}
.header.o612-sticky .top-header {
    position: fixed;
    width: 100%;
}
.header.o612-sticky .main-header {
    padding: 35px 0 5px;
    background: rgba(23, 55, 95, 0.8);
}
.header.o612-sticky .main-header .mr-auto {
    max-width: 450px;
}
.header.o612-sticky .main-header .menu > li > ul {
    top: 94px;
}
.header.o612-sticky .main-header .menu > li:after {
    bottom: -25px;
}
.o612-sticky .top-header > .container {
    display: none;
}
.o612-sticky .top-corrupcion .top-title {
    top: 30px;
    padding-top:8px;
}
.admin-bar .header.o612-sticky .main-header .menu > li > ul {
  top: 95px; }
.admin-bar .header.o612-sticky .main-header .menu > li:after {
  bottom: -25px; }

.mobile-redes.top-header {
  padding-top: 22px; }
  .mobile-redes.top-header ul {
    text-align: center !important; }
    .mobile-redes.top-header ul li {
      width: auto !important;
      display: inline-block !important;
      float: none !important;
      padding: 3px !important;
      vertical-align: middle; }
    .mobile-redes.top-header ul a {
      padding: 2px 7px !important; }
    .mobile-redes.top-header ul .pte {
      display: inline-block !important; }
      .mobile-redes.top-header ul .pte a {
        display: block !important;
        height: 28px !important;
        padding: 2px 15px !important; }
  .mobile-redes.top-header a.btn.btn-primary {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px; }
    .mobile-redes.top-header a.btn.btn-primary:hover {
      background: #000;
      color: #fff; }

.personal h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000; }
.personal .row {
  padding: 15px 0;
  margin: 0; }
  .personal .row strong {
    font-weight: 700; }
.personal .gris {
  background: #e8e8e8;
  color: #222; }

.texto-azul {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.52px;
  color: #17375F;
  display: block;
  margin-bottom: 10px; }
  .texto-azul strong {
    font-size: 26px; }
    .texto-azul strong:after {
      display: block;
      content: ' ';
      border-bottom: 1px solid #D69A38;
      width: 60px;
      margin: 10px 0; }

.caja-azul {
  background: #F6DDCC;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.32px;
  padding: 8px 15px;
  border: 0;
  border-radius: 0;
  position: relative;
  text-align: left;
  color: #F6DDCC;
  white-space: normal;
  border-bottom: 1px solid #fff; }
  .caja-azul a {
    color: #17375F; }
  .caja-azul:hover {
    background: #F6DDCC; }
    .caja-azul:hover a {
      color: #0B2CFD; }
    .caja-azul:hover .btn {
      border-color: #0B2CFD; }
  .caja-azul .fa {
    margin-right: 15px; }
  .caja-azul .btn {
    background: transparent;
    border-color: #F6DDCC;
    font-size: 14px;
    margin-top: 2px; }
  .caja-azul[aria-expanded="false"]:after, .caja-azul[aria-expanded="true"]:after {
    font-family: 'FontAwesome';
    right: 20px;
    position: absolute;
    font-size: 24px; }
  .caja-azul[aria-expanded="false"]:after {
    content: "\f107"; }
  .caja-azul[aria-expanded="true"]:after {
    content: "\f106"; }

.table .btn-primary {
  background: #F6DDCC;
  border-color: #fff;
  font-size: 14px;
  margin-top: 2px; }

.wpcf7-form .row {
  margin-left: 0;
  margin-right: 0; }
.wpcf7-form .col-6 {
  padding: 0; }
  .wpcf7-form .col-6 .wpcf7-form-control-wrap:before {
    display: none; }
.wpcf7-form .caja-azul {
  line-height: 36px;
  padding-left: 12px; }
.wpcf7-form .form-control {
  background: #E8E8E8;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  color: #17375F;
  border-radius: 0;
  border: 0; }
  .wpcf7-form .form-control::-webkit-input-placeholder {
    color: #A5A5A5; }
@media (max-width: 768px) {
  .wpcf7-form .wpcf7-form-control-wrap {
    height: 100%;
    display: block; }
    .wpcf7-form .wpcf7-form-control-wrap select {
      height: 100% !important; } }
.wpcf7-form .wpcf7-form-control-wrap:before {
  content: '*';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  color: #A5A5A5;
  margin: 10px 0 0 -20px;
  position: absolute; }
.wpcf7-form .btn {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  background: #D69A38;
  padding: 10px 50px;
  border: 0;
  border-radius: 0;
  float: right;
  cursor: pointer; }

input.btn-primary {
  background: #D69A38;
  border: 0;
  border-radius: 0; }

#f1_container {
  position: relative;
  width: 100%;
  height: 219px;
  z-index: 1;
  perspective: 1000; }

#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .7s linear; }

#f1_container:hover #f1_card {
  transform: rotateY(180deg); }

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }
  .face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-align: center;
    display: table; }
    .face.back p, .face.back .footer .copyright, .footer .face.back .copyright {
      display: table-cell;
      vertical-align: middle; }
      .face.back p a, .face.back .footer .copyright a, .footer .face.back .copyright a {
        color: #fff; }

.admin-bar .header {
  top: 32px; }
.admin-bar .header .main-header .menu > li > ul {
  top: 170px;
  background: rgba(69, 95, 127, 0.85); }

.listado-documentos .caja-azul a {
  display: inline-block;
  padding-right: 130px; }
.listado-documentos .caja-azul .btn {
  position: absolute;
  top: 8px;
  right: 15px;
  padding-right: .5rem; }
.listado-documentos .caja-azul .procesos-botones .btn {
  position: initial;
  margin: 10px 15px 5px 0; }

/* Direccion MTC */
.page-id-9 h1 {
  margin-top: 120px; }
.page-id-9 h2 {
  margin-top: 30px; }
.page-id-9 p a, .page-id-9 .footer .copyright a, .footer .page-id-9 .copyright a {
  background: #17375F;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px; }

.mision-vision {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  color: #666666; }
  .mision-vision .bx-wrapper {
    background: #F0F0F0;
    border: 0;
    box-shadow: 0 0;
    padding: 40px 100px; }
    .mision-vision .bx-wrapper h4 {
      font-size: 26px;
      letter-spacing: 0.52px;
      color: #17375F; }
    .mision-vision .bx-wrapper .bx-prev {
      content: "\f104";
      font-family: 'FontAwesome';
      font-size: 30px; }

.nosotros {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px; }
  .nosotros h3.titulo {
    font-size: 26px;
    letter-spacing: 0.52px;
    color: #17375F; }
    .nosotros h3.titulo:after {
      content: " ";
      display: block;
      background: #D69A38;
      width: 50px;
      height: 1px;
      margin: 15px 0; }
  .nosotros .seccion .icono {
    margin-bottom: -70px; }

.noticia {
  background: #fff;
  padding: 12px 0;
  margin-bottom: 3px; }
  .noticia img {
    width: 100%;
    height: auto; }
  .noticia time {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #A5A5A5; }
  .noticia p strong a, .noticia .footer .copyright strong a, .footer .noticia .copyright strong a {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #17375F; }

.archive h1 {
  font-size: 36px;
  letter-spacing: 0.72px;
  color: #17375F; }

.bloque-alerta {
  position: fixed;
  bottom: 0px;
  right: 50px;
  width: 300px;
  height: 240px;
  z-index: 9; }
  .bloque-alerta .cabecera {
    background: #E2231A;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 7px 10px;
    height: 39px; }
    .bloque-alerta .cabecera .arrow-down,
    .bloque-alerta .cabecera .arrow-up {
      margin-top: -8px;
      height: 40px;
      line-height: 37px;
      padding-left: 10px;
      float: right;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      margin-left: 10px;
      cursor: pointer; }
    .bloque-alerta .cabecera .arrow-up {
      display: none; }
    .bloque-alerta .cabecera .fa-angle-left,
    .bloque-alerta .cabecera .fa-angle-right {
      font-size: 24px;
      margin: -2px 4px 0;
      cursor: pointer; }
    .bloque-alerta .cabecera #alerta-next a, .bloque-alerta .cabecera #alerta-prev a {
      color: #fff; }
    .bloque-alerta .cabecera .fa-exclamation-circle {
      font-size: 20px;
      margin-top: 2px; }
    .bloque-alerta .cabecera aside {
      float: right; }
  .bloque-alerta ul li {
    height: 201px;
    background-size: cover; }
    .bloque-alerta ul li .texto {
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.36px;
      padding: 30px;
      background: rgba(23, 55, 95, 0.6);
      height: 100%; }
      .bloque-alerta ul li .texto a {
        color: #F6F6F6;
        text-shadow: 2px 2px 5px #000000; }
  .bloque-alerta .bx-wrapper {
    border: 0;
    box-shadow: 0 0; }
  .bloque-alerta.minimizado {
    height: 30px; }
    .bloque-alerta.minimizado .cabecera {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding-bottom: 0; }
      .bloque-alerta.minimizado .cabecera .arrow-up {
        display: block; }
      .bloque-alerta.minimizado .cabecera .arrow-down {
        display: none; }
    .bloque-alerta.minimizado .bx-wrapper {
      display: none; }

.sidebar > div > ul > li {
  margin-bottom: 14px; }
  .sidebar > div > ul > li > ul {
    margin-left: 0; }
  .sidebar > div > ul > li > a {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #17375F; }
.sidebar > div > ul .active > a, .sidebar > div > ul .active > .fa, .sidebar > div > ul > .current-menu-item > a, .sidebar > div > ul > .current-menu-item > .fa {
  color: #0000ff; }
.sidebar > div > ul > .current-menu-ancestor .current-menu-item > a, .sidebar > div > ul > .current-menu-ancestor .current-menu-item > .fa {
  color: #0000ff; }
.sidebar .fa-angle-right {
  font-size: 22px;
  margin-top: -2px; }
.sidebar ul {
  margin-top: 10px; }
  .sidebar ul ul li {
    margin-bottom: 10px; }
    .sidebar ul ul li .fa {
      font-size: 5px;
      margin: 6px 0 0; }
    .sidebar ul ul li a {
      font-size: 14px;
      letter-spacing: 0.28px;
      position: relative;
      top: -5px;
      color: #455F7F;
      color: #455f7f; }

.submenu-desktop.sidebar ul ul li .fa {
  margin-top: 6px; }

.sidebar-menu .menu-item-1783 .sub-menu,
.sidebar-menu .menu-item-9313 .sub-menu,
.sidebar-menu .menu-item-9315,
.sidebar-menu .menu-item-9316,
.page-id-1729 .sidebar-menu > div > ul > li,
.single-servicios-general .sidebar-menu > div > ul > li,
.single-contrataciones-menor .sidebar-menu > div > ul > li,
.single-plan-anual .sidebar-menu > div > ul > li,
.page-id-1118 .sidebar-menu > div > ul > li {
  display: none; }

.page-id-1729 .sidebar-menu > div > ul > .menu-item-1901,
.single-servicios-general .sidebar-menu > div > ul > .menu-item-1905,
.single-contrataciones-menor .sidebar-menu > div > ul > .menu-item-1905,
.single-plan-anual .sidebar-menu > div > ul > .menu-item-1905 {
  display: block; }

.accesos-directos {
  padding-left: 0; }
  .accesos-directos li {
    font-size: 14px;
    letter-spacing: 0.28px;
    display: block;
    margin-bottom: 20px; }
    .accesos-directos li a {
      color: #A5A5A5; }
      .accesos-directos li a:hover {
        color: #fff; }
    .accesos-directos li img {
      width: 36px;
      height: 36px;
      margin-right: 15px; }

/* FIX GENERAL */
.wp-pagenavi {
  padding-top: 20px; }
  .wp-pagenavi > a {
    background: #455F7F;
    color: #fff;
    padding: 0 8px !important;
    border: 0 none !important;
    font-size: 15px;
    border-radius: 4px;
    display: inline-block !important; }
    .wp-pagenavi > a:hover {
      background: #17375F; }
  .wp-pagenavi span.pages,
  .wp-pagenavi span.extend {
    border: 0 none;
    padding: 0 8px !important;
    font-size: 15px;
    border-radius: 4px;
    display: inline-block !important; }
  .wp-pagenavi span.current {
    border: 0 none !important;
    padding: 0 8px !important;
    font-size: 15px;
    background: #17375F;
    color: #fff;
    border-radius: 4px;
    display: inline-block !important; }

/* Home Destacados */
.home-links-destacados {
  padding: 20px 10px; }
  .home-links-destacados h3 {
    opacity: .8;
    text-align: center; }
  .home-links-destacados h3:hover {
    opacity: 1; }
    .home-links-destacados h3:hover a {
      text-decoration: none; }
  @media (min-width: 768px) {
    .home-links-destacados {
      padding: 20px 50px;
      padding-left: 100px; } }
  @media (min-width: 576px) {
    .home-links-destacados h3 {
      padding-left: 0; } }
  .home-links-destacados.line-1 {
    background-color: #000000; }
  .home-links-destacados.line-2 {
    background-color: #585657; }
  .home-links-destacados.line-3 {
    background-color: #1e1e1e; }
    @media (min-width: 768px) {
      .home-links-destacados.line-3 {
        margin-bottom: 120px; } }
  .home-links-destacados.line-4 {
    background-color: #3c3c3c;
    margin-bottom: 120px; }
  .home-links-destacados a {
    color: #ffffff;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 15px 10px 15px 35px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    text-align: left;
    letter-spacing: 0px; }
    @media (min-width: 768px) {
      .home-links-destacados a {
        font-size: 18px;
        padding: 15px 10px 15px 90px;
        background-size: auto 100%; } }
    @media (max-width: 767px) {
      .home-links-destacados a {
        background-size: 30px 30px !important; } }
  .home-links-destacados .borde:before {
    background: #717171;
    content: ' ';
    width: 1px;
    height: 36px;
    display: block;
    position: absolute;
    top: 12px; }
    @media (max-width: 768px) {
      .home-links-destacados .borde:before {
        margin-left: -20px; } }
    @media (max-width: 1000px) {
      .home-links-destacados .borde:before {
        display: none; } }

/* FIX TABLET */
@media (max-width: 1299px) and (min-width: 992px) {
  .servicio-large {
    background-size: 120px auto; }

  #f1_container {
    height: 100%; }

  .servicio-medium a h4 {
    font-size: 17px;
    letter-spacing: 0px; }

  #noticias-slider .bx-viewport {
    height: 292px; }
    #noticias-slider .bx-viewport > ul > li {
      height: 292px;
      overflow: hidden; }
      #noticias-slider .bx-viewport > ul > li > a {
        position: relative;
        display: block; }
        #noticias-slider .bx-viewport > ul > li > a > img {
          width: auto;
          height: 292px;
          max-width: none;
          left: -40px;
          position: relative; }

  .slider-home .bx-wrapper .bx-pager {
    width: 100%; }

  .slider-home ul li .container .container-slider-info .slider-info {
    padding-top: 25%; }

  .sidebar .fa-angle-right {
    font-size: 18px;
    width: 17px;
    margin-top: 3px; }
  .sidebar .fa-ul {
    margin-left: 25px; }
    .sidebar .fa-ul .fa-ul {
      margin-left: 15px; }
      .sidebar .fa-ul .fa-ul li .fa {
        font-size: 8px;
        margin: 4px 0 0 4px; }
  .sidebar .fa-li {
    left: -25px;
}
}
/* FIX RESPONSIVE */
@media (max-width: 991px) {
    .sidebar {
        display: none;
    }
    article img {
        max-width: 100%;
        height: auto;
    }
    .slider-home ul li .container .container-slider-info .slider-info {
        width: 70%;
        margin-right: 0;
        padding-top: 25%;
    }
    .slider-home ul li .container .container-slider-info .slider-info h2 {
        font-size: 25px;
    }
    .servicio-large {
        padding: 30px 30% 30px 30px;
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 120px auto;
    }
    #noticias-slider .bx-pager {
        bottom: 43px;
    }
    body.home.page .mini {
        overflow: hidden;
    }
    body.home.page .mini .thumb {
        float: left;
    }
    body.home.page .mini .titular {
        overflow: hidden;
        width: 55%;
    }
    body.home.page .mini i {
        line-height: 47px;
    }
    body.home.page .mini:after {
        clear: both;
    }
    body.home.page .bx-wrapper .bx-pager {
        width: 100%;
    }
    .bloque-alerta {
        right: 10px;
    }
    .top-corrupcion {
        height: 10px !important;
    }
    .top-header > .container {
        display: none;
    }
    .top-title {
        top: 10px !important;
        left: 38% !important;
        margin-left: -115px;
        padding: 0 25px !important;
        border-top: 20px solid #112947 !important;
        font-size: 13px;
    }
    .header .main-header {
        padding-top: 30px;
    }
}
.error404 .excla {
  font-size: 140px; }

.popup_anticorrupcion {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
  height: 100vh;
  background: #000; }
  .popup_anticorrupcion button {
    cursor: pointer;
    width: 120px;
    display: block;
    margin: 0 auto;
    background: #000000;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 5px; }

/*# sourceMappingURL=style.css.map */


.card-personal{
  padding: 10px 10px;
  background: #fff;
  text-align:center;
  margin-bottom: 15px !important;
  position:relative;
}
.card-personal img{
  width:100%;
}
.card-personal div p:nth-child(1){
  font-weight:800;
}
.card-personal p{
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  color: #435d7d;
  line-height: 20px;
}
.card-personal .detalles{
  min-height: 75px;
}
.card-personal:hover > .image {
    background: #17375F;
}
.card-personal:hover > .image > img {
    opacity: .5;
}
.personal h4{
  background: #375273;
  color: #fff;
  padding: 10px 6px;
  margin: 0 20px;
}
.modal-dialog {
  max-width: 560px;
  color: #375273;
}
.modal-personal .detalles{
  padding-left:0;
}
.modal-personal .modal-header{
  border:0;
}
.modal-personal .modal-header button{
  position: absolute;
  right: 15px;
  color: #375273;
}
.modal-personal .detalles{
  text-align:center;
  font-size:14px;
  font-weight:800;
}
.modal-personal .detalles .text{
  text-align:left;
  font-weight:400;
  padding-top: 20px;
}
.modal-personal .detalles .text div{
  border-top: 0.5px solid #cacaca47;
  border-bottom: 0.5px solid #cacaca47;
  padding: 7px 0;
  font-size: 12px;
}
.modal-personal .btn-primary{
  background: #375273;
    border: 0;
    font-size: 13px;
    margin-top: 25px;
}
.card-personal a:focus, .card-personal img:focus{
  outline: none;
}
.personal .efect{
  display:none;
}
.personal .card-personal:hover .efect{
  position: absolute;
  background: #6f6f6f1f;
  top: 0;
  width: 100%;
  left: 0px;
  height: 100%;
  color: #fff;
  display: block;
}
.personal .efect i{
    top: 30%;
    position: relative;
    font-size: 48px;
}
.noticia .col-sm-8.excerpt p:nth-child(2){
  font-size: 14px;
}
.noticia .excerpt .btn-primary{
  background: #fff;
  color: #435d7d;
  font-weight: 800;
  border: 2px solid #435d7d;
  margin-right: 20px;
  font-size: 14px;
}
.noticia .excerpt .btn-primary:hover{
  background: #435d7d;
  color: #fff;
}
.header .main-header .menu > li > a {
    position: relative;
    z-index: 100;
}
.header .main-header .menu > li > ul {
    top: 138px;
}
.top-corrupcion{
  height:20px;
  background:#112947;
  position:relative;
}
.top-title{
    position: absolute;
    top: 20px;
    height: 40px;
    text-align: center;
    left: 38%;
    padding: 0 25px;
    z-index: 999;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 30px solid #112947;
}
.top-title p{
    color: #fff;
    bottom: 35px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.buscador form {
    padding: 5px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
}
.buscador form input {
    border: 0;
    padding-left: 5px;
}
.buscador form button {
    background: #17375e;
    border: 0;
    border-radius: 0;
}
.sidebar h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 15px;
    border-bottom: 1px solid #17375d;
    color: #17375d;
    text-transform: uppercase;
    padding: 0 0 8px 1px;
}
.sidebar .fecha li {
    border-bottom: 1px solid #e6e6e6;
    margin-left: -30px;
    padding: 0 2px 12px 24px;
    text-align: right;
    text-transform: capitalize;
}
.sidebar .fecha li a {
    float: left;
}
.sidebar .fecha label {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #17375F;
}
.sidebar .fecha .fa-angle-right {
    margin-left: 32px;
}
.sidebar .fecha .btn-primary {
    background: #17375d;
}
.sidebar .ultimas .row {
    border: 1px solid #e6e6e6;
    padding: 7px;
    margin: 0 0px 20px;
}
.sidebar .ultimas .row:hover {
    background: #e6e6e6;
}
.sidebar .ultimas .col-sm-5 {
    padding-left: 0;
}
.sidebar .ultimas .col-sm-7 {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.sidebar .ultimas a {
    color: #292b2c;
}
.logo-footer {
    width: 240px;
    float: right;
}
@media (min-width: 480px){
  #f1_container{
    height:100%;
  }
}
@media (max-width: 480px) {
    .header .main-header {
        padding: 45px 0 5px;
    }
    .header.o612-sticky .main-header {
        padding: 55px 0 5px;
    }
    .top-title {
        border-top: 30px solid #112947 !important;
        left: 44% !important;
    }
    .top-title p {
        bottom: 22px;
        font-size: 11px;
    }
    .admin-bar .header.o612-sticky {
        top: 0;
    }
    .servicio-large {
        padding: 30px 5% 30px 30px;
        background-position: 95% 30px;
        background-size: 90px auto;
    }
    .servicio-large h3 {
        padding-right: 100px;
    }
    .servicio-large p {
        padding-right: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
