body{
  background-color: #F8F8F8;
}


.carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 600px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  perspective: 1200px;
  overflow: hidden;
  padding-left: 60px;
}

.carousel {
  position: relative;
  width: 745px;
  height: 500px;
}

.carousel .card {
  position: absolute;
  width: 280px;
  height: 500px;
  border-radius: 30px;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition:
transform 1200ms cubic-bezier(0.76, -0.01, 0.27, 1.01),
opacity 1200ms cubic-bezier(0.76, -0.01, 0.27, 1.01),
filter 1200ms cubic-bezier(0.76, -0.01, 0.27, 1.01);
  cursor: pointer;
}

/* POSICIONES DINÁMICAS */

.carousel-wrapper .center {
  transform: translateX(260px) scale(0.85) rotateY(-25deg);
  opacity: 1;
  z-index: 3;
}

.left {
  opacity: 1;
  transform: translateX(0px) scale(1) rotateY(0deg);
  z-index: 5;
}

.right {
  opacity: 1;
  transform: translateX(520px) scale(0.85) rotateY(0);
  z-index: 2;
}

.hidden-right {
  opacity: 0;
 transform: translateX(520px) scale(0.85) rotateY(0);
  z-index: 1;
}

.hidden-left {
  opacity: 0;
  transform: translateX(-260px) scale(1) rotateY(25deg);
  filter: blur(2px);
  z-index: 1;
}

.fade-out-left {
  opacity: 0;
  z-index: 10;
  transition: opacity 1200ms cubic-bezier(0.76, -0.01, 0.27, 1.01);
}

.fade-out {
  opacity: 0;
  transform: translateX(0) scale(1) rotateY(0deg);
  transition: opacity 0.4s ease;
  z-index: 6;
}

.fade-out-left-only {
  opacity: 0;
  z-index: 10;
}

.title-slide{
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.type-title{
  color: var(--hover);
  text-align: center;
  font-family: Rubik;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.title-studio{
    color: var(--primary);
    font-family: Rubik;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 62px auto;
}

.subtitle-mano-mano{
    color: var(--primary);
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin-bottom: 20px;
}

.subtitle-especialistas{
   color: var(--hover);
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.title-list li{
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.title-list{
    padding-left: 20px;
}

.bg-studio{
  height: 350px;
  background-image: url("../img/bg_studio_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 106px 0px 106px -10px;
}

.data-calendario h1{
  color: #009490;
  font-family: Rubik;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 20px;
}

.titleLink{
    margin-bottom: 30px;
}

.calendar-slider .card{
  background:#fff;
  padding:30px;
  border-radius:12px;
  margin:0 15px;
  min-height:280px;
  transition:0.3s ease;
}

.calendar-slider .slick-current .card{
  border:2px solid #2aa6a4;
  box-shadow:0 15px 25px rgba(0,0,0,0.15);
  background:#fff;
}

.month{
  color: var(--hover);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 28px;
}

.event{
  margin-bottom:18px;
}

.event h3{
  color:var(--darkgreen);
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom:28px;
}

.event h4{
  color: #000;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom:6px;
}

.event p{
 color: #000;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

/* Flechas */
.slick-prev,
.slick-next{
  bottom:-60px;
  top:auto;
  transform: translate(-275%, -66%) !important;
}

.slick-prev{
  left:auto;
  right:60px;
}

.slick-next{
  right:20px;
}

.slick-prev:before,
.slick-next:before{
  font-size:26px;
  color:#ff3f86;
}

.calendar-slider .slick-track {
  display: flex !important;
}

.calendar-slider .slick-slide {
  height: auto;
  display: flex !important;
}

.calendar-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.calendar-slider .card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slick-prev::before, .slick-next::before{
    font-family: initial;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before{
    color: #D5D5D5;
}

.content-calendario{
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  padding-left: 20px;
}

.data-calendario{
  overflow: hidden;
  padding-bottom: 130px;
}

.carousel-controls {
  position: absolute;
  bottom: 0;
  width: 11%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  right: 133px;
}

.arrow {
  pointer-events: all;
  background:transparent;
  color: var(--hover);
  border: none;
  padding: 10px 25px;
  cursor: pointer;
}


.btnMasInfo{
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: var(--hover);
  padding: 10px 15px;
  border-radius: 50px;
}

.studio-cronista{
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 768px)  {

.title-studio  {
    color: var(--primary);
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

.carousel-wrapper{
  height: initial;
  padding: 0;
  display: block;
}

.carousel{
  height: 600px;
}

.subtitle-mano-mano{
  color: var(--primary);
  font-family: Rubik;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.content-calendario{
  width: initial;
  float: none;
}

.data-calendario h1{
  font-size: 28px;
  padding-left: 15px;
}

.titlesStudio{
  padding: 0 15px;
  margin-bottom: 30px;
}

.bg-studio{
  height: 93px;
  margin: 0px auto 70px auto;
}

.carousel-controls {
  right: 130px;
  display: none;
}

}