
  .bg-blanca-navidad{
      background-size: cover!important;
      background-repeat:no-repeat!important;

  }
  .image_title {
    max-width: 750px;
}

 .blue-text{
     color:#6ab3e5!important;
 }

 .bg-general-blue{
   background-color: #dceaf3!important;
 }

 .second.silver{
  background-color:#93989e;
}

.second.darksilver{
  background-color: #c4e0f3; 
}

.second.skyblue{
  background-color:#a1dbf4;
}

.second.skywhite{
  background-color:#3886bf;
}

.title-activity{
  font-size: 22px!important;
  font-weight: 600!important;
  color: black!important;
  letter-spacing: 0px;
  margin-top: -28px;
  border-bottom: 2px solid white;
  padding-bottom: 12px;
  width: 250px;
  margin: 0 auto;
}

.subtitle-activity{
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #3786bf;
}








  .bg_white{
    /* background:white; */
  }
  .bg-blue-navidad{
    background:#ddeaf3!important;
  }
    .col-md-1 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .title-large {
      line-height: 60px!important;
      font-size: 55px;
    }
  
    .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: 16px !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 .red {
      background: url("../images/promo/navidad_2017/red.png");
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .photography-grid .green {
      background: url("../images/promo/navidad_2017/green.png");
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .photography-grid .gold {
      background: url("../images/promo/navidad_2017/gold.png");
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .photography-grid .silver {
      background: url("../images/promo/navidad_2017/silver.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;
    }
  
    .second ul {
      max-height: 100%;
      overflow-y: auto;
    }
  
    .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;
    }
    @media screen and (max-width:1920px) {
  
      .title-large {
        line-height: 65px!important;
        font-size: 70px!important;
      }
      .text {
        top: 20%;
      }
    }

    @media screen and (max-width:1440px) {
  
      .title-large {
        line-height: 40px!important;
        font-size: 50px!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: 60px;
        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: 60px!important;
        font-size: 75px!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: 55px!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: 28px!important;
        font-size: 35px!important;
      }
    }
  