/* Declaracao das fontes externas*/
@font-face {
    font-family: 'MuseoSans-100';
    src: url('/fonts/MuseoSans-100.ttf');
}
@font-face {
    font-family: 'MuseoSans-300';
    src: url('/fonts/MuseoSans-300.ttf');
}
@font-face {
    font-family: 'MuseoSans-500';
    src: url('/fonts/MuseoSans-500.ttf');
}
@font-face {
    font-family: 'MuseoSans-700';
    src: url('/fonts/MuseoSans-700.ttf');
}
@font-face {
    font-family: 'MuseoSans-900';
    src: url('/fonts/MuseoSans-900.ttf');
}

/* estilo do corpo do site */
body {
    background-color: #396089;
    margin: 0;  
}

/* estilo do cabecalho */
header {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bg-partners {
    background-image: url("/images/background_image_partners.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

/* estilo altura da pagina */
.bg-height {
    height: 1355px; /* Ajusta a altura da página */
}

/* cabecalho ##########################################################################################################*/

/* estilo do container do cabecalho */
.container-header {
    display: flex;
    justify-content: center;
    width: 1200px;
}

/* estilo do botao home */
.home-button {
    display: flex;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-left: 15px;
}

/* estilo da imagem do botao home*/
.home-img {
    position: relative; /* Para o botao ficar a frente do main-menu*/
    width:  150px;
    height: 150px;
    z-index: 2;
}

/* estilo botao de menu layout mobile */
.open-nav {
    display: none !important;
}

/* estilo do menu principal */
.main-menu {
    position: absolute;
    width: 1200px;
    top: 11.5%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* estilo da lista do menu */
.main-menu li {
    list-style-type: none;
    text-decoration: none;
}

/* estilo do item do menu principal */
.menu-item {
    list-style-type: none;
    text-decoration: none;
    font-family: 'MuseoSans-300', verdana;
    text-transform: uppercase;
    color: #dcdcda;
    width: 180px;
    height: 30px;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    z-index: 1;
}

/* erro ##########################################################################################################*/

.body-error {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 198px;
    left: 0;
    right: 0;
    width:  1195px;
    display: flex;
}

.body-error .container-l {
    flex: 1;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #fd6262;
}

.body-error .container-m {
    flex: 5;
    background-color: white;
    display: flex;
    justify-content: center;
}

.body-error .container-r {
    flex: 49;
    margin: 0;
    padding: 30px;
    padding-left: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: white;
    color: white;
    font-size: 20px;
}

.body-error h1 {
    padding: 0px;
    margin: 0;
    color: #4b5259;
    font-size: 40px;
    font-family: 'MuseoSans-300', verdana;
}

.body-error li {
    color: #b1b8c0;
    font-size: 20px;
    font-family: 'MuseoSans-300', calibri;
}

.body-error .alert-img {
    margin-top: 24px;
    width: 55px;
    height: 55px;
}

/* sucesso ##########################################################################################################*/

.body-success {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 198px;
    left: 0;
    right: 0;
    width:  1195px;
    display: flex;
}

.body-success .container-l {
    flex: 1;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #4ac960;
}

.body-success .container-m {
    flex: 5;
    background-color: white;
    display: flex;
    justify-content: center;
}

.body-success .container-r {
    flex: 49;
    margin: 0;
    padding: 30px;
    padding-left: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: white;
    color: white;
    font-size: 20px;
}

.body-success h1 {
    padding: 0px;
    margin: 0;
    color: #4b5259;
    font-size: 40px;
    font-family: 'MuseoSans-300', verdana;
}

.body-success li {
    color: #b1b8c0;
    font-size: 20px;
    font-family: 'MuseoSans-300', calibri;
}

.body-success .alert-img {
    margin-top: 24px;
    width: 55px;
    height: 55px;
}

/* formulario ##########################################################################################################*/
.body-form{
    position: absolute;
    width: 100%;
    top: 735px;
    display: flex;
    justify-content: center;
}

.container-form{
    width: 1200px;
}

/* nome ##########################################################################################################*/
.container-name {
    width: 610px;
    margin-left: 300px;
    display: flex;
    justify-content: center;
    background-image: url("/images/name_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.input-name {
    padding: 3px;
    width: 550px;
    height: 30px;
    margin-left: 50px;
    color: #44bd9b;
    border: 1px solid #003;
    border-width: 0 0 0 0;
    background: transparent;
    /* background-color: rgba(255, 0, 0, 0.246); */
}

/* email ##########################################################################################################*/
.container-email {
    margin-top: 10px;
    width: 295px;
    margin-left: 300px;
    display: flex;
    justify-content: center;
    background-image: url("/images/email_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.input-email {
    padding: 3px;
    width: 240px;
    height: 30px;
    margin-left: 45px;
    color: #44bd9b;
    border: 1px solid #003;
    border-width: 0 0 0 0;
    background: transparent;
    /* background-color: rgba(255, 0, 0, 0.246); */
}

/* whatsapp ##########################################################################################################*/
.container-whatsapp {
    margin-top: -36px;
    width: 295px;
    margin-left: 614px;
    display: flex;
    justify-content: center;
    background-image: url("/images/whatsapp_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.input-whatsapp {
    padding: 3px;
    width: 220px;
    height: 30px;
    margin-left: 70px;
    color: #44bd9b;
    border: 1px solid #003;
    border-width: 0 0 0 0;
    background: transparent;
    /* background-color: rgba(255, 0, 0, 0.246); */
}

/* subject ##########################################################################################################*/

.container-subject {
    margin-top: 10px;
    width: 610px;
    margin-left: 300px;
    display: flex;
    justify-content: center;
    background-image: url("/images/subject_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.input-subject {
    padding: 3px;
    width: 540px;
    height: 30px;
    margin-left: 60px;
    color: #44bd9b;
    border: 1px solid #003;
    border-width: 0 0 0 0;
    background: transparent;
    /* background-color: rgba(255, 0, 0, 0.246); */
}

/* message ##########################################################################################################*/
.container-message {
    margin-top: 18px;
    margin-left: 300px;
    width: 610px;
    padding-top: 35px;
    display: flex;
    justify-content: center;
    background-image: url("/images/message_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.input-message {
    padding: 3px;
    width: 610px;
    height: 75px;
    color: #44bd9b;
    border: 1px solid #003;
    border-width: 0 0 0 0;
    background: transparent;
    /* background-color: rgba(255, 0, 0, 0.246); */
}

/* submit ##########################################################################################################*/

.container-submit {
    margin-top: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.button-submit {
    width: 110px;
    height: 34px;
    margin-left: -491px;
    cursor: pointer;
    border: 1px solid #003;
    border-width: 0 0 0 0;
    background-image: url("/images/submit-button.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/* botoes download ##########################################################################################################*/

.body-download-buttons {
    position: absolute;
    top: 1180px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.download-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 280px;
    padding-left: 10px;
}

.app-store-button{
    width: 115px;
    height: 36px;
    border-radius: 5px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.app-store-img{
    width: 105px;
}

.google-play-button{
    width: 115px;
    height: 36px;
    border-radius: 5px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.google-play-img{
    width: 105px;
}

/* rodape ##########################################################################################################*/
/* estilo do rodape */
.body-footer {
    position: absolute;
    width: 100%;
    top: 1270px;
    display: flex;
    justify-content: center;
}

/* estilo do container do rodape */
.container-footer {
    text-align: center;
    width: 1200px;
}

/* estilo do copyright*/
.copy-right {
    font-size: 14px;
    color: #3e5e7f;
}