* {
    padding: 0px;
    margin: 0px;
}
.banner {
    display: none;

    height: 100%; width:100%; position: fixed;background: #FFF;
    opacity: .7; z-index: 9000; top:0; left:0;
}
.banner.active {
    display: none;

  display: block;
}
body {
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Rubik', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes mouse {
    0% {
        height: 4px;
        opacity: 0;
        top: 4px
    }

    50% {
        height: 10px;
        opacity: 1;
        top: 8px
    }

    to {
        height: 4px;
        opacity: 0;
        top: 12px
    }
}

.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #9f8054;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

/* Header */
header {
    padding: 15px 0px;
    border-top: 10px solid #d56622;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo-tipo {
    display: block;
    width: 200px;
    max-width: 100%;
}

header .logo-tipo img {
    display: block;
    max-width: 100%;
    height: auto;
}

header .warning {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0 0 20px 0;
    background-color: rgba(0, 55, 166, 0.3);
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}

header .menu-area {
    display: flex;
    justify-content: flex-end;
}

header ul {
    align-items: center;
    margin: 0px;
    padding: 0px 10px;
    display: flex;
}

header ul li {
    list-style: none;
}

header ul li a {
    color: #5e80b8;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 18px;
}

header .social-midia {
    display: flex;
    align-items: center;
}

header .social-midia a {
    padding: 0px 10px;
}

header .offcanvas-body ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .offcanvas-body ul li {
    display: block;
    width: 100%;
}

header .offcanvas-body ul li a {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #5e80b8;
}


/* Form Section */

.form-section {
    display: flex;
    align-items: center;
    background-image: url(imgs/form-bg.jpg);
    height: auto;
}


.form-section .seus-bens-area {
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-section .seus-bens-area .title img {
    width: 100%;
    height: auto;
}

.form-section .seus-bens-area .preencha-area::after {
    height: 100%;
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0px;
    background-color: #62aded;
    border-right: 1px solid #62aded;
}

/* Form */

.form-section .form-area .btn {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 250px;
    height: 50px;
}

.form-area {
    color: #FFF;
}

.form-area .button {
    display: flex;
    justify-content: center;
}

.form-section .btn {
    border-radius: 12px;
    border: none;
    background-color: #d56622;
}

.form-area .form-control {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 15px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.form-area label {
    font-family: 'Rubik', 'sans-serif';
    font-style: italic;
    padding-left: 10px;
}

.form-area .row div {
    margin: 10px 0px;
}

.form-section .seus-bens-area {
    padding-right: 50px;
}

.form-section .preencha-area {
    position: relative;
    padding: 30px 20px 40px 0px;
    border-radius: 0px 40px 40px 0px;
    background-color: #62aded;
}

.form-section .preencha-area .btn {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 400px;
    height: 50px;
}

.form-section .preencha-area h4 {
    font-size: 34px;
}

.form-section .preencha-area p {
    font-size: 22px;
    font-weight: lighter;
}

.form-section .seus-bens-area .title {
    margin-bottom: 50px;
}

.form-section .seus-bens-area .title img {
    margin-bottom: 10px;
}

.form-section .seus-bens-area .title h3 {
    text-transform: uppercase;
    font-size: 35px;
}

.form-section .button-area {
    display: flex;
    justify-content: space-between;
}

/* Serviços */

.servicos-section figure img {
    max-width: 150px;
    max-height: auto;
}

.servicos-section .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.servicos-section h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.servicos-section p {
    color: #646464;
}

.servicos-section .servicos-area {
    padding: 50px 0px;
}

.servicos-section .servicos-area h1 {
    color: #000;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
}

.servicos-section .servicos-area p {
    padding-top: 10px;
    font-size: 20px;
}

.servicos-section .button {
    padding: 30px 0px;
}

.servicos-section .btn,
.embalagens-especiais-area .embalagens .btn,
.confianca-section .btn {
    border: none;
    border-radius: 12px;
    background-color: #d56622;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 350px;
    height: 50px;
}

/* Embalagens */

.embalagens-section {
    padding: 90px 0px;
}

.embalagens-section figure img {
    width: 100%;
    height: auto;
}

.embalagens-section .container .row {
    display: flex;
    justify-content: center;
}

.embalagens-section .embalagens-especiais-area {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.embalagens-section .embalagens-especiais-area h1 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}

.embalagens-section .embalagens-especiais-area p {
    font-size: 20px;
    font-weight: lighter;
    color: #646464;
    padding-bottom: 30px;
}

.embalagens-section .embalagens {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Depoimentos */

.depoimentos-section {
    padding: 100px 0px;
    background-color: #f8f8f8;
}

.clientes-section {
    padding: 100px 0px;
}

.depoimentos-section .depoimentos-title,
.clientes-section .clientes-title {
    text-align: center;
}

.depoimentos-section .depoimentos-title h1,
.clientes-section .clientes-title h1 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 60px;
}

/* Clientes */

.clientes-section figure img {
    width: 100%;
    height: auto;
}

.flickity-prev-next-button.previous {
    left: -40px;
}

.flickity-prev-next-button.next {
    right: -40px;
}


/* Confianca */

.confianca-section {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    background-image: url(imgs/confianca-section-bg.jpg);
    height: auto;
}

.confianca-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.confianca-section .container p {
    margin-bottom: 50px;
    font-size: 28px;
    color: #FFF;
}

/* Footer */


footer {
    margin: 30px 0px;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer-left-side {
    font-weight: 300;
    color: #646464;
    width: 600px;
}

footer .footer-left-side .copyright {
    font-weight: 300;
    font-size: 14px;
}

footer .footer-left-side .copyright a {
    text-decoration: none;
    color: #646464;
    font-weight: bold;
}

footer .container .footer-right-side figure {
    width: 250px;
    max-width: 100%;
}

footer .container .footer-right-side img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Carousel */

.carousel-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-carousel .carousel-cell {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    padding: 10px 15px 0px;
    margin: 0px 15px;
    background-color: #fff;
    width: calc(33% - 20px);
    height: auto;
}

.clientes-section .carousel-cell {
    width: calc(20% - 25px);
}

@media (max-width: 1120px) {
    .embalagens-section .image-area {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .form-section {
        height: auto;
        padding-bottom: 30px;
    }

    .form-section .seus-bens-area {
        width: 100%;
        padding: 0px;
    }

    .form-section .seus-bens-area .title {
        text-align: center;
        padding: 20px 10px;
    }

    .form-section .seus-bens-area .preencha-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        width: 100%;
        border-radius: 0px;
    }

    .form-section .seus-bens-area .title img {
        width: 70%;
        height: auto;
    }

}

#btn-toggle {
    display: none;
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #d56622;
}

@media (min-width: 965px) {
    header nav.menu-area {
        display: flex !important;
    }
}

@media (max-width: 965px) {
    header .container {
        flex-wrap: wrap;
    }

    header .logo-tipo {
        width: 150px;
        max-width: 100%;
        margin: 0 auto;
    }

    header .warning {
        line-height: 20px;
        font-size: 16px;
    }

    header .warning br {
        display: none;
    }

    header nav.menu-area {
        padding: 20px 0px;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        background-color: #000;
        height: auto;
        width: 80%;
        border-radius: 0px 0px 20px 0px;
    }

    .depoimentos-section {
        padding: 50px;
    }

    .clientes-section {
        padding: 50px;
    }

    .main-carousel .carousel-cell {
        width: 100%;
    }

    header nav.menu-area ul {
        flex-direction: column;
    }

    header nav.menu-area ul a {
        color: #FFF;
        flex-wrap: wrap;
    }

    header nav.menu-area.active {
        display: block;
    }

    #btn-toggle {
        background-color: #FFF;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.267);
        width: 100px;
        height: 60px;
        display: block;
    }

    footer .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

}

@media (max-width: 768px) {

    .embalagens-section .image-area {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .form-section {
        height: auto;
        padding-bottom: 30px;
    }

    .form-section .seus-bens-area {
        width: 100%;
        padding: 0px;
    }

    .form-section .seus-bens-area .title {
        text-align: center;
        padding: 20px 10px;
    }

    .form-section .seus-bens-area .preencha-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        width: 100%;
        border-radius: 0px;
    }

    .form-section .seus-bens-area .preencha-area::after {
        display: none;
    }

    .form-section .preencha-area .btn {
        font-size: 15px;
        width: 300px;

    }

}

@media (max-width: 568px) {

    footer .container .experiencia-text p {
        padding: 0px 15px;
    }

    footer .container .footer-right-side {
        align-items: center;
        justify-content: center;
        display: flex;
    }


    footer .container .footer-left-side {
        width: 100%;
    }

}