	/*FONTS*/
    @font-face {
        font-family: 'CenturyGothic';
        src: url('../fonts/Century-Gothic-Regular.woff2') format('woff2');
        font-weight: normal;font-style: normal;
    }
    
    @font-face {
        font-family: 'DIN';
        src: url('../fonts/DINPro-Light.woff2') format('woff2');
        font-weight: lighter;font-style: normal;font-display:swap;
    }
    @font-face {
        font-family: 'DIN';
        src: url('../fonts/DINPro-Regular.woff2') format('woff2');
        font-weight: normal;font-style: normal;font-display:swap;
    }
    @font-face {
        font-family: 'DIN';
        src: url('../fonts/DINPro-Bold.woff2') format('woff2');
        font-weight: bold;font-style: normal;font-display:swap;
    }
    @font-face {
        font-family: 'DIN-Condensed';
        src: url('../fonts/DINPro-CondensedRegular.woff2') format('woff2');
        font-weight: normal;font-style: normal;font-display:swap;
    }
    @font-face {
        font-family: 'DIN-Condensed';
        src: url('../fonts/DINPro-CondensedBold.woff2') format('woff2');
        font-weight: bold;font-style: normal;font-display:swap;
    }
    @font-face {
        font-family: 'Drone';
        src: url('../fonts/Drone-Ranger-Pro-Bold.woff2') format('woff2');
        font-weight: normal;font-style: normal;
    }
    @font-face {
        font-family: 'MADE';
        src: url('../fonts/MADE-Sunflower.woff2') format('woff2');
        font-style: normal;font-style: normal;
    
    }
    
    
    @keyframes Appear {
        from { opacity: 0;}
          to { opacity: 1;}
    }
    @-webkit-keyframes Appear {
        from { opacity: 0;}
          to { opacity: 1;}
    }
    @-moz-keyframes Appear {
        from { opacity: 0;}
          to { opacity: 1;}
    }
    
    /*COLORS*/
    .bg-white{background: #ffffff;}
    .bg-black{background: #000000;}
    .bg-grey{background: #1E1E1E;}
    .bg-light-grey{background: #454545;}
    .bg-red{background: #D80000;}

    .text-white{color: #ffffff;}
    .text-black{ color: #000000;}
    .text-grey{color:#1E1E1E}
    .text-light-grey{color: #454545;}
    .text-red{color: #D80000;}

    .border-white{border:solid 2px #ffffff;}
    .border-black{ border:solid 2px #000000;}
    .border-grey{border:solid 2px #1E1E1E;}
    .border-light-grey{border:solid 2px #454545;}
    .border-red{border: solid 2px #D80000;}

    
    .animation-appear{
        opacity: 0;
        animation: Appear 1s;
        animation-fill-mode: forwards;
    }
    .animation-delay-1{ animation-delay: 1s;}
    .animation-delay-2{ animation-delay: 2s;}
    .animation-delay-3{ animation-delay: 3s;}
    .animation-delay-4{ animation-delay: 4s;}
    .animation-delay-5{ animation-delay: 5s;}
    .animation-loop{animation-iteration-count: infinite;}
    
    
    /*CONTENT*/
    body{
        overflow-x: hidden;
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
    p,a,span,h1,h2,h3,h4,h5,h6,div,input,textarea,button,label{
        font-family:"DIN";
        color: #ffffff;
    }
    .gotic{font-family:"CenturyGothic";}
    .condensed{font-family:"DIN-Condensed";}
    .drone{font-family:"Drone";} 
    .made{font-family:"MADE";} 

    #offcanvasDarkNavbar{
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
    }
    .offcanvas-end {
        width: 350px !important;
    }
    .offcanvas-header .btn-close {
        padding: 1rem;
        margin-top: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    video{
        width: 100%;
        height: 100%;;
    }
    .btnCerrarVideo{
        z-index: 99999;
    }
    .btnCerrarTrailer{
        z-index: 99999;
    }
    /*SECTIONS*/
.videoPrincipal {
    min-height: 80vh;
    background: url(../images/Banner-premios-tenderostv-brisa.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top right;
    /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);*/
}
    .chat {
        height: 100vh;
    }
    .msg{
        width: auto;
        border-radius: 15px;
        margin:10px;
        padding: 10px;
    }
    .msg-chat{
        float: left;
        background: #454545;
    }
    .msg-chat-res{
        width: 90%;
        border-radius: 15px;
        margin:10px auto;
        padding: 5px;
        background: #cacaca;
        color:#000000;
        text-align: center;
        cursor: pointer;
    }
    .res-active{
        background: #D80000;
        color:#fff;
    }
    .msg-user{
        float: right;
        background: #D80000;
    }
    .msg-chat p,.msg-user p, .msg-chat-res p{
        margin:0;
        padding: 0;
    }

    footer{
        clear: both;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .fs-01{font-size: 5rem!important;}
    .fs-0{font-size: 3rem!important;}
    .fs-7 {font-size: 0.75rem!important;}
    .fs-8 {font-size: 0.5rem!important;}
    .fs-9 {font-size: 0.25rem!important;}
    .fw-bold{font-weight: bold;}

    .popup{
        position:fixed !important;
        width: 100%;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 103vh;
        background: #000000DD;
        z-index:9999;
    }
    .hidden{
        display:none;
    }
    .sticky{
        position:-webkit-sticky;
        position: sticky;
        top: 0;
          z-index:999;
    }

    .button{
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 15px;
        padding: 0.4em;
        letter-spacing: 0.5px;
        text-align: center;
        text-decoration: none;
        font-weight: normal;
        font-size: 1.5rem;
        z-index: 1;
        height: auto;
        min-width: 200px;
        margin:10px 0;
        white-space: nowrap;
        display: inline-block;
        line-height: normal;
        background:transparent;
    }
    .button:before{
        content: "";
        width: 150%;
        height: 100%;
        top: 0;
        display: block;
    }
    .button-black,.button-black:focus{
        font-family:"DIN-condensed";
        text-transform: uppercase;
        color:#ffffff;
        background: #000000;
    }
    .button-black:hover{
        background:#000000;
        color:#ffffff;
    }
    .cursor-pointer{
        cursor: pointer !important;
    }

    /*Progress Bar*/
    .progress{
        background-color: #2c2b2b;
        height: 7px;
    }
    .progress-bar {
        background-color: #ffffff;
    }

    /*Custom CHK*/
    .custom-ch-label {
        display: block;
        position: relative;
        padding-left: 35px;
        padding-top: 5px;
        margin: 5px 0;
        cursor: pointer;
        font-size: 1em !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #BA181F;
    }
    .custom-ch-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .custom-ch-label input:checked ~ .custom-checkmark {
        background-color: #BA181F;
    }
    .custom-checkmark {
        position: absolute;
        top: 5px;
        left: 0;
        height: 25px;
        width: 25px;
        background: #fff;
        border: solid 2px #BA181F;
        border-radius: 5px;
    }
    .custom-ch-label input:checked ~ .custom-checkmark:after {
        display: block;
    }
    .custom-ch-label .custom-checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .custom-checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom-ch-red{
        color: #151515;
        font-style: italic;
    }
    .custom-ch-red input:checked ~ .custom-checkmark {
        background-color: #9A030F;
        border: solid 2px #9A030F;
    }
    .custom-ch-red .custom-checkmark {
        background: #151515;
        border: solid 2px #151515;
    }

    .custom-ch-white{
        color: #fff;
        font-style: italic;
    }
    .custom-ch-white input:checked ~ .custom-checkmark {
        background-color: #151515;
        border: solid 2px #151515;
    }
    .custom-ch-white .custom-checkmark {
        background: #fff;
        border: solid 2px #fff;
    }

    
    /*Responsive styles*/
    /*Escritorio*/
    @media (min-width: 1399.98px) {
    }
    /*Tablet Portrait*/
    @media (min-width: 576px) and (max-width: 991.98px) and (orientation:portrait) {
        .videoPrincipal {
            min-height: 50vh;
            background-size: cover;
            background-position: center;
        }
        
    }
    /*Tablet landscape*/
    @media (min-width: 991.98px) and (max-width: 1199.98px)and (orientation:landscape) {
        
        
    }
    /*Movil Portrait*/
    @media (max-width: 575.98px)and (orientation:portrait) {
        .videoPrincipal {
            min-height: 35vh;
            background-size: 100% !important;
            background-position: center;
            object-fit: cover;
        }
    }
    /*Movil landscape*/
    @media (min-width: 576px) and (max-width: 991.98px) and (orientation:landscape) {
        
    }


    /*CUSTOM SLIDER STYLE*/
    .carousel-inner {
        padding: 1em;
      }
      .card {
        margin: 0 0.5em;
        background: none;
        border: none;
      }
      .reproducidos-body{
        margin-top: -10px;
      }
      .carousel-control-prev,
      .carousel-control-next {
        width: 6vh;
        height: 6vh;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
      }
      @media (min-width: 768px) {
        .carousel-item {
          margin-right: 0;
          flex: 0 0 20%;
          display: block;
        }
        .carousel-inner {
          display: flex;
        }
      }
      .card .img-wrapper {
          max-width: 100%;
          height: 13em;
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .reproducidos-wrapper{
        height: 300px !important;
        }
        .allVideos-wrapper{
            height: 450px !important;
        }
      .card img {
          min-height: 100%;
      }
      @media (max-width: 767px) {
        
        .card .img-wrapper {
          height: 17em;
        }
        .reproducidos-wrapper{
            height: 300px;
        }
        .allVideos-wrapper{
            height: 400px;
        }
      }
    