/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@import url(navigation-slider.css);


body {
  color: #706F6F;
  font-family: 'Montserrat', sans-serif;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.undeline {
  text-decoration: underline;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 991px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.h1, .h2, .h3, h1, h2, h3 {
  font-weight: 600;
}

@media (min-width: 1200px){
.h1, h1 {
    font-size: 2.2rem;
}}

.h2, h2{
  font-size: 26px;
}
.h3, h3{
  font-size: 20px;
}

.h4, h4 {
  font-weight: bold;
}

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

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

.big {
  font-size: 120%;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 14px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.navbar-toggler {
  color: #99134F;
}

/* Colors */
.darkblue,
.text-darkblue {
  color: #2C3462;
}
.purple,
.text-purple {
  color: #99134F;
}

.bullet {
  color: #99134F;
  font-size: 40px;
  line-height: 0;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 5px;
}




.blue,
.text-blue {
  color: #009CB3;
}

.bg-darkblue {
  background-color: #2C3462;
}


.bg-purple {
  background-color: #99134F;
}

.bg-gray {
  background-color: #EDEDED;
}

.bg-gray2 {
  background-color: #f5f5f5;
}

.bg-graydark {
  background-color: #575756;
}

footer {
  background-color: #575756;
  color: white;
}

/* Hero */
.line {
  height: 20px;
  background-color: #2C3462;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.lineinner {
  background-color: #99134F;
  height: 20px;
  width: 20%;
}

.carousel-caption {
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
}

.carousel-control-next, .carousel-control-prev {
  z-index: 100;
}

.btn-primary {
  color: #fff;
  border-color: #2C3462;
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #2C3462;
  background-image: -webkit-linear-gradient(top, #2C3462, #1c234b);
  background-image: -moz-linear-gradient(top, #2C3462, #1c234b);
  background-image: -ms-linear-gradient(top, #2C3462, #1c234b);
  background-image: -o-linear-gradient(top, #2C3462, #1c234b);
  background-image: -webkit-gradient(to bottom, #2C3462, #1c234b);
}

.btn-primary:hover {
  color: #fff;
  border-color: #1c234b;
  background: #1c234b;
  background-image: -webkit-linear-gradient(top, #1c234b, #353e72);
  background-image: -moz-linear-gradient(top, #1c234b, #353e72);
  background-image: -ms-linear-gradient(top, #1c234b, #353e72);
  background-image: -o-linear-gradient(top, #1c234b, #353e72);
  background-image: -webkit-gradient(to bottom, #1c234b, #353e72);
}

.btn-secondary {
  color: #fff;
  background-color: #99134F;
  border-color: #99134F;
  background-image: -webkit-linear-gradient(top, #99134F, #710c3a);
  background-image: -moz-linear-gradient(top, #99134F, #710c3a);
  background-image: -ms-linear-gradient(top, #99134F, #710c3a);
  background-image: -o-linear-gradient(top, #99134F, #710c3a);
  background-image: -webkit-gradient(to bottom, #99134F, #710c3a);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #710c3a;
  border-color: #710c3a;
  background-image: -webkit-linear-gradient(top, #710c3a, #a81557);
  background-image: -moz-linear-gradient(top, #710c3a, #a81557);
  background-image: -ms-linear-gradient(top, #710c3a, #a81557);
  background-image: -o-linear-gradient(top, #710c3a, #a81557);
  background-image: -webkit-gradient(to bottom, #710c3a, #a81557);
}

.btn-blue {
  color: #fff;
  border-color: #009CB3;
  background: #009CB3;
  background-image: -webkit-linear-gradient(top, #009CB3, #038093);
  background-image: -moz-linear-gradient(top, #009CB3, #038093);
  background-image: -ms-linear-gradient(top, #009CB3, #038093);
  background-image: -o-linear-gradient(top, #009CB3, #038093);
  background-image: -webkit-gradient(to bottom, #009CB3, #038093);
}

.btn-blue:hover {
  color: #fff;
  background-color: #038093;
  border-color: #038093;
  background-image: -webkit-linear-gradient(top, #038093, #009CB3);
  background-image: -moz-linear-gradient(top, #038093, #009CB3);
  background-image: -ms-linear-gradient(top, #038093, #009CB3);
  background-image: -o-linear-gradient(top, #038093, #009CB3);
  background-image: -webkit-gradient(to bottom, #038093, #009CB3);
}
.btn-yellow {
  color: #fff;
  background-color: #F39200;
  border-color: #F39200;
  background-image: -webkit-linear-gradient(top, #F39200, #d18005);
  background-image: -moz-linear-gradient(top, #F39200, #d18005);
  background-image: -ms-linear-gradient(top, #F39200, #d18005);
  background-image: -o-linear-gradient(top, #F39200, #d18005);
  background-image: -webkit-gradient(to bottom, #F39200, #d18005);
}

.btn-yellow:hover {
  color: #fff;
  background-color: #d18005;
  border-color: #d18005;
  background-image: -webkit-linear-gradient(top, #d18005, #f9a82e);
  background-image: -moz-linear-gradient(top, #d18005, #f9a82e);
  background-image: -ms-linear-gradient(top, #d18005, #f9a82e);
  background-image: -o-linear-gradient(top, #d18005, #f9a82e);
  background-image: -webkit-gradient(to bottom, #d18005, #f9a82e);
}

a {
  color: #706F6F;
}

a:hover {
  color: #b8145e;
}

.btn {
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #b8145e;
  background-color: transparent;
}

.carousel {
  margin-bottom: 0;
}

.main-nav {
  padding: 10px 0;
  border-bottom: 1px solid #B2B2B2;
}



.main-nav .nav-link, .main-nav-mobile .nav-link {
  text-transform: uppercase;
  color: #706F6F;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  font-weight: 600;
}

.main-nav .nav-link {
  border-left: 1px solid #B2B2B2;
}

.main-nav-mobile .nav-link {
  font-size: 18px;
}

.main-nav-mobile .nav-item {
  text-align: center;
}

.main-nav-mobile .nav-link {
  text-align: center;
}

.main-nav .nav-link.active {
  font-weight: 700;
}

.nav-fill .nav-item:first-child .nav-link {
  border: none;
}

.main-nav .nav-link:hover {
  color: #b8145e;
}

.menu-item-dropdown {
  position: relative;
}

.menu-item-dropdown > .dropdown-menu {
  border-top: 4px solid #b8145e;
}

.border-top-violet {
  border-top: 16px solid #b8145e;
}

.main-nav a {
  border-bottom: 1px solid #B2B2B2;
  font-weight: 600;
  color: #706F6F;
}

.main-nav a.btn {
  color: white;
  font-size: 18px;
}



.main-nav li:last-child a {
  border: none;
}

.main-nav .submenu {
  padding: 0;
  border: none;
}

.main-nav .submenu a {
  border-style: dotted;
  padding-left: 30px;
}

.carousel-caption.bottom {
  background-color: #2c3462;
  color: white;
  bottom: 0;
  top: inherit;
  transform: inherit;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px;
}

.carousel-caption.bottom p {
  margin-bottom: 0;
  font-weight: 600;
}

#carouselNoticias .carousel-item,
.col-buttons {
  height: 400px;
}

/* #carouselNoticias .carousel-item {
  height: 32rem;
}

#carouselNoticias .carousel-item > img {
  height: 32rem;
} */

@media (max-width: 991px) {
  #carouselNoticias .carousel-item {
    height: 300px;
  }

  .col-buttons .btn {
    padding: 16px
  }

  .title-section {
    text-align: center!important;
  }
}

#carouselFooter .carousel-item {
height: auto;
}

.title-section {
  font-size: 34px;
}

/* .title-section {
  min-height: 30px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  font-weight: 700;
} */



.img-placeholder {
  height: 100%;
  background-size: cover;
}

.slider-thumbnails {
  text-align: center;
  padding-bottom: 40px;
}

.slider-thumbnails .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}

.slider-thumbnails .cargo {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  min-height: 32px;
 display: inline-block;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .container-sm {
    max-width: 960px;
  }

  .menu-item-dropdown > .dropdown-menu {
    top: 40px!important;
    transform: none!important;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
    min-height: 200px;
  }

  .menu-item-dropdown  > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #99134f; /* change color here, modified for a black arrow */
    position: absolute;
    top: -10px;
    left: 30px;
  }
}

.dropdown-menu {
  border-radius: 0;
  background-color: #F4F2F1;
}

.dropdown-item {
  font-size: 15px;
  padding: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #F4F2F1;
  color: #b8145e;
}

.col-buttons {
  margin-top: 20px;
}

.slick-slide {
  padding: 10px;
}

/* .slick-slide.active img  {
  border-color: #b8145e!important; 
 }  */
/* .slick-active img  {
 border-color: #b8145e!important; 
} */

.slider-thumbnails img {
  width: 177px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #706F6F;
}

.dropdown-menu .submenu {
  border-bottom: 1px solid #B2B2B2;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		
		position: relative!important;
    transform: initial!important;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}

  .col-buttons {
    margin-top: 56px;
  }

  .col-buttons .btn {
    padding: 1rem 1rem;
    font-size: 16px;
    border-radius: 8px;
    display: flex;
    height: 100%;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15)!important;
  }

  .col-buttons .btn:last-child {
    margin-bottom: 0;
  }

  .col-buttons .btn:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .4)!important;
  }
  

  .slider-thumbnails img {
    width: 177px;
  }

  /* .title-section {
    font-size: 26px;
  } */
  
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
  .col-buttons .btn:not(:first-child) {
    margin-top: 15px;
  }
  .col-buttons, .col-buttons .h-100 {
    height: auto!important;
  }

  .carousel-item {
    height: 340px;
  }

  .text {
    text-align: center;
    margin-bottom: 25px;
  }

}	
/* ============ small devices .end// ============ */

.social-links a {
  font-size: 22px;
  color: #B2B2B2;
  padding: 0 4px;
}

.social-links a:hover {
  color: #99134F;
}

.social-links ul {
  margin-bottom: 0;
}

.social-links .icon-email {
  font-size: 24px;
  position: relative;
  top: 1px;
}
footer .social-links a{
  font-size: 32px;
  color: #C6C6C6
}

@media (max-width: 991px) {

  .navbar-collapse {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    height: 100vh;
    overflow: scroll;
  }

  .social-links {
    text-align: center;
    padding: 10px 0;
    
  }

  .main-nav-mobile li {
    padding: 0;
    
  }

  .main-nav-mobile a {
    border-bottom: 1px solid #cccccc;
    color: #706F6F;
  }

  .social-links a {
    color: #706F6F;
  }
}

.icons a {
  padding: 5px;
}
.date-event {
  margin-top: 15px;
  margin-bottom: 5px;
}

.event {
  margin-bottom: 15px;
}

.event p{
  min-height: 62px;
  font-size: 14px;
  margin-bottom: 10px;
}

.event img {
  border: 2px solid #676767;
}

.event .compartir {
  padding-left: 25px;
  padding-right: 25px;
}

.btn-mas-info {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.date-event .day {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.date-event .hour {
  font-weight: 600;
  display: block;
  font-size: 17px;
}

.redes {
  background: #F3F3F3;
  margin-bottom: 5px;
}

.compartir {
  text-transform: uppercase;
  padding-left: 5px;
}

.compartir a {
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  padding: 5px 6px;
  font-weight: 500;
}

.dots {
  font-size: 8px;
}

.date {
  color: #706F6F;
  font-weight: 600;
}
.date.disable {
  color: #C6C6C6;
}

.dot {
  margin-right: 3px;
}

.table-bordered {
  border-color: #676767;
  border-width: 2px;
}

.table>:not(caption)>*>* {
  padding: 14px;
  padding-top: 7px;
}

.table>:not(:first-child) {
  border-top: initial;
}

.table th {
  color: #b8145e;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 14px;
}

.navbar-brand {
  display: block;
  margin-right: 30px;
}

header {
  padding-top: 144px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding-top: 15px;
  padding-bottom: 35px;
  background-color: #fff;
} 

.navbar-light .navbar-toggler {
  color: #99134f;
  height: 60px;
  border: none;
  width: 50px;
  border-radius: 0;
  font-size: 30px;
} 

@media (max-width: 991px) {

  header {
    padding-top: 110px;
  }

  /* .fixed-top {
    position: relative;
  } */

  header img {
    max-height: 50px;
    max-width: 120px;
  }

  .main-banner img {
    max-width: 160%;
  }

  .slider-thumbnails {
    padding: 0 25px;
  }

  .slider-thumbnails .slick-prev {
    left: 0;
  }
  .slider-thumbnails .slick-next {
    right: 0;
  }


  .table>:not(caption)>*>* {
    padding: 4px;
  }

  .social-links .list-inline-item:not(:last-child) {
    margin-right: 2px ;
  }

  .event p {
    font-size: 13px;
    line-height: 14px;
  }
}

@media (min-width: 992px) {
  .table th {
    padding: 5px 15px;
    font-size: 18px;
  }
  .w-md-50 {
    width: 50%;
  }
}

.leyend {
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 991px) {
  .leyend {
    margin-bottom: 25px;
  }
  .login br {
    display: none;
  }
}

.leyend div {
  padding-right: 10px;
}

.ico-agenda {
  width: 34px;
  height: 37px;
margin-right: 10px;  
}

footer {
  background-color: #575756;
  padding: 20px 0;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #009CB3;
}

.logo-footer-legislatura {
  margin-right: 25px;
}

.contacto img {
  margin-bottom: 15px;
}

.data-contacto .item {
  position: relative;
  padding-left: 40px;
}

.data-contacto .icon {
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 30px;
  height: 24px;
  font-size: 28px;
  text-align: center;
  color: #C6C6C6;
}

footer .big {
  font-weight: 700;
}

h4 {
  font-size: 1rem;
}

.prefooter h4 {
  font-weight: 600;
}

.contacto a {
  display: block;
}

.phone-number {
  font-weight: 600;
}

.prefooter .container {
  position: relative;
}

.scroll-up {
  position: fixed;
  bottom: 0;
  right: 0;
  border: 1px solid #575756;
  padding: 5px 15px;
  background-color: #fff;
  cursor: pointer;
  
}

.scroll-up a {
  color: #575756;
}

.scroll-up i {
  vertical-align: bottom;
}

.main-nav-mobile .nav-link {
  padding: 5px;
}

.main-nav-mobile .nav-item .dropdown-item {
  text-transform: uppercase;
  text-align: center;
}

.main-nav-mobile .nav-item .btn {
  width: 100%;
  color: white;
}

.main-nav-mobile .nav-link:hover {
  color: #b8145e;
}

.main-nav-mobile .menu-item-dropdown > .dropdown-menu {
  border-top: 4px solid #b8145e;
  width: 100%;
  position: relative;
}

.main-nav-mobile .dropdown-menu {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

.main-nav-mobile .dropdown-menu.submenu {
  background-color: #e9e9e9;
}

.table-toolbar {
  margin-bottom: 15px;
}

.title-eventos {
  margin-top: 6px;
  margin-bottom: 30px;
}



.popover-body hr {
  margin: 4px 0;
}

.popover-body .title {
 margin-bottom: 0;
 text-transform: uppercase!important;
}

.popover-body p {
  color: #706F6F;
}

.item-data-calendar {
  display: block;
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}



.slider-container .title-section{
  margin-bottom: 0!important;
  padding: 32px 0 16px;
}

.slider-container .slick-prev, .slider-container .slick-next {
top: 36%
}

.banner .slick-slide {
  padding: 0;
}

.img-col {
  margin: auto;
  text-align: center;
  height: 85px;
}

@media (min-width: 992px) {
  .slider-container {
    padding: 0 50px;
  }
  .img-col {
    margin-left: 85px;
    text-align: left;
  }
}

.logo-youtube {
  width: 105px;
  height: 24px;
}

.cards {
  border-bottom: 1px solid #706F6F;
}

.card-constitucion,
.card-reglamento {
  padding: 10px 0;
  border-top: 1px solid #706F6F;
}

.card-reglamento .title {
  text-transform: uppercase;
}

.card-blue {
  background-color: #2C3462;
  padding: 12px;
}

.card-blue .title {
  color: white;
  margin-bottom: 0;
  position: relative;
}

.card-blue .actions a,
.card-gray .actions a {
  
  font-size: 30px;
  width: 50px;
  display: inline-block;
  text-align: center;
}

.card-blue .actions a {
  color: white;
}

.card-blue .actions a:hover {
  color: #b8145e;
}

.card-constitucion .icon-book,
.card-reglamento .icon-book {
  font-size: 40px;
  margin-right: 16px;
}

.card-constitucion .descripcion {
  font-size: 22px;
  margin-top: 10px;
  margin-left: 10px;
}

.card-gray .actions a:hover {
  color: #99134f;
}

.icon-pdf {
  margin-right: 12px;
}

.icon-prefooter {
  font-size: 60px;
  color: #99134f;
}

.btn .icon-caret-right-solid{
  position: absolute;
  right: 12px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  height: 16px;
}

.btn-login {
  color: #99134f;
  font-size: 22px;
  font-weight: 600;
}

.form-control {
  height: 44px;
  margin-bottom: 10px;
}

.btn-text {
  font-size: 20px;
  font-weight: 600;
  color: #99134f;
  line-height: 20px;
  padding: 4px 8px;
  display: inline-block;
}

.text2{
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 991px) {
  .card-blue .actions,
  .card-gray .actions {
    text-align: center;
  }
  .card-blue .title,
  .card-gray .title {
    text-align: center;
    font-size: 16px;
  }
  .card-blue .title .icon-book {
    display: none;
  }
  .card-constitucion .descripcion,
  .card-gray .descripcion {
    font-size: 14px;
  }
}


.accordion-button {
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
}
.accordion-button span {
  display: inline-block;
  margin-right: 10px;
}

.accordion-button .image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.strong {
  font-weight: bold;
}

.version-taquigrafica {
  font-size: 16px;
}

.list-version-taquigrafica {
  font-size: 16px;
}

.list-version-taquigrafica li {
  padding: 4px 0;
}

.list-version-taquigrafica li a:hover {
  font-weight: bold;
  color: inherit;
}

.list-version-taquigrafica li a:hover .name{
 color: #99134f;
}

.version-taquigrafica .card-gray .actions {
  visibility: hidden  ;
}
.version-taquigrafica .card-gray {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.version-taquigrafica .card-gray:hover {
  border-color: #706F6F;
}
.version-taquigrafica .card-gray:hover .actions {
  visibility: visible;

}
.autoridad {
  margin-bottom: 16px;
}
.autoridad .cargo {
 text-transform: uppercase;
 font-weight: 600;
 font-size: 14px;
 
}

.autoridad .img-autoridad {
  border-radius: 50%;
  border: 3px solid #99134F;
}

#carouselVisitas .carousel-item {
  height: 70vh;
}

#carouselVisitas .img-placeholder{
  background-position: center;
}

#carouselVisitas .carousel-item .carousel-caption {
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  height: fit-content;
  margin: auto;
  width: 100%;
  padding: 30px 40px;
}

#carouselVisitas .carousel-item .carousel-caption a {
  color: white;
}


@media (min-width: 992px) {
  #carouselVisitas .carousel-item .carousel-caption {
    width: 530px;
    margin-right: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../images/icon-caption.png);
    padding: 30px;
  }
}

@media (max-width: 991px) {

  #carouselVisitas .carousel-item {
    height: 300px;
  } 
  #carouselVisitas .carousel-item .carousel-caption.bottom p {
    font-size: 12px;
  }
  .autoridad {
    text-align: center;
  }

  .autoridad .img-autoridad {
    margin-bottom: 16px;
  }

  .autoridad .icons {
    justify-content: center;
  }
}

.agenda .navigation a {
color: #710c3a;
}

.agenda-dropdown {
  font-weight: normal;
  position: relative;
  display: inline-block;
  min-height: auto;
}

.agenda-dropdown .dropdown-toggle::after {
  font-size: 20px;
  position: relative;
  top: -7px;
}

.agenda-dropdown.menu-item-dropdown > .dropdown-menu {
  right: auto!important;
    width: 200px;
    left: -26px!important;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: auto;
  justify-content: center;
}

.page-link {
  color: #706F6F;
  border: none;
  margin: 0!important;
}

.page-link:hover {
  background-color: transparent;
}

.page-link.number {
  border: 1px solid #dddddd;
  padding: 0.375rem 1.5rem;
  
}

.page-link:hover {
  color: #99134F;
}

.fixed-top-navbar {
  position: fixed;
  width: 100%;
  top: 104px;
  background: white;
  transform: translateY(39px);
    transition: transform .3s;
    z-index: 100;
}

.publicacion img {
  background-color: #F3F3F3;
  width: 100%;
}

.publicacion .title {
  font-size: 17px;
  font-weight: normal;
}

.publicacion .actions {
  background-color: #F3F3F3;
  padding-left: 10px;
  margin-top: 6px;
}

.publicacion .actions a {
  font-size: 25px;
  display: block;
  padding: 5px 10px;
}

.main-content {
  min-height: 60vh;
}

.noticia {
  position: relative;
  margin-bottom: 15px;
}

.noticia a {
  color: white;
}

.noticia .noticia-footer {
  background-color: #575756;
  padding: 10px;
}

.noticia-content {
  padding: 20px;
}

.noticia-detalle .noticia-header {
  background-color: #575756;
  padding: 20px;
}

.noticia-detalle .title {
  font-size: 22px;
  color: white;
  margin-bottom: 0;
}

.noticia .title  {
  font-size: 17px;
  color: white;
  min-height: 75px;
}

.noticia .fecha {
  font-size: 14px;
  color: white;
}

.noticia .category {
  padding: 10px;
  position: absolute;
  color: white;
}

.noticia-detalle .category a {
  color: white;
}

.noticias .pagination {
  text-align: center;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  color: #575756;
  font-weight: 600;
  font-size: 12px;
}

.noticias .pagination .arrow {
  color: #99134F;
  display: inline-block;
  padding: 5px 15px;
  font-size: 24px;
  line-height: 30px;
}
.noticias .pagination  .btn {
  padding: 0;
  color: #575756;
  font-weight: 600;
  font-size: 17px;
}

.noticias .pagination  .btn-ir span {
  color: white;
  background-color: #99134F;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
}

.form-control {
  min-width: 150px;
}


.noticia-detalle {
  border: 1px solid #575756;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}

.noticia-detalle .category {
  padding: 10px;
  position: absolute;
  color: white;
  z-index: 1;
}

.noticia-detalle .fecha {
  font-size: 14px;
  color: white;
}

.noticia-detalle .compartir {
  margin-bottom: 0;
  justify-content: center;
}

.noticia-detalle .slick-slide {
  padding: 0;
}


@media (min-width: 991px) {
  
  #search-input {
    min-width: 350px;
  }

  .noticia-detalle .noticia-header {
    padding: 30px 40px;
  }

  .noticia-detalle .title {
    font-size: 27px;
  }

  .noticia-content {
    padding: 40px;
  }

  .noticias .pagination {
    padding-left: 30px;
    font-size: 17px;
  }


}


.btn-next{
  color: #99134F;
  font-size: 35px;
  position: absolute;
  right: 0;
  top: 40vh;
}

.btn-prev{
  color: #99134F;
  font-size: 35px;
  position: absolute;
  left: 0;
  top: 40vh;
}

.container{
  position: relative;
}

#selectCategoria {
  min-width: 290px;
}

.back .fas {
    padding: 8px 12px;
    border-right: 1px solid;
    margin-right: 15px;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.publicaciones {
  max-width: 800px;
  margin: auto;
}

.biblioteca, .visitas-guiadas {
  font-size: 14px;
}

.biblioteca a, .visitas-guiadas a {
  color: white;
}

.biblioteca form .btn {
  border-radius: 0;
}

.biblioteca .form-input {
margin-top: 20px;

}

.biblioteca  p:last-child {
  margin-bottom: 0;
}

.biblioteca .form-input label {
  background-color: #f4f2f1;
  display: block;
  padding: 6px 16px;
  margin-bottom: 0;
  border-top: 1px solid #706f6f; 
}

.biblioteca .form-input .form-control {
  border: 1px solid #706f6f; 
  border-radius: 0;
  height: 46px;
  margin-right: 8px;
}

.biblioteca-digital {
  background-image: url(../images/bg-biblioteca-casa-de-leyes.jpg);
  background-position: top;
  background-position: center;
  background-size: 100%;
  min-height: 60vh;
  color: white;
}
.biblioteca-jjb {
  background-image: url(../images/bg-biblioteca-jjb.jpg);
  background-position: top;
  background-position: center;
  background-size: 100%;
  min-height: 75vh;
  color: white;
}

.biblioteca-jjb h1 {
  color: white;
  font-size: 26px;
  margin-bottom: 0;
}

.biblioteca-ccl {
  background-image: url(../images/bg-biblioteca-ccl.jpg);
  background-position: center;
  background-size: cover;
  min-height: 60vh;
  background-size: 100%;
  min-height: 60vh;
  background-position: top;
  color: white;
}
.visitas-guiadas {
  background-image: url(../images/bg-visitas-guiadas.jpg);
  background-position: center;
  min-height: 70vh;
  background-size: cover;
  color: white;
}

.visitas-guiadas h1 {
  margin-top: 20px;
}

.visitas-guiadas p{
  line-height: 2em;
}

.biblioteca-ccl p {
  font-size: 15px;
  color: white;
}

.biblioteca-ccl h2 {
  color: white
}

.biblioteca h1 {
  font-size: 34px;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.8)!important;
  color: white;
  
}

.bg-white {
  background-color: #fff;
}

.pt-40 {
  padding-top: 40vh;
}
.pt-30 {
  padding-top: 30vh;
}
.pt-20 {
  padding-top: 20vh;
}

.ml-4 {
  margin-left: 32px;
}

.homepage #noticias .title-section {
margin-bottom: 10px;
}

.contrataciones-efectuadas .table {
  color: #706F6F;
  font-size: 14px;
  border-top: 1px solid #706f6f;
}

.contrataciones-efectuadas .table th {
  text-transform: none;
  font-size: 16px;
  color: #706F6F;
  padding: 12px 15px ;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  color: #706F6F;
}

.table-striped>tbody>tr>* {
  color: #706F6F;
  vertical-align: middle;
}


.contrataciones-efectuadas select {
  color: white;
}

.contrataciones-efectuadas select option{
  color: #706F6F;
}

.contrataciones-efectuadas select option:checked,
.contrataciones-efectuadas select option:active,
.contrataciones-efectuadas select option:hover
{ 
  background-color: #FFF; 
}

.select-bg-purple {
  background-color: #99134F;
  color: white;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.select-bg-purple:after{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 43%;
  right: 16px;
  content: "";
  z-index: 980;
 }
.select-bg-purple select{
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
}


.select-bg-darkblue {
  background-color: #2C3462;
  color: white;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.select-bg-darkblue:after{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 43%;
  right: 16px;
  content: "";
  z-index: 980;
 }
.select-bg-darkblue select{
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
}

.select-bg-gray {
  background-color: #706f6f;
  color: white;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.select-bg-gray:after{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 43%;
  right: 16px;
  content: "";
  z-index: 980;
 }
.select-bg-gray select{
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
}

.contrataciones .title-section {
  font-size: 34px;
}

.intranet .btn-text {
  font-size: 16px;
}


.circle-purple {
  background-color: #99134F;
  color: white;
  padding: 20px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.expediente-legislativo .title {
  padding: 10px;
  color: white;
} 

.slider-legend a {
  display: inline-block;
}

.popover {
  font-family: inherit;
}

.popover-header {
  background-color: #fff;
  padding-bottom: 0;
  border: none;
  color: #706f6f;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 16px;
}

.popover-body {
  color: #706f6f;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.autoridades .nombre {
  text-transform: none;
  margin-top: 50px;
  font-size: 24px;
}

.comisiones .accordion-body {
  text-align: justify;
}


.comisiones  .accordion-button {
  font-size: 24px;
}

.expediente-legislativo .label-text {
  display: inline-block;
  margin-top: 8px;
}

.btn-icon-end {
  padding-right: 33px;
}
.btn-icon-start {
  padding-left: 33px;
}

.accordion-button:not(.collapsed) {
  color: #2C3462;
}

.accordion-button:not(.collapsed) .circle-purple {
  background-color: #2C3462;
}