/* Padroes do site */
@font-face{
	font-family: Nunito-Regular;
	src: url('../fonts/nunito-regular.ttf');
}
@font-face{
	font-family: Nunito-Medio;
	src: url('../fonts/nunito-medio.ttf');
}
@font-face{
	font-family: Nunito-Bold;
	src: url('../fonts/nunito-bold.ttf');
}
@font-face{
	font-family: Nunito-ExtraBold;
	src: url('../fonts/nunito-extrabold.ttf');
}
@font-face{
	font-family: Nunito-Black;
	src: url('../fonts/nunito-black.ttf');
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Nunito-Regular";
    font-optical-sizing: auto;
    font-style: normal;
}
.linha{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.centro{
    width: 1366px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
/* Rodapé sempre embaixo */
html, body, #corpo{
    height: 100%;
}
body > #corpo{
    height: auto;
    min-height: 100%;
}
#conteudo{
    padding-bottom: 320px;
}
#rodape{
    height: 320px;
    margin-top: -320px;
    background: #004138;
}
/* Topo do site */
.cabecario{
    height: 135px;
}
.cabecario .linha{
    align-items: flex-start;
}
.cabecario .bloco{
    display: flex;
    align-items: center;
}
.cabecario .logo{
    width: 200px;
    min-width: 200px;
    height: 135px;
}
.cabecario .logo a{
    width: 100%;
}
/* Dados do topo desktop*/
.menu .mobile{
    display: none;
    z-index: 992;
}
.menu .desktop .contatos{
    justify-content: flex-end;
    align-items: center;
    height: 65px;
}
.menu .desktop .instagram a{
    height: 22px;
    line-height: 22px;
}
.menu .desktop .instagram img{
    margin-top: 1px;
    height: 22px;
}
.menu .desktop .whatsapp a{
    padding: 5px 10px 5px 35px;
    box-sizing: border-box;
    border: solid 1px #6cb52d;
    border-radius: 30px;
    background-image: url('../img/whatsapp.svg');
    background-size: 30px;
    background-position: left;
    background-repeat: no-repeat;
    -webkit-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
.menu .desktop .whatsapp a:hover{
    background-color: #6cb52d;
    color: #ffffff;
}
.menu .desktop .whatsapp p{
    font-family: "Nunito-ExtraBold";
}
/* Menu para desktop */
.menu .desktop .links{
    height: 70px;
    align-items: flex-end;
}
.menu .desktop ul{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    list-style: none;
}
.menu .desktop li{
    margin: 5px 0;
}
.menu .desktop a{
    padding: 10px 14px;
    font-family: "Nunito-Bold";
    font-size: 11pt;
    color: #004138;
}
.menu .desktop a:hover{
    color: #86c388;
}
.menu .desktop .cartao{
    padding: 10px 15px;
    border-radius: 30px;
    background: #004138;
    color: #86c388;
    font-size: 10pt;
    -webkit-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
.menu .desktop .cartao:hover{
    background: #86c388;
    color: #004138;
}
/* Dados e menu para mobile */
.menu .mobile{
    display: none;
}
.menu .mobile .contatos{
    justify-content: flex-end;
    align-items: center;
    height: 65px;
}
.menu .mobile .instagram a{
    height: 22px;
    line-height: 22px;
}
.menu .mobile .instagram img{
    margin-top: 1px;
    height: 22px;
}
.menu .mobile .whatsapp a{
    padding: 5px 10px 5px 35px;
    box-sizing: border-box;
    border: solid 1px #6cb52d;
    border-radius: 30px;
    background-image: url('../img/whatsapp.svg');
    background-size: 30px;
    background-position: left;
    background-repeat: no-repeat;
    -webkit-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
.menu .mobile .whatsapp a:hover{
    background-color: #6cb52d;
    color: #ffffff;
}
.menu .mobile .whatsapp p{
    font-family: "Nunito-ExtraBold";
}
.menu .mobile a{
    padding: 10px 14px;
    font-family: "Nunito-Bold";
    font-size: 10pt;
    color: #004138;
}
.menu .abremenu{
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
    background-image: url("../img/bg_abremenu.svg");
}
.menu .ativo{
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
    background-image: url("../img/bg_fechamenu.svg");
}
.menu .menu_mobile{
    display: none;
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 65, 56, 0.9);
}
.menu .menu_mobile ul{
    padding: 20px;
    list-style: none;
}
.menu .menu_mobile ul li a{
    color: #ffffff;
    display: block;
    padding: 12px 10px;
    font-size: 11pt;
}
.menu .menu_mobile .cartao{
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 12px 20px;
    background-color: #41ab34;
    border-radius: 30px;
}
/* Banner principal (aparece em todas as páginas) */
.banner{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner img{
    display: block;
    width: 100%;
}
.banner.mobile{
    display: none;
}
/* Rodapé do site */
#rodape .centro{
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
#rodape .dados{
    margin-top: 40px;
}
#rodape .logo{
    width: 200px;
}
#rodape .logo img{
    width: 100%;
}
#rodape .informacoes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: #ffffff;
}
#rodape .direitos{
    margin-bottom: 40px;
    flex-direction: column;
    text-align: center;
    color: #86c388;
}
#rodape .direitos a{
    color: #86c388;
    font-family: "Nunito-Bold";
}
/* Botão flutuante do whatsapp */
.bt_whatsapp{
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 991;
}
.bt_whatsapp img{
    width: 45px;
    height: 45px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
.bt_whatsapp:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/* CSS para dispositivos mobile */
@media screen and (max-width:1170px){
    .menu .desktop a{
        padding: 10px 7px;
        font-size: 10pt;
    }
    .menu .desktop .cartao{
        padding: 10px 10px;
        font-size: 8.5pt;
    }
}
@media screen and (max-width:1024px){
    .menu .desktop{
        display: none;
    }
    .menu .mobile{
        display: block;
    }
}
@media screen and (max-width:770px){
    #rodape .logo{
        width: 160px;
    }
    #rodape .informacoes{
        font-size: 11pt;
        text-align: right;
    }
    #rodape .direitos{
        font-size: 11pt;
    }
}
@media screen and (max-width:700px){
    .banner.pc{
        display: none;
    }
    .banner.mobile{
        display: block;
    }
}
@media screen and (max-width:480px){
    .menu .mobile .whatsapp a{
        padding: 0;
        width: 30px;
        height: 30px;
        border: none;
    }
    .menu .mobile .whatsapp p{
        display: none;
    }
    .menu .mobile .instagram img{
        margin-top: 0;
    }
}