/* General Styles */

body {
  background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)), url(../../assets/img/Foto_fondo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'WWF';
}

/* header */

header {
  color: #fff;
}

header h1 {
  font-size: 3em;
}

/* End General Styles */

/* Carousel */

#timeline {
  z-index: 100;
}

#timeline .carousel-control-next, #timeline .carousel-control-prev {
  width: 5%;
}

#timeline .carousel-inner {
  padding-left: 5rem;
  padding-right: 5rem;
}

/* Carousel Content */

#timeline-carousel .swiper-slide .card {
  background-color: transparent;
  border-radius: 0;
  transform: scale(0.75);
  opacity: 0.8;
  transition: all 0.35s;
}

#timeline-carousel .card .row-ciclo, #timeline-carousel .card .info-time-line {
  padding-left: 1rem;
  padding-right: 1rem;
}

#timeline-carousel .card .row-ciclo {
  background-color: rgba(255,255,255,0.5);
  transition: all 0.35s;
}

#timeline-carousel .card .row-ciclo h1 {
  font-size: 4.5em;
  transition: all 0.35s;
}

#timeline-carousel .card .info-time-line {
  background-color: rgba(143,143,143,0.5);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(255,255,255,0.4);
}

/* #timeline-carousel .card .card-body .row:nth-last-child(2) {
  border-bottom: none;
} */

#timeline-carousel .card .info-time-line img {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  object-fit: contain;
  transition: all 0.35s;
}

#timeline-carousel .card .info-time-line p {
  color: #fff;
  margin: 0;
  font-size: 1.1em;
  font-family: 'SourceSansPro';
  line-height: 1.25;
  transition: all 0.35s;
}

.footer-blank {
  background-color: rgba(255,255,255,0.5);
  height: 50px;
  transition: all 0.35s;
}

/* Card Hover */

#timeline-carousel .swiper-slide-active .card {
  transform: scale(1);
  border: 1px solid #000;
  opacity: 1;
  transition: all 0.35s;
}

#timeline-carousel .swiper-slide-active .card .row-ciclo {
  background-color: rgba(255,255,255,0.8);
}

#timeline-carousel .swiper-slide-active .card .footer-blank {
  background-color: rgba(255,255,255,0.7);
  transition: all 0.35s;
}

#timeline-carousel .swiper-slide-active .card .row-ciclo h1 {
  opacity: 1;
  transition: all 0.35s;
}


/* -- Swiper Styles -- */

.swiper-container {
  width: 100% !important;
  /* height: 750px !important; */
  height: auto !important;
  margin: 20px auto !important;
}
.swiper-wrapper{
  align-items: center!important;
}
.swiper-slide {
  /* text-align: center !important; */
  font-size: 18px !important;
  background: transparent !important;

  /* Center slide text vertically */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;

  padding-bottom: 50px !important;
}

.append-buttons {
  text-align: center !important;
  margin-top: 20px !important;
}

.append-buttons a {
  display: inline-block !important;
  border: 1px solid #007aff !important;
  color: #007aff !important;
  text-decoration: none !important;
  padding: 4px 10px !important;
  border-radius: 4px !important;
  margin: 0 10px !important;
  font-size: 13px !important;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #fff !important;
    font-size: 2em !important;
    font-weight: 900 !important;
}
.swiper-pagination-bullet{
    background-color: #fff !important;
    color: #fff !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet-active{
    opacity: 1 !important;
}
.swiper-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  right: 0;
  width: 93%!important;
  margin: 0 auto;
}

.ctn-sucesos{
  height: 335px;
  overflow: auto;
}

/* width */
.ctn-sucesos::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.ctn-sucesos::-webkit-scrollbar-track {
  background: #888; 
}
 
/* Handle */
.ctn-sucesos::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
}

/* Handle on hover */
.ctn-sucesos::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1; 
}
p.cfm, i.cfm{
  background-color: rgb(238, 34, 34);
  color: #fff;
}
a.language{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  top: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: #000;
  font-size: 1.2em;
  z-index: 100;
  transition: all 0.35s;
}
a.language:hover{
  background-color: #000;
  color: #FFF;
  transition: all 0.35s;
}