@charset "UTF-8";
.bgHeader {
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* background: -moz-linear-gradient(top, white 55%, #87ff87 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, white 55%, #878787 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, white 55%, #878787 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#868686',GradientType=0 ); */
  /* IE6-8 */ }
.imgTe2{max-width: 1400px;}
.logoHeader {
  max-height: 100px;
  padding: 10px; }

.textHeader {
  text-align: right; }

@media (max-width: 767px) {
  .textHeader {
    text-align: center; }

  .logoHeader {
    max-width: 250px; } }
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  font-size: 15px; }

.miSubmenu {
  background: #00897b;
  color: #fff;
  margin-top: 5px !important;
  border: none;
  border-radius: 0; }

.miSubmenuItem {
  color: #fff !important;
  margin-bottom: -7px;
  font-size: 15px !important;
  padding: 7px 10px !important; }

.miSubmenuItem:hover {
  color: #fff !important;
  background: #24135F; }

.miNavbarIcons {
  width: 100%;
  flex-direction: column !important; }

.navbarIcons {
  background: #fff;
  color: #fff; }
  .navbarIcons a {
    color: #fff; }

.navbarIcons a:hover {
  color: #24135F; }

.navbarIconsItem {
  /*margin: 0px 25px;
  padding: 0px;*/
  text-align: center; }

.navbarIcons .navbar-toggler-icon {
  color: #24135F; }

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  color: #2c2c3a;
  padding: 0.6rem 40px; }

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background: #24135F; }

.dropdown-menu {
  background: #f6f6f6;
  border: none;
  border-radius: 0px; }

.navbar .dropdown-menu a {
  color: #555; }

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    width: 100%;
    text-align: center; }

  .dropdown-menu {
    background: #f2f2f2; } }
.navbar {
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px; }

/* seccion SALA SUPERIOR */
.lastSection {
  /*background-color: $pinkColor;*/ }
  .lastSection .btn-deep-purple {
    background-color: #837531  !important;
    color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0px;
    margin: auto; }
  .lastSection .btn-deep-purple:not([disabled]):not(.disabled).active, .lastSection .btn-deep-purple:not([disabled]):not(.disabled):active, .lastSection .show > .btn-deep-purple.dropdown-toggle {
    background-color: #837531  !important; }
  .lastSection .btn-deep-purple:hover {
    background-color: #837531  !important; }
/* buscador */
.container-search{
  height: calc(100vh - 130px);
  margin-top: 140px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .container-search{
    height: calc(90vh - 130px);
    margin-top: 140px;
    overflow: hidden;
  }
}
.bg-main{
  background-position: center;
  background-size: cover;
  height: 100%;
  background-attachment: fixed;
}
@media (max-width: 575.98px) {
  .bg-main{
    background-attachment: scroll;
  }
}
@media only screen
/* and (min-device-width : 375px)
and (max-device-width : 667px) */
and (orientation : landscape) { 
  .bg-main{
    background-attachment: scroll;
  }
}
@media (max-width: 768px) {
  .bg-main{
    background-attachment: scroll;
  }
}
@media only screen
/* and (min-device-width : 768px)
and (max-device-width : 1024px) */
and (orientation : landscape) {
  .bg-main{
    background-attachment: scroll;
  }
}
#buscador {
  overflow: hidden;
  max-height: 700px;
  width: 100%;
  position: relative;
  margin-top: 100px; }

/*  Para video Top  */
.videoTop video {
  width: 100%; }

.videoTop .container {
  position: relative;
  z-index: 2; }

@media (max-width: 767.98px) {
  #buscador {
    width: inherit; }
    #buscador video {
      width: inherit; } }
@media (max-width: 991.98px) {
  #buscador {
    width: inherit; }
    #buscador video {
      width: inherit; } }
/* marquesina Css */
.example1 {
  height: 35px;
  overflow: hidden;
  position: relative;
  background: #837531 ;
  display: block; }

.example1 h3 {
  display: block;
  color: #fff;
  font-size: 0.9375rem;
  position: absolute;
  width: 125%;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -ms-max-content;
  height: 100%;
  margin: 0;
  line-height: 37px;
  /*text-align: center;*/
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: example1 70s linear infinite;
  -webkit-animation: example1 70s linear infinite;
  animation: example1 70s linear infinite; }

.example1 h3 > span {
  display: inline-block;
  padding: 0px 10px 0px 0px; }

.example1 h3 > span > a {
  color: #fff !important; }

.example1 h3:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused; }

/* Move it (define the animation) */
@-moz-keyframes example1 {
  0% {
    -moz-transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%); } }
@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }
@keyframes example1 {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%); } }
@media (max-width: 991px) {
  .example1 h3 {
    width: 300%; } }
@media (max-width: 425px) {
  .example1 h3 {
    width: 450%; } }
.rgba-black-strong, .rgba-black-strong::after {
  background: rgba(0, 0, 0, 0.6); }

.carousel .carousel-indicators {
  bottom: 5px; }

.carousel .carousel-indicators li {
  border: none;
  border-radius: 0px;
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 1px; }

.carousel .carousel-indicators .active {
  border: none;
  border-radius: 0px;
  width: 40px;
  height: 2px;
  background-color: white;
  margin: 1px; }

.mySlider, #carousel-example-2 .carousel-inner, #carousel-example-2 .carousel-item {
  height: 400px;
  padding-left: 0px;
  padding-right: 0px; }
  .mySlider h1, #carousel-example-2 .carousel-inner h1, #carousel-example-2 .carousel-item h1 {
    font-size: 1.75em;
    text-align: center;
    font-weight: 300;
    color: #fff; }

.d-block {
  width: 100%; }

  .carousel-caption {
      right: 0% !important;
      left: 0% !important;
      bottom: 0px !important;
      max-width: 1400px;
      margin: 0 auto;
  }

/* slider text home */
.bgCarouselText {
  background-color: #837531 ;
  color: #fff;
  margin-top: -7px;
  padding-top: 7px; }

.carouselTextIndicators {
  bottom: -12px !important; }
  .carouselTextIndicators li {
    height: 4px !important;
    border-radius: 25px !important;
    width: 30px !important; }

.fasSliderText {
  color: #24135F; }

footer p {
  margin-bottom: 1px; }

.footer-copyright p {
  margin-bottom: 7px; }

@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../font/myriad/MYRIADPRO-REGULAR.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"), url("../font/myriad/MyriadPro-Light.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"), url("../font/myriad/MYRIADPRO-SEMIBOLD.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"), url("../font/myriad/MYRIADPRO-BOLD.woff") format("woff"); }
body, h1, h2, h3, h4, h5, h6, p, button, .btn {
  font-family: "Myriad Pro Regular" !important;
  font-weight: normal; }

* {
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  transition: all .3s linear !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

.anchor a {
  position: absolute;
  left: 0px;
  margin-top: -150px; }

.anchor .btn {
  position: relative !important; }

a {
  color: #24135F; }

a:hover {
  color: #24135F;
  text-decoration: underline; }

.view {
  height: 100%; }
  .view h1 {
    color: #fff; }

h1, h2, h3, h4, h5, h6 {
  color: #24135F;
  font-weight: bold; }

section h1, section h2, section h3 {
  color: #24135F;
  font-weight: bold; }

.btn {
  box-shadow: none !important; }

/* Clases Buscador Parallax */
.bgParallaxSearch {
  background: url(../img/bg-parallaxSearch.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Para quitar efecto parallax  */
  background-position: bottom center;
  margin-top: 140px;
  min-height: 300px;
  background-size: cover; }

.bgParallaxSearchResp {
  
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Para quitar efecto parallax  */
  background-position: top center;
  background-color: #24135F;
  margin-top: 190px; }

.maskBlue {
  width: 100%;
  padding: 130px 0px; }

.maskBlue2 {
  background-color: rgba(36, 19, 95, 0.85);
  padding: 10px;
  border-radius: 50px; }

.textBuscador {
  font-size: 2em;
  color: #fff !important;
  font-weight: 300; }
  .textBuscador span {
    font-size: .8em; }

@media (max-width: 991px) {
  .bgParallaxSearch, .bgParallaxSearchResp {
    margin-top: 135px; }
    .bgParallaxSearch h3, .bgParallaxSearchResp h3 {
      font-size: 1.4rem; }

  .maskBlue {
    padding: 140px 0px; } }
@media (max-width: 850px) {
  .bgParallaxSearch, .bgParallaxSearchResp {
    margin-top: 110px; } }
@media (max-width: 767px) {
  .bgParallaxSearch, .bgParallaxSearchResp {
    margin-top: 122px; }
    .bgParallaxSearch h3, .bgParallaxSearchResp h3 {
      font-size: 1.2rem; }
    .bgParallaxSearch .topSearchBar, .bgParallaxSearchResp .topSearchBar {
      padding: 7px;
      font-size: .7rem; } }
@media (max-width: 567px) {
  .bgParallaxSearch h3, .bgParallaxSearchResp h3 {
    font-size: 1rem; } }
.iconsSection {
  margin-top: 200px;
  padding: 30px 10px 10px 10px;
  background: #f6f6f6;
  color: #666; }
  .iconsSection a {
    color: #666; }

.iconsSection a:hover {
  color: #24135F; }

.topSearchBar {
  border-radius: 50px !important;
  border: solid 1px white !important;
  background: transparent;
  font-size: 1.3rem; }

.iconSearch {
  color: #666;
  position: absolute;
  margin-top: -29px;
  right: 32px; }

/*
@media (max-width:767px){
    .iconSearch {
        top:47px;
    }
}
*/
@media (max-width: 425px) {
  .topSearchBar {
    font-size: 0.8rem; }

  .iconSearch {
    margin-top: -23px; } }
.md-v-line {
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  height: 50px;
  top: 0px;
  left: 54px; }

/* Clases para Seciones Públicas Parallax */
.miCard .card-body {
  padding: 0.65rem 15px 0.1rem;
  padding-top: 0px;
  margin-bottom: -3PX; }
  .miCard .card-body h4.titSesiones {
    font-size: 2rem;
    font-weight: bold;
    margin: 0; }
  .miCard .card-body h4.titSesiones.sr {
    font-size: 1.05rem;
    font-weight: bold;
    margin: 0; }
  .miCard .card-body .titDate p {
    font-size: 0.85rem; }
  .miCard .card-body .titSala p {
    font-size: 0.85rem;
    margin-bottom: 0px !important;
    font-weight: bold !important;
    margin-bottom: -7px !important; }
  .miCard .card-body .miCardText {
    text-align: center; }
.miCard .sesionStatus {
  background-color: #73495D; }
  .miCard .sesionStatus p {
    margin-bottom: 0px !important;
    color: #fff; }
.miCard .iconSesion {
  padding: 0px 5px !important; }
  .miCard .iconSesion a {
    background-color: #fff;
    width: 100% !important;
    padding: 5px 0px; }

.miCard {
  background: #f6f6f6;
  color: #211c27;
  border: none; }
  .miCard .titSala p {
    color: #211c27; }
  .miCard h4.titSesiones {
    color: #211c27 !important; }

.miCardOn {
  background: #24135F; }
  .miCardOn .card-body {
    color: #fff !important; }
    .miCardOn .card-body h4.titSesiones {
      color: #fff !important; }
  .miCardOn .sesionStatus {
    background-color: #497272; }
  .miCardOn .titSala p {
    color: #fff; }

.miCardView {
  background: #497272; }
  .miCardView .card-body {
    color: #fff !important; }
    .miCardView .card-body h4.titSesiones {
      color: #fff !important; }
  .miCardView .sesionStatus {
    background-color: #73495D; }
  .miCardView .titSala p {
    color: #fff; }

.miCardNext {
  border: 2px solid #fb3; }

.iconsSesiones {
  border-top: 1px solid #f6f6f6;
  padding-top: 15px; }

.card {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: bold; }
  .card .card-body .card-text, .card .fasSesiones {
    color: #24135F; }
  .card .iconillos a {
    display: inline-flex;
    width: 31.2%;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-decoration: none !important; }
    .card .iconillos a i {
      margin: 0 auto; }
  @media (max-width: 1131.8px) {
    .card .iconillos a {
      width: 31.8%; } }
  @media (max-width: 888px) {
    .card .iconillos a {
      width: 30.6%; } }
  .card p {
    margin: 0.25rem !important;
    font-weight: normal !important; }

.fasSesiones:hover {
  color: #71327E; }

.fasDisabled {
  color: grey; }

/* Clases para Seciones Públicas Parallax */
/* Clases para Temas de interés */
.themesSection {
  background: #f6f6f6; }

.btnThemesHome {
  min-height: 170px;
  border: 1px solid #fff;
  text-transform: none;
  font-size: 14px;
  color: #666; }

.btnThemesHome:hover {
  border: 1px solid #b1b1b1;
  color: #24135F; }

@media (max-width: 992px) {
  .btnThemesHome {
    min-height: 200px; } }
@media (max-width: 767px) {
  .btnThemesHome {
    min-height: 140px; } }
@media (max-width: 576px) {
  .btnThemesHome {
    min-height: 100px; } }
/* Clases para Temas de interés */
.miInterior {
  margin-top: 140px; }

@media (max-width: 776px) {
  .miInterior {
    margin-top: 160px; } }
/* ***** Para cancelar animaciones en dispositivos pequeños ****** */
@media (max-width: 768px) {
  .animated {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none; } }
/* *** Estilos para ventana.html *** */
blockquote {
  padding: 10px 20px;
  background: #f6f6f6; }

/* *** Estilos para ventana.html *** */
.eventos .media.teal {
  background: #837531  !important; }
.eventos .media {
  border: 2px solid #837531  !important;
  border-radius: 0 !important;
  width: 100%; }

.topSearchBar::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1;
  /* Firefox */ }

.topSearchBar:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666; }

.topSearchBar::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666; }

.form-control {
  background-color: rgba(250, 250, 250, 0.8);
  color: #666; }

.form-control:focus {
  background-color: #fafafa; }
  .form-control:focus::placeholder {
    color: #666; }

h4.sr {
  font-size: 2rem; }
  h4.sr a {
    font-weight: bold; }

.cardTwo {
  border: solid 2px #24135F; }

.cardThree {
  border: solid 2px #73495D; }

.bigTop {
  margin-top: 150px; }

.maxWidthPic {
  max-width: 500px; }

.mediumWidthPic {
  max-width: 250px;
  line-height: 1; }

@media (max-width: 992px) {
  .maxWidthPic {
    max-width: 100%; } }
/* para boton deep-purple*/
.btn-deep-purple {
  background-color: #24135F !important;
  color: #fff; }

.btn-deep-purple:hover {
  background-color: #837531  !important;
  color: #fff; }

.sliderImg {
  height: 350px; }

/* iconSize */
.iconSize24 {
  max-width: 24px;
  margin-bottom: 5px;
  margin-right: 7px; }

.pagination .page-item .page-link {
  color: #24135F; }

.pagination .page-item.active .page-link {
  background-color: #24135F;
  color: #fff; }

.pagination .page-item.active:hover .page-link {
  background-color: #837531 ;
  color: #fff; }

.cardInformes p {
  color: #212529;
  font-weight: 300 !important; }
.cardInformes img {
  max-width: 300px; }
@media (max-width: 776px) {
  .cardInformes img {
    max-width: 200px; } }
@media (max-width: 425px) {
  .cardInformes img {
    max-width: 100px; } }

/* interiores v6*/
.myCardPurple {
  color: #2c2c3a !important; }
  .myCardPurple h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c2c3a !important;
    border-bottom: 4px solid #24135f;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .myCardPurple p {
    font-size: 16px;
    font-weight: 500; }

.myCardYelow {
  color: #2c2c3a !important;
  height: 100px;
  border-bottom: 4px solid #837531 ;
  margin-bottom: 15px; }
  .myCardYelow h1 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c2c3a !important;
    margin-bottom: 0px;
    vertical-align: bottom;
    bottom: 0px;
    padding: 10px 0px; }

.textoCardYelow {
  font-size: 16px;
  font-weight: 500;
  text-align: center; }

.mySR {
  height: 210px !important; }

.btnSR {
  position: relative !important; }

.imgSR {
  max-height: 150px; }

.txtSR {
  min-height: 180px; }

@media (max-width: 1198px) and (min-width: 992px) {
  .txtSR {
    min-height: 220px; } }
@media (max-width: 991px) {
  .txtSR {
    height: auto; } }
.bgPink {
  background: #73495D;
  padding: 40px 20px; }

.myCardWhite {
  color: #fff !important;
  height: 110px;
  border-bottom: 4px solid #fff;
  margin-bottom: 15px; }
  .myCardWhite h1 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 0px;
    vertical-align: bottom;
    bottom: 0px;
    padding: 10px 0px; }

.textoCardWhite {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff !important; }

@media (max-width: 992px) {
  .myCardYelow, .myCardWhite {
    min-height: 85px; } }
.bgParallax-QS {
  background: url(../img/bg-pleno.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #24135F;
  background-size: cover;
  padding: 60px 20px 60px;
  color: #fff !important; }

.bgParallaxRegionales {
  background: url(../img/bg-pleno.jpg);
  background-repeat: repeat-y;
  background-color: #24135F;
  background-size: cover;
  padding: 60px 20px 80px;
  color: #fff !important; }

.pinkTitle {
  color: #73495D !important;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase; }

.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.linkText {
  text-decoration: underline !important; }

/* backs only full color */
.bgMainColor {
  background-color: #24135F;
  padding: 60px 20px 80px;
  color: #fff !important; }

.bgSecondColor {
  background-color: #837531 ;
  padding: 60px 20px 80px;
  color: #fff !important; }

.bgPurpleColor {
  background-color: #71327E;
  padding: 60px 20px 80px;
  color: #fff !important; }

.bgGreenColor {
  background-color: #497272;
  padding: 60px 20px 80px;
  color: #fff !important; }

.bgPinkColor {
  background-color: #73495D;
  padding: 60px 20px 80px;
  color: #fff !important; }

/* menu */
@media (max-width: 768px) {
  .navbar .dropdown-menu {
    position: unset !important; } }
/*v4*/
.themesSection {
  background: #fff;
  /*box-shadow: 0px 0px 30px #666666 inset;*/
  padding: 20px 0px; }

.btnThemesHome {
  min-height: 170px;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  background: transparent;
  border: none; }

.btnThemesHome:hover {
  background: #ececeb;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  border: none; }

.btnThemesHome > img {
  max-height: 120px; }

/*v6*/
/*hover icons */
/* Common division block */
.holder {
  float: left;
  /*margin: 20px;*/
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 5px #333333;
  -webkit-transition: 0.5s Ease;
  -moz-transition: 0.5s Ease;
  -o-transition: 0.5s Ease;
  transition: 0.5s Ease;
  width: 100%;
  height: 160px;
  background-color: #fff;
  display: table;
  border: 3px solid #837531 ;
  text-transform: uppercase;
  font-weight: bold; }

.holder:hover {
  border: 3px solid #24135F; }

.holder > img {
  height: 70px;
  margin-top: 15px; }

.holder > p {
  color: #24135F;
  font-size: 0.80rem;
  /*display: table-cell;*/
  vertical-align: middle;
  margin-bottom: 0px;
  line-height: 1.2; }

.holder > h1 {
  font-size: 6rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 40px;
  text-align: center !important; }

/* Smooth Caption */
.smooth {
  opacity: 1; }

.smooth:hover img {
  opacity: 1;
  /*box-shadow: 0px 0px 10px #333333;*/ }

.go-left {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  right: -600px;
  width: 360px;
  text-align: center;
  font-size: 20px;
  margin: 10px;
  padding: 10px;
  -webkit-transition: 1s Ease;
  -moz-transition: 1s Ease;
  -o-transition: 1s Ease;
  transition: 1s Ease; }

.smooth:hover > .go-left {
  right: 0px; }

.go-top {
  background-color: #fff;
  color: #666666;
  position: absolute;
  bottom: 0px;
  top: 600px;
  /*width: 360px;*/
  text-align: center;
  font-size: 1rem;
  color: #837531 ;
  padding: 10px 5px 0px;
  -webkit-transition: 0.5s Ease;
  -moz-transition: 0,5s Ease;
  -o-transition: 0.5s Ease;
  transition: 0.5s Ease;
  height: 160px;
  width: 100%;
  border: 6px solid transparent;
  display: none; }

.go-top p {
  color: #24135F;
  font-size: 0.80rem;
  /*display: table-cell;*/
  vertical-align: middle;
  margin-bottom: 0px;
  line-height: 1.2; }

.go-top > img {
  height: 70px;
  margin-top: -1px; }

.smooth:hover > .go-top {
  top: 0px;
  left: 0px;
  display: block; }

/* Swiper vertical slider */
.swiper-slide {
  width: 90% !important; }

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important; }

.swiper-pagination-bullet-active {
  background-color: #24135F !important; }

.swiper-container {
  width: 100%;
  height: 160px;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.anchormgdo a {
  left: 0px;
  margin-top: -150px; }

.mgdo01 .card {
  background-color: transparent !important; }
.mgdo01 .card-header {
  padding: .25rem 1.25rem .25rem 0rem;
  background-color: transparent !important;
  border-bottom: 0px; }
.mgdo01 .card-header a {
  color: #fff !important;
  text-decoration: underline !important;
  font-size: 1rem;
  position: relative; }
.mgdo01 .card-body {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0px 0px 5px 5px; }
  .mgdo01 .card-body p, .mgdo01 .card-body ul > li {
    font-weight: normal !important; }

.mgdo02 .card {
  background-color: transparent !important; }
.mgdo02 .card-header {
  padding: .25rem 1.25rem .25rem 0rem;
  background-color: transparent !important;
  border-bottom: 0px; }
.mgdo02 .card-header a {
  color: #24135F !important;
  text-decoration: underline !important;
  font-size: 1rem;
  position: relative; }
.mgdo02 .card-body {
  background-color: rgba(36, 19, 95, 0.07);
  border-radius: 0px 0px 5px 5px; }
  .mgdo02 .card-body p, .mgdo02 .card-body ul > li {
    font-weight: normal !important; }
.mgdo02 .modal {
  position: relative !important; }

.bgHeaderSuperior {
  
  background-repeat: repeat-y;
  background-attachment: fixed;
  /* Para quitar efecto parallax  */
  background-position: top center;
  background-color: #24135F;
  background-size: cover;
  padding: 60px 20px 80px;
  color: #fff !important; }
  .bgHeaderSuperior p {
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5); }

.bgParallaxmgdo01 {
  
  background-color: #24135F;
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover !important;
  color: #fff !important; }

.bgParallaxmgdo02 {
 
  background-color: #24135F;
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover !important;
  color: #fff !important; }

.backTop {
  position: relative !important;
  color: #fff !important; }

.backTop2 {
  position: relative !important;
  color: #24135F !important; }

.btn-deep-purpleMgdo {
  background-color: #837531  !important;
  color: #fff; }

.btn-deep-purpleMgdo:hover {
  background-color: #71327E !important;
  color: #fff !important; }

/* # Estilos de paginador agregados*/
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #24135F;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > .page-link > span:hover {
  z-index: 3;
  color: #FFFFFF;
  background-color: #24135F;
  border-color: transparent; }

.pagination .page-item.active .page-link {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  margin-left: 0px !important;
  background-color: #24135F;
  color: #fff;
  font-size: 1.1rem; }

.page-link {
  padding: .5rem .75rem;
  margin-left: -24px !important;
  line-height: 1.25;
  color: #24135F;
  background-color: #24135F;
  border: 1px solid #24135F; }

.page-item.active .page-link > a:hover {
  z-index: 1;
  color: #fff;
  background-color: #24135F !important;
  border-color: #24135F; }

.informeContiene {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: black; }

.miCard {
  background: #837531 ;
  color: #fff; }

.miCard h4 {
  color: #fff; }

.miCardNext {
  border: 2px solid #fb3; }

.iconsSesiones {
  border-top: 1px solid #f6f6f6;
  padding-top: 15px; }

.miCardText {
  background: #fff;
  color: #24135F;
  text-align: center; }

.sesiones .miCard.card {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: bold; }

.sesiones .miCard.card .card-body .card-text, .card .fasSesiones {
  color: #24135F; }

.sesiones .card .iconillos a {
  height: 100%;
  display: inline-flex;
  width: calc(33.3333% - 3px);
  background: #fff;
  -ms-flex-align: center !important;
  align-items: center !important; }

.sesiones .card .iconillos a i {
  margin: 0 auto; }

.sesiones .card p {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.25rem !important;
  background: #fff;
  color: #24135F; }

.sesiones .cardTwo p, .sesiones .cardThree p {
  font-size: 1.5rem;
  background: #fff;
  color: #24135F;
  text-align: center; }

.fasSesiones:hover {
  color: #4caf50; }

.fasDisabled {
  color: grey; }

.sesiones .miCardView .card-body h4.titSesiones {
  font-size: 1.8rem !important; }

.sesiones .cardTwo .card-body h4.titSesionesSR {
  font-size: 1.6rem !important; }

.sesiones .miCardView .card-body h4.titSesionesSR {
  font-size: 1.6rem !important;
  color: #fff !important; }

.mb-5, .my-5 {
  margin-bottom: 1rem !important; }

.sesiones .cardTwo {
  border: none !important; }

.holder > p {
  margin: 0px 10px; }

.esp-1 {
  padding-top: 15px;
  padding-bottom: 15px; }

.sesiones .miCardOn h4 {
  color: #fff !important; }

/* # Estilos de paginador agregados*/
/* estilos para Glosario */
.glossary,
.glossary:visited {
  /*color: #005b5a;*/
  color: #2c2c3a;
  cursor: pointer; }

.glossary:hover {
  background: #e3e3e3;
  /*color: #005b5a;*/
  color: #2c2c3a; }

.glossarySelect {
  /*background-color: #005b5a !important;*/
  background-color: #2c2c3a !important;
  color: #FFF !important;
  cursor: default;
  text-decoration: none !important; }

.subTitleGlossary {
  color: #2c2c3a;
  font-size: 16px;
  padding-bottom: 15px; }

.cubGlossary {
  padding: 7px 7px 7px;
  padding-left: 18px;
  padding-bottom: 20px; }

.contCub {
  padding-top: 45px; }

/* fin estilos para Glosario */
/*sala superior*/
.bgHeaderSuperior {
  background: url(/media/images/mgdos/bgHeaderSuperior.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  /* Para quitar efecto parallax  */
  background-position: top center;
  background-color: #24135F;
  background-size: cover;
  padding: 60px 20px 80px;
  color: #fff !important; }

.bgHeaderSuperior p {
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5); }

/*sala superior fin*/
/*visitas guiadas*/
.bgParallaxVisitas {
  background: url(/media/images/portal/bg-parallax_QS.jpg);
  background-repeat: repeat-y;
  background-color: #24135F;
  background-size: cover;
  padding: 60px 20px 80px;
  color: #fff !important;
}
.bgParallaxVisitas-historico {
  background: url(/media/images/portal/bg-parallax_historico-visitas.jpg);
  background-color: #24135F;
  background-size: cover;
  padding: 60px 20px 80px;
  color: #fff !important;
  background-position: bottom;
}

.transparencia {
    background-color: rgba(4, 0, 90, 0.6);
    color: #fff;
    border-radius: 0.2rem !important;
}
.info-lab-content {
  text-align: center;
  max-height: 250px;
  margin-bottom: 40px;
  margin-top: 10px;
  overflow-y: auto;
}

.info-lab-content img {
  width: auto;
  height: 150px;
  border: 7px solid #e3e3e3;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
/*fin de visitas guiadas*/


.myCardYelow3 {
  color: #2c2c3a !important;
  border-bottom: 4px solid #837531 ;
  margin-bottom: 15px;
  }


.textoCardYelow3 {
  font-size: 16px;
  font-weight: 500; }

/*# sourceMappingURL=tepjf.css.map */
/*estilos sesiones publicas*/
/*body > article > div.scrolHorizontal.mt-5 > div > div > div > table:nth-child(8)*/
/*.tablaW > div > div > table:nth-child(6),
body > article > div.scrolHorizontal.mt-5 > div.col-md-12.textoAccesible.tablaW > div > div > table:nth-child(9)
body > article > div.scrolHorizontal.mt-5 > div.col-md-12.textoAccesible.tablaW > div > div > table:nth-child(10)
body > article > div.scrolHorizontal.mt-5 > div > div > div > p:nth-child(4)
.tablaW > div > div:nth-child(5) > table:nth-child(5),
.tablaW > div > div:nth-child(23) > table:nth-child(5),
.tablaW > div > div > table:nth-child(7)*/
.tablaW > div > div > p:nth-child(4),
.tablaW > div > div > table:nth-child(1),
.tablaW > div > div > table:nth-child(2),
.tablaW > div > div > table:nth-child(3),
.tablaW > div > div > table:nth-child(4),
.tablaW > div > div > table:nth-child(5),
.tablaW > div > div > table:nth-child(6),
.tablaW > div > div > table:nth-child(7),
.tablaW > div > div > table:nth-child(8),
.tablaW > div > div > table:nth-child(9),
.tablaW > div > div > table:nth-child(10)
{
  width:780.3pt !important;
}
/*circulos dorados*/
.lastSection .btn-deep-purple2 {
  /*background-color: #837531  !important;*/
  border-style: solid !important;
  border: 3px solid #837531  ;
 /* border-color:#837531  !important;*/
  /*color: #fff;*/
  height: 150px;
  width: 150px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 1.0rem;
  padding: 0px;
  margin: auto;
}
/*fin circulos dorados*/
/*fin estilos sesiones publicas*/
/*estilos turnos*/
.filtroCheck{
  float: left;
}
.muestraCalendarioX{
  float: left;
}
/*fin estilos turnos*/
/*estilos reproductor*/
.bmpui-ui-watermark {
  display: none;
}
/*fin estilos reproductor*/
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}
/**estilos cuaderno**/
.cuadernoActivo{
  background-color: #24135F;
  color: white;
}
.cuadernoActivo:hover{
  background-color:  #837531  !important;
  color: white;
}
.btn-turnosBusqueda{
  background-color: #24135F !important;
  color: #fff;
}
.btn-turnosBusqueda:hover{
  background-color: #837531  !important;
  color: #fff;
}
.searchBoxTurnos{
  border:solid 1px black;
}



/**Estilos de mapa proceso electoral 2021**/
.contenedorProceso{
  margin-left: 120px;
  margin-right: 120px;
  min-height: 200px;

}

#zonamapa{
  background-image: url("/media/images/mapaProcesofederalElectoral2021/greca.png");
  background-color: white;
  padding-top: 50px;
  box-shadow: 
  inset 0px 11px 8px -10px #CCC,
  inset 0px -11px 8px -10px #CCC; 
}

#titulo{
  font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
  font-weight:bolder;
  font-size: 2em;
  line-height: 30px;
  color: #24125F;
  border-left: 4px solid #AC9E37;
  padding:10px 20px 6px 12px
}

#entidades{
  background-color:#7c7226;
  color: white;
}

.tooltip-inner {
  color: #fff;
  background-color: rgba(38,6,224,1);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  border-width: 5px 5px 0;
  border-top-color: #2606e0;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2606e0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  border-width: 0 5px 5px;
  border-bottom-color: #2606e0;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2606e0;
}

.textoform{
  color: white;
}

.st0{fill:#AC9E37;}
.st0:hover{fill:#caba40;}
.st2{fill:#2606e0;}

.st1{fill:#24125F;}

.btnicon{
  background:#d6d6d6;
  padding: 15px 5px 5px 5px;
  margin-left: 0px;
  margin-right: 0px;
}

.btnicon:hover{
  border: chartreuse 1px;
}

.conticon img {
  position: absolute;
  left: 0;
  transition: opacity .5s ease-in-out;
}

.conticon img.top:hover {
  opacity: 0;
}

#contenedorProceso2{
  margin-left: 112px;
  margin-right: 112px;
}

.imgicon{
  height: 7em;
}

.icontitulo{
  padding-top: 16px;
  font-size: 1.2em;
  font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
  color: #24125F;
}

.iconos a:hover{
  text-decoration: none;
}

#btnbuscar{
  background: #24125F;
  color: white;
}

#btnbuscar:hover{
  background: #AC9E37;
  color: white;
}

.iconcomp{
  height: 20px;
}
.iconcompRedes{
  height: 45px;
}

.iconinfo{
  height: 30px;
}

.table thead {
  background-color: #24125F;
  color: white;
}

tr:nth-child(even) { background: #e7e5ee }

.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #AC9E37;
}

@media (max-width: 700px) {
  .contenedorProceso{
      margin-left: 0px;
      margin-right: 0px;
  }

  #contenedorProceso2{
      margin-left: 0px;
      margin-right: 0px;
  }

}

@media (max-width: 650px) {
  .svgmapa{
      display:none;
  }

}

.smooth {
  opacity: 1;
}

.holder {
  float: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 5px #333333;
  -webkit-transition: 0.5s Ease;
  -moz-transition: 0.5s Ease;
  -o-transition: 0.5s Ease;
  transition: 0.5s Ease;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border: 3px solid #AC9E37;
  text-transform: uppercase;
  font-weight: bold;
  
}

.holder > img {
  height: 90px;
  margin-top: 15px;
}


.holder > p {
  color: #24125F;
  font-size: 0.80rem;

  vertical-align: middle;
  margin-bottom: 0px;
  line-height: 1.2;

}

.go-top {
  background-color: #fff;
  color: #666666;
  position: absolute;
  bottom: 0px;
  top: 600px;
  width: 360px;
  text-align: center;
  font-size: 1rem;
  color: #AC9E37;
  padding: 10px 5px 0px;
  -webkit-transition: 0.5s Ease;
  -moz-transition: 0,5s Ease;
  -o-transition: 0.5s Ease;
  transition: 0.5s Ease;
  height: 160px;
  width: 100%;
  border: 6px solid transparent;
  display: none;
}

.go-top > p {
  color: #24135F;
  font-size: 0.80rem;

  vertical-align: middle;
  margin-bottom: 0px;
  line-height: 1.2;
}

.go-top > img {
  height: 90px;
  margin-top: -1px;
}

.holder:hover {
  border: 3px solid #24135F;
}

.smooth:hover > .go-top {
  top: 0px;
  left: 0px;
  display: block;
}


/*Estilos modificados para WCAG*/
.breadcrumb-item.active {
  color: #606970 !important;
}

.btn-secondary {
 background-color: #985bb7 !important;
}
