﻿*{
    transition:font-size .3s;
}

/* ABERTURA */
.secAbertura{
    position:relative;
    min-height:100vh;
    overflow:hidden;
}
.secAbertura-video{
    
}

.secAbertura-cabecalho{
    position:absolute;
    z-index:999;
    top:0;
    width:100%;
    padding-top:70px;
}
.secAbertura-cabecalho .boxLogo{
    max-width:290px;
}

.secAbertura .listaRedesSociais{
    position:absolute;
    margin-top:-62px;
    top:50%;
    right:60px;
    display:flex;
    flex-direction:column;
    background-color:rgba(0,0,0,.6);
    padding:10px;
    border-radius:10px;
}
.secAbertura .listaRedesSociais li:not(:last-child){
    margin-bottom:.5em;
}
.secAbertura .listaRedesSociais a{
    color:#fff;
    font-size:1.5rem;
    display:block;
    text-align:center;
    transition:color .3s;
}
.secAbertura .listaRedesSociais a:hover{
    color:#55d88d;
}

.secAbertura .secAbertura-rodape{
    position:absolute;
    width:100%;
    display:flex;
    justify-content:center;
    bottom:30px;
}
.secAbertura .secAbertura-rodape .btnMouseSrollDown{
    width:130px;
    
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;

    text-align:center;
    background-color:transparent;
    padding:0;
    margin:0;
    border:none;

    outline:none;

    cursor:pointer;
}
.secAbertura .secAbertura-rodape .btnMouseSrollDown .imgMouse{
    width:30px;
    display:block;
    margin-bottom:10px;
}
.secAbertura .secAbertura-rodape .btnMouseSrollDown .txtBtn{
    font-size:.7rem;
    color:#fff;
    display:block;
}

.secAbertura .secAbertura-rodape .btnMouseSrollDown .imgMouse .seta1{    
    animation-name: animMouse;
    animation-duration: .7s;
    animation-iteration-count: infinite;
}
.secAbertura .secAbertura-rodape .btnMouseSrollDown .imgMouse .seta2{
    animation-name: animMouse;
    animation-duration: .7s;
    animation-delay: .3s;
    animation-iteration-count: infinite;
}

@keyframes animMouse {
    0%   {opacity: 0;}
    25%  {opacity: .5;}
    50%  {opacity: 1;}
    75%  {opacity: .5;}
    100% {opacity: 0;}
}
/* FIM ABERTURA */





/* SOBRE */
.secSobre{
    
}
.secSobre .secSobre-conteudo{
    display:flex;    
}
.secSobre .secSobre-conteudo .item{
    width:100%;
}
.secSobre .secSobre-conteudo .item.boxTexto{
    padding:40px 60px 40px 20px;
    width:40%;
}
.secSobre .secSobre-conteudo .item.boxTexto .linhaSep{
    width:168px;
    height:10px;
    background-color:#55d88d;
    margin-bottom:20px;
}
.secSobre .secSobre-conteudo .item.boxTexto .titulo{
    font-size:3rem;
    margin-bottom:30px;    
}
.secSobre .secSobre-conteudo .item.boxTexto p{
    line-height:1.5em;
    font-size:1.2rem;
}
.secSobre .secSobre-conteudo .item.boxTexto p:not(:last-child){
    margin-bottom:1.5em;
}
.secSobre .secSobre-conteudo .item.boxSlideFotos{
    background-color:#808080;
    overflow:hidden;
}
.secSobre .secSobre-conteudo .item.boxSlideFotos .slideFotosSobre .item{        
    width:100%;
    min-height:700px;  
    background-color:#fff;
    background-repeat:no-repeat;
    background-size:cover;
}

.secSobre .owl-dots{
    text-align:center;
    position:absolute;
    bottom:10px;
    width:100%;
}
.secSobre .owl-dots .owl-dot{
    display:inline-block;
    margin:0 5px;
    text-align:center;
}
.secSobre .owl-dots .owl-dot span{
    display:inline-block;
    width:30px;
    height:5px;
    background-color:#fff;
    border-radius:5px;
    transition:width .3s;
}
.secSobre .owl-dots .owl-dot.active span{
    width:5px;
}
/* FIM SOBRE */





/* CONHECA A USINA */
.secConheca{
    background-image: url(https://www.unoeste.br/Areas/Hotsites/Content/imagens/UsinaFotovoltaica/bg-conheca-usina.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    padding:60px 0 60px;    
}
.secConheca .secConheca-conteudo{
    max-width:1070px;
    margin:0 auto;
}
.secConheca .linhaDiv{
    width:168px;    
    height:10px;
    margin:0 auto 30px auto;
    background-color:#7f40e2;
}
.secConheca .titulo{
    font-size:4.5rem;
    color:#fff;
    text-align:center;
    margin-bottom:.6em;
}
.secConheca .boxTextoConheca{
    max-width:874px;
    margin:0 auto 40px auto;
    background-color:#fff;
    font-size:1.2rem;
    line-height:1.5em;
    padding:1.5em 2em;
    text-align:center;
    border-radius:10px;
}
.secConheca .boxBtnGaleria{
    text-align:center;
}
.secConheca .boxBtnGaleria .btnAbrirGaleria{
    font-family: 'PantonBlackCaps', sans-serif;
    background-color: #7f40e2;
    color: #fff;
    font-size:2em;
    border:none;
    border-radius:5px;
    padding:10px 30px;
    cursor:pointer;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    transition: color .3s, background-color .3s, box-shadow .3s;
    display:inline-block;
    text-decoration:none;
}
.secConheca .boxBtnGaleria .btnAbrirGaleria:hover{
    color:#55d88d;
    box-shadow: 3px 3px 3px rgba(0,0,0, .3);
}
/* FIM CONHECA A USINA  */




/* CURIOSIDADES */
.secCuriosidades{
    padding-top:60px;
}
.secCuriosidades .linhaDiv{
    width:168px;    
    height:10px;
    margin:0 auto 30px auto;
    background-color:#55d88d;
}
.secCuriosidades .titulo{
    font-size:4.5rem;
    color:#434244;
    text-align:center;
    margin-bottom:120px;
}
.secCuriosidades .boxConteudoCuriosidades{
    background-color:#f7f7f7;
    padding:0 0 60px;
}


.secCuriosidades .boxContainerSlideCuriosidades{
    width:100%;
    display:flex;
    justify-content:space-between;
}
.secCuriosidades .boxContainerSlideCuriosidades .boxBtnPrev{ 
    order:0;
}
.secCuriosidades .boxContainerSlideCuriosidades .boxBtnNext {
    order:2;
}
.secCuriosidades .boxContainerSlideCuriosidades .boxItensCuriosidades{
    order: 1;
}

.secCuriosidades .boxContainerSlideCuriosidades .boxBtn{    
    display:flex;
    align-items:flex-end;
}
.secCuriosidades .boxContainerSlideCuriosidades .boxBtn .btnMoveSlide{
    padding:15px 30px;
    color:#fff;
    background-color:#7f40e2;
    border:none;
    font-size:2rem;
    cursor:pointer;
    outline:none;
    border-radius:5px;
    transition:transform .3s, background-color .3s, color .3s;
}
.secCuriosidades .boxContainerSlideCuriosidades .boxBtn .btnMoveSlide:hover{
    transform:scale(.9);
    color:#7f40e2;
    background-color:#55d88d;
}

.secCuriosidades .boxItensCuriosidades .itemCuriosidade{    
    display:none;
    font-size:1.2rem;
    line-height:1.4em;
    width:80%;
    margin:0 auto;
    text-align:center;
    position:relative;
    padding-top: 124px;
    opacity:0;    
    transition:opacity .3s;
}
.secCuriosidades .boxItensCuriosidades .itemCuriosidade.show{
    display:block;
    opacity: 1;
}
.secCuriosidades .boxItensCuriosidades .itemCuriosidade .boxIcone{
    width:200px;
    position:absolute;
    top:-110px;
    left:50%;
    margin-left:-100px;
}
/* FIM CURIOSIDADES */





/* EMPRESAS */
.secEmpresas{
    padding-top:60px;
}
.secEmpresas .linhaDiv{
    width:168px;    
    height:10px;
    margin:0 auto 30px auto;
    background-color:#55d88d;
}
.secEmpresas .titulo{
    font-size:4.5rem;
    color:#434244;
    text-align:center;
    margin-bottom:60px;
}
.secEmpresas .listaEmpresas{
    display:flex;
    justify-content:center;
    align-items:center;
}
.secEmpresas .listaEmpresas li:not(:last-child){
    margin-right:60px;
}
/* FIM EMPRESAS */



/* RODAPE */
.rodapeSite .boxAnimacaoPlacas{
    position:relative;
    z-index:9;
    margin-bottom:-50px;
    overflow:hidden;
}
/* FIM RODAPE */



@media( max-width: 1649px ){
    .limite{
        padding-left:15px;
        padding-right:15px;
    }
}

@media (max-width:1311px){
    .secSobre .secSobre-conteudo .item.boxTexto .titulo{
        font-size:2.5rem;
    }
}

@media (max-width:1114px){
    .secSobre .secSobre-conteudo .item.boxTexto .titulo{
        font-size:2rem;
    }
}


@media( max-width:900px ){
    .limite{
        width:100%;
    }

    .secAbertura{
        min-height:100%;
        background:#000 url(https://www.unoeste.br/Areas/Hotsites/Content/imagens/UsinaFotovoltaica/bg-video-mobile.jpg) no-repeat;
        background-size:cover;
        background-position:0 0;
    }

    .videoBgUsina{
        display:none;
    }


    .secAbertura-cabecalho {
        padding-top: 25px;
    }
    
    .secAbertura-cabecalho .boxLogo {
        max-width: 220px;
        margin:0 auto;
    }

    .secAbertura .listaRedesSociais {
        display:none;
    }
    .secAbertura .secAbertura-rodape{
        bottom:10px;
    }


    .secSobre .limite{
        padding:0;
    }
    .secSobre .secSobre-conteudo{
        display:flex;    
        flex-direction:column;
    }
    .secSobre .secSobre-conteudo .item{
        width:100%;
    }
    .secSobre .secSobre-conteudo .item.boxTexto{
        padding:40px 20px 20px;
        width:100%;
        order:1;
    }
    .secSobre .secSobre-conteudo .item.boxTexto .linhaSep{
        height:6px;
    }
    .secSobre .secSobre-conteudo .item.boxTexto .titulo {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .secSobre .secSobre-conteudo .item.boxSlideFotos{
        background-color:#808080;
        overflow:hidden;
        order:0;
    }
    .secSobre .secSobre-conteudo .item.boxSlideFotos .slideFotosSobre .item{        
        width:100%;  
        min-height:300px;  
        background-color:red;
        background-repeat:no-repeat;
        background-size:cover;
    }


    .secConheca .titulo {
        font-size: 3rem;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,.8);
        margin-bottom: .6em;
    }
    .secConheca .linhaDiv{
        height:6px;
    }
    .secConheca .boxTextoConheca {
        max-width: 100%;
        padding: 1em;
    }
    .secConheca .boxBtnGaleria {
        text-align: center;
    }
    .secConheca .boxBtnGaleria .btnAbrirGaleria {
        font-size: 1.4rem;
        display:block;
        width:100%;
    }


    .secCuriosidades .titulo {
        font-size: 3rem;
        margin-bottom: 155px;
    }
    .secCuriosidades .boxContainerSlideCuriosidades .boxBtn {
        display: flex;
        align-items: center;
        display:none;
    }


    .secEmpresas{
        padding-bottom:60px;
    }
    .secEmpresas .titulo{
        font-size:2.5rem;
        color:#434244;
        text-align:center;
        text-shadow: 1px 1px 1px rgba(0,0,0,.8);
        margin-bottom:60px;
    }
    .secEmpresas .listaEmpresas{
        width:80%;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .secEmpresas .listaEmpresas li:not(:last-child){
        margin-right:0;
        margin-bottom:60px;
    }


    .rodapeSite{
        padding-top:0;
    }
    .rodapeSite .rodapeSite-conteudo{
        padding:60px 0 40px 0;
    }
    .rodapeSite .boxAnimacaoPlacas{
        margin-bottom:-30px;
    }
    .rodapeSite .rodapeSite-conteudo .cred{
        font-size:.8rem;
    }
}