
body
{
    background-color: #F9FFF9;
    overflow-x: hidden;
}
p
{
    color: rgb(77, 77, 77);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    cursor: default;
}
h1
{
    cursor: default;
}
small
{
    cursor: default;
}

/*----------------------------------------------MENU SUSPENSO*/

.menuSuperior
{
    background-color: #002000;
}

/*LOGO*/
.menuSuperior img
{
    height: 58px;
}


/*ÍCONE CALCULADORA*/
.icon-container {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    transform: translateY(-2px);
}
.icon-container img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 !important; 
    padding: 0 !important;
    transition: opacity 0.4s ease-in-out;
}
.icon-white {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.icon-green {
    filter: invert(44%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
    opacity: 0;
}
.nav-link:hover .icon-white {
    opacity: 0;
}

.nav-link:hover .icon-green {
    opacity: 1;
}


/*LINK SOBRE*/
.linkMenu
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s;
}

.linkMenu:hover
{
    color: #00cc00;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .menuSuperior img{
        height: 80px;
        width: 170px;
    }
    .menuSuperior{
        padding: 10px;
    }
    .icon-container {
        position: relative;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 3px;
        transform: translateY(-2px);
    }
    .icon-container img {
        position: absolute;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 !important; 
        padding: 0 !important;
        transition: opacity 0.4s ease-in-out;
    }
}

@media (min-width: 1024px){
    .menuSuperior{
        padding: 10px 65px;
    }
}

/*--------------------------------------------/MENU SUSPENSO*/



/*--------------------------------------------SLOGAN*/

.imgGlobo
{
    width: 100%;
    height: 100%;

    position: relative;
    left: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.textSlogan
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    color: #004F00;

    max-width: 550px;
}
.mtTextSlogan{
    margin-top: 25px;
}
.textEspaco{
    text-indent: 10px;
}
.destaque{
    color: #00cc00;
    text-indent: 3px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){

    .imgGlobo{
        width: 250px;
        height: 280px;

        position: relative;
        left: 55px;
        margin-bottom: 10px;
    }

    .textSlogan{
        font-size: 2.4rem;
    }
    .textEspaco{
        text-indent: 17px;
    }
}

@media (min-width: 1024px){
    .alinhamentoImgMin1024{
        display: flex;
        justify-content: end;
        padding: 0;
    }
    .imgGlobo{
        width: 370px;
        height: 450px;

        position: relative;
        left: 25px;
        margin-top: 0px;
    }

    .textSlogan{
        font-size: 3.3rem;
        line-height: 1.3;

        max-width: 550px;
    }
    .mtTextSlogan{
        margin-top: 0px;
    }
    .textEspaco{
        text-indent: 19px;
    }
    .destaque{
        text-indent: 3px;
        margin-top: 2px;
    }
}


/*--------------------------------------------/SLOGAN*/


/*--------------------------------------------MAPA*/

.textMapa{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    color: #004F00;

    margin-top: 30px;
    margin-bottom: 0;
}
.textVer{
    font-size: 1rem;
    transition: text-shadow 0.5s;
}
.imgMapa{
    border-radius: 30px;
    height: 150px;
    width: 300px;
}


/*-----------------ANIMAÇÃO*/
.animacao
{  
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;

    display: inline-block;
}

.animacaoMapa{
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animacaoMapa:hover
{
    transform: scale(1.05);
    filter: saturate(150%);
    filter: contrast(110%);
}

.animacaoMapa:hover .textVer{
    color: #198754;
    transition: color 0.4s ease;
    text-shadow: 0.9px 0 0px currentColor, -0.9px 0 0px currentColor;
    
}
.animacaoMapa:hover .textMapa{
    color: #198754;
    transition: color 0.4s ease;
}
/*-----------------/ANIMAÇÃO*/

@media screen and (min-width: 768px) and (max-width: 1023px){
    .imgMapa{
        height: 300px;
        width: 600px;
    }
    .textMapa{
        font-size: 2.2rem;
        margin-top: 60px;
    }
    .textVer{
        font-size: 2rem;
    }
}

@media (min-width: 1024px){
    .textMapa{
        font-size: 2.8rem;
        margin-top: 65px;
    }
    .textVer{
        font-size: 2.3rem;
    }

    .imgMapa{
        height: 360px;
        width: 830px;
    }
}

/*--------------------------------------------/MAPA*/



/*--------------------------------------------ENDEREÇOS*/

.imgIcone
{
    width: 60px;
    height: 60px;

    margin-bottom: 10px;
}
.imgCategorias{
    height: 50px;
    width: 210px;
}
.h3Endereco{
    font-size: 1.7rem;
}

.h6Categ{
    margin-top: 6px;
    margin-bottom: 2px;
}

.estilizacaoContainer{
    border-radius: 2px;
    border-style: solid;
    border-color: #03180F;
    border-radius: 30px;

    height: 340px;
    width: 340px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;

    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*-----------------ANIMAÇÃO*/
.estilizacaoContainer:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #28a745;
    cursor: pointer;
}
/*-----------------/ANIMAÇÃO*/

@media screen and (min-width: 768px) and (max-width: 1023px){
    .estilizacaoContainer{
        height: 200px;
        width: 620px;

        display: grid;
    }

    .imgCategorias{
        height: 35px;
        width: 155px;
        margin-bottom: 100px;
        margin-left: 5px;
    }
    .h6Categ{
        font-size: 1rem;
    }

    .imgIcone{
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1024px){
    .imgIcone{
        width: 100px;
        height: 100px;
        margin-left: 60px;
    }

    .imgCategorias{
        height: 55px;
        width: 230px;
    }

    .h3Endereco{
        margin-left: 50px;
        margin-bottom: 5px;
        margin-top: 8px;
    }

    .textLargura{
        max-width: 350px;
        margin-left: 50px;
    }
    
    .h6Categ{
        font-size: 1.3rem;
    }

    .estilizacaoContainer{
        height: 200px;
        width: 850px;
    }
}

/*--------------------------------------------/ENDEREÇOS*/


/*-----------------------------------RODAPÉ*/

.barraInferior
{
    background-color: #03180F;
    padding: 10px;
}

.logoRodape{
    height: 50px;
    width: 105px;
}

.textBarra
{
    color: rgb(152, 152, 152);
    font-size: 0.5rem;
    letter-spacing: 1px;
}
.linhaSmall{
    margin-top: -9px;
}

/*------------BOTÃO*/
.btn-voltar {
  display: inline-block;
  background-color: #2e7d32;

  padding: 10px 15px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;

  border-radius: 5px;
  transition: 0.3s;
}

.btn-voltar:hover {
  background-color: #1b5e20;
}
/*------------BOTÃO*/

@media screen and (min-width: 768px) and (max-width: 1023px){
    .barraInferior{
        padding: 10px;
    }
    .logoRodape{
        height: 80px;
        width: 170px;
    }
    .btn-voltar{
        padding: 15px 20px;
        font-size: 1.7rem;
    }
    .textBarra{
        font-size: 1.2rem;
    }
    .linhaSmall{
        margin-top: -5px;
    }
}

@media (min-width: 1024px){
    .textBarra{
        font-size: 0.8rem;
    }
    .linhaSmall{
        margin-top: -3px;
    }
}

/*-----------------------------------/RODAPÉ*/