/* colors */

body {
/* CSS HEX */
--bg: #d50135;
--main: #ab0127;
--pink-calendar: #e45a7c;
--green-calendar: #3aba5d;
--purple-calendar: #c83cc8;
}

/* fonst landing */
@font-face {
	font-family: 'AlfaSlabOne';
	src:url('../images/landing/calendario-navidad-2021/fonts/AlfaSlabOne-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Bosca Light';
	src:url('../images/landing/calendario-navidad-2021/fonts/Bosca-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Bosca R';
	src: url('../images/landing/calendario-navidad-2021/fonts/Bosca-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Bosca M';
	src: url('../images/landing/calendario-navidad-2021/fonts/Bosca-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Bosca B';
	src: url('../images/landing/calendario-navidad-2021/fonts/Bosca-Bold.ttf') format('truetype');
}

.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;
}

/* calendar 2021 */
.second.pink-calendar {
  background-color: var(--pink-calendar);
}
.second.green-calendar {
  background-color: var(--green-calendar);
}
.second.purple-calendar {
  background-color: var(--purple-calendar);
}

.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-family: 'AlfaSlabOne';
    font-size: 70px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1px;
    line-height: 0.2em;
  }

  .calendar .first h4 {
    font-family: 'AlfaSlabOne';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-top: 5px;
}

.calendar .first h2 {
  font-family: 'Bosca R';
  font-size: 22px;
  line-height: 1em;
  padding-top: 15px;
  letter-spacing: 1px;
}

  .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: 20px 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: 0px;
    margin-bottom: 7px;
    border-top: 2px solid #fff;
    margin-right: 50%;
  }

  .calendar .second {
      height: auto;
      margin: 3px;
      width: 85%;
      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 > h3 {
    font-family: 'Bosca R';
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.calendar .second li > h3 {
  font-family: 'Bosca M';
  letter-spacing: 0.5px;
  text-transform: none;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}

  .calendar .second ul {
    list-style: inherit;
    margin-left: 0px;
  }

 
.calendar .second .sm-p {
  line-height: 1.2;
  font-size: 15px !important;
  font-family: 'Bosca R';
  margin-bottom: 10px;
}

  .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: none;
      height: calc(100% - 45px);
      width: calc(100% - 45px);
      left: 25px;
      top: 22px;
      position: absolute;
  }
/*  landing calendario navidad 2021 */
section.page-title.page-title-large.bg-blanca-navidad {
  background-image: linear-gradient(180deg, #00000030, #ffffff0a), url("../images/landing/calendario-navidad-2021/bg-calendar.jpg");
  background-size: cover !important;
  background-repeat:no-repeat !important;
  width: 100%;
  min-height: auto !important;
  padding: 0px !important;
  padding-bottom: 53.025% !important;
  background-attachment: scroll !important;
}
section.page-title.page-title-large.bg-blanca-navidad > .container {
    position: absolute;
    width: 100%;
    top: 0;
}
section.page-title.page-title-large.bg-blanca-navidad > 
.container .image_title {
    margin-top: 7%;
}
.calendar-content-daily p.text-med {
    font-family: 'Bosca R';
    font-size: 22px !important;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0px;
}

.calendar-content-daily h4.title-large {
    font-family: 'AlfaSlabOne';
    font-size: 38px !important;
    line-height: 1.2em !important;
    letter-spacing: 1px;
    padding-bottom: 15px;
    display: inline-block;
    color: var(--main);
}
.calendar-content-daily h4.title-large:after {
    content: "";
    border-bottom: 2px solid;
    width: auto;
    display: block;
}

.calendar-content-daily .title-activity {
    font-family: 'Bosca R';
    font-size: 22px!important;
    line-height: 1.3em;
    margin-bottom: 5px;
    letter-spacing: 0px;
    color: var(--main);
}
.calendar-content-daily p.description-activity {
    font-family: 'Bosca R';
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0.4%;
}

section.bg-navidad {
    background-color: var(--bg);
    padding: 40px 0px;
}

section .photography-grid .col-lg-3.no-padding {
    padding: 3px !important;   
}
section.bg-gift-box {
  background-color: var(--main);
  position: relative;
  padding: 80px 0px !important;
}
section.bg-gift-box h4.title-large {
  font-family: 'AlfaSlabOne';
  font-size: 38px !important;
  line-height: 1.2em !important;
  letter-spacing: 1px;
  padding-bottom: 0px;
  display: inline-block;
  color: white;
  text-align: center;
}


section.bg-title-main {
  background-color: var(--main);
  padding: 50px 0px;
  position: relative;
  z-index: 20;
}

.bg-title-main h1.title-large.main-title {
  color: white;
  font-size: 55px !important;
  font-family: 'Bosca Light';
  text-transform: none;
  text-align: center;
  line-height: 1em !important;
  font-weight: 300 !important;
}

img.reno-img {
  position: absolute;
  top: 5%;
  left: -2%;
  width: 25%;
}

img.santa-img {
  position: absolute;
  bottom: 30%;
  right: 0%;
  width: 22%;
  z-index: 999 !important;
}

section.bg-gift-box::before {
  content: "";
  background: url("../images/landing/calendario-navidad-2021/gifts-box.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 35%;
  height: auto;
  padding-bottom: 25%;
  display: block;
  right: 5%;
  bottom: 25px;
}

.bg-title-main.arbol_regalos:before {
  content: "";
  background: url("../images/landing/calendario-navidad-2021/arbol_regalos_snowman.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 30%;
  height: auto;
  padding-bottom: 25%;
  display: block;
  left: -2%;
  bottom: 60%;
}

  @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;
    }
    .image_title {
      max-width: 50%;
    }
    .bg-calendar.padding-one{
      padding-top: 3.4% !important;
      padding-bottom: 3% !important;
    }
  }
@media screen and (max-width:1280px) {
  .calendar .watermark {
      font-size: 50px;
      margin-bottom: 15px!important;
  }
  .calendar h2 { font-size: 14px; }
  
  img.reno-img {
    position: absolute;
    top: 10%;
    left: -2%;
    width: 22%;
  }
  img.santa-img {
    bottom: 50%;
    width: 20%;
  }

}
  @media screen and (max-width:1200px) {
    .calendar .watermark {
        font-size: 60px;
        margin-bottom: 25px !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;
    }
    section.page-title.page-title-large.bg-blanca-navidad > .container .image_title {
      margin-top: 10%;
    }
    
    img.reno-img {
      top: 15%;
      left: -2%;
      width: 20%;
    }
  }

@media screen and (max-width: 1024px) {
  img.reno-img {
    top: 20%;
  }
  .bg-title-main h1.title-large.main-title {
    font-size: 40px !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;
    }
    section.bg-gift-box::before {
      width: 45%;
      padding-bottom: 35%;
      right: 1%;
    }
    section.bg-gift-box h4.title-large {
      font-size: 28px !important;
    }
  }
  @media screen and (max-width: 767px) {
    section .photography-grid .col-lg-3.no-padding {
      padding: 5px !important;
      width: 50%;
    }
    .calendar-content-daily h4.title-large {
      font-size: 28px !important;
    }
    .calendar-content-daily p.text-med, .calendar-content-daily .title-activity {
      font-size: 20px !important;
    }
    .calendar-content-daily p.description-activity {
      font-size: 18px;       
    }
    section.bg-gift-box h4.title-large {
      font-size: 24px !important;
    }
    section.bg-gift-box {
      padding: 50px 0px !important;
    }

    .photography-grid .second {
      padding: 15px 20px 30px;    
    }
    img.reno-img {
      top: 25%;
    }
    section.bg-title-main {
      padding: 30px 0px;
    }
    .bg-title-main h1.title-large.main-title {
      font-size: 30px !important;
    }
    img.santa-img {
      bottom: 50%;
      width: 20%;
    }
  }

  @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 (max-width:680px) {

    .title-large {
      line-height: 60px!important;
      font-size: 75px!important;
    }
  }
  @media screen and (max-width:600px) {
    section.page-title.page-title-large.bg-blanca-navidad {
      padding-bottom: 62% !important;
    }
    img.reno-img {
      top: 30%;
    }
  }
  @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;
    }

    section.bg-gift-box h4.title-large {
      font-size: 20px !important;
    }
    section.bg-gift-box {
      padding: 30px 0px !important;
    }
    .bg-calendar.padding-one {
      padding-top: 5.4% !important;
      padding-bottom: 5% !important;
    }
    .calendar-content-daily p.description-activity {
      font-size: 16px;       
    }
    .calendar .watermark {
      font-size: 50px;
      margin-bottom: 20px !important;
    }
    .calendar .first h2 {
      font-size: 20px;
    }
    .bg-title-main h1.title-large.main-title {
      font-size: 24px !important;
    }
    img.reno-img {
      top: 40%;
    }
  }
  @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;
    }
    .calendar .second li > h3, .calendar .second .sm-p {
      font-size: 14px;
    }
  }

  @media screen and (max-width:380px) {
    section .photography-grid .col-lg-3.no-padding {
      padding: 10px !important;
      width: 100%;
    }
    section.bg-gift-box h4.title-large {
      font-size: 16px !important;
    }
    .bg-title-main h1.title-large.main-title {
      font-size: 24px !important;
    }
    section.bg-title-main {
      padding: 20px 0px;
    }
    img.reno-img {
      top: 45%;
    }
  }

