/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; }
  .menu .dropdown-menu {
    max-height: 60vh; } }

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center; }

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em .5em; }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

/*estilos nuevos */
#col_DE{background-color: white!important;padding-top: 5px;}
#col_DE a img{width: 100%;height: auto;}
.pauta_lateral{margin-bottom: 5px;  display: block;}
.pauta_lateral img{width: 100%;height: auto;}
.lateral_colper{margin-bottom: 5px;}
.lateral_colper img{width: 100%;}
.nivel_2{text-align: left!important;}
.icon_menu2{max-width: 90px;width: 100%;}
.circulo_icon{background-color: #af1116;border-radius: 50px;width: 90px;height:90px;margin:0 auto;}
.circulo_icon:hover{background-color: #730b0f;}
.img_comunicados {max-width:155px;}
.img_comunicados img{width: 100%}
#info1-h{padding-top:50px;padding-bottom:50px;}
#info1-j{padding-top:50px;padding-bottom:50px;}
.bottom-line p:hover{color: #0f7699!important;}
.content_pauta{margin-bottom: 5px;width: 100%;}
.style_logo_directorio{margin: 0 auto !important;width:350px !important;    display: block;}

.nav-item:last-child .dropdown-submenu{right: 100%;left: auto;}
/*actas*/
.mes_acta h4{padding:5px!important;font-size: 1rem;    border: 2px solid var(--white)!important;}
.panel-body p{ margin-bottom: 0;}
.panel-body p a{color: black!important;}
.panel-body p a:hover{color:#228dcd!important;text-decoration: underline;}
.panel-body{padding:10px!important;}
.arrow_actas{font-size: 1rem;color: #299fc3;font-weight: bolder;}

/*contenidos*/
.contenidos_style{margin-top: 70px;}
.contenidos_style .container{padding:0 60px;}
.contenidos_style h1{text-align: center; color: #1b7ca9; font-size:1.8rem;}
.contenidos_style h2{font-size: 1.5rem;color: #1765ad;}
.contenidos_style h3{font-size: 1rem;color:#228dcd;}
.contenidos_style p{color: black !important;}
.contenidos_style a{color: black !important;}
.contenidos_style a:hover{color: #149dcc !important;text-decoration: underline;}
.navbar .container{width: 100%;}
/*colperlink*/
#form_style{color:#04416b !important;}
.cid-rwCoeArHgi{background-color: #7cceea !important;}
#form_style span{text-align: left; color:#04416b !important;}
.cid-ru4AHVMuLV{background-color: #7cceea!important ;}
.ficha_colegiado {font-size: 0.8rem;    margin-bottom: 0;}
.ficha_colegiado p{margin-bottom: 0;}
.menu_cat_style a,.menu_cat_style h3, .menu_cat_style p {color: #04416b !important;}
.menu_cat_style h3{font-size: 1rem !important;padding-bottom: 0 !important;}
.menu_cat_style a{padding: 0 10px; font-size: 0.9rem; }
.menu_cat_style .py-3{padding-bottom: 0 !important;padding-top: 0 !important;}
.menu_cat_style  .row {margin-right: 0; margin-left: 0;}
.cat_center{ margin: 0 auto; display: block;}
.cid-rwCqxFpq9I {
    padding-top: 120px;
    padding-bottom: 120px;
    /*background-image: url(../../../assets/images/mbr-3-1920x1280.jpg);*/
    background-color: #7cceea;}
    .cid-rwCtG7nh0r {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../../../assets/images/mbr-1920x1255.jpg);
    }
    .cid-rwCqxFpq9I .testimonials-container .testimonials-item .user .user_image {
    width: 100%;height: 220px;overflow: hidden;margin:1rem auto;}
    
    .cid-rwCqxFpq9I .testimonials-container .testimonials-item .user .user_image img {
    width: 100%;min-width: 100%;min-height: 100%;}

.testimonials-item:nth-child(odd){background-color: #f9f9f9; }
.testimonials-item:nth-child(even){background-color: #f1f1f1; }
.testimonials-item .user{-webkit-justify-content: center;height: 100%;}
/*.testimonials-item .user div{height: 235px;}*/
.testimonials-container{ margin:0 auto;}

.cid-rwCqxFpq9I .testimonials-container .testimonials-item .user .testimonials-caption {padding:10px;}
.ficha_CL p{ margin-bottom: 0 !important;font-size: 0.8rem;}
.ficha_CL .btn-rojo{background-color:#af1116 ;border:#af1116;color: white;}
.ficha_CL .btn-rojo:hover{background-color:#730b0f;}
.ficha_CL .btn-cl{margin:10px 0 0 0;}
.ficha_CL h6{color: #3c3c3c;}
.item-image img{width: 100%;}

#form_cl{color: white;}
.title_categoria_candidatos{color: black!important;font-size: 1.5rem!important;}
/*directorio*/
.img-directorio{max-width:150px;margin: 20px auto 0;}
  .img-directorio img{width: 100%;height: auto;}
  .text-directorio{text-align: center!important;}
  .text-directorio h4{font-size: 1.1rem; margin-bottom: .5rem!important;}
  .text-directorio p{margin-bottom: 0rem!important;}
.style_sub{font-size: 0.8rem !important;}
.style_form{background-color: white !important;}
.logo_footer{width: 250px;}
/*juntas*/
/*.img_junta{max-width: 500px;}*/
/*.img_junta img{width: 100%;height: auto;}*/
/*pagination*/
.content_pagination{margin:30px auto 0; display: table;}
.text-colperPro{    color: white;font-weight: 400;line-height: 25px;}
.cid-ru4LIpkQ8v { padding-top:0px!important;    padding-bottom: 20px!important;}
.font-weight{ font-weight: 400;}
.card-header{padding: 0!important;background-color:#e0f0ff!important;}
.style-informe{padding: 0!important;background-color:#0a4574!important;}
.style-informe a{color: white!important;}
.style-informe a.text-black:hover{color:#8bdfec!important;}
.style-informe a.text-black:focus{color:#8bdfec!important;}
.card-header button{width: 100%;padding: 10px;    background-color: #23b3e4;border: none;    text-align: left; color: white;}

.card-header h5{ margin-bottom: 0rem!important;}
#navbarSupportedContent .nav-item .btn-salir{background-color:#af1116;
    padding: 10px 20px!important;
    color: white!important;}
    #navbarSupportedContent .nav-item .btn-salir:hover{background-color:#730b0f;}
    .error{    background: #148e14;
    padding: 5px 10px;
    color: white;}

/*noticias 2020*/
.content_noticia_full{border-top: 4px solid red;}
.title_noticia_full{margin: 10px 0 0;font-size: 1.5rem;font-weight: 400;text-align: left!important;}
.fecha_noticia_full{color: gray;font-size: 0.8rem;}
.img_noticia_full{width: 100%;max-width: 650px;margin: 10px auto;display:block;}
.text_noticia_full{text-align: justify;}
.content_text_news p {margin-bottom: 0;font-size: 1.3rem !important;text-align: left;line-height: 20px;}
.content_text_news span{font-size: 0.8rem;}
.content_text_news .btn-primary{margin: 5px 0; font-size: 0.7rem;}
.card-body .btn-sm{margin:5px 0!important;color:white!important;}
.card-body .btn-sm:hover{color:white!important;text-decoration: none!important;}
/*lista de noticias*/
.content_lista_noticias{border-top: 4px solid red;}
.content_lista_noticias h2{width: 100%;padding: 10px 0;}
.content_lista_noticias .card-body img{width: 100%;margin: 0 auto;max-width:408px;display: block;}
.btn-primary{color: white !important;}
.btn-primary:hover{color: white !important;text-orientation:none;}
.page-item.active .page-link{background-color: #149dcc !important;}
.col-12 .btn-primary{color: white!important;margin:5px 0!important;    width: 100%; }
.col-12 .btn-primary:hover{color: white!important;text-decoration: none; }
.card-body span{font-size: 0.8rem;}
@media screen and (max-width:770px) {
  .contenidos_style .container{padding:0 10px;}
  .contenidos_style p{text-align:justify;}
  .img_comunicados { margin: 0 auto;}
  .text-comunicados{text-align: center;}
  .cid-ru4DUh9jRc .carousel-caption{top: 60%!important;}
  .cid-rwCqxFpq9I .testimonials-container .testimonials-item .user .testimonials-caption {
    padding: 1rem;
}

}
@media screen and (max-width:480px) {
  .titulo_banner h2{ font-size: 1rem!important;line-height: 20px!important;}
  .titulo_banner p{font-size: 0.9rem!important;line-height: 20px!important;}
}
@media screen and (min-width:480px) {
  .pauta_lateral img{max-width:330px;margin:0 auto;display: block;}
}

.cid-ru4AHVMuLV .menu-logo .navbar-brand {

  margin-left: 0;/*5rem*/}
  .cid-ru4AHVMuLV .navbar-toggleable-sm .navbar-collapse {

  padding-right:0; /*5rem;*/}