/*-------- Menu --------*/

.menu {
    position: relative;
    width: 100% !important;
    height: 80px !important;
    font-family: Quicksand, sans-serif !important;
    background-color: white !important;
}

.menu .nav-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100% !important;
    justify-content: space-between;
    padding: 0 7%;
}

.menu img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: left;
    padding: 15px !important;
    top: 5px;
    position: relative;
}

.menu .right {
    text-align: right;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu li a {
    color: #008CC9;
    font-weight: bold;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    height: 80px;
    display: flex;
    align-items: center;
}

.menu li a:hover {
    background-color: transparent;
    color: #ED3237;
}

.menu .dropdown-content {
    background-color: #008CC9 !important;
}

.menu .dropdown-content li>a,
.menu .dropdown-content li>span {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    height: 0 !important;
    line-height: 1em !important;
    font-size: .9em;
    color: white;
}

.menu .dropdown-content li>a:hover {
    color: #008CC9;
}

.menu .dropdown-content li:last-child a {
    border: none;
}

.menu .dropdown-content li {
    min-height: 20px !important;
    font-size: 1em;
}

.menu .button-collapse {
    color: #008CC9;
    position: absolute;
    top: 0 !important;
    right: 5% !important;
    font-size: 2em;
    height: 80px;
    display: flex;
    align-items: center;
}

.menu .painel {
    background-color: #ED3237;
    color: white;
    line-height: 1em !important;
    height: auto !important;
    padding: 8px 20px !important;
    border-radius: 30px;
}

@media(min-width: 993px) {
    .menu .button-collapse {
        display: none;
    }
}

.side-nav {
    background-image: url(../images/sidenav.webp);
    background-size: cover;
}

.side-nav li a {
    color: white !important;
    font-weight: bold;
}

.side-nav .collapsible-header {
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px !important;
    color: white;
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
    background-color: transparent !important;
}

.side-nav .collapsible-body a {
    padding: 5px 32px !important;
    line-height: 1em !important;
    height: auto !important;
}


/*-------- Headline --------*/

.headline {
    min-height: calc(100vh - 80px);
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    padding: 5% 7%;
    font-family: Quicksand, sans-serif !important;
    position: relative;
}

.headline h1 {
    font-size: 3em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin: 0;
}

.headline p {
    color: white;
    font-size: 1.75em;
    margin: 0;
    max-width: 470px;
    line-height: 1.25em;
}

.headline .btn {
    background-color: transparent;
    border: 2px solid white;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: bold;
    padding: 0 2em;
    line-height: 2.10em;
}

.headline .btn:hover {
    background-color: #ED3237;
    border-color: transparent;
}

.headline .float {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.headline .float svg {
    color: white;
    font-size: 1.5em;
    margin-bottom: 5px;
}


/*-------- Vantagens --------*/

* {
    font-family: Quicksand, sans-serif !important;
}

.vantagens {
    padding: 5%;
    text-align: center;
    border-top: 4px solid #ED3237;
}

.vantagens h2 {
    text-align: center;
    font-size: 1.5em;
    color: #666;
}

.vantagens strong {
    float: left;
    width: 100%;
    color: #008CC9;
    font-size: 1.25em;
}

.vantagens svg {
    width: 70px !important;
    height: 70px;
    padding: 18px;
    margin-top: 1em;
    color: #ED3237;
    border-radius: 50%;
    border: 2px solid #ED3237;
}

.vantagens h3 {
    font-size: 1.5em;
    color: #008CC9;
    margin-bottom: 0;
}

.vantagens p {
    margin-top: 0;
}

@media(min-width: 993px) {
    .vantagens {
        padding: 5% 15%;
    }
    .vantagens svg {
        margin-top: 4em;
    }
}


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

.detalhe {
    padding: 5%;
}

.detalhe img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.detalhe h2 {
    font-size: 2em;
    font-weight: bold;
    color: #008CC9;
    text-align: center;
    margin-top: 0;
}

.detalhe input,
.detalhe textarea {
    border: 1px solid #666 !important;
    background-color: white !important;
    border-radius: .5em !important;
}

.detalhe input {
    width: calc(100% - 1em) !important;
    padding-left: 1em !important;
}

.detalhe textarea {
    padding: 1em;
    height: 6em;
    resize: none;
}

.detalhe textarea {
    width: 100% !important;
}

.detalhe input::placeholder,
.detalhe textarea::placeholder {
    color: #666;
}

.detalhe .btn {
    width: 100%;
    background-color: #008CC9 !important;
    border-radius: .5em;
    height: 3rem !important;
    margin-top: 10px;
}

.detalhe p {
    font-size: 1.25em;
    line-height: 1.25em;
    color: #666;
}


/*-------- Empresa --------*/

.header {
    background-image: url(../images/empresa.jpg);
    background-size: cover;
    background-position: center;
    padding: 5% 10%;
    position: relative;
}

.header .fundo {
    background-color: #008CC9;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    margin: 0;
    position: relative;
    z-index: 1;
}

.header strong {
    float: left;
    width: 100%;
    font-size: 1.5em;
}

.empresa {
    padding: 5%;
}

.empresa h2 {
    font-size: 2em;
    color: #008CC9;
    font-weight: bold;
}

.metodo {
    border-top: 4px solid #ED3237;
}

.metodo .col {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5% !important;
}

.metodo h2 {
    font-size: 1.5em;
    color: #008CC9;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.metodo p {
    font-size: 1em;
    line-height: 1.25em;
    color: #000;
    font-family: 'bahnschrift';
}

.metodo svg {
    width: 120px !important;
    height: 120px !important;
    padding: 20px;
    color: #ED3237;
}


/*-------- Risco --------*/

.risco {
    background-image: url(../images/risco.jpg);
    background-size: cover;
    background-position: center;
    padding: 5% 10%;
    position: relative;
}

.risco .fundo {
    background-color: #008CC9;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.risco article {
    position: relative;
    z-index: 1;
    max-width: 500px;
}

.risco h2 {
    font-size: 3em;
    font-weight: bold;
    color: white;
    margin: 0;
}

.risco p {
    color: white;
}

.risco .btn {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 30px;
    font-weight: bold;
    padding: 0 2em;
    line-height: 2.10em;
}

.risco .btn:hover {
    background-color: #ED3237;
    border-color: transparent;
}


/*-------- Seguros --------*/

.seguros {
    padding: 5%;
}

.seguros h2 {
    text-align: center;
    font-size: 1.5em;
    color: #666;
}

.seguros strong {
    float: left;
    width: 100%;
    color: #008CC9;
    font-size: 1.25em;
}

.seguros img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.seguros article {
    position: relative;
    margin-top: 2em;
}

.seguros h3 {
    width: calc(100% - 1.2em);
    height: 250px;
    position: absolute;
    top: 0;
    left: .6em;
    margin: 0;
    font-size: 1.25em;
    text-align: left;
    display: flex;
    align-items: flex-end;
    padding: 1em 1.5em;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}


/*-------- banner --------*/

.banner {
    background-image: url(../images/fundo.jpg);
    background-size: cover;
    margin-bottom: 0px !important;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.banner h2 {
    color: white;
    font-family: 'bahnschrift';
    margin: 0;
}

.banner .btn {
    background-color: white !important;
    color: #373435;
    font-family: 'bahnschrift';
    margin-top: 2em;
    padding: 0 4em;
    border-radius: 2em;
    text-transform: none !important;
}


/*-------- Fotos --------*/

.fotos {
    padding: 5%;
    margin-bottom: 0 !important;
}

.fotos .col {
    margin-top: 2em;
}

.fotos .col div {
    background-color: #D2D3D5;
    padding: 10vh 5%;
}

.fotos img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.fotos svg {
    color: #606062;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #606062;
    border-radius: 50%;
    padding: .3em;
}


/*-------- Contato --------*/

.contato {
    background-image: url(../images/fundo-1.jpg);
    background-size: cover;
    margin-bottom: 0 !important;
    padding: 5%;
    font-family: 'bahnschrift';
}

.contato h2 {
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contato p {
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0;
    font-family: 'bahnschrift';
    color: white;
}

.contato h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: white;
}

.contato svg {
    color: white;
    margin-right: 10px;
}

.contato a {
    width: 100%;
    float: left;
    color: white;
}

.contato input {
    color: white;
    border-bottom: 2px solid white !important;
}

.contato .btn {
    background-color: white !important;
    color: #373435;
    text-transform: none !important;
    font-family: 'bahnschrift';
}


/*-------- Form --------*/

.form {
    padding: 5%;
}

.form .col {
    padding: 0 5% !important;
}

.form input {
    border: 1px solid #999 !important;
    border-radius: 10px !important;
    width: calc(100% - 1em) !important;
    padding-left: 1em !important;
    color: #666;
}

.form input::placeholder {
    color: #666;
}

.form .btn {
    border-radius: 30px;
    background-color: #ED3237 !important;
    font-weight: bold;
    font-size: .9em;
}

.form h2 {
    font-size: 2em;
    margin: 0;
    color: #008CC9;
    font-weight: bold;
}

.form h3 {
    font-size: 1.5em;
    margin: 0;
    color: #ED3237;
    font-weight: bold;
}

.form aside p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.form a {
    width: 100%;
    float: left;
    color: #000;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.form svg {
    color: #008CC9;
    margin-right: 5px;
    width: 20px !important;
    height: 20px;
}


/*-------- Footer --------*/

.footer {
    background-color: #373435;
    margin-bottom: 0 !important;
    padding: 5%;
    padding-bottom: 10px;
}

.footer h2 {
    font-size: 1.5em;
    color: #727376;
    font-family: 'bahnschrift';
    margin: 0;
}

.footer p {
    font-size: 1em;
    line-height: 1em;
    color: white;
    font-family: 'bahnschrift';
    margin: 0;
}

.footer form {
    margin-top: 3em;
    display: flex;
}

.footer input {
    border: 1px solid white !important;
    color: white;
    width: calc(100% - 1em) !important;
    padding-left: 1em !important;
}

.footer .btn {
    height: 3.1rem;
    padding: 0 !important;
    width: 70%;
    background-color: white !important;
    color: #373435;
    text-transform: none !important;
}

.footer ul li a {
    color: #BDBFC1;
    font-family: 'bahnschrift';
}

.footer .col div {
    display: flex;
    justify-content: center;
    padding-top: 2em;
}

.footer .col div a {
    color: white;
}

.footer svg {
    width: 30px !important;
    height: 30px !important;
    color: white;
    margin: .5em;
}

.footer h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0;
    color: white;
    line-height: 0.6em;
}

.footer h3 span {
    font-size: 0.5em;
    color: #BDBFC1;
    margin: 0;
}

.footer h3 svg {
    float: none;
    position: relative;
    top: 10px;
    margin: 0;
}

.footer .m4.center {
    margin-top: 4em;
}


/*-------- TIPOGRAFIA --------*/

@font-face {
    font-family: 'Quicksand';
    src: url(../fonts/quicksand.ttf);
}

button {
    cursor: pointer !important;
}

.row {
    margin-bottom: 0 !important;
}

nav {
    color: #000 !important;
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    box-shadow: none !important;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

strong {
    font-weight: bold !important;
}

figcaption {
    display: none !important;
}

figure {
    margin: 0 !important;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}