@font-face {
	font-family: 'Built Titling Rg Bold';
    src:url('../fonts/built-titling-bd.ttf') format('truetype');
}

@font-face {
	font-family: 'Rotundus Rounded';
	src:url('../fonts/rotundus.otf') format('opentype');
}
@font-face {
	font-family: 'BebasNeue';
  src:url('../fonts/BebasNeue.otf') format('opentype'),
      url('../fonts/BebasNeue Regular.otf') format('opentype');
}
@font-face {
	font-family: 'BebasNeue Regular';
  src:url('../fonts/BebasNeue Regular.otf') format('opentype');
}
.bg-jardin-magico {
    background-image: linear-gradient( rgba(35, 35, 35, 0.54), rgba(255, 255, 255, 0) 20% ),url(/static/images/events/2020/jardin-magico/bg-jardin.jpg);
    background: -moz-linear-gradient( rgba(35, 35, 35, 0.54), rgba(255, 255, 255, 0) 20% ),url(/static/images/events/2020/jardin-magico/bg-jardin.jpg);
    background: -webkit-linear-gradient( rgba(35, 35, 35, 0.54), rgba(255, 255, 255, 0) 20% ),url(/static/images/events/2020/jardin-magico/bg-jardin.jpg);
    background: -o-linear-gradient( rgba(35, 35, 35, 0.54), rgba(255, 255, 255, 0) 20% ),url(/static/images/events/2020/jardin-magico/bg-jardin.jpg);
    background: -ms-linear-gradient( rgba(35, 35, 35, 0.54), rgba(255, 255, 255, 0) 20% ),url(/static/images/events/2020/jardin-magico/bg-jardin.jpg);
    background-position: center;
    background-size: cover !important;
    align-items: center;
    justify-content: center;
    min-height: 920px;
    position: relative !important;
}
.mt-10-custom { top: 110px }

.title1{
    color: white;
    font-family: 'BebasNeue';
    line-height: 1em;
    font-size: 70px !important;
    margin-bottom: 15px !important;
    font-weight: 100;
}
.title2 {
    font-family: 'Built Titling Rg Bold';
    font-size: 5em;
    letter-spacing: .03em;
    color: #dd524d;
}
.title1 span{
    display: block;
    font-family: 'BebasNeue Regular';
    font-size: 0.8em;
}
/* .bg-navidad{
    
    color: white;
} */
.pos-absolute-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;

}
.redStrong{
    font-weight: 600;
    color: red;
    text-transform: uppercase;
}
.block_bullets-nieve h3{
}
.block_bullets-nieve{
    padding: 20px 15px;
    color: #4e4e4e;
    background: #f6f6f6;
}
.slim_sub{
    font-weight: 600;
    margin: 5px 0;
}
.img_nido{
    max-width: 250px;
}
span.focusText {
    font-style: italic;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 20px;
    display: block;
}
.my-3{
    margin: 3em 0;
}
.bs-callout3{
    padding: 15px;
    background-color: #dd524d;
    color:white;
    border-radius: 5px;
    margin-bottom: 30px;
    border: none;
}
.bs-callout3 h3{
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    color: white;
}
.schedule{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.schedule li{
    font-weight: 700;
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 10px;
}
.block_bullets-nieve .text_insider{
    font-weight: 800;

}
.block_bullets-nieve ul li, .focusText{
    font-weight: 600;
}
.bg-jardin-magico #YTBox{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.subtitleBanner{
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    background-color: #dd524d;
    color: white;
    margin: 5px 0;

}
.padding-image {
    padding-top: 20px;
    padding-bottom: 15px;
}
.hidden-desk { display: none !important;}
.hidden-mobile { display: block; }
.block_bullets-nieve, .hidden-mobile, .hidden-desk { border-radius: 5px; }

@media screen and (max-width: 1024px){
    .bg-jardin-magico { min-height: 768px; }
    .mt-10-custom { top: 10px; }
}

@media screen and (max-width: 991px){
    footer h6 { word-wrap: break-word; }
}

@media screen and (max-width: 767px){
    .mt-10-custom { top: 125px; }
    .page-title h1{
        letter-spacing: 2px;
        line-height: 42px;
    }
    .title1{
        font-size: 52px !important;
        margin-bottom: 0 !important;
    }
    .hidden-desk { display: block !important;}
    .hidden-mobile { display: none !important; }

}
@media screen and (max-width: 660px){ 
    .bg-jardin-magico{ min-height: 620px; }
    .mt-10-custom { top: 110px; }
}
@media screen and (max-width: 520px){  
    .bg-jardin-magico{ min-height: 520px; }
    .mt-10-custom { top: 100px; } 
}
@media screen and (max-width: 420px){  
    .bg-jardin-magico{ min-height: 500px; }
    .mt-10-custom { top: 130px; } 
}
@media screen and (max-width: 370px){  
    .bg-jardin-magico{ min-height: 450px; }
}
