﻿/* MOTIVOS */
.boxMotivosDestaque .boxConteudoMotivos{
    position: relative;
}
.boxMotivosDestaque .boxConteudoMotivos .btnSetaBaixo{
    position: absolute;
    top:-25px;
    left:50%;
    margin-left: -25px;
    outline:none;
    cursor:auto;
}

.boxMotivosDestaque{
    position:relative;
}
.boxMotivosDestaque .itemMotivo{
    background-repeat:no-repeat;
    background-size:cover;
    height:400px;
}
.boxMotivosDestaque .itemMotivo.bannersImagens{
    height:unset;
}

.boxMotivosDestaque .owl-item .boxConteudo{
    color:#fff;
    padding-top:65px;
    margin:auto;
    width:900px;
    line-height:1.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.boxMotivosDestaque .owl-item .boxConteudo .tituloMotivo{
    font-size:3rem;
    line-height:1.4em;
    font-weight:bold;
    margin-bottom:15px;
}
.boxMotivosDestaque .owl-item .boxConteudo .txtMot{
    font-size:1.125rem;
}
.boxMotivosDestaque .owl-item.active .boxConteudo .anima{
    animation-name: animEntradaTxt;
    animation-duration: 1s;
}
@keyframes animEntradaTxt {
    /*from{ transform: scale(0); }
    to{ transform: scale(1); }*/
    from{ opacity:0; transform:translateY(40px); }
    to{ opacity:1; transform:translateY(0); }
}

.boxMotivosDestaque .owl-nav{
    position:absolute;
    top:50%;
    margin-top:-23px;
    width:100%;
    color:#fff;
    font-size:46px;
}
.boxMotivosDestaque .owl-nav .owl-prev{
    position:absolute;
    left:15px;
}
.boxMotivosDestaque .owl-nav .owl-next{
    position:absolute;
    right:15px;
}
.boxMotivosDestaque .owl-dots{
    text-align:center;
    position:absolute;
    bottom:10px;
    width:100%;
}
.boxMotivosDestaque .owl-dots .owl-dot{
    display:inline-block;
    margin:0 5px;
    text-align:center;
}
.boxMotivosDestaque .owl-dots .owl-dot span{
    display:inline-block;
    width:30px;
    height:5px;
    background-color:#fff;
    border-radius:5px;
    transition:width .3s;
}
.boxMotivosDestaque .owl-dots .owl-dot.active span{
    width:5px;
}


@media (max-width:900px){
    .boxMotivosDestaque .owl-item .boxConteudo{
        width:100%;
    }

    .boxMotivosDestaque .owl-item .boxConteudo .tituloMotivo{
        font-size:2rem;
    }

    
}

@media (max-width:600px){
    .boxMotivosDestaque .itemMotivo{
        height:100vh;
        background-position:center center;
    }
    .boxMotivosDestaque .itemMotivo.bannersImagens{
        height:unset;
    }

    .boxMotivosDestaque .owl-item .boxConteudo{
        padding-top:0;
        height:100vh;
        display:flex;
        align-items:center;
    }
}


.contentFormQueroSaberMais .fancybox-content {
    padding: 30px;
    background-color: #fff;
    /*background: url('//www.unoeste.br/Areas/Graduacao/Content/imagens/bg-lead-tenho-interesse.jpg') no-repeat;*/
    background-color: #007c30;
    background-size: cover;
    border-radius: 10px;
}

    .contentFormQueroSaberMais .fancybox-content .fancybox-close-small {
        color: #fff;
    }

.boxFormMaisInformacoes {
    display: none;
    max-width: 400px;
    color: #fff;
    /*background: url(//www.unoeste.br/Areas/Graduacao/Content/imagens/bg-lead-tenho-interesse.jpg) no-repeat;*/
}

    .boxFormMaisInformacoes .titForm {
        background-color: #FF993E;
        padding: 15px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.2em;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .boxFormMaisInformacoes .blocoForm .groupForm:not(:last-child) {
        margin-bottom: 15px;
    }

    .boxFormMaisInformacoes .blocoForm .groupForm .rotulo {
        display: block;
        font-size: .8rem;
        margin-bottom: 3px;
    }

    .boxFormMaisInformacoes .blocoForm .groupForm .inpText {
        display: block;
        width: 100%;
        height: 40px;
        outline: none;
        border-radius: 5px;
        border: none;
        padding: 0 10px;
    }

    .boxFormMaisInformacoes .btnEnviarLead {
        display: inline-block;
        outline: none;
        cursor: pointer;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        background-color: #FF993E;
        padding: 10px 20px;
        border: none;
        border-radius: 50px;
        transition: background-color .2s;
    }

        .boxFormMaisInformacoes .btnEnviarLead:hover {
            background-color: #b55e00;
        }

.msgErro {
    background-color: #da5757 !important;
}