/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------home------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page-home .topo {
    height: 450px;
    background-color: #a7c856;
    background-image: url(/img/fundo-home.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
#page-home .slider {
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
}
#page-home .slider .carousel-item {
    min-height: 500px;
}
#page-home .slider .carousel-caption {
    height: 100%;
    color: #fff;
}
#page-home .slider img.banana {
    margin-left: 13%;
    margin-top: -20px;
}
#page-home .slider .carousel-caption h3 {
    font-size: 70px;
    font-family: Cavorting;
    width: 260px;
    margin-left: auto;
    margin-right: 30px;
}
#page-home .slider .carousel-caption h3.esq {
    margin-top: 50px;
    line-height: 65px;
}
#page-home .slider .carousel-caption h3.dir {
    margin: unset;
    margin-top: 140px;
}
#page-home .slider .carousel-caption p {
    width: 260px;
    color: #000;
}

#page-home .informacoes {
    padding-top: 100px;
}

#page-home .sobre-nos {
    background: url(/img/fundo-home-2.png);
    background-size: 500px;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 50px 0;
    max-width: 1600px;
    margin: auto;
}
#page-home .sobre-nos h2 {
    font-family: Cavorting;
    font-size: 40px;
}
#page-home .sobre-nos p {
    max-width: 630px;
    margin: 10px auto;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Sobre nos-------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page-sobre-nos .icon.missao-icon {
    margin-top: -4px;
}
#page-sobre-nos .icon.visao-icon {
    margin-top: 6px;
}
#page-sobre-nos .icon.map-point-icon {
    margin-top: -8px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Produtos--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page-produtos .titulo {
    display: flex;
    height: 120px;
}
#page-produtos .titulo img {
    position: relative;
    z-index: 1;
    height: fit-content;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------fale conosco----------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page-fale-conosco form a {
    float: right;
}
#page-fale-conosco .rodape p {
    max-width: 400px;
}