/* 

CORES:

Amarelo:                 #F7BD32
--------------------------------
Verde:                   #A7C856
--------------------------------
Laranja:                 #F28431
--------------------------------
Verde claro:             #138D82
--------------------------------
Vermelho claro:          #EC6350

*/



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Icones----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.icon{
    display: block;
    background-size: contain;
    margin: 0 2px;
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 2px;
    background: url('/img/sprite.png') no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
}

.icon.facebook-icon {
    background-position: -10px -139px;
}
.icon.instagram-icon {
    background-position: -10px -173px;
}
.icon.lupa-icon {
    background-position: -10px -207px;
}
.icon.email-icon {
    background-position: -10px -105px;
}
.icon.telefone-icon {
    background-position: -10px -280px;
}
.icon.banana-icon {
    background-position: -10px -314px;
    height: 40px;
    width: 36px;
}
.icon.missao-icon {
    background-position: -10px -65px;
    height: 30px;
    width: 30px;
}
.icon.visao-icon {
    background-position: -10px -38px;
    height: 17px;
    width: 30px;
}
.icon.valores-icon {
    background-position: -10px -0px;
    height: 28px;
    width: 30px;
}
.icon.map-point-icon {
    background-position: -10px -242px;
    height: 28px;
    width: 24px;
}

.iconball{
    display: block; 
    width: 24px; 
    height: 24px; 
    background-color: #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin: 0 5px !important;
}
.iconball .fab{
    color: #F7BD32;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Titulos---------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.titulo-1 {
    font-family: 'Cavorting';
    font-size: 46px; 
}

.label-1 {
    background-color: #f7bd32;
    height: fit-content;
    padding: 10px 16px 0 50px;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: -40px;
    position: relative;
    z-index: 0;
    width: 140px;
}
.label-1 h2 {
     font-size: 20px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Linhas----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.linha-1 {
    height: 1px;
    background-color: #000;
}

.spacer-1 {
    height: 30px;
}

.spacer-2 {
    height: 60px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Botoes----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.botao-1 {
    background-color: #F7BD32;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 600;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Boxes----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.box {
    padding: 20px;
    background: #F7BD32;
    height: 100%;
    border-radius: 20px;
    text-align: center;
}
.box .titulo {
    width: fit-content;
    margin: auto;
}
.box .titulo .centro {
    display: flex;
}
.box .titulo h4 {
    margin: auto 0;
    font-size: 130%;
}
.box p {
    margin-top: 10px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------header----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #a7c856e8;
    padding: 15px 0;
    z-index: 999;
}
header ul {
    display: block;
    height: 100%;
}
header ul li {
    display: inline-block;
    padding: 25px 0px;
}

header nav{
    position: relative;
}

header nav .fechar{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #a7c856;
    width: 34px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 22px;
}

header nav ul li {
    display: inline-block;
    padding: 0 20px;
}
header nav ul li a.active {
    color: #ffffff;
}


header .btn-menu {
    margin-top: 10px;
}
header .btn-menu .bx {
    position: relative;
}
header .btn-menu .bx span {
    font-family: Cavorting;
    font-size: 24px;
    opacity: 0;
}
header .btn-menu .bx img {
    position: absolute;
    left: calc(50% - 70px);
    transform: rotate(100deg);
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------corpo-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#corpo {
   border-top: solid 111px #A7C856; 
}
.page {
    padding: 50px 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------footer--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

footer .footer-top {
    background: #F7BD32;
    padding: 30px 0 0;
}
footer .footer-top .top {
    display: flex;
}
footer .footer-top .top h2 {
    font-family: Cavorting;
    font-size: 40px;
}
footer .footer-top .top .texto {
    display: flex;
    margin-top: 16px;
}
footer .footer-top .top .texto span {
    margin: 0 5px 0 20px;
}
footer .footer-top .inferior {
    margin-top: 15px;
}
footer .footer-top .inferior ul.social li {
    display: inline-block;
}
footer .footer-inf {
    background: #000;
    padding: 10px;
    color: #fff;
}
footer .footer-inf img {
    margin-bottom: 6px;
}
