﻿@import 'lib/jquery.fancybox-2.1.5.css';

.banner__texto {
    background: rgb(0 0 0 / 30%);
    text-shadow: rgb(0 0 0 / 40%) 0px 2px 3px;
    padding: 10px;
    margin-bottom: 150px;
}
    .banner__texto p.titulo {
        color: #fff;
        font-weight: 700;
        letter-spacing: -.25px;
    }
    .banner__texto p.subtitulo {
        color: #fff;
        font-weight: 400;
    }
.slider .carousel-indicators {
    left: 0px !important;
    right: 0px !important;
    text-align: center !important;
    width: fit-content !important;
    background: #fff;
    padding: 6px 9px 6px 9px !important;
    display: flex;
    margin: auto !important;
    border-radius: 4px;
}

.slider {
    padding-top: 120px;
    background: #1c1919;
}

    @media(max-width:768px){
       
        .banner__texto p.titulo {
            font-size: 24px;
        }
        .banner__texto p.subtitulo {
            font-size: 16px;
        }
        /*.banner__texto {
            margin-top: 42%;
        }*/
        .banner__texto {
            margin-bottom: 50px;
        }
        
    }
@media(min-width:768px) {
    /*.banner__texto {
        margin-top: 46%;
    }*/
    .banner__texto p.titulo {
        font-size: 45px;
    }
    .banner__texto p.subtitulo {
        font-size: 24px;
    }

    .slider {
        padding-top: 36px;
    }
}
/*links rapido*/
.link__rapido{
    padding:30px 0px;
}
.link__rapido .item{
   height:78px;
}
.link__rapido__item {
    display: flex;
    align-items: center;
    border: 1px solid #00364157;
    padding: 20px;
    justify-content: center;
    border-radius: 3px;
    height: 100%;
}
    .link__rapido__item p {
        color: #404040;
        font-size: 18px;
        font-weight: 600;
    }
    .link__rapido__item i {
        font-size: 36px;
        margin-right: 10px;
        color: #404040;
    }
    .link__rapido__item:hover {
        border: 2px solid #73AA17;
    }
.link__rapido .owl-dots {
    display: flex;
    justify-content: center;
    margin: 17px;
}
    .link__rapido .owl-dots .owl-dot {
        height: 15px;
        width: 15px;
        margin: 6px 2px;
        border-radius: 50px;
        background: #fff;
        border: 1px solid #CECECE;
    }
    .link__rapido .owl-dots .owl-dot.active {
        background:#262626;
    }
/*cursos*/
/*.curso .item {
    width: 331px
}*/
.curso__item {
    position: relative;
    transition: all .5s;
    min-width: 329px;
}
.curso__item__overlay {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    transition: all .5s;
}
.curso__item__texto {
    position: absolute;
    bottom: 0px;
    padding: 15px 10px 40px 40px;
    width: 100%;
    transition: all .5s;
    height: 177px;
}
    .curso__item__texto .titulo,
    .curso__item__texto .titulo a {
        font-size: 34px;
        font-weight: 900;
        color: #fff;
        margin-bottom: 8px;
        line-height: normal;
    }
        .curso__item__texto .titulo:before {
            content: " ";
            width: 60px;
            height: 5px;
            background: #73AA17;
            position: absolute;
            top: 6px;
        }
    .curso__item__texto .titulo__inscricoes:before {
        background: #E6AD58;
    }
.curso__item__texto__toggle {
    display: none;
    transition: all .5s;
}
    .curso__item__texto__toggle a,
    .curso__item__texto__toggle span{
        display: block;
        font-size: 16px;
        color: #fff;
        margin-bottom: 6px;
    }
.curso__item:hover .curso__item__texto__toggle {
    display: block;
    transition: all .5s;
}
.curso__item:hover .curso__item__overlay {
    background: #00000040;
}
.curso__item:hover .curso__item__texto{
    height:auto;
}
.curso__item:hover {
    background-size: 110% !important;
}
.curso .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}
@media(max-width:768px) {
    .curso__item__texto__toggle {
        display: block !important;
        transition: all .5s;
    }
     .curso__item__texto {
        height: auto !important;
    }
}

/*noticia*/
.noticia__home{
    margin:30px 0px;
}
    .noticia__home h2 {
        font-weight: bold;
        font-size: 26px;
        position: relative;
        padding-left: 13px;
        margin:15px 0px 40px 0px;
    }
    .noticia__home h2:before {
        content:" ";
        background:#73AA17;
        height:32px;
        width:5px;
        position:absolute;
        left:0px;
    }
.noticia__home .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}
@media(min-width:768px){
    .noticia__home .owl-item:first-child {
        width: 68% !important;
    }
}
@media(max-width:768px){
    .noticia__item .img {
        height: 300px !important;
    }
}
/*vídeo upf*/
.sobre__upf {
    background: url(img/portal/home/sobre/bg-md.jpg) no-repeat center center;
    background-size: cover;
    margin:60px 0px 0px 0px;
}
.video__upf__img {
    position: relative;
    top: -34px;
}
    .video__upf__img a {
        display: block;
        position: relative;
    }
    .sobre__upf__play {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.sobre__upf__texto {
    padding: 30px;
}
.sobre__upf__texto h4{
   color: #404040;
   font-size:40px;
   font-weight:900;
   margin-bottom:15px;
}
    .sobre__upf__texto h5 {
        color: #404040;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .sobre__upf__texto p {
        color: #404040;
        font-size: 16px;
        line-height:24px;
    }
    @media(min-width:768px){
        .sobre__upf__texto {
            margin-top: 5%;
        }
    }