
        /*fonts
            titulos y subtitulos font-family: 'Dosis', sans-serif;
            cuerpo font-family: 'Lato', sans-serif;

            colors: 
            pink:var(--red)
            blue:#ec3346 
        */
        @font-face {
            font-family:'comfortaa-regular';
            font-weight:300;
            src: url("../fonts/comfortaa/Comfortaa-Regular.ttf");
        }        
        @font-face {
            font-family:'comfortaa-light';
            font-weight:100;
            src: url("../fonts/comfortaa/Comfortaa-Light.ttf");
        }        
        @font-face {
            font-family:'comfortaa-bold';
            font-weight:100;
            src: url("../fonts/comfortaa/Comfortaa-Bold.ttf");
        } 
        :root {
            --main:#ab9686;
            --main-sub:#ab9686;

            --secondary:#b9a491;
            --secondary-sub:#b9a491;

            --black:#232323;
            --gray:#616161;
            --white:#edf3f0;
            
            --green:#9fd82e;
            --blue:#3295f7;
            --red:#e20a24;
          }
        .bg-layer:before{
            content:"";
            position: absolute;
            top:0;
            left:0;
            width: 100%;
            height: 100%;
            background-color: black;
            opacity: .4;
        }
        .bg-img-brand{
            position: relative;
        }
        .bg-img-brand::before{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            /*background-color: var(--black);
            opacity: .7;            */
        }

        body,input,select,p,ul,ol,li,span,option,label,a{        
            font-family: 'comfortaa-regular', sans-serif;
            font-weight: normal;
            font-style: normal;         
            color:var(--gray);   
        }
        /*input,select,option,label,form{

        }*/
        h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5,button,.btn{
            font-family: 'comfortaa-bold', cursive;
            font-weight: normal;
            font-style: normal;
        }

        form,select,option{
            color: var(--gray)  !important;
        }

        .form-control{
            border: 1px solid var(--gray)  !important;
        }
        .form-control:focus{
            box-shadow: 0 0 0 0.2rem var(--gray) 55;
        }

        .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
            color: white!important;
        }
       
        .h-max-300-px{
            max-height: 300px;
        }
        
        /*Width*/
        .w-200{
            width: 200px;
        }
        /*containers*/
        .container-scroll{
            height: 300px;
            overflow-y: scroll;
        }
        
        /*COLORS*/        

        .text-primary{
            color:var(--main) !important;
        }  
        .text-secondary{
            color:var(--secondary) !important;
        }    
        
        .text-green{
            color:var(--green);
        }
        .text-red{
            color:var(--red);
        }
        .text-blue{
            color:var(--blue);
        }


        .bg-primary{
            background-color:var(--main) !important;
        }
        .bg-secondary{
            background-color:var(--secondary)  !important;
        }
        .bg-green{
            background-color:var(--green) !important;
        }
        .bg-red{
            background-color: var(--red) !important;
        }
        .bg-blue{
            background-color: var(--blue) !important;
        }


        .divider-primary{
            border-color: var(--main);
        }
        .divider-secondary{
            border-color: var(--secondary);
        }
        .divider-green{
            border-color:var(--green) !important;
        }
        .divider-blue{
            border-color: var(--blue) !important;
        }
        .divider-red{
            border-color: var(--red) !important;
        }
                       
        .main-brand{
            font-weight: 700;
            color: rgba(255, 255, 255, 0.7)!important;
        }

        .navbar ul li a{
            color: rgba(255, 255, 255, 0.7)!important;
            font-weight: 700;
        }

        .container{
            font-family: 'Lato', sans-serif;            
            font-size: 1rem;
        }
        
        .list-group-item-action{
            background-color:var(--red) !important;
            color: rgba(255, 255, 255, 0.7)!important;
        }
        .list-group-item-action:hover{
            background-color:#e0e0e5 !important;
            
        }

        .app-a,.app-a:hover,.app-a:focus{
            font-family: 'Lato', sans-serif; 
            font-weight: 600;    
            color:var(--red);        
        }

        .hr{
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            height: .2rem;
        }
        .hr.left{
            margin-left:0;
        }
        .hr.right{
            margin-right:0;
        }

        hr.divider {
            max-width: 3.25rem;
            border-width: 0.2rem;            
        }

        hr.divider-full{            
            border-width: 0.2rem;            
        }

        hr.light {
            border-color: white;
        }

        .navbar-nav .dropdown-menu,.navbar-nav:hover .dropdown-menu:hover,.dropdown-item:hover{    
            background-color: #0ea3b1;
        }

        a, a:link, a:visited, a:focus {
            text-decoration: none;
            color: var(--secondary);
        }
        .btn-primary:focus{
            box-shadow: 0 0 0 0.2rem var(--main);
        }
        .border1 {
            border: 3px solid white;
        }
        
        /* Button clases      */
        .btn-primary {
            color: white;
            background-color:var(--main) !important;
            border-color: var(--main-sub);
        }
        .btn-primary:hover {
            opacity: .8;
        }
        .btn-primary:focus, .btn-primary.focus {
            color: white;
            background-color: var(--main);
            border-color: var(--main-sub);
        }
        .btn-primary.disabled, .btn-primary:disabled {
            color: white;
            background-color:var(--main);
            border-color:var(--main-sub);
            opacity: .6;
        }
        .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
            color: white;
            background-color:var(--main);
            border-color:var(--main-sub);
        }
        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem var(--main-sub);
        }

        .btn-secondary {
            color: white;
            background-color: var(--secondary);
            border-color:var(--secondary-sub);
        }
        .btn-secondary:hover {
            color: white;
            background-color: var(--secondary);
            border-color: var(--secondary-sub);
        }
        .btn-secondary:focus, .btn-secondary.focus {
            color: white;
            background-color: var(--secondary);
            border-color: var(--secondary-sub);
            box-shadow: 0 0 0 0.2rem var(--secondary-sub);
        }
        .btn-secondary.disabled, .btn-secondary:disabled {
            color: white;
            background-color: #e0e0e5;
            border-color: #e0e0e5;
            opacity: .6;
        }
        .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
            color: white;
            background-color: var(--secondary);
            border-color: var(--secondary-sub);
            
        }
        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem var(--secondary-sub);
        }
        .btn-xl {
            padding: 1.25rem 2.25rem;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            border-radius: 10rem;
        }
        .btn-md {
            padding: .8rem 1.4rem;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            border-radius: 8rem;
        }

        .textosFooter{
            text-align:center;
            vertical-align:bottom;
            color:#999;
        }

        #mainFooter {
            background-color: white;  
        }

        html, body {
            height: 100%;
        }

        #app{
            min-height: 100%;
        }

        footer {
            position: relative;
            margin-top: -490px; /* negative value of footer height */
            height: 490px;
            clear:both;
            padding-top:20px;
        } 

        .main {
            /*overflow:auto;*/
            padding-bottom:510px; /* this needs to be bigger than footer height*/
        }

        #mainNav .navbar-nav .nav-item .nav-link {
            color: white !important;
            font-family: "Dosis", sans-serif;
            font-weight: 600;
            font-size: 1.15rem;
        }
        #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: rgba(255, 255, 255, 0.75) !important;           
        }      

        .table-action tr.selected{
            background-color:var(--red) !important;
            color: white;
        }

        .clickable-row,.table-action tr,.clickable-user-row , .question-close, .question-row{
            cursor: pointer;
        }
        .alert{
            transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
            -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
            -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
            -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
            -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .custom-border{
            border-radius: .5rm;
            border: 3px solid var(--red);
        }

        .border-25{
            border-radius: .25rm;
        }

        .make-disapear{
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
        }

        .link-strong{
            text-decoration: underline !important;
        }

        button.active {
            background-color: #e0e0e5;
            color:var(--red) !important;
        }


        /**/
        .page-section {
            padding: 8rem 0;
        }
        .redes i.fab {
            font-size: 3rem;
            margin: 1rem;
            margin-bottom: .2rem;
            color: var(--red);
        }
        .fab {
            font-family: "Font Awesome 5 Brands";
        }
        .fa, .fab, .fal, .far, .fas {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
        }
        i.fab:hover {
            color: var(--red);
        }
        /**/

        h2,.h2{
            font-size: 2rem;
        }

        h5, .h5 {
            font-size: 1.25rem;
        }

/*Footer*/
a.footlink, a.footlink:link, a.footlink:visited, a.footlink:focus, a.strong-link,a.strong-link:visited,a.strong-link:focus {
    color: var(--red);
}
/*
.navbar-dark .navbar-toggler-icon, .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}*/

.question-container{
    background-color: var(--red);
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    min-width: 200px;
    width: 250px;
    max-width: 250px;
    right: 0;
    position: fixed;
    bottom: 0;
    padding: 3px;
}

.logo-ch {
    height: 40px;
    width: auto;
}

.logo-m {
    height: 50px;
    width: auto;
}

/*
Marquesine
*/
.container-wrap{
    height: 100px;
    overflow-x: hidden;    
    position: relative;
}

.marquesine{
    height: inherit;
    position: absolute;
    display: flex;    
    align-items: center;
}
    .marquesine .item{        
        width: 80px;
        flex-flow: nowrap;
    }
    .marquesine .item img{
        width: 100%;
        height: auto;
    }

/*Animation*/
.animate-marquesine{
    animation-duration: 30s;
    animation-name: cinta;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-duration: 30s;
    -webkit-animation-name: cinta;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-duration: 30s;
    -moz-animation-name: cinta;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-duration: 30s;
    -ms-animation-name: cinta;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 30s;
    -o-animation-name: cinta;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.animate-marquesine:hover{
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
}

.loading{
    width: 100vw;
    height: 100vh;
    background-color: #000000ba;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

.loading .message{
    color: white;
    top: 46%;
    position: relative;
    text-align: center;
}

.vod-click{
    cursor: pointer;
}
.vod-img{
    width: 100%;
    height: auto;
    position: relative;
}

.vod-img .play{    
    position: absolute;
    width: 100px;
    height: 100px;
    text-align: center;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 1000;   
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
}  
.vod-img::after{
    content: '';
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .3;
    /*transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);*/
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.vod-click:hover .vod-img::after{
    opacity: .8;    
}
.vod-click:hover .play{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.vod-click:hover .vod-title{
    transform: translateX(10px) scale(1.05);
    -webkit-transform: translateX(10px) scale(1.05);
    -moz-transform: translateX(10px) scale(1.05);
    -ms-transform: translateX(10px) scale(1.05);
    -o-transform: translateX(10px) scale(1.05);
}

.vod-title{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

/*.question-row:hover .question-row-question{
    transform: translate(180px,0) scale(1.3);
    -webkit-transform: translate(180px,0) scale(1.3);
    -moz-transform: translate(180px,0) scale(1.3);
    -ms-transform: translate(180px,0) scale(1.3);
    -o-transform: translate(180px,0) scale(1.3);
}
.question-row:hover .question-row-name{
    transform: translate(-210px,0) scale(.6);
    -webkit-transform: translate(-210px,0) scale(.6);
    -moz-transform: translate(-210px,0) scale(.6);
    -ms-transform: translate(-210px,0) scale(.6);
    -o-transform: translate(-210px,0) scale(.6);
}
.question-row:hover .question-row-answer{
    transform: translate(40px) scale(1.05);
    -webkit-transform: translate(40px) scale(1.05);
    -moz-transform: translate(40px) scale(1.05);
    -ms-transform: translate(40px) scale(1.05);
    -o-transform: translate(40px) scale(1.05);
}
*/
.question-row:hover .divider-full{
    width: 50%;
}
.question-row .divider-full{
    transition: all 6s ease;
    -webkit-transition: all 6s ease;
    -ms-transition: all 6s ease;
    -moz-transition: all 6s ease;
    -o-transition: all 6s ease;
}


.question-row-question,.question-row-name,.question-row-answer{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.transition-simple{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

@-webkit-keyframes cinta{
    from
    {
        margin-left:100%;
    } 
    to
    {
        margin-left: -290%;
    }   
}
@-moz-keyframes cinta{
    from
    {
        margin-left:100%;
    } 
    to
    {
        margin-left: -200%;
    }   
}
@-o-keyframes cinta{
    from
    {
        margin-left:100%;
    } 
    to
    {
        margin-left: -200%;
    }   
}
@-ms-keyframes cinta{
    from
    {
        margin-left:100%;
    } 
    to
    {
        margin-left: -200%;
    }   
}

/* Button clases      */
.btn-primary-corner {
    color: #fff;
    background-color: transparent;
    border: 3px solid var(--main) !important;
}
.btn-primary-corner:hover {
    color: var(--main);
    background-color: var(--main);
}
.btn-primary-corner:focus, .btn-primary-corner.focus {
    color: #fff;
    background-color: var(--main);
    border:none;
}
.btn-primary-corner.disabled, .btn-primary-corner:disabled {
    color: #fff !important;
    background-color: #e0e0e5 !important;
    border-color: #e0e0e5 !important;
}
.btn-primary-corner:not(:disabled):not(.disabled):active, .btn-primary-corner:not(:disabled):not(.disabled).active, .show > .btn-primary-corner.dropdown-toggle {
    color: #fff !important;
    background-color: #e0e0e5 !important;
    border-color: #e0e0e5 !important;
}
.btn-primary-corner:not(:disabled):not(.disabled):active:focus, .btn-primary-corner:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
}

.btn-white-corner {
    color: #fff;
    background-color: transparent;
    border: 3px solid white !important;
}
.btn-white-corner:hover {
    color: var(white);
    background-color: var(--main);
}
.btn-white-corner:focus, .btn-white-corner.focus {
    color: #fff;
    background-color: var(--main);
    border:none;
}
.btn-white-corner.disabled, .btn-white-corner:disabled {
    opacity: .6;
}
.btn-white-corner:not(:disabled):not(.disabled):active, .btn-white-corner:not(:disabled):not(.disabled).active, .show > .btn-white-corner.dropdown-toggle {
    opacity: .6;
}
.btn-white-corner:not(:disabled):not(.disabled):active:focus, .btn-white-corner:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--main-sub);
}