@import url('https://fonts.googleapis.com/css?family=Just+Another+Hand');

  .col-md-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .title-large {
    line-height: 60px!important;
    font-size: 55px;
  }

  .bg-fashion {
    background: #92c585 !important;
  }

  .shadow {
    display: inline-table;
  }

  .shadow .title-large {
    margin-bottom: 5%; /*quitar cuando el texto se agregue*/
  }

  .calendar img{
    width: 100%;
  }

  .text {
    position: absolute;
    top: 25%;
    left: 10%;
    right: 10%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .tree-before, .tree-after {
    display: none;
  }

  .shadow img {
    filter: brightness(50%);
  }

  .shadow .text-med {
    margin-top: 40px;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }

  .border-white {
    border-color: #ffffff;
  }

  .photography-grid-details {
    transform: translateY(0);
    top: 30%;
  }

  .calendar .watermark, .calendar h2, .calendar h4 {
    color: #fff;
  }

  .calendar .watermark {
    font-size: 80px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }

  .calendar h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }

  .calendar h4 {
    font-size: 14px;
    font-weight: 900;
  }

  .calendar .hover-el {
	  perspective: 1700px;
	  perspective-origin: 0 50%;
  }

  .calendar figure > .first {
    overflow: hidden;
  }

  .calendar figure > .first div {
    transition: transform 0.4s;
  }

  .calendar figure:hover .first div,
  .calendar figure.cs-hover .first div {
    transform: translateX(25%);
  }

  .photography-grid .green {
    background: url("../images/promo/magic_gardens/green.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .photography-grid .yellow {
    background: url("../images/promo/magic_gardens/yellow.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .photography-grid .pink {
    background: url("../images/promo/magic_gardens/pink.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .photography-grid .purple {
    background: url("../images/promo/magic_gardens/purple.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .photography-grid .second {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 30px;
    color: #ffffff;
    text-align: left;
    border-right: 3px solid rgba(255, 255, 255, 0.6);
  }

  .second ul {
    max-height: 100%;
  }

  .photography-grid .second h3 {
    color: #ffffff;
    letter-spacing: -1px;
  }

  .photography-grid .second hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 3px solid #fff;
  }

  .calendar .second {
	  height: 100%;
	  width: 65%;
	  opacity: 0;
	  backface-visibility: hidden;
	  transform-origin: 0 0;
	  transform: rotateY(-90deg);
	  transition: transform 0.4s, opacity 0.1s 0.3s;
  }

  .calendar .second h3 {
    font-size: 12px;
  }

  .calendar .second ul {
    list-style: inherit;
    margin-left: 10px;
  }

  .calendar .second .sm-p {
    line-height: 15px;
    font-size: 11px!important;
  }

  .calendar figure:hover .second,
  .calendar figure.cs-hover .second {
	  opacity: 1;
	  transform: rotateY(0deg);
	  transition: transform 0.4s, opacity 0.1s;
  }

  .calendar .second a {
    position: absolute;
	  bottom: 20px;
	  right: 20px;
  }
    .img-border-small-gray.calendar {
      border: 3px solid rgba(255, 255, 255, 0.6);
      height: calc(100% - 50px);
      width: calc(100% - 50px);
      left: 25px;
      top: 25px;
      position: absolute;
  }

  .bg-fashion .title-large {
    font-size: 65px !important;
    font-family: 'Just Another Hand', cursive;
    margin-top: 10px;
  }

  .fix-title {
    margin: 20px 0 0;
  }


  @media screen and (max-width:1920px) {

    .title-large {
      line-height: 55px!important;
      font-size: 55px!important;
    }
  }
  @media screen and (max-width:1440px) {

    .title-large {
      line-height: 50px!important;
      font-size: 45px!important;
    }
  }
  @media screen and (max-width:1280px) {
    .calendar .watermark {
        font-size: 50px;
        margin-bottom: 15px!important;
    }
    .calendar h2 {
        font-size: 14px;
    }

  }
  @media screen and (max-width:1200px) {
    .calendar .watermark {
        font-size: 100px;
        margin-bottom: 35px!important;
    }
    .calendar h2 {
        font-size: 18px;
    }
    .shadow .text-med {
        margin-top: 40px;
        font-size: 12px !important;
        line-height: 20px!important;
    }
    .title-large {
      line-height: 30px!important;
      font-size: 40px!important;
    }
    .tree-before{
      display: none !important;
    }
    .tree-after{
      display: none !important;
    }
  }
  @media screen and (max-width:991px) {

    .shadow .text-med {
        margin-top: 40px;
        font-size: 20px !important;
        line-height: 20px!important;
    }
    .title-large {
      line-height: 70px!important;
      font-size: 90px!important;
    }
  }

  @media screen and (min-width:600px) and (max-width: 800px) and (orientation: portrait) {
    .text{
      left: 25%;
    }
  }

  @media screen and (min-width: 991px) {
    .tree-before {
      position: absolute;
      display: inline-block;
      top: 10%;
      left: 10%;
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
      filter: unset !important;
    }

    .tree-after {
      position: absolute;
      display: inline-block;
      bottom: 30%;
      right: 10%;
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
      filter: unset !important;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    .calendar .watermark {
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width:680px) {

    .title-large {
      line-height: 50px!important;
      font-size: 50px!important;
    }
  }
  @media screen and (max-width:480px) {
    .shadow .text-med {
        margin-top: 40px;
        font-size: 16px !important;
        line-height: 16px!important;
    }
    .title-large {
      line-height: 45px!important;
      font-size: 45px!important;
    }
  }
  @media screen and (max-width:400px) {
    .shadow .text-med {
        margin-top: 40px;
        font-size: 14px !important;
        line-height: 14px!important;
    }
    .title-large {
      line-height: 35px!important;
      font-size: 35px!important;
    }
  }
