/* 

CORES:

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

*/


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

.titulo-1 {
    
}

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

.lh-1 {
    margin: 85px 0px 30px;
    height: 1px;
    background-color: #e99f57;
}
.lh-2 {
    width: 90%;
    margin: 30px 5%;
    height: 1px;
    background-color: #e99f57;
}

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

.botao {
    display: block;
    text-align: center;
    width: 15px;
    height: 15px;
    color: #e99f57;
    border: solid 1px #e99f57;
    line-height: 11px;
    margin: 5px auto 0;
    cursor: pointer;
}
#btn-menu {
    position: relative;
    width: fit-content;
    margin: 20px auto;
    z-index: 9999;
    color: #fff;
}
#btn-fechar {
    font-size: 30px;
}

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

.box-1 img {
    width: 306px !important;
    padding: 15px;
}
.box-1 .texto {
    margin-top: -30px;
    padding: 20px;
    padding-top: 30px;
    border: solid 1px #e99f57;
    min-height: 280px;
}
.box-1 .texto p {
    font-size: 16px !important;
    font-family: 'Myriad Pro' !important;
    font-weight: 500 !important;
}

.box-2 {
    background-color: #000;
    padding: 20px;
    margin: 10px 0;
}
.box-2 h6 {
    color: #e99f57;
    min-height: 60px;
    font-family: 'Myriad Pro';
    font-weight: 600;
}
.box-2 p {
    color: #fff;
}

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

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    color: #fff;
    z-index: 999;
}
header.bg-preto {
    background-color: #000000ba;
}
header img {
    width: 150px;
}
header nav {
    text-align: end;
    padding: 32px 0;
}
header nav ul li {
    display: inline-block;
    margin: 0 7px;
}
header nav ul li a {
    text-transform: uppercase;
    font-family: 'Sansumi';
    color: #fff !important;
    font-weight: 600;
    
}

header img.lang {
    width: 30px;
    margin: 34px 0;
}

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

#corpo {
   
}
.page {
    
}

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

footer {
    
}
