@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1; }
}
@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.fadeIn {
    -webkit-animation: fadeIn 0.5s ease-in-out;
    -moz-animation: fadeIn 0.5s ease-in-out;
    -o-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

*{
    margin: 0 auto;
    padding: 0; 
    scroll-behavior: smooth;  
    transition: all .4s;
}

body{
    background-color: white;
}

.top_slider{
    width: 100%;
    height: 70px;
    background-color:rgb(9,28,58);
}

#sobre{
    background-color:rgb(9,28,58);
    margin-top: 2%;
    padding-top: 35px;
    width: 100%;
}

#sobre .proposito{
    width: 1200px;
    background-color:rgb(9,28,58);
    display: flex;
    flex-direction: row;
}

.proposito .left{
    width: 50%;
    height: 460px;
    background-image: url("../../img/img_sobre.png");
    background-size:contain;
    background-repeat: no-repeat;
}

.proposito .right{
    width: 85%;
    height: 100px;
    padding: 10% 2%;
    margin-left: 5%;
}

.proposito h1{
    font-family: 'Cinzel';
    font-size: 30px;
    color: rgb(187,214,63);
}

.proposito p{
    font-family: 'Cinzel';
    font-size: 20px;
    text-align: justify;
    color: white
}

.proposito b{
    color: rgb(187,214,63);
}

.quem_somos{
    width: 100%;
    background-color: white;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 45px;
}

.quem_somos .pergunta{
    width: 100%;
    height: 100px;
    background-color: rgb(184,192, 15);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pergunta .texto{
    width: 1200px;
    padding: 30px;
}

.pergunta .texto h1{
    width: 1200px;
    font-family: 'Cinzel';
    font-size: 32px;
    text-align: center;
    color: rgb(9,28,58);
}

.quem_somos .resposta{
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resposta .texto{
    width: 1200px;
    padding: 30px;
}

.resposta .texto h2{
    width: 1200px;
    font-family: 'Cinzel';
    font-size: 20px;
    text-align: center;
    color: rgb(9,28,58);
}

.footer{
    width: 100%;
    height: 150px;
    background-color: rgb(184,192, 15);
}


footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    margin-bottom: 0px;
    background-color: rgba(184,192, 15, 1);
    display: flex;
    flex-direction: column;   
}

footer .footer{
    width: 1200px;
    height: auto;
    padding: 10px 00px;
    background-color: rgba(184,192, 15, 1);
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.footer img{
    width: 30% 
}
.footer h1{
    margin-top: 35px;
    font-family: 'Cinzel';
    font-size: 18px;
    text-align: center;
    color: rgb(9,28,58);
}
.whats_bottom{
    position:fixed;
    width:335px;
    height:60px;
    bottom:40px;
    right:40px;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /*box-shadow: 2px 2px 3px rgb(0, 155, 31);  */
    z-index:1000;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    display: flex;
    flex-direction: row;
}

.whats_bottom img{
    width:60px;
    height:60px;
    float: right;
    cursor: pointer;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    transition: all .6s;
}

.whats_bottom img:hover{
    width:70px;
    height:70px;
}

.whats_bottom h1{
    float: left;
    width:250px;
    margin: auto;
    height:15px;
    padding: 8px;
    font-family: 'Cinzel';
    font-size: 13px;
    background-color: rgba(0,0,0,0.8);
    color: white;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
}

@media screen and (max-width: 1285px) {
    #sobre .proposito{
        width: 930px;
        background-color:rgb(9,28,58);
        display: flex;
        flex-direction: row;
    }

    #sobre .proposito .left{
        width: 930px;
        background-color:rgb(9,28,58);
        display: flex;
        flex-direction: row;
    }

    #sobre .texto{
        width: 930px;
        padding: 30px;
    }

    #sobre .pergunta .texto h1{
        width: 930px;
        font-family: 'Cinzel';
        font-size: 32px;
        text-align: center;
        color: rgb(9,28,58);
    }

    #sobre .resposta .texto h2{
        width: 930px;
        font-family: 'Cinzel';
        font-size: 20px;
        text-align: center;
        color: rgb(9,28,58);
    }

    #rodape .footer{
        width: 930px;
        height: auto;
        padding: 10px 00px;
        background-color: rgba(184,192, 15, 1);
        display: flex;
        flex-direction: column;
        align-items: center;    
    }
}

@media screen and (max-width: 975px) {
    #sobre .proposito{
        width: 90vw;
        height: auto;
    }

    #sobre .proposito .left{
        display: none;
    }

    #sobre .proposito .right{
        width: 100vw;
        height: auto;
        margin-left: 0;
        padding: 10% 0%;
    }

    #sobre .proposito .right h1{
        text-align: center;
    }

    #sobre .proposito .right p{
        text-align: center;
    }

    #sobre .texto{
        width: 90%;
        padding: 0px;
    }

    .quem_somos .pergunta{
        width: 100vw;
    }

    #sobre .pergunta .texto h1{
        width: 90vw;
    }

    #sobre .resposta .texto h2{
        width: 90vw;
    }

    #rodape .footer{
        width: 100%;
        height: auto;
        padding: 10px 00px;
        background-color: rgba(184,192, 15, 1);
        display: flex;
        flex-direction: column;
        align-items: center;    
    }

    #rodape .footer img{
        width: 50%;   
    }

    body .whats_bottom{
        display: none;
    }
}