@charset "UTF-8";
@media (max-width: 1600px) {
  .container {
    max-width: 1400px; } }
@media (max-width: 1599px) and (min-width: 1200px) {
  .container {
    max-width: 1100px; } }
@media (max-width: 992px) {
  .container {
    max-width: 1020px; } }
@media (max-width: 768px) {
  .container {
    max-width: 720px; } }
@media (max-width: 576px) {
  .container {
    max-width: 670px; } }
body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: 600;
  height: 100%; }
  
#contenedorPie {
    background-color: #BFCFE3;
}

a {
  color: #1A3864;
  font-weight: 600; }
  a:hover {
    text-decoration: none; }
  a small {
    color: #333333;
    font-size: 90%;
    font-weight: 600; }

p {
  font-weight: 600; }
  p small {
    font-size: 90%;
    font-weight: 600; }

.breadcrumb__utu {
  background-color: #fff; }
  .breadcrumb__utu .breadcrumb {
    background-color: #fff;
    font-size: 0.8rem; }
    .breadcrumb__utu .breadcrumb li, .breadcrumb__utu .breadcrumb a, .breadcrumb__utu .breadcrumb .text-muted {
      color: #333333 !important;
      font-weight: 600; }
    .breadcrumb__utu .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      color: #6c757d;
      content: "›";
      font-size: 14px; }
    .breadcrumb__utu .breadcrumb .text-muted {
      line-height: 1.8; }

.img-mail {
  height: 25px; }

.owl-carousel.off {
  display: block; }

.owl-carousel {
  touch-action: manipulation; }

.pagination .page-item .page-link {
  border: 0;
  color: #333333;
  font-size: 14px; }
  .pagination .page-item .page-link:hover {
    color: #1A3864;
    background-color: #fff; }
.pagination .active .page-link {
  background-color: #fff;
  color: #1A3864;
  font-size: 14px;
  font-weight: 700;
  line-height: 1rem; }

[data-toggle="collapse"] .fas:before {
  content: ""; }

[data-toggle="collapse"].collapsed .fas:before {
  content: ""; }

[aria-expanded="true"] .fas:before {
  content: ""; }

.navbar-toggler[data-toggle="collapse"] .fas:before {
  content: ""; }

.navbar-toggler[data-toggle="collapse"] .collapsed .fas:before {
  content: ""; }

.navbar-toggler[aria-expanded="true"] .fas:before {
  content: ""; }

ul.ul-admin {
  padding-left: 0; }

li.li-admin {
  display: inline; }
  li.li-admin a {
    background-color: #5296CC;
    color: #fff !important;
    border-radius: 0;
    font-size: 0.8rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    li.li-admin a:hover {
      background-color: #3E7AA3;
      text-decoration: none !important; }

li.li-admin-delete a {
  background-color: #dc3545;
  color: #fff !important;
  border-radius: 0;
  font-size: 0.8rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  li.li-admin-delete a:hover {
    background-color: #c82333 !important;
    text-decoration: none !important; }

.dark-blue {
  color: #1A3864; }

p {
  margin-bottom: 10px; }
  p span {
    font-weight: 600; }

h1 {
  font-size: 1.625rem;
  font-weight: 600; }
  h1 span {
    font-weight: 700; }

h2 {
  font-size: 1.3125rem;
  font-weight: 600; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.925rem; }

@media screen and (max-width: 767px) {
  p {
    line-height: 1.3; }

  h1 {
    font-size: 1.2rem; }

  h2 {
    font-size: 1.1rem; }

  h3 {
    font-size: 1rem; }

  h4 {
    font-size: 0.9rem; } }
	

.btn-transparent2 {
  color: #fff;
  /* padding: 0.3rem 0.9rem; */
  background-color: transparent;
  font-weight: 600; }
  font-size: 4rem;
  .btn-transparent2:hover {
    color: #fff; 
}

.btn-transparent {
  color: #fff;
  border: 2px solid white;
  background-color: transparent;
  border-radius: 3px;
  padding: 0.3rem 0.9rem;
  font-weight: 600; }
  .btn-transparent:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
	
.btn-transparent-blue {
  color: #1A3864;
  border: 2px solid #1A3864;
  background-color: transparent;
  border-radius: 3px;
  padding: 0.3rem 0.9rem; }
  .btn-transparent-blue:hover {
    background-color: #1A3864;
    color: #fff; }

.btn-link-blue {
  color: #1A3864;
  background-color: transparent;
  border-radius: 3px;
  padding: 0.3rem 0;
  margin: 0 auto; }

.btn-transparent-grey {
  color: #969696;
  border: 2px solid #969696;
  background-color: transparent;
  border-radius: 3px;
  padding: 0.3rem 0.9rem; }
  .btn-transparent-grey:hover {
    background-color: #1a3864;
    background-color: rgba(26, 56, 100, 0.2); }

.btn-blue {
  color: #fff;
  border: 2px solid #1A3864;
  background-color: #1A3864;
  border-radius: 3px;
  padding: 0.3rem 0.9rem; }

.btn-yellow {
  color: #333333;
  font-weight: 600;
  border: 2px solid #E4C351;
  background-color: #E4C351;
  border-radius: 3px;
  padding: 0.3rem 0.9rem; }
  .btn-yellow:hover {
    color: #333333 !important; }
  .btn-yellow:focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 173, 16, 0.25); }

.btn-orange {
  color: #FFFFFF;
  font-weight: 600;
  border: 2px solid #E4C351;
  background-color: #FAAC25;
  border-radius: 3px;
  padding: 0.3rem 0.9rem; }
  .btn-orange:hover {
    color: #333333 !important; }
  .btn-orange:focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 173, 16, 0.25); }

.btn-area {
  text-transform: uppercase;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  width: 31%;
  margin-right: 3.5%;
  padding: 20px 0px;
  text-align: center;
  color: #333333;
  font-size: 1rem;
  font-weight: 700; }
  .btn-area:hover {
	/* por cambio de imagen 20/06/2019
	background-color: #1A3864; */
    background-color: #70acfa;
    text-decoration: none;
    color: #fff;
    outline: 0; }
    .btn-area:hover i {
      color: #fff; }
  .btn-area:last-child {
    margin-right: 0; }
  .btn-area i {
    display: block;
    font-size: 2rem;
    margin-bottom: 5px;
    color: #333333; }

.btn-area-ext {
    /* incorporacion campaña sentimiento utu 10/08/20 */
  text-transform: uppercase;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  width: 48%;
  margin-right: 3.5%;
  padding: 20px 0px;
  text-align: center;
  color: #333333;
  font-size: 1rem;
  font-weight: 700; }
  .btn-area-ext:hover {
  /* por cambio de imagen 20/06/2019
  background-color: #1A3864; */
    background-color: #70acfa;
    text-decoration: none;
    color: #fff;
    outline: 0; }
    .btn-area:hover i {
      color: #fff; }
  .btn-area-ext:last-child {
    margin-right: 0; }
  .btn-area-ext i {
    display: block;
    font-size: 2rem;
    margin-bottom: 5px;
    color: #333333; }

.btn-area-propuesta {
  text-transform: uppercase;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  padding: 20px 0px;
  text-align: center;
  color: #333333;
  font-size: 1rem;
  font-weight: 700; }
  .btn-area-propuesta:hover {
	/* por cambio de imagen 20/06/2019
	background-color: #1A3864; */
    background-color: #70acfa;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    outline: 0; }

.btn-sitemap {
  padding-left: 5px;
  color: #333333; }

header {
  text-transform: none; 
  font-weight: bold;
  }
  header .navbar-top {
    padding: 0; }
    header .navbar-top .nav-item .nav-link {
      color: #333333;
      font-size: 0.7rem; }
  header #header-logos {
    padding: 5px 0; }
    header #header-logos p {
	  text-align: center;
	  /* por cambio de imagen 20/06/2019
      font-size: 1.3rem; */
	  font-size: 1.45rem;
	  color: #a3a3a3;
      font-weight: 600; 
	}
      header #header-logos p span {
        /*font-weight: 800;*/
        display: block;
        margin-top: -6px;
	  }
  header .navbar-blue {
		/* background-color: #1A3864; */
		background-color: #064795;
		/*
			vuelta al color original 11/2020
			background-color: #70acfa;
		*/
	}
    header .navbar-blue .nav-item {
      padding-right: 0.8rem;
      padding-left: 0.8rem; }
    header .navbar-blue .active .nav-link {
      text-shadow: 0.4px 0 0 #fff; }
    header .navbar-blue .nav-link {
      color: #fff;
      font-size: 1rem;
      margin-top: 4px;
      transition: font-weight 0.3s; }
    header .navbar-blue .elementos-collapsables {
      display: flex;
      flex-basis: auto;
      width: 100%; }
    header .navbar-blue .dropdown-menu {
      background-color: #fff;
      margin: 0 !important;
      border-radius: 0;
      /* font-size: 0.8rem; */
      font-weight: 500;
      padding: 0;
      border: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); }
      header .navbar-blue .dropdown-menu li {
        font-weight: 500;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        border-left: 8px solid #fff;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        padding: 6px 20px 6px 0px; }
        header .navbar-blue .dropdown-menu li:hover {
		  border-left: 8px solid #486083;
          white-space: nowrap;
          box-shadow: 0 1px 3px 0px #d4d4d5;
          background-color: #fff; }
          header .navbar-blue .dropdown-menu li:hover a {
            color: #1A3864;
            text-shadow: 0.8px 0 0 #1A3864; }
        header .navbar-blue .dropdown-menu li:active, header .navbar-blue .dropdown-menu li:focus, header .navbar-blue .dropdown-menu li:visited, header .navbar-blue .dropdown-menu li:click {
          background-color: #fff; }
    header .navbar-blue .dropdown .dropdown-toggle::after {
      display: none; }
  header .navbar .has-search .form-control {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ced4da;
    color: #fff;
    cursor: auto;
    padding-left: 1.5rem;
    font-size: 14px;
    width: 100%; }
    header .navbar .has-search .form-control:focus {
      box-shadow: none; }
    header .navbar .has-search .form-control::placeholder {
      color: #fff; }
  header .navbar .form-inline {
    margin-bottom: 3px; }
  header .navbar .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 0;
    text-align: center;
    pointer-events: none;
    color: #fff; }

@media (min-width: 768px) {
  header .navbar-blue .nav-link .sub-arrow {
    display: none !important; } }
.contenido_destacado {
  position: relative; }
  .contenido_destacado:before {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .contenido_destacado__caption {
	font-size: 2rem;
    text-align: left;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    position: absolute;
    z-index: 10;
    color: #000;
	background-color: rgba(0,0,0,.5);
    top: 84%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 9.5%; }
    .contenido_destacado__caption p {
      font-size: 1rem; }
    .contenido_destacado__caption h2 {
      color: #fff; }

#contenido__temporal a:hover, #aside__boton a:hover {
  text-decoration: none; }
#contenido__temporal .temporal-dos,
#contenido__temporal .temporal-full,
#contenido__temporal .content-boton, #aside__boton .temporal-dos,
#aside__boton .temporal-full,
#aside__boton .content-boton {
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  border: 0;
  padding: 25px 15px;
  text-align: center;
  border-radius: 0;
  color: #333333;
    /* por cambio de imagen 20/06/2019
  background-color: #1A3864; */
  background-color: #e4c351; }
  #contenido__temporal .temporal-dos h2,
  #contenido__temporal .temporal-full h2,
  #contenido__temporal .content-boton h2, #aside__boton .temporal-dos h2,
  #aside__boton .temporal-full h2,
  #aside__boton .content-boton h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333333; }
  #contenido__temporal .temporal-dos .fa-chevron-right,
  #contenido__temporal .temporal-full .fa-chevron-right,
  #contenido__temporal .content-boton .fa-chevron-right, #aside__boton .temporal-dos .fa-chevron-right,
  #aside__boton .temporal-full .fa-chevron-right,
  #aside__boton .content-boton .fa-chevron-right {
    margin-left: 5px;
    vertical-align: middle; }
  #contenido__temporal .temporal-dos h3,
  #contenido__temporal .temporal-full h3,
  #contenido__temporal .content-boton h3, #aside__boton .temporal-dos h3,
  #aside__boton .temporal-full h3,
  #aside__boton .content-boton h3 {
    font-weight: 700;
    color: #333333; }
  #contenido__temporal .temporal-dos p,
  #contenido__temporal .temporal-full p,
  #contenido__temporal .content-boton p, #aside__boton .temporal-dos p,
  #aside__boton .temporal-full p,
  #aside__boton .content-boton p {
    margin-bottom: 0; }
  #contenido__temporal .temporal-dos a,
  #contenido__temporal .temporal-full a,
  #contenido__temporal .content-boton a, #aside__boton .temporal-dos a,
  #aside__boton .temporal-full a,
  #aside__boton .content-boton a {
    color: #333333; }
#contenido__temporal .content-boton i, #aside__boton .content-boton i {
  font-size: 38px;
  margin-bottom: 15px; }

.widgets {
  box-shadow: 1 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; }
	.widgets__title {
    padding: 0.75rem;
	background-color: #1A3864;
	}
	
    .widgets__title h4 {
      color: #fff;
      letter-spacing: 0.8px;
      font-weight: 600;
      margin-bottom: 0; }
    .widgets__title i {
      padding-right: 10px; }
	  
	.widgets__title2 {
    padding: 0.75rem;
    /*Agregado por cambio de imagen 20/06/2019*/
	background-color: #03cd1b;	}
	
	.widgets__title2 h4 {
      color: #fff;
      letter-spacing: 0.8px;
      font-weight: 600;
      margin-bottom: 0; }
    .widgets__title2 i {
      padding-right: 10px; }



	.widgets__body {
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.125);
    flex: 1 1 auto;
    padding: 0.8rem 0rem 0.8rem;
    margin: 0 1.25rem; }
    .widgets__body p {
      margin-bottom: 0; }
    .widgets__body .calendario__date .c-date-day {
      background-color: #E4C351;
      color: #333333;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 700; }
    .widgets__body .calendario__date .c-date-month {
      color: #333333;
      text-align: center;
      font-weight: 700;
      font-size: 12px;
      margin-top: 5px; }
    .widgets__body .calendario__title {
      font-weight: 600;
      font-size: 0.8rem; }
      .widgets__body .calendario__title a:hover {
        text-decoration: none; }
  .widgets__button {
    /* padding: 0.85rem 1rem; */
    text-align: center; }
    .widgets__button a {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px; }
  .widgets hr {
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .widgets .content__edificiocentral {
    padding: 0.75rem; }
    .widgets .content__edificiocentral .ec-line {
      padding: 1.2rem 0;
      margin: 0 0.8rem;
      border-bottom: 0.75px solid #1A3864; }
      .widgets .content__edificiocentral .ec-line h5 {
        text-align: right;
        font-weight: 600; }
      .widgets .content__edificiocentral .ec-line p {
        margin-bottom: 0; }
    .widgets .content__edificiocentral .ec-link {
      text-align: right;
      padding: 1.2rem 0;
      margin: 0 0.8rem; }
      .widgets .content__edificiocentral .ec-link a {
        font-size: 0.8rem; }
      .widgets .content__edificiocentral .ec-link i {
        vertical-align: middle;
        margin-left: 5px; }
  .widgets .content__detalle-w {
    padding: 0.75rem; }
    .widgets .content__detalle-w .d-line {
      padding: 1.2rem 0;
      margin: 0 0.8rem;
      border-bottom: 0.75px solid #1A3864; }
      .widgets .content__detalle-w .d-line:last-child {
        border-bottom: none; }
      .widgets .content__detalle-w .d-line h5 {
        text-align: right;
        font-weight: 600;
        font-size: 0.8rem; }
      .widgets .content__detalle-w .d-line p {
        margin-bottom: 0;
        font-size: 0.8rem; }
  .widgets .w_ul {
    padding-left: 0; 
}

#section__noticias .noticias__header {
  padding: 0.75rem;
  /* por cambio de imagen 20/06/2019
  background-color: #1A3864;*/
  background-color: #70acfa;  }
  #section__noticias .noticias__header h4 {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 0; }
  #section__noticias .noticias__header i {
    padding-right: 10px; }

.ad_menu .list-group-item, .ad_menu .list-group-subitem {
  /* border: none; */
  border-bottom: 2px solid #d4d4d5;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0;
  color: #1A3864;
  background-color: #fff;
  font-weight: 600;
  padding: 0.6rem 1rem 0.6rem 1rem; }
  .ad_menu .list-group-item:hover {
	  background-color: #d4d4d5;
  }
  .ad_menu .list-group-item.is-active, .ad_menu .list-group-subitem.is-active {
    font-weight: 800;
    background-color: #fff; }
  .ad_menu .list-group-item i, .ad_menu .list-group-subitem i {
    float: right;
    margin-top: 5px; }
.ad_menu li {
  list-style: none; }
  .ad_menu li a {
    font-size: 0.9rem; }
.ad_menu .list-group-subitem {
  border-bottom: 2px solid #d4d4d5;
  margin-bottom: 0;
  color: #1A3864;
  font-weight: 600;
  padding: 0.4rem 1.25rem;
  margin-left: 8px;
  position: relative;
  display: block; }
  .ad_menu .list-group-subitem:hover {
    text-decoration: none;
	background-color: #d4d4d5;
	}
  .ad_menu .list-group-subitem.is-active {
    font-weight: 500;
    background-color: #fff; }
.ad_menu .list-group-item-child {
  float: right;
  position: relative;
  z-index: 999;
  margin-top: -23px;
  color: #333333; }
  .ad_menu .list-group-item-child:hover {
    text-decoration: none !important; }

.ad_mobile {
  cursor: pointer; }
  .ad_mobile h4 i {
    padding-right: 0;
    padding-top: 3px;
    font-size: 1rem; }

.content__page-internas h1 {
  color: #1A3864;
  font-weight: 600; }
  .content__page-internas h1 small {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 600; }
.content__page-internas h2 {
  color: #1A3864;
  font-weight: 600; }
.content__page-internas h3 {
  color: #1A3864;
  font-weight: 600; }
.content__page-internas h4 {
  color: #1A3864;
  font-weight: 700; }
  .content__page-internas h4 small {
    text-transform: uppercase;
    display: block;
    color: #969696; }
.content__page-internas h5 {
  color: #1A3864;
  font-weight: 700; }
  .content__page-internas h5 small {
    display: block;
    font-size: 90%;
    margin-top: 5px;
    font-weight: 600; }
.content__page-internas strong {
  font-weight: 700 !important; }
.content__page-internas .fa-plus, .content__page-internas .fa-minus {
  font-size: 12px;
  margin-left: 2px; }
.content__page-internas .share__print p {
  margin: 6px 6px 0 0;
  color: #333333;
  font-size: 0.85rem; }
.content__page-internas .share__print .social_icons a {
  font-size: 1.4rem; }
.content__page-internas .share__print .social_icons .nav-link {
  display: block;
  padding: 0rem 0.6rem;
  font-weight: normal; }
.content__page-internas .share__print .print_link a {
  color: #333333 !important; }
.content__page-internas .content__links p {
  margin-bottom: 2px; }
.content__page-internas .content__links i {
  margin-left: 5px; }
.content__page-internas .component__tablas .nav-tabs {
  border-bottom: 2px solid #dee2e6; }
  .content__page-internas .component__tablas .nav-tabs .nav-link {
    border-bottom: 3px solid #fff;
    border: 0px; }
    .content__page-internas .component__tablas .nav-tabs .nav-link:hover {
      border-bottom: 3px solid #E4C351;
      border-top: none;
      border-right: none;
      border-left: none; }
  .content__page-internas .component__tablas .nav-tabs a {
    color: #495057; }
  .content__page-internas .component__tablas .nav-tabs .nav-link.active {
    border-bottom: 3px solid #E4C351;
    border-top: none;
    border-right: none;
    border-left: none; }
.content__page-internas .component__tablas .tab-content {
  padding: 1rem 0; }
  .content__page-internas .component__tablas .tab-content .table tr:first-child {
    border-top: none; }
  .content__page-internas .component__tablas .tab-content table {
    margin: 0; }
  .content__page-internas .component__tablas .tab-content p small {
    margin-bottom: 5px;
    color: #6c757d;
    font-size: 80% !important; }
  .content__page-internas .component__tablas .tab-content h4 {
    padding-bottom: 0.8rem; }
  .content__page-internas .component__tablas .tab-content h5 {
    font-size: 1rem;
    font-weight: 600; }
.content__page-internas .contenido_collapsable .contenido_collapsable-bloc p {
  margin-bottom: 0; }
.content__page-internas .contenido_collapsable .contenido_collapsable-bloc i {
  float: right;
  margin-top: 3px; }
.content__page-internas .contenido_collapsable .contenido_collapsable-bloc .content_btn {
  background-color: #FBFBFB;
  border: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
  margin-bottom: 5px; }
  .content__page-internas .contenido_collapsable .contenido_collapsable-bloc .content_btn h1, .content__page-internas .contenido_collapsable .contenido_collapsable-bloc .content_btn h2, .content__page-internas .contenido_collapsable .contenido_collapsable-bloc .content_btn h3, .content__page-internas .contenido_collapsable .contenido_collapsable-bloc .content_btn h4 {
    margin-bottom: 0; }
.content__page-internas .search-question_result h4 a {
  font-weight: 700; }
.content__page-internas .organigrama__list {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }
.content__page-internas .desc_evento h5 {
  font-weight: 600;
  color: #333333; }
  .content__page-internas .desc_evento h5 span {
    font-weight: 700; }
    .content__page-internas .desc_evento h5 span:first-child {
      margin-left: 0; }
    .content__page-internas .desc_evento h5 span:nth-child(2) {
      margin-left: 10px; }
.content__page-internas ul.sitemap-menu {
  padding-left: 1.5rem; }

table {
  margin-top: 1rem;
  font-size: 14px; }
  table tbody tr th {
    font-weight: 400; }
  table th, table th {
    border-bottom: 1px solid #dee2e6;
    border-top: 0 !important; }

.table-striped tbody tr {
  background-color: #fff; }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #FBFBFB; }

@media screen and (min-width: 767px) {
  .table-responsive {
    display: table; } }
/* DivTable.com */
.divTable {
  display: table;
  width: 100%; }
  .divTable .divTableBody {
    display: table-row-group; }
    .divTable .divTableBody .divTableRow {
      display: table-row;
      padding: 0.75rem; }
      .divTable .divTableBody .divTableRow:first-child .divTableRow {
        color: red; }
      .divTable .divTableBody .divTableRow:nth-child(2n+2) {
        background-color: #FBFBFB; }
      .divTable .divTableBody .divTableRow .divTableHead {
        display: table-row;
        background-color: #fff;
        font-weight: 700;
        border-bottom: 2px solid #dee2e6;
        border-top: 0 !important;
        display: table-cell;
        padding: 0.75rem; }
      .divTable .divTableBody .divTableRow .divTableCell {
        border-bottom: 1px solid #dee2e6;
        border-top: 0 !important;
        display: table-cell;
        padding: 0.75rem; }

.card {
  border-radius: 0; }

.card-noticias {
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 0px #d4d4d5;
  border-radius: 0; }
  .card-noticias .img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.card-title {
  color: #1A3864;
  font-weight: 600; }
  .card-title small {
    display: block;
    margin-bottom: 5px;
    font-weight: 600; }

.card-link {
  font-size: 14px; }
  .card-link i {
    font-size: 12px;
    margin-left: 2px; }

.card-comunicado {
  border: none; }
  .card-comunicado .card-title {
    color: #1A3864;
    font-weight: 600; }
    .card-comunicado .card-title small {
      display: block;
      margin-bottom: 5px; }
  .card-comunicado .card-body {
    padding: 1rem 0.25rem;
    margin: 0 1rem;
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.125); }
  .card-comunicado .card-link {
    font-size: 14px; }

.card-noticias-w {
  box-shadow: 0 1px 3px 0 #d4d4d5; }

.card-collapsable {
  margin-bottom: 5px; }
  .card-collapsable i {
    float: right;
    margin-top: 3px; }


.footerDV{
  background-color: #064795 !important;
  color: white!important;
}


#pre__footer {
  padding: 5px 0;
  /* por cambio de imagen 20/06/2019
  background-color: #1A3864; */
  background-color: #70acfa;
  text-align: center; }
  #pre__footer a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500; }
  #pre__footer p {
    color: #fff;
    margin-bottom: 0;
    font-size: 0.8rem; }

footer .footer_social {
  padding: 5px 0;
  background-color: #fff; }
  footer .footer_social .social_icons {
    font-size: 1.6rem; }
    footer .footer_social .social_icons .fa-facebook-f {
      color: #3B5998; }
    footer .footer_social .social_icons .fa-twitter {
      color: #55ACEE; }
    footer .footer_social .social_icons .fa-instagram {
      color: #d34836; }
    footer .footer_social .social_icons .fa-youtube {
      color: #cc181e; }
    footer .footer_social .social_icons .nav-link {
      font-weight: normal; }

@media (max-width: 420px) {
  .btn-area-propuesta {
    font-size: 0.75rem !important; } }
@media (max-width: 591px) {
  .btn-area-propuesta {
    min-height: 100px; } }
@media (max-width: 591px) {
  header .navbar-blue .form-control-feedback {
    margin-top: 20px; } }
@media (min-width: 428px) and (max-width: 991px) {
  .btn-area-propuesta {
    padding-right: 8px;
    padding-left: 8px; } }
@media (max-width: 991px) {
  header p {
    font-size: 0.73rem;
    color: #fff;
    margin-top: 12px;
    font-wight: 600; }
    header p span {
      display: block;
      /*font-weight: 800;*/
	  }
  header .navbar-blue .nav-link {
    color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    margin-right: 0;
    padding-left: 16px !important; }
  header .navbar-blue .navbar-toggler {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem; }
    header .navbar-blue .navbar-toggler span {
      color: #fff; }
    header .navbar-blue .navbar-toggler:focus, header .navbar-blue .navbar-toggler:active {
      outline: none;
      outline: none; }
  header .navbar-blue .elementos-collapsables {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: grid;
    flex-direction: column; }
    header .navbar-blue .elementos-collapsables .nav-element:nth-child(1) {
      order: 2; }
    header .navbar-blue .elementos-collapsables .nav-element:nth-child(2) {
      order: 1; }
    header .navbar-blue .elementos-collapsables .nav-element:nth-child(3) {
      order: 3; }
  header .navbar-blue .navbar-collapse {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  header .navbar-blue .form-inline {
    margin-bottom: 0; }
  header .navbar-blue .dropdown-menu {
    margin-top: 2px !important; }
    header .navbar-blue .dropdown-menu .dropdown-item {
      padding: 0.25rem 0.8rem;
      color: #1A3864;
      text-shadow: 0.4px 0 0 #1A3864;
      font-weight: 600;
      word-wrap: break-word;
      white-space: normal; }
  header .navbar-blue .dropdown .dropdown-toggle i {
    display: inline !important;
    float: right;
    text-align: right;
    padding-right: 20px;
    margin-top: -22px;
    color: #fff;
    cursor: pointer; }

  .widgets .content__detalle-w .d-line h5 {
    text-align: left; }
  .widgets .content__edificiocentral .ec-line h5 {
    text-align: left; }

  .owl-stage {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .img-responsive {
    width: 100%;
    height: 270px;
    object-fit: cover; }

  .img-responsive2 {
    /* por incorporacion de banner sentimiento utu 10/08/20 */
    width: 100%;
    object-fit: cover; }

  .btn-area {
    padding: 15px 0px;
    font-size: 0.7rem;
    line-height: 1.2; }
    .btn-area i {
      font-size: 1.5rem; }

  .btn-area-propuesta {
    font-size: 0.9rem; }

  .contenido_destacado__caption {
    padding: 0 5%; }

  .btn-transparent {
    font-size: 0.8rem; }

  footer .social_icons .nav-link {
    padding: 0.5rem; } 
}

.flex-control-nav{
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  height: 13px;
}

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}

.flex-caption-DV {
  position: absolute;
  width: 98%;
  padding: 2%;
  left: 3px;
  bottom: 5px;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
 }
 
 .flex-caption-DV a{
	 color: #fff;
 }

ul.slides li{
  position:relative; 
}

.triptico-big-DV {
  position: relative;
  width: 75%;
  padding: 2%;
  left: 20px;
  bottom: 120px;
  background: rgba(255,255,255,.8);
  color: #000 !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 30px;
  line-height: 34px;
  z-index: 1;
 }
 .triptico-big-DV a{
	 color: #000;
 }
 
 .triptico-sm-DV {
  position: relative;
  width: 98%;
  padding: 2%;
  left: 3px;
  bottom: 90px;
  background: rgba(0,0,0,.8);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 20px;
  line-height: 24px;
  z-index: 1;
 }
 .triptico-sm-DV a{
	 color: #fff;
 }
 
.destacado-gr-caption-DV {
  position: relative;
  width: 98%;
  padding: 2%;
  left: 3px;
  bottom: 60px;
  background: rgba(0,0,0,.5);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
 }
 .destacado-gr-caption-DV a{
	 color: #fff;
 }

.destacado-ch-caption-DV {
  position: relative;
  width: 95%;
  padding: 2%;
  left: 3px;
  bottom: 48px;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
 }

 .destacado-ch-caption-DV a{
	 color: #fff;
 }
 
 .historia-caption-DV {
  position: relative;
  width: 98%;
  padding: 2%;
  left: 3px;
  bottom: 35px;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
 }
 
  yeu-caption-DV {
  position: relative;
  width: 98%;
  padding: 2%;
  left: 3px;
  bottom: 0px;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
 }
 
 .destacado-caption-DV a{
	 color: #fff;
 }
 
.manjares_destacado {
  position: relative; }
  .manjares_destacado:before {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .manjares_destacado__caption {
	font-size: 2rem;
    text-align: left;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    position: absolute;
    z-index: 10;
    color: #000;
	background-color: rgba(0,0,0,.5);
    top: 84%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 9.5%; }
    .contenido_destacado__caption p {
      font-size: 1rem; }
    .contenido_destacado__caption h2 {
      color: #fff; }
 
/*# sourceMappingURL=main.css.map */

.mmenu{
	height: 40px;
	color: #fff;
	padding: 3%;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	background-color: #064795;
}
.mmenu a {
	top: 4px;
	color: #fff;
}

.mmenu:hover{
	color: #064795;
	background-color: #fff;
}

.mmenu a:hover {
	color: #064795;
}

/* Responsive */
@media (min-width: 991px) {
  header .navbar-blue .nav-item {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: 0.3rem;
    margin-left: 0.3rem; }
    header .navbar-blue .nav-item:hover a {
      background-color: #fff;
      color: #1A3864;
      text-shadow: 0.4px 0 0 #1A3864; }
  header .navbar-blue .dropdown:hover .dropdown-menu {
    display: block; }
  header .navbar-blue .dropdown .dropdown-toggle i {
    display: none; } 

}
	
@media (max-width: 7680px) {
  header .navbar-blue .nav-link {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
	/* font-size: 0.79rem;	} */
  header #header-logos p {
    font-size: 1.2rem; } 
  }
}

@media (min-width: 992px) and (max-width: 7680px) {
  .calendario__title {
    max-width: 300px;
  }
}
