@charset "UTF-8";
.topHeader {
margin-top: 22px; }

#pagetop {
position: fixed;
top: -100px;
width: 100%;
background: white;
padding: 0px;
height: 100px;
transition: height 0.3s linear 0s, padding 0.3s linear 0s;
overflow: hidden;
text-align: center;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
z-index: 999; }

#logoTE {
width: 200px;
margin: 0px;
padding: 0px;
transition: height 0.3s linear 0s; }

#pagetop h1 {
color: #005b5a;
font-size: 1.3em;
text-align: left; }

/* Media Screen */
@media (max-width: 769px) {
#pagetop {
height: 100px !important;
background: white !important; }

#pagetop h1 {
font-size: 1.2em !important;
text-align: center !important;
margin-top: 5px !important; }

#logoTE {
height: 100px !important; } }
@media (max-width: 576px) {
#pagetop {
height: 100px !important; }

#pagetop h1 {
font-size: 1em !important; }

#logoTE {
height: 70px !important; } }
/* panel menu */
.topMenu {
margin-top: -56px;
position: fixed;
width: 100%;
z-index: 999; }

.myNavbarTop {
box-shadow: none !important;
background: transparent;
width: 100%; }

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link, .navbar .dropdown-menu a {
text-decoration: none !important;
color: #555555; }

@media (max-width: 767px) {
.openbtn {
font-size: 25px;
padding: 1px 7px; } }
@media (max-width: 567px) {
.openbtn {
font-size: 20px;
padding: 1px 7px; } }
footer h6 {
font-size: 16px;
font-weight: 300; }
footer p {
margin-bottom: 10px; }

footer.page-footer a {
color: #93c1bc;
text-decoration: none !important; }

.deep-purple.accent-2 {
background-color: #333 !important; }

@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; }

/* Boton to Top */
#return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: black;
background: rgba(0, 0, 0, 0.5);
width: 35px;
height: 35px;
display: block;
z-index: 9999;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }

#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 9px;
top: 6px;
font-size: 17px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }

#return-to-top:hover {
background: rgba(0, 0, 0, 0.9); }

#return-to-top:hover i {
color: #fff;
top: 1px; }

/* Boton to Top */
a {
color: #005b5a;
}
/*text-decoration: underline !important;*/ 

a:hover {
color: #005b5a;}
/*text-decoration: underline; }*/

/* Media Screen */
.containerTop {
margin-top: 56px;
background: url(../img/bg-parallax.jpg);
background-repeat: repeat-y;
background-attachment: fixed;
/* Para quitar efecto parallax */
background-position: top center;
background-size: cover;
color: #fff; }

/* Clases para Seciones P├║blicas Parallax */
.bgParallax {
background: url(../img/bg-Inter.jpg);
background-repeat: repeat-y;
background-attachment: fixed;
/* Para quitar efecto parallax */
background-position: top center;
background-size: cover;
padding: 0px; }

.miCard {
background: #f6f6f6;
border-bottom: 1px solid #ccc; }

.miCardButton {
margin: 0px;
padding: 0px;
text-transform: capitalize;
font-size: 16px;
text-align: left; }

/* Seccion Certeza Democr├ítica */
.certeza h2, .certeza b, .certeza span, .certeza .miCardButton, .certeza .card-header {
color: #73495D !important; }
.certeza .list-group-item {
border: 1px solid #73495D;
color: #73495D;
text-decoration: none !important; }
.certeza .fab, .certeza a {
color: #333; }

/* Seccion Certeza Democr├ítica */
/* ***** Para cancelar animaciones en dispositivos peque├▒os ****** */
@media (max-width: 768px) {
.animated {
animation: none;
-moz-animation: none;
-webkit-animation: none;
-o-animation: none; } }
/* HOME */
.logoTEBig {
margin-top: 110px; }

.logoTEBig {
width: 100%; }

.backHome1 {
background-color: #73495D;
padding: 1.7em; }

.backHome2 {
background-color: #497272;
padding: 1.7em; }

.backHome3 {
background-color: #2C2C3A;
padding: 1.7em; }

.separador {
width: 90px;
border: solid 4px #B1A252; }

.borderVideo {
border: 10px solid white;
box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.3); }

.marginBigNumbers {
border-bottom: 1px solid #4d8f7dde;
margin: 0px 15px; }

/* Clases para index Parallax */
.bgParallaxHome {
    background: url(../img/bg-parallax.jpg);
    min-height: 400px;
    background-color: #006241;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover !important;
    margin-top: 0px;
}


@media (max-width: 768px) {
.logoTEBig {
margin-top: 50px; }

.display-4 {
font-size: 1.7em !important; } }
/*

@import "sliders";
*/

/*# sourceMappingURL=tepjf.css.map */


.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 */ }

.logoHeader {
  max-width: 340px;
  padding: 5px; }

.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 {
  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 !important;
  background: #251464; }

.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: #73495D; }
  .lastSection .btn-deep-purple {
    background-color: #b1A252 !important;
    color: #fff;
    height: 80px;
    text-transform: uppercase;
    font-size: 1.2rem; }
  .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: #b1A252 !important; }
  .lastSection .btn-deep-purple:hover {
    background-color: #b1A252 !important; }

#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: #b1A252;
  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; }

footer p {
  margin-bottom: 1px; }

.footer-copyright p {
  margin-bottom: 7px; }

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: url(../img/bg-parallaxSearchResp.jpg);
  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; }

@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;
  color: white !important;
  font-size: 1.3rem; }

.iconSearch {
  color: #fff;
  position: absolute;
  margin-top: -29px;
  right: 32px; }

@media (max-width: 767px) {
  .iconSearch {
    top: 47px; } }
.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 */
.bgParallax {
  background: url(../img/bg-parallax.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  /* Para quitar efecto parallax  */
  background-position: top center;
  background-color: #24135F;
  padding: 40px 0px 10px 0px; }

.sesiones .card-body {
  padding: 0.65rem 15px 0.1rem;
  padding-top: 0px; }
  .sesiones .card-body .titDate p {
    font-size: 0.85rem;
    color: #fff !important; }
  .sesiones .card-body .titSala p {
    font-size: 0.85rem;
    margin-bottom: 0px !important;
    font-weight: bold !important;
    margin-bottom: -7px !important;
    color: #fff !important; }
.sesiones .sesionStatus {
  background-color: #497272; }
  .sesiones .sesionStatus p {
    margin-bottom: 0px !important;
    color: #fff; }
.sesiones .iconSesion a {
  background-color: #fff;
  width: 100% !important;
  padding: 5px 0px !important; }

.miCard {
  background: #fff;
  color: #24135F;
  border: #24135F 2px solid; }

.miCardOn {
  background: #b1A252;
  border: none; }

.miCardNext {
  border: 2px solid #fb3; }

.iconsSesiones {
  border-top: 1px solid #f6f6f6;
  padding-top: 15px; }

.miCardText {
  color: #24135F;
  text-align: center; }

.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 0px;
    color: #24135F;
    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: #b1A252 !important; }
.eventos .media {
  border: 2px solid #b1A252 !important;
  border-radius: 0 !important;
  width: 100%; }

.topSearchBar::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1;
  /* Firefox */ }

.topSearchBar:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF; }

.topSearchBar::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF; }

.form-control:focus {
  background-color: rgba(255, 255, 255, 0); }

h4.sr {
  font-size: 2rem; }
  h4.sr a {
    font-weight: bold; }

.card-body h4.titSesiones {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  color: #fff; }
.card-body h4.titSesiones.sr {
  font-size: 1.05rem;
  font-weight: bold;
  margin: 0;
  color: #24135F; }

.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;
  text-transform: none;
  font-size: 1.2rem; }

.btn-deep-purple:hover {
  background-color: #b1A252 !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: #b1A252;
  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; } }

/*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 {
  /*border: 6px solid #FFFFFF;*/
  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 #b1A252;
  text-transform: uppercase;
  font-weight: bold; }

.holder:hover {
  border: 3px solid #24135F; }

.holder > img {
  height: 100px;
  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: #24135F;
  color: #666666;
  position: absolute;
  bottom: 0px;
  top: 600px;
  /*width: 360px;*/
  text-align: center;
  font-size: 1rem;
  color: #b1A252;
  /*margin: 10px;*/
  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;
  border-radius: 2px;
  width: 100%;
  border: 3px solid #24135F;
  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 {
  max-height: 140px;
  padding-bottom: 10px; }

.smooth:hover > .go-top {
  top: 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; }
  
  .bigMarginTop{
     padding-top: 220px;
}

.titulo{
  color: #24135F;
  font-weight: bold;
}
  


/*# sourceMappingURL=tepjf.css.map */