body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}
body {
    font-family: "Nunito", sans-serif;
}
.logo-wrapper {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: inline-block;
    margin-top: 20px;
}
.box {
    background-color: rgba(0255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
}
@media (max-width: 592px) {
    .inter .box {
        min-height: 303px;
    }
}
main .title {
    color: #fff;
    font-weight: 900;
}
main .title span {
    color: #93c01f;
}
.accordion-box .block .acc-content {
    padding: 20px;
}
.accordion-box .block .acc-content .text p {
    font-size: 16px;
}
.theme-btn.btn-two.four {
    background: #93c01f;
}

.theme-btn.btn-two.four:hover {
    background: #0e1136;
}
.chooseus-style-two {
    padding: 0px;
}
.chooseus-block-one .inner-box {
    padding-bottom: 0;
    margin-bottom: 0;
}
.box.red {
    background: rgb(200, 103, 87);
    background: -moz-linear-gradient(59deg, rgba(200, 103, 87, 1) 0%, rgba(240, 142, 147, 1) 59%);
    background: -webkit-linear-gradient(59deg, rgba(200, 103, 87, 1) 0%, rgba(240, 142, 147, 1) 59%);
    background: linear-gradient(59deg, rgba(200, 103, 87, 1) 0%, rgba(240, 142, 147, 1) 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c86757",endColorstr="#f08e93",GradientType=1);
    color: #fff;
    animation: pulse 1s infinite;
}
.box.red p {
    font-size: 16px;
}
.chooseus-block .inner-box p {
    font-size: 16px;
}
.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    object-fit: cover;
    object-position: center;
}
.video-overlay {
    background-color: rgba(45, 46, 130, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    object-fit: cover;
}
.conteudo {
    position: relative;
    z-index: 1;
    color: white;
}
.accordion {
    background: rgba(255, 255, 255, 0.8) !important;
}
.accordion .acc-btn {
    background: rgba(255, 255, 255, 0.4) !important;
}
.accordion .acc-btn.active {
    background: rgba(45, 46, 130, 0.9) !important;
}
.chooseus-style-two .chooseus-block:first-child .chooseus-block-one .inner-box, .chooseus-style-two .chooseus-block:nth-child(2) .chooseus-block-one .inner-box {
    border-color: transparent!important;
}
p,
.chooseus-style-two .chooseus-block-one .inner-box p {
    color: #000;
}
.whats {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:10000;
    animation: shakeX 2s infinite;
}
.whats a {
    background-color:#00bf49;
    color:#fff;
    padding:10px 15px;
    border-radius: 40px;
    display: block;
}
.whats a:hover {
    background-color:#13d45d;
}