/**
 * @author Jeferson Duarte
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Cogel. All rights reserved.
 */

 :root {
    --pilar-1: #DF5E36;
    --pilar-2: #A01941;
    --pilar-3: #D28036;
    --pilar-4: #1A679B;
    --pilar-5: #00934F;
 }

 p {
     font-size: 1.35rem;
 }

 .cor-pilar5 {
     color: var(--pilar-5);
 }

 .cor-pilar4 {
     color: var(--pilar-4);
 }

 .cor-pilar3 {
     color: var(--pilar-3);
 }

 .cor-pilar2 {
     color: var(--pilar-2);
 }

 .cor-pilar1 {
     color: var(--pilar-1);
 }

 
@font-face {
    font-family: gotham-black;
    src: url("../webfonts/gotham-black.otf");
}
 
@font-face {
    font-family: gotham-bold;
    src: url("../webfonts/gotham-bold.otf");
}
 
@font-face {
    font-family: gotham;
    src: url("../webfonts/gotham.otf");
}

body {
    /* font-family: gotham; */
}

#estrategia p {
    text-align: justify;
}

.mostra-conteudo > .row {
    margin: 0;
}

.mostra-conteudo > .row > div {
    padding: 0;
}

 

#parceiros div:first-child {
    height: -moz-fit-content; 
    height: -webkit-fit-content; 
    height: fit-content;
}


@media (max-width: 980px) {

        
    .owl-carousel .owl-item img {
        width: 120px;
    }

    .marca-rodape {
        text-align: center;
    }
    
    .mt-8rem {
        margin-top: 4rem;
    }

    #menu nav {
        width: 100%;

    }

    #menu {
        padding: 0;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    #menu button {
        margin-bottom: .5rem;
    }

    #first-container .chamada-principal {
        text-align: center;

    }

    .chamada-secundaria h2 {
        font-size: 1.5rem;
        margin-top: .5rem;
    }

    .div-baixar-pdf {
        text-align: center;
        margin-bottom: .8rem;
    }

    #menu {
        justify-content: center;
    }
    .logo-superior {
        justify-content: center;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #construcao .conhecer-texto p {
        text-align: center;
    }

    #construcao .conhecer-texto {
        text-align: center;
    }

    #construcao .baixar-pdf2 {
        margin-bottom: .5rem;
    }

    .rodape-cogel {
        background-color: rgba(255, 255, 255, 0.8);
        display: flex !important;
        justify-content: center;
        align-items: center;
        /* height: 2.5rem; */
        bottom: 1rem;
        text-align: center;
        margin-top: 1rem;
    }

    #parceiros .marca-rodape {
        margin-top: 2.8rem;
        margin-bottom: 3rem;
    }
    
    #parceiros .marca-rodape img {
        max-width: 100%;
    }

    .panel-conteudo p {
        margin: 1rem;
        text-align: justify;
    }

    #menu li.nav-item {
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: .2rem 0 .2rem 0;
    }

    #estrategia .col-12:last-child {
        text-align: center;
        margin-bottom: 1rem;
    }

    #construcao .botao-construcao {
        text-align: center;
        margin-bottom: 1rem;
    }
}


.chamada-secundaria p {
    font-size: 1.45rem;
}

.baixar-pdf:hover {
    background-color: rgba(12, 12, 12, 0.6);
    border: solid 2px white;
}

.baixar-pdf {
    width: 200px;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem transparent !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: rgba(12, 12, 12, 0.9) !important;
    border-color: white !important;
}

@media (min-width: 980px) {

    .chamada-secundaria p {
        font-size: 1.65rem;
    }

    .owl-carousel .owl-item img {
        width: 170px;
    }

    .chamada-principal p {
        font-size: 2.5rem;    
    }



    .mostra-conteudo span {
        font-size: 2rem;
    }

    .rodape-cogel .col-12 {
        display: flex !important;
        padding: 0;
        
        align-items: center;
    }

    .rodape-cogel > .row {
        width: 100%;
        text-align: center;
    }

    .rodape-cogel > .row > .col-12:nth-child(1) {
        justify-content: flex-end;
    }

    .rodape-cogel > .row > .col-12:nth-child(2) {
        justify-content: flex-start;
    }

    .rodape-cogel {
        background-color: rgba(255, 255, 255, 0.8);
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 2.5rem;
        position: absolute;
        bottom: 1rem;
    }

    .owl-carousel {
        height: 45%;
    }

    
    .marca-rodape {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
        position: absolute;
        bottom: 4rem;    
    }

    .marca-rodape img{width: 20%;}

    #construcao .conhecer-texto {
        font-size: 1.4rem;
        text-align: right;
    }

    #construcao .conhecer-texto p {
        font-size: 1.4rem;
        text-align: right;
    }

    
    .mt-8rem {
        margin-top: 4rem;
    }

    #estrategia .baixar-pdf2 {
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        padding-top: 1rem;
        margin-left: 7rem;
    }

  

    .chamada-secundaria {
        /* padding-top: 2rem; */
        padding: 5rem 12vw;
    }
    
    

    .baixar-pdf {
        font-size: 1.5rem;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        padding-top: 1rem;
        margin-left: 6rem;
    }



    #menu, .logo-superior {
        height: 6rem;
        margin-top: 3rem;
    }

    #menu {
        padding-right: 3rem;
        justify-content: center;
        background-color: rgba(12, 12, 12, 0.6);
    }


    #first-container .chamada-principal {
        margin-top: 8rem;
        font-size: 3rem;
        padding-left: 7rem;
    }

    #pilares {
        padding-left: 7rem;
        padding-right: 7rem; 
    }

    #estrategia {
        padding-left: 7rem;
        padding-right: 7rem; 
    }

    #construcao {
        padding-left: 7rem;
        padding-right: 7rem; 
    }

    .panel-conteudo p {
        margin: 2rem;
        text-align: justify;
    }

    
}

    
.logo-superior {
    padding-left: 4rem;
}

@media (max-width: 1280px) {

        
    .logo-superior {
        padding: 1rem .3rem;
    }

    
    #estrategia .col-12:last-child {
        text-align: center;
    }

    .baixar-pdf2 {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 400px) {

    .baixar-pdf {
        width: 40%;
    }


    .owl-carousel .owl-item img {
        width: 100px !important;
    }
}

@media (min-width: 1000px) {
    #estrategia .col-12:last-child {
        text-align: right;
    }
}


@media (min-width: 1250px) {

    #estrategia .col-12:last-child {
        text-align: end;
    }

    #construcao .botao-construcao {
        text-align: end;
        margin-bottom: 4rem;
    }

     
    #estrategia {
        background-size: cover;
        /* height: calc(100vw * 0.5675); */
    }
    
     #pilares {
        background-size: cover;
        /* height: calc(100vw * 1.1344); */
    
        align-content: flex-start;
        
    }

    #construcao {
        background-size: cover;
        /* height: calc(100vw * 0.659); */
    }

    #first-container {

        background-size: cover;
        /* height: calc(100vw * 0.53625); */
    }
}


@media (min-width: 980px) {

    
    
     #parceiros {
        background-size: 100% auto;
        position: relative;
        height: calc(100vw * 0.345);
    }


}

#first-container {
    background-image: url("../images/bg-topo.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

 #estrategia {
    background-image: url("../images/bg-estrategia.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
#pilares {
    background-image: url("../images/bg-pilares.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;

    align-content: flex-start;
    
}
#construcao {
    background-image: url("../images/bg-estrategia2.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
#parceiros {
    background-image: url("../images/bg-rodape.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
 

#construcao p {
    text-align: justify;
}





#construcao .conhecer-texto {
    margin-bottom: .5rem;

}

 


ul.nav.menu.mod-list li > a{
    margin-right: 3rem;
    color: white;
}

.background-transparente {
    background-color: rgba(12, 12, 12, 0.6);
}

.background-transparente-escuro {
    background-color: rgba(12, 12, 12, 0.9);
}

.logo-superior img {
    width: 10rem;
}


#first-container {
    /* align-content: baseline; */
    /* padding-left: 7rem; */
    /* padding-right: 7rem; */
}

#first-container .chamada-principal {
    font-size: 1.5rem;
    color: white;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

#first-container p {
    color: white;
}

.cor-anil {
    color: #1A85B0;
}

.cor-anil-claro {
    color: #1d95c5;
}

.baixar-pdf {
    border: 2px solid white;
    background-color: transparent;
    color: white !important;
}

.baixar-pdf2 {
    border: 2px solid #1A85B0;
    background-color: transparent;
    color: #1A85B0;
    font-size: 1.5rem;
}


button.mostra-conteudo {
    height: 9rem;
    width: 100%;
    border: none;

}

.mostra-conteudo span {
    color: white;
}

button.mostra-conteudo img {
    max-height: 100%;
}

.panel-conteudo {
    background-color: rgba(255, 255, 255, 0.8);
}



#pilares .panel:nth-child(2) .mostra-conteudo{
    background-color: #E15D2C;
}

#pilares .panel:nth-child(3) .mostra-conteudo{
    background-color: #A01941;
}

#pilares .panel:nth-child(4) .mostra-conteudo{
    background-color: #D28036;
}

#pilares .panel:nth-child(5) .mostra-conteudo{
    background-color: #1A679B;
}

#pilares .panel:nth-child(6) .mostra-conteudo{
    background-color: #00934F;
}


.owl-carousel {
    background-color: rgb(255, 255, 255);
    display: flex !important;
    justify-content: center;
    align-items: center;
    
}


.owl-stage {
    display: flex;
    align-items: center;
}

.owl-stage img {
    max-height: 150px;
    max-width: auto;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.owl-stage-outer {
    text-align: center;
    /* position: relative; */
}

.active img {
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    width: 100%;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block !important;
    border:0px solid black ;
    

}



.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1rem;
    display: block !important;
    border:0px solid black;
}

.owl-prev:focus, .owl-next:focus {outline:0;}
.owl-prev i, .owl-next i {font-size: 4rem; color: rgb(0, 0, 0);}





html {
    scroll-behavior: smooth;
}
