/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 de dez de 2020, 00:41:36
    Author     : José Jean Gomes Vanzella<jean at jean_gomes89@hotmail.com>
*/

/*  
-------------------------------------------------- */


/*--------------------------------------------------------------*/
.bg-azul {
    background-color: #04091e;
}

.title-header-ufilmes{
    color: #fecc00 !important;
}
.navbar-nav li, .list-inline li{
    text-transform: uppercase;
    padding: 0 8px 0 8px;
}
.navbar-nav li a:hover{
    color: #fecc00 !important;;
}

ul.list-inline li a{
    color: #fecc00 !important;
}
.navbar-nav a{
    font-weight: bold;
}

.navbar-brand{
    font-size: 1.50rem;
}

.navbar-dark .navbar-toggler-icon{
    color: #fecc00 !important;

}
.navbar-toggler-icon i{
    font-size: 28px;
    margin-top: 1px;
}

.main-container-header {
    background-color: #333;
}

main > .container-fluid {
    color: #fff;    
}


/*----------------------------------*/

/*-----------------------------------*/

/*Dispositivos extra small (telefones em modo retrato, com menos de 576px)*/
@media (max-width: 575.98px) { 
    .myOverlay h2{
        font-size: 1rem;
    }
    .myOverlay h6{
        font-size: 1rem;
    }
    .myOverlay small{
        font-size: 0.5rem;
    }
}

/*Dispositivos small (telefones em modo paisagem, com 576px ou mais)*/
@media (min-width: 576px) {  
    .myOverlay h2{
        font-size: 1rem;
    }
    .myOverlay h6{
        font-size: 0.8rem;
    }
    .myOverlay small{
        font-size: 0.6rem;
    }
}

/*Dispositivos médios (tablets com 768px ou mais)*/
@media (min-width: 768px) {
    .myOverlay h2{
        font-size: 1rem;
    }
    .myOverlay h6{
        font-size: 0.5rem;
    }
    .myOverlay small{
        font-size: 0.3rem;
    }
}

/*Dispositivos large (desktops com 992px ou mais)*/
@media (min-width: 992px) { 
    .myOverlay h2{
        font-size: 1.5rem;
    }
    .myOverlay h6{
        font-size: 0.8rem;
    }
    .myOverlay small{
        font-size: 0.6rem;
    }

    .div-descricao-noticias > h5{
        font-size: 1.5rem;
    }
    .div-descricao-noticias > h6{
        font-size: 1.25rem;
    }
}

/*Dispositivos extra large (desktops grandes com 1200px ou mais)*/
@media (min-width: 1200px) {

}

.gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%; 
} 

.gallery-col-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%; 
}

.gallery-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; 
}



@media (max-width: 576px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }

    .gallery-col-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%; 
    }
}

@media (min-width: 576px) {  
    /*    .gallery-col-3 {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-width: 50%;
            -moz-column-width: 50%;
            column-width: 50%; 
        }*/
}

.mb-2-gallery{
    margin-bottom:  0.75rem;
}

.myCard{
    position:relative;
}

.myOverlay{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    padding: 10px 10px 10px 10px;
    background: rgba(0,0,0,.5);
    color: #f5f4f4;
}

.myOverlayTags{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    padding: 10px 10px 10px 10px;
    /*background: rgba(0,0,0,.1);*/
    color: #f5f4f4;
    font-weight: bold;
}

.text-yellow {
    color: #fecc00;
}

.text-yellow.link:hover{
    color: red;
}

.line {
    display: block;
    margin: 5px 0 5px 0;
}

.line h2, .line h6 {
    font-size: 1rem;
    text-align: left;
    border-bottom: 2px solid #fecc00;
    position: relative;
}

.line h2 span, .line h6 span {
    background-color: #333;
    position: relative;
    top: 10px;
    padding: 0 10px 0 0;
    letter-spacing: 1px;
}

h2.background-line {
    position: relative;
    z-index: 1;
    font-style: italic;
    font-size: 24px;
}

h2.background-line:before {
    border-top: 3px solid #fecc00;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

h2.background-line span {
    background: #fff;
    padding: 0 10px 0 0;
}

.text-grey {
    color: #9d9d9d;
}

.img-hover-zoom {
    overflow: hidden;
    border-radius: .2em;    
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.span-data{
    font-size: 0.7rem;
}

/*Modal Vídeo*/

.modal-dialog-video {
    width: 75%;
    /*margin: 35px auto;*/
}

@media (max-width: 768px) {
    .modal-dialog-video {
        width: 85%;
    }
}

/*vertical-alignment-helper*/
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
/*vertical-alignment-helper*/

.modal-body-video {
    position:relative;
    padding:0px;
    background: black;     
}
.close-video {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
.embed-responsive{
    height: auto;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /*margin: 30px;*/
}
.video-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 75px;
    color: #f5f4f4;
    opacity: .6;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
    color: #fecc00;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

/*endModalVideo*/

.relative {
    position: relative;
}

.slick-slide .tags {
    position: absolute;
    bottom: 10px;
}
.slick-slide .tags li {
    display: inline-block;
    background: #fecc00;
    color: #04091e;
    padding: 4px 30px;
    font-weight: 300;
    font-weight: 700;
}

.slick-prev:before, .slick-next:before {
    color: #fecc00!important;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #04091e;
}

.background-yellow{    
    border: 2px solid #fecc00;
    opacity: 0.80;
}

.div-fixa-scroll {
    /*    background-color: red;
        width: 100px;
        height: 50px;*/
    margin-top: 50px; /* altura que está do topo */
    top: 50px; /* altura que vai parar antes do topo */
    position: sticky;
}

.content-wrap img {    
    max-width: 100%;
    height: auto;
    margin-left: 5px;
    margin-right: 10px;
}

/*loadind*/
.cssload-loader {
    width: 244px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size:18px;
    color: rgb(254,203,0);
    letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: rgb(254,203,0);
    position: absolute;
    animation: cssload-load 0.81s infinite alternate ease-in-out;
    -o-animation: cssload-load 0.81s infinite alternate ease-in-out;
    -ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
    -webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
    -moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
    top: 0;
}
.cssload-loader::after {
    bottom: 0;
}

@keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-o-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-ms-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-webkit-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-moz-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}
/*Endloadind*/

.card-body .content-wrap a{
    color: #3A98F7;
    text-decoration: underline;
    -webkit-text-decoration-color: #fecc00; /* Safari */  
    text-decoration-color: #fecc00;   
}


