/*====================================================
**========== Table of Content 
**====================================================

*** -  1. Template Default Css

=========----------------------------------=========
            Template Default Css     
=========----------------------------------=========
*/
body {

    font-size: 14px;
    color: #222;
    line-height: 1.5em;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #485b65;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}


.boxanexos {
    color: #575757;
    margin-left: 11px;
}

.boxanexo {
    color: #575757;
}

.boxinfo {
    color: #575757;
}

.boxinfo2 {
    color: #575757;
    font-weight: bold;
}

.boxinfo1 {
    color: #575757;
    font-size: 13px;
    margin-top: 35px;
}

i.fa-chevron-circle-right,
i.fa-calendar-days {
    line-height: 6px;
}

.boxdescritivo {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: #575757;
    display: block;
    padding: 0 0 0 38px;
}

.infobox {
    color: #575757;
    font-size: 13px;
    margin-top: -7px;
}

.setainfo {
    max-width: 15px;
}


#participar {
    width: 100%;
    height: 100%;
    background-color: #254a91;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0 93px 0;
}

#participar h5 {
    color: #fff;
    text-align: justify;
    padding: 15px 3px 10px 0px;
    margin: 0;

}

.comoparticipar {
    color: #fff;
    margin-top: 73px;
    margin-left: 19px;
    text-align: left;
    margin-bottom: 22px;
}


#fale-conosco {
    width: 100%;
    height: 100%;
    background-color: #4c4c4c;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: left;
    padding: 82px 0;
}

.faleconoscotitulo {
    font-family: "Source Sans 3", serif;
    ;
    color: white;
    font-size: 30px;
}

#fale-conosco p {
    color: #fff;
}

.top60 {
    margin-top: 60px;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #D72228;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
}

.nopaddingb {
    padding-bottom: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.fullwidth {
    width: 100%;
}

select {
    width: 100%;
    padding: 5px;
    outline: 0;
}

.form-control:focus {
    border-color: #777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

input,
button,
textarea {
    outline: 0;
}

.contact-form .form-group {
    margin-bottom: 14px;
}

.contact-form .form-control {
    border-radius: 12px;
    height: 48px;
    color: #575757;
    border: 1px solid #D72228;
    background-color: transparent;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-form textarea.form-control {
    height: 250px;
}

.contact-form h5 {
    margin-left: -11px;
    margin-bottom: 8px;
}

.contact-form1 h5 {
    margin-left: 69px;
    margin-bottom: 8px;
}


.contact-form .form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}


/*
=========----------------------------------=========
            Header Area Css     
=========----------------------------------=========
*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
    background-color: white;
    position: relative;
    z-index: 1100;
    overflow: visible;
    border-bottom: thin solid #ccc;
}

.logo-desktop {
    display: flex;
    align-items: center;
}

.logo-desktop img {
    display: block;
    height: 26px !important;
    width: 100%;
    margin: 6px 0 0;
    padding-top: 5px;
}

.logo-mobile {
    display: none;
}


.logo-desktop {
    display: block;
}


.nav-menu {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.nav-item {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #485b65;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    align-items: center;
    padding: 5px 12px;
    margin: 3px 0;
    line-height: 20px;
}

.nav-item:hover {
    border: 1px solid red;
    border-radius: 10px;
    color: #333;
}

.nav-item.active {
    background-color: #d32f2f;
    color: white;
    padding: 0 14px;
    border-radius: 8px;
    font-weight: bold;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    font-family: "Source Sans 3", serif;
    font-weight: 600;
}


/* Dropdown */
.nav-dropdown {
    position: relative;
}

.arrow {
    font-size: 8px;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-1px);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 300px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: "Source Sans 3", serif;
}


.dropdown-menu a {
    display: block;
    padding: 12px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    text-align: left;

}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.nav-dropdown:hover .dropdown-menu {
    display: block;
}

/* Botões */
.btn-acessar {
    background-color: #066ea7;
    color: white;
    letter-spacing: 0.5px;
    padding: 10px 16px 8px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}


.btn-acessar:hover {
    background-color: #1185c3;
    color: white;
}

.link-cadastrar {
    color: #066ea7;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 10px;
    margin-left: 8px;
    padding: 10px 16px 8px;
    letter-spacing: 0.5px;
    border: thin solid #ccc;
}

.link-cadastrar:hover {
    color: #1185c3;
    background-color: #e8e8e8;
}

/*
=========----------------------------------=========
            Botão Ajuda Whats App
=========----------------------------------=========
*/
#buttonwhatsapp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 30px 8px 30px 30px;
    background-color: #075e54;
    box-shadow: none;
    color: #fff;
    z-index: 2147483647;
    cursor: pointer;
    padding: 8px 22px;
    -webkit-font-smoothing: antialiased;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#buttonwhatsapp h5 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 27px;
}

#buttonwhatsapp svg {
    display: block;
}

/*
=========----------------------------------=========
            PÁGINAS INTERNAS
=========----------------------------------=========
*/
#root {
    box-shadow: 0px 8px 24px rgba(149, 149, 149, 0.2);
}