@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

html {
    scroll-behavior: smooth;
}

ul {
    padding: 0;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    color: #858585;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

ul li,
ol li {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    list-style-type: none;
}

ul li i {
    vertical-align: middle;
    padding-right: 5px;
}

p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #eaaa10;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #eaaa10;
    font-weight: 500;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h2.section-title {
    margin-bottom: 10px;
    font-family: 'Anek Odia', sans-serif;
    font-size: 46px;
}

p.section-subtitle {
    font-size: 18px;
}

p.section-subtitle.white {
    color: #ffffff;
}

.popup-gallery:hover .video-popup-image {
    opacity: 1;
}

.white-text {
    color: #fff;
}

.green {
    color: #1089d4;
}

.blue {
    color: #017df7;
}

.section-top-border {
    border-top: 1px solid #efefef;
}

.section-white {
    background: #101218;
    padding: 90px 0 100px 0;
}

.section-grey {
    background: #000000;
    padding: 90px 0 100px 0;
}

.section-blue {
    background-color: #1e90ff;
    padding: 90px 0;
}

.section-bg-2 {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background-color: #000;
}

.section-bg-overlay {
    width: 100%;
    background: #000000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-white-box {
    background-color: #fff;
    padding: 30px 40px 50px 40px;
}

.section-blue {
    background-color: #000000;
    padding: 90px 0;
}

.section-white.no-padding,
.section-grey.no-padding,
.section-blue.no-padding {
    padding: 0;
}

.section-white.medium-paddings,
.section-grey.medium-paddings,
.section-blue.medium-paddings {
    padding: 60px 0;
}

.section-white.small-paddings,
.section-grey.small-paddings,
.section-blue.small-paddings {
    padding: 30px 0;
}

.section-white.xsmall-paddings,
.section-grey.xsmall-paddings,
.section-blue.xsmall-paddings {
    padding: 10px 0;
}

.section-white.small-padding-top,
.section-grey.small-padding-top,
.section-blue.small-padding-top {
    padding: 30px 0 90px 0;
}

.section-white.small-padding-bottom,
.section-grey.small-padding-bottom,
.section-blue.small-padding-bottom {
    padding: 90px 0 70px 0;
}

.section-white.no-padding-bottom,
.section-grey.no-padding-bottom,
.section-blue.no-padding-bottom {
    padding: 90px 0 0 0;
}

.small-col-inside {
    padding-left: 55px;
    height: 100%;
    padding-top: 40px;
}

.width-100 {
    width: 100%;
}


/* ========================================================== */


/* 			               02. MENU-NAV                       */


/* ========================================================== */

.navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #1089d4 !important;
}

.navbar {
    width: 100%;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggler {
    border: 1px solid #ffffff;
}

.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.navbar-toggler-icon i {
    color: #ffffff;
    vertical-align: middle;
}

nav.navbar.navbar-default {
    position: absolute;
    top: 40px;
    background-color: #0000;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04) !important;
    transition: background-color 0.25s ease 0s;
}

.navbar-default.opaque {
    position: fixed !important;
    background: #00000000 !important;
    transition: all 0.25s ease-in-out 0s;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    color: #2ced25 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.2s ease;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 30px !important;
    padding: 10px 15px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.navbar-default .navbar-nav .current a {
    color: #1e90ff !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default.opaque .navbar-nav .current a {
    color: #1089d4 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a.discover-btn {
    border: 1px solid #0d2843;
    color: #ffffff !important;
    background: #0d2843;
    border-radius: 999px;
    padding: 12px 18px !important;
    margin-left: 10px;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
}

.navbar-default .navbar-nav>li>a.discover-btn:hover {
    color: #ffffff !important;
    background: #000000;
    border: 1px solid #000000;
}


/* ========================================================== */


/* 			                03. FOOTER                        */


/* ========================================================== */

.footer {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 80px;
    background-image: url(/images/footer.webp);
    background-color: rgb(0 0 0 / 80%);
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top {
    padding-bottom: 60px;
}

.footer-bottom {
    padding: 15px 0;
    background-color: #e0e2e6;
}

.footer-top i {
    margin-bottom: 10px;
    color: #eaaa10;
    font-size: 60px;
}

.footer p {
    margin-bottom: 0;
    line-height: 24px;
    color: #ffffff;
}

.footer p>a {
    font-size: 17px;
    color: #eaaa10;
    text-decoration: underline;
}

.footer p>a:hover {
    color: #eaaa10;
    text-decoration: underline;
}

span.template-name {
    font-weight: bold;
    color: #1089d4;
}

a.footer-links {
    display: block;
    font-size: 17px;
    margin-bottom: 2px;
    color: #454545;
}

a.footer-links:hover {
    color: #1089d4;
    text-decoration: underline;
    transition: all .5s ease-in-out;
}


/* Footer Social Icons */

ul.footer_social {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}

ul.footer_social li {
    display: inline-block;
    margin: 0;
    line-height: 100% !important;
}

ul.footer_social li a i {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    font-size: 26px !important;
    line-height: 26px !important;
    color: #ffffff;
    transition: all .5s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i.fa-twitter {
    color: #4099ff;
}

ul.footer_social li a i.fa-pinterest {
    color: #C92228;
}

ul.footer_social li a i.fa-facebook-square {
    color: #ffffff;
}

ul.footer_social li a i.fa-instagram {}

ul.footer_social li a i.fa-skipe {
    color: #00aff0;
}

ul.footer_social li a i.fa-dribble {
    color: #ea4c89;
}

ul.footer_social li a i:hover {
    color: #eaaa10 !important;
}


/* ========================================================== */


/* 			               04. HOME                           */


/* ========================================================== */

.hero-wrapper#home {
    overflow: hidden;
    position: relative;
}


/* -----  Register ----- */

.register-form-wrapper {
    margin: auto;
}

.register-form-wrapper h1 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 48px;
    font-family: 'Poppins';
}

.register-form-wrapper p {
    margin-bottom: 25px;
    font-size: 21px;
    margin-top: 30px;
    color: #ccf8cb;
}

input.register-input,
select.register-input {
    height: 46px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: transparent;
    border-radius: 18px;
    width: 100%;
}

textarea.register-comment {
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: transparent;
    border-radius: 18px;
    width: 100%;
}

input.register-submit {
    background: #f47804;
    border: 1px solid #f47804;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    max-width: 520px;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 999px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
    will-change: background, color, border;
}

input.register-submit:hover {
    background: transparent;
    border: 1px solid #f47804;
    color: #f47804;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
    border-color: #fff !important;
    color: #fff !important;
    outline: none;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
    border-color: #fff !important;
    color: #fff !important;
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white !important;
}

option[selected] {
    background: white !important;
}

option:checked {
    background: #fff;
    box-shadow: 0 0 10px 100px #000000 inset;
}

p.register_success_box {
    display: inline-block;
    color: #fff;
    border: 1px solid #dedede;
    padding: 25px 25px;
    font-size: 19px;
    text-shadow: none;
    font-style: italic;
    border-radius: 8px 8px;
    margin: 15px 0;
}

p.register-form-terms {
    margin: 10px 0 5px 0;
    font-size: 14px;
    color: #ebf8fc;
    text-shadow: none;
}


/* ========================================================== */


/* 			                05. FEATURES                      */


/* ========================================================== */

.services-wrapper {
    position: relative;
}


/* ========================================================== */


/* 						    06. CONTACT                       */


/* ========================================================== */

#contact-form {
    margin-bottom: 10px;
}

input.contact-input {
    width: 96%;
    height: 50px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 12px;
    color: #727272;
    background-color: #f6f7f8;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 18px;
}

textarea {
    height: 100px;
    margin-bottom: 12px;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #727272;
    background-color: #f6f7f8;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 18px;
}

input.contact-submit {
    color: #fff;
    background: #eaaa10;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 999px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

input.contact-submit:hover {
    color: #fff;
    background: #0d0e13;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #454545;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #454545;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #454545;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #454545;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
    border-color: #fff;
    outline: none;
}

p.contact_success_box {
    display: inline-block;
    color: #0c75fb;
    font-size: 20px;
    font-style: italic;
}


/* ========================================================== */


/* 			               07. OTHER ELEMENTS                 */


/* ========================================================== */


/* a) Buttons */

.btn-white {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #18204b;
    float: left;
    background-color: #eaaa10;
    border: 1px solid #eaaa10;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
    border-radius: 5px 5px;
    letter-spacing: 1px;
    margin: 10px 10px 0 10px 0;
    padding: 16px 26px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover {
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
    color: #eaaa10 !important;
    background: transparent;
}

.btn-white-border {
    color: #fff;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    margin: 10px 10px;
    padding: 16px 26px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
    color: #1089d4 !important;
    background: #f9f9f9;
}

.btn-white i,
.btn-white-border i {
    font-size: 22px;
    line-height: 22px;
    margin-right: 10px;
    vertical-align: text-top;
}

.btn-green {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #1089d4;
    border: 1px solid #1089d4;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    letter-spacing: 1px;
    border-radius: 5px 5px;
    margin: 15px 10px 0 0;
    padding: 18px 25px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-green:hover {
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
    color: #fff !important;
    background: #0d80c9;
}

.btn-green.small,
.btn-green-line.small,
.btn-white.small,
.btn-white-border.small {
    font-size: 16px;
    padding: 14px 20px;
}

.btn-green-line {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #017df7;
    background-color: #fff;
    border: 1px solid #1089d4;
    border-radius: 5px 5px;
    margin: 15px 10px 0 0;
    padding: 20px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-green-line:hover {
    color: #fff !important;
    background: #1089d4;
}

a.btn-green:visited,
a.btn-green:focus {
    color: #fff !important;
}


/* -----  b) Gallery PopUp ----- */

.popup-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.popup-gallery {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

.first-gallery {
    margin-bottom: 15px;
}

.popup-gallery img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
}

.popup-gallery:hover img {
    opacity: 0.25;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
    background-color: #000;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 2;
    height: 100% !important;
    top: 0%;
    margin-top: 0px;
    left: 0%;
    right: 0%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    opacity: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper,
.popup-gallery-rounded a span.eye-wrapper2 {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon,
.popup-gallery a span.eye-wrapper2 i.eye-icon {
    position: absolute;
    display: inline-block;
    font-size: 36px;
    z-index: 3;
    top: 50% !important;
    margin-top: -18px !important;
    left: 0%;
    right: 0%;
}

.popup-gallery a:hover span {
    opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gallery-item {
    border-radius: 5px 5px;
}

.gallery-insta {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 300px !important;
    width: 100%;
}

.gallery-insta img {
    border-radius: 0 !important;
}

.portfolio-pic {
    display: block;
    margin-bottom: 10px;
}

.portfolio-box {
    display: block;
    text-align: center;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 10px 20px 20px 20px;
}

.portfolio-box h3 {
    margin: 10px 0 10px 0 !important;
    line-height: 20px;
}

.portfolio-box h3 a {
    color: #454545;
    font-size: 18px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.portfolio-item h3 a:hover {
    color: #1089d4;
}

.portfolio-box p.portfolio-info {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}

.portfolio-box a.our-menus-link {
    font-size: 16px;
    line-height: 24px;
    color: #1089d4;
}

.portfolio-box a.our-menus-link:hover {
    text-decoration: underline;
}

.showcase-wrapper {
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding: 25px 30px 0 30px;
}


/* c) Testimonials */

.testim-inner {
    margin-top: 40px;
    position: relative;
    text-align: center;
    padding: 0 25px 25px 25px;
    height: 190px;
    will-change: border;
}

.testim-inner:hover {
    border: 1px solid #eaaa10;
    transform: scale(1.025);
    transition: all .5s;
}

.testim-inner img {
    position: relative;
    display: inline-block;
    margin-top: -55px;
    max-width: 98px;
    border: 6px solid #0d2843;
    outline: 1px solid #ffffff;
    border-radius: 50% 50%;
    padding: 10px 10px;
    background: linear-gradient(45deg, #eaaa10, #fc9e2e 61%, #f47804);
    transition: all .5s;
    will-change: border, outline-color;
}

.testim-inner:hover img {
    border: 1px solid #eaaa10;
    background-color: #eaaa10;
    outline-color: #eaaa10;
}

.testim-inner h6 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #eaaa10;
    font-family: 'Public Sans', sans-serif;
}

.testim-inner p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.testim-rating i {
    color: #fdcc28;
}


/* d) Accordion Tabs */

.card {
    border: none;
    background-color: #dac9c900 !important;
    max-width: 950px;
}

.card-header {
    padding: 6px 0 9px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: unset;
}

.card-header h5 .btn-link {
    padding: 0;
    font-size: 19px;
    font-weight: 500;
    color: #071e55;
    background-color: transparent;
}

.card-header h5 .btn-link:hover,
.card-header h5 .btn-link:focus {
    text-decoration: none;
}

.card-body {
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #ffffff;
    padding-left: 12px;
}


/* e) Carousel */

.carousel-indicators {
    bottom: -15px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #cecece;
    border-radius: 5px 5px;
}

.carousel-indicators.testimonials-indicators {
    bottom: -40px;
}

.carousel-indicators.testimonials-indicators li {
    background-color: #cecece;
}

.carousel-indicators.testimonials-indicators .active {
    background-color: #1089d4;
}

.gallery-show {
    margin: 20px 0 40px 0;
    max-width: 100%;
    border-radius: 8px 8px;
    border: 8px solid rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}


/* f) Features List */

ul.benefits {
    margin-bottom: 20px;
}

ul.benefits li {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
}

ul.benefits.white li {
    color: #fff;
}

ul.benefits li i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 1px;
    color: #1089d4;
}

ul.benefits.white li i {
    color: #fff;
}

.no-padding-bottom {
    padding-bottom: 0;
}


/* ========================================================== */


/* 			             08. MEDIA QUERIES                    */


/* ========================================================== */

@media (max-width: 991px) {
    .navbar-default {
        background-color: #0d0e13 !important;
    }

    .navbar-default.opaque {
        padding: 0;
    }

    .navbar-default {
        /* border-bottom: 1px solid #efefef; */
    }

    .navbar-default .navbar-nav>li.discover-link {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .navbar-default .navbar-nav>li>a.discover-btn {
        padding: 8px 12px !important;
        margin-left: 20px;
        font-size: 17px !important;
    }
}

@media (max-width: 768px) {
    .register-form-wrapper {
        padding-bottom: 45px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer-top i {
        display: block;
        margin-top: 50px !important;
    }

    ul.footer_social li a i {
        margin: 0 8px !important;
    }

    input.contact-submit {
        margin-bottom: 30px;
    }

    .testim-inner {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 375px) {
    .navbar-toggle {
        margin-bottom: 0;
        border: 1px solid #9f9f9f !important;
    }

    .hero-wrapper h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .section-white {
        padding: 60px 0 70px 0 !important;
    }

    .section-white.small-padding-bottom,
    .section-grey.small-padding-bottom {
        padding: 60px 0 50px 0 !important;
    }

    .register-form-terms {
        padding-bottom: 30px;
    }

    .small-col-inside {
        padding-right: 15px;
        padding-left: 15px;
    }

    input.contact-submit {
        width: 100%;
        margin-bottom: 40px;
    }
}

#empresa {
    background: #000000;
    position: relative;
}

.section__title h2 {
    font-weight: 500;
    position: relative;
    font-family: 'Archivo Black';
    font-size: 46px;
    color: #fff !important;
    text-transform: uppercase;
}

#empresa p {
    color: #2d2d2d;
}

#services {
    padding: 20px 0px;
}

section#features::before {
    content: "";
    width: 1110px;
    height: 2px;
    background: rgb(255 255 255 / 20%);
    top: 0;
    left: calc(50% - 555px);
    position: absolute;
}

section#features {
    position: relative;
}

#gallery .col-md-2 {
    padding: 0 !important;
}

.botao-cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.botao-cta a {
    padding: 15px 30px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    background: #eaaa10;
    font-size: 14pt;
    letter-spacing: 2px;
    border-radius: 50px;
    border: 2px solid #eaaa10;
    transition: all .3s;
}

.botao-cta a:hover {
    background: transparent;
    color: #eaaa10;
    box-shadow: 1px 0px 45px rgb(0 255 175 / 10%);
}

#html-cta h3 {
    font-size: 34pt;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Anek Odia', sans-serif;
}

#html-cta p {
    font-weight: 500 !important;
    font-size: 15pt;
}

.inner__depoimento h6 {
    font-weight: 600 !important;
    font-family: 'Public Sans', sans-serif;
    color: #eaaa10;
    font-size: 20px;
}

#depoimentos .testim-inner {
    height: 300px;
    background: linear-gradient(45deg, #040406, transparent);
    border: none;
    padding: 15px;
}

#depoimentos .testim-inner img {
    background: linear-gradient(#101218, #101218) padding-box, linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) border-box;
    border: 2px solid transparent;
    padding: 4px;
}

header.header {
    width: 100%;
    z-index: 999;
    position: fixed;
}

#empresa img {
    width: 100%;
    position: relative;
    mask: linear-gradient(180deg, rgb(0 0 0) 30.000000000000004%, rgb(0 0 0 / 78%) 100%);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Odia:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800&display=swap');

/* efects */

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/* /efects */

body {
    font-family: 'Roboto', sans-serif;
}

.logo-img {
    max-height: 71px;
}

.select-form {
    color: #000;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .small-col-inside {
        padding-left: 15px !important;
        padding-right: 15px;
    }

    input.contact-input {
        width: 100% !important;
    }

    textarea {
        width: 100% !important;
    }

    .captcha-contato-div {
        width: 100% !important;
    }

    .whatsapp-btn {
        bottom: 40px !important;
    }

    .main__servicos img {
        margin-top: 20px;
    }

    .main__servicos {
        margin: 10px 0;
        height: auto !important;
        padding: 10px;
    }

    #home .no-gutters img {
        position: absolute;
        opacity: 0.25;
    }

    .hero-wrapper#home:before {
        display: none;
    }
}

.captcha-div {
    display: flex;
}

input::placeholder {
    color: #fff;
}

.div-flex {
    display: flex;
}

.contact-input::-webkit-input-placeholder {
    color: #000 !important;
}

.contact-commnent::-webkit-input-placeholder {
    color: #000 !important;
}

.captcha-contact-btn {
    height: 50px !important;
    width: 30%;
    margin-right: 6px;
}

.captcha-contact-text {
    width: 70% !important;
}


/* Whatsapp button */

.whatsapp-btn {
    position: fixed;
    right: 30px;
    z-index: 999999999;
    bottom: 60px;
    background-color: rgb(9, 184, 24);
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
}

.whatsapp-btn a {
    display: block;
    text-indent: 0;
    width: 54px;
    height: 54px;
    background: url(../images/whatsapp.png) no-repeat center;
    background-size: 60%;
}

.whatsapp-icon {
    color: #ffff;
    margin: 0;
    font-size: 25pt;
}

.div-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*  */

:focus-visible {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.footer-top h5 {
    color: #0d0e13;
}

.text-center {
    text-align: center;
}

span.letter-color {
    font-weight: 900;
    color: #101218;
}

nav.navbar.navbar-expand-lg {
    padding-top: 0;
    padding-bottom: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* efects */

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/* /efects */

body {
    font-family: 'Roboto', sans-serif;
}

.logo-img {
    max-height: 31px;
    filter: grayscale(1) brightness(11);
}

.select-form {
    color: #000;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .small-col-inside {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    input.contact-input {
        width: 100% !important;
    }

    textarea {
        width: 100% !important;
    }

    .captcha-contato-div {
        width: 100% !important;
    }

    .whatsapp-btn {
        bottom: 40px !important;
    }
}

.captcha-text {
    width: 70% !important;
    max-width: 520px;
    height: 46px !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    margin-left: 6px;
    border: 1px solid #fff !important;
    background-color: transparent;
    font-size: 16px !important;
    border-radius: 18px;
}

.captcha-btn {
    width: 30% !important;
    height: 46px !important;
    color: #000 !important;
    margin-right: 6px !important;
    border-radius: 18px;
}

.captcha-div {
    display: flex;
}

input::placeholder {
    color: #fff;
}

.div-flex {
    display: flex;
}

.contact-input::-webkit-input-placeholder {
    color: #000 !important;
}

.contact-commnent::-webkit-input-placeholder {
    color: #000 !important;
}

.captcha-contact-btn {
    height: 50px !important;
    width: 30%;
    margin-right: 6px;
    border-radius: 18px;
}

.captcha-contact-text {
    width: 70% !important;
}


/* Whatsapp button */

.whatsapp-btn {
    position: fixed;
    right: 30px;
    z-index: 999999999;
    bottom: 60px;
    background-color: rgb(9, 184, 24);
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
}

.whatsapp-btn a {
    display: block;
    text-indent: 0;
    width: 54px;
    height: 54px;
    background: url(../images/whatsapp.png) no-repeat center;
    background-size: 60%;
}

.whatsapp-icon {
    color: #ffff;
    margin: 0;
    font-size: 34pt;
}

.div-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*  */

:focus-visible {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.footer-top h5 {
    color: #ffffff;
    font-family: 'Public Sans', sans-serif;
}

.text-center {
    text-align: center;
}

span.letter-color {
    font-weight: 900;
    color: #101218;
}

nav.navbar.navbar-expand-lg {
    border: 2px solid #affb00;
    padding: 12px 0px;
    padding-left: 50px;
    border-radius: 40px;
    background-color: #0000009e;
    backdrop-filter: blur(25px) !important;
}

@media(max-width: 992px) {
    section#features::before {
        width: 90% !important;
        left: calc(50% - 45%) !important;
    }

    .box-palestrantes {
        margin: 0;
        display: contents;
    }

    .box-palestrantes h3 {
        width: 100% !important;
        text-align: center !important;
        background: #fcb900 !important;
    }

    .box-palestrantes img {
        max-width: 100%;
    }
}

.footer-bottom p {
    color: #101218 !important;
}

.box-palestrantes h3 {
    color: #101218;
    background: linear-gradient(90deg, #fcb900, transparent);
    padding: 6px 18px;
    width: 50%;
    font-weight: 900;
}

.box-palestrantes p {
    text-align: justify;
}

.box-palestrantes {
    padding: 26px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

#contact h4 {
    font-family: 'Anek Odia', sans-serif;
    font-size: 36px;
}

.navbar-default.opaque a.external.discover-btn {
    background: #f47804;
    border-color: #f47804;
    will-change: background;
}

hr.title__line {
    border: 0;
    width: 120px;
    height: 4px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 24px;
    background: #1eff03;
}

.register-form-wrapper h4 {
    font-family: 'Public Sans', sans-serif;
    color: #eaaa10;
}

.custom-icon-box-style-1 h3 {
    font-family: 'Public Sans', sans-serif;
    font-size: 32pt;
    text-transform: uppercase;
    font-weight: 800;
}


/*  */

.custom-icon-box-style-1.residencial {
    background: linear-gradient(45deg, #eaaa10, #fc9e2e 61%, #f47804);
}

.custom-icon-box-style-1.residencial h3 {
    color: #fff;
}


/*  */

.custom-icon-box-style-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
}


/*  */

.custom-icon-box-style-1.comercial {
    border: 2px solid #fa9321;
    background: #e0e2e6;
}

.custom-icon-box-style-1.comercial h3 {
    color: #0d2843;
}

.custom-icon-box-style-1.comercial p {
    color: #3c413d;
}


/*  */

.custom-icon-box-style-1.rural {
    background: #bab7af;
}

.custom-icon-box-style-1.rural h3 {
    color: #fff;
}

.main__diferencial {
    text-align: center;
    padding: 30px;
    background: #e0e2e6;
    height: 190px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    outline: 2px solid #bab7af;
    justify-content: center;
    border-radius: 25px;
    transition: cubic-bezier(0.4, 0, 0.2, 1) all .3s;
}

.main__diferencial h6 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #0d2843;
    font-family: 'Public Sans', sans-serif;
}

.main__diferencial img {
    max-height: 80px;
    width: auto;
}

.main__diferencial:hover {
    background: linear-gradient(45deg, #eaaa10, #fc9e2e 61%, #f47804);
    outline: none;
    transform: scale(1.06);
    will-change: transform, background;
}

.main__diferencial:hover h6 {
    color: #ffff;
}

.main__servicos {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: 0px 0px 15px #003061;
    height: 100%;
}

.main__servicos img {
    border-radius: 25px;
    margin-bottom: 12px;
}

.main__servicos h6 {
    margin-bottom: 6px;
    font-family: 'Public Sans', sans-serif;
    font-size: 20px;
}

.main__servicos p {
    font-size: 14px;
}

img.logo-banco {
    padding: 10px;
    height: 100% !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 15px;
    background: #f5f7f9;
    width: inherit;
}

img.logo-parceiro {
    padding: 10px;
    height: 100% !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 15px;
    background: #f5f7f9;
    width: inherit;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'poppins', sans-serif;
}

#contact .col-md-6 img.p-md-5 {
    max-width: 100%;
    height: auto;
}

.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: fit-content;
    margin-top: 30px;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #78747400 !important;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #2df126 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-nav button.owl-prev {
    left: -55px;
}

.owl-nav button.owl-next {
    right: -55px;
}

.owl-nav button span {
    color: #fff;
    font-size: 30px !important;
    position: relative;
    top: -3px;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.section-blue.no-padding {
    padding: 150px 0px;
    position: relative;
    z-index: 2;
}

.col-md-8.margin-top-50 {
    margin: auto;
}

.btn-grupo {
    margin-top: 50px;
    transition: .2s ease-in-out;
}

.btn-grupo a {
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #30fa29, #12a00e);
    filter: drop-shadow(0px -2px 5px #30fa2975);
    padding: 15px 50px;
    color: #fff;
    border-radius: 7px;
    transition: all .2s linear;
    font-weight: 600;
}

.btn-grupo:hover {
    transform: scale(1.1) translate(30px, 0px);
}

#empresa h2 {
    color: #fff !important;
    font-family: 'Poppins';
}

.empresa-desc p {
    color: #fff !important;
}

h3.text-destaque {
    text-transform: uppercase;
    font-weight: 600;
    color: #2dee26;
    font-family: 'Poppins';
}

.img-grafico img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    margin: auto;
    opacity: .1;
}

.img-grafico {
    position: relative;
}

p {
    font-family: "Outfit", sans-serif;
    !important
}

.btn-grupo a:hover {
    filter: drop-shadow(0px -2px 2px #30fa29);
}

.col-md-6.cellphone {
    text-align: center;
}

.col-md-6.cellphone img {
    filter: drop-shadow(0px 0px 127px #20cc1b);
}

#empresa .row {
    align-items: center;
}

/* vantagens */

#vantagens h2 {
    font-family: 'Archivo Black';
    text-transform: uppercase;
    padding: 0px 150px;
}

.team-single {
    position: relative;
    text-align: center;
    height: 250px;
    padding: 30px;
    border-radius: 20px;
    z-index: 1;
    transition: .3s;
}

.team-single:before {
    position: absolute;
    content: "";
    border-radius: 20px;
    background: radial-gradient(105.21% 80.83% at 50% 139.64%, #affb0057 0, rgb(209 0 0 / 0%) 100%), radial-gradient(71.2% 56.16% at 39.65% 8.34%, #affb0038 0, rgba(255, 255, 255, 0) 100%), radial-gradient(44.99% 44.08% at 32.68% 3.28%, #3c415560 0, rgba(217, 217, 217, 0) 100%), #000000;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #ffffff29;
    z-index: -1;
    transition: .3s ease-in-out;
}

.team-single img {
    position: relative;
    margin-bottom: 13px;
    width: 50px;
    height: 50px;
    z-index: 1;
    transition: .3s ease-in-out;
}

.team-single:hover img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    filter: drop-shadow(0px -272px 0px #aaf401);
    transform: translate(0px,269px);
}

.back-img {
    position: relative;
    margin-top: 20px;
    transition: .3s ease-in-out;
}

.back-img:before {
    position: absolute;
    content: "";
    background-color: #affb00;
    width: 75px;
    height: 75px;
    top: -12px;
    left: 0;
    margin: auto;
    right: 0;
    border-radius: 50%;
    z-index: 0;
    border: 3px solid #040404;
    transition: .3s ease-in-out;
}

.team-single p {
    margin-top: 14px;
}

.team-single:after {
    position: absolute;
    content: "";
    border-radius: 20px;
    background: radial-gradient(105.21% 80.83% at 50% 139.64%, #affb00 0, rgb(209 0 0 / 0%) 100%), radial-gradient(71.2% 56.16% at 39.65% 8.34%, #affb00 0, rgba(255, 255, 255, 0) 100%), radial-gradient(44.99% 44.08% at 32.68% 3.28%, #3c415560 0, rgba(217, 217, 217, 0) 100%), #000000;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #ffffff29;
    z-index: -1;
    opacity: 0;
    transition: .5s ease-in-out;
}

.team-single:hover:after {
    opacity: 1;
}

.team-single:hover .back-img:before {
    background-color: #000;
    transform: scale(1.3);
    top: -9px;
}

.team-single:hover {
    transform: scale(1.1);
}

.img-vantagens {
    position: relative;
    top: -10px;
    padding: 10px;
    overflow: hidden;
}
/* <------> */
section#html-cta .col-md-6 h1 {
    font-size: 44px;
    color: #fff;
    font-family: 'Poppins';
}

section#html-cta .btn-grupo a {
    text-align: center;
    display: block;
}

/* Solucoes */
.col-md-6.solucoes-icon {
    display: flex;
    justify-content: center;
}

.section__title.sub-titulo-regras p {
    width: 160px;
}

.titulo-regras h3 {
    font-family: 'Archivo Black';
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 4px;
}

.text-conclusao p {
    font-size: 20px;
}

#solucao .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* <---------> */

.icones:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #51545f;
    border-radius: 50%;
    content: "";
    z-index: -1;
    top: -4px;
    left: 10px;
}

.inner__depoimento img {
    border-radius: 30px;
}

.owl-item.active:not(.center) {
    opacity: .3;
}



/* slide */
.section-blue.no-padding.slide h1 {
    text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    font-family: "Archivo Black", sans-serif;
    color: #affb00;
}

.section-blue.no-padding.slide .col-md-7 {
    margin: auto;
}

.section-blue.no-padding.slide {
    position: relative;
    background-color: #000;
    padding: 0 !important;
}

.texto-entrada {
    position: absolute;
    top: 0;
    bottom: -30px;
    left: 0;
    right: 0;
    display: flex;
    width: 760px;
    margin: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.slide:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(0deg, #000000, #00000082);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.logo-entrada img {
    width: 500px;
    mask: linear-gradient(180deg, rgb(0 0 0) 30.000000000000004%, rgb(0 0 0 / 0%) 98%);
}

.texto-entrada p {
    font-size: 20px;
    margin-bottom: 30px;
}

span.destaque {
    font-weight: 800;
}

#vantagens .botao-wpp {
    margin-top: 70px;
}

.botao-wpp a {
    position: relative;
    background-image: linear-gradient(45deg, #16c920, #15e54b);
    padding: 20px 25px;
    border-radius: 8px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    z-index: 1;
    transition: .3s;
}

.botao-wpp a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-color: #16cd26;
    border-radius: 12px;
    transition: .3s;
    z-index: -1;
}

.botao-wpp a:hover:before {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 250px #00fe05;
}

/* <---------> */

/* menu */
ul.navbar-nav.ml-auto {
    margin: auto;
}
/* <-------> */

/* empresa */
.section__title p {
    background-color: #affb00;
    width: 227px;
    padding: 0px 20px;
    border-radius: 20px;
}

.empresa-desc h3 {
    font-family: 'Archivo Black';
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 4px;
}

span.text-destaque {
    color: #affb00;
}

.empresa-desc p {
    font-size: 20px;
}

.empresa-desc .botao-plano a {
    background-image: linear-gradient(45deg, #93ec02, #42a00d);
    color: #000;
}
/* <--------> */

/* operacional */
#operacional .row {
    align-items: center;
}

.operacional-desc h3 {
    font-family: 'Archivo Black';
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 4px;
}

.section__title.operacional p {
    width: 180px;
}

.operacional-desc p {
    font-size: 20px;
}
/* <-------> */

/* Planos */

.planos {
    display: flex;
    gap: 29px;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}

h2.titulo-planos {
    color: #fff;
    font-weight: 500;
    font-family: 'Archivo Black';
}
p.valor-antigo {
    font-size: 37px;
}

h3.valor-atual {
    font-size: 59px;
    font-weight: 700;
    color: #000000;
    font-family: 'Poppins';
}

span.text-edit {
    text-transform: uppercase;
}

.botao-plano a {
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #000000, #202020);
    padding: 10px 45px;
    border-radius: 7px;
    box-shadow: 0px -3px 4px #0000004f;
    font-weight: 600;
    font-family: 'Outfit';
    transition: .3s linear;
}

.botao-plano a:hover {
    box-shadow: 0 -3px 4px #12dc03;
}

.botao-plano {
    margin-top: 30px;
    text-align: center;
}

span.edit-valores {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Outfit';
}

h3.valor-parcelado {
    font-family: 'Poppins';
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

h3.valor-2 {
    color: #fff;
    font-family: 'Outfit';
    font-size: 27px;
    font-weight: 700;
}

section#sobre img {
    width: 100%;
    position: relative;
    right: 60px;
}

section#sobre {
    position: relative;
}

#servicos .row {
    justify-content: center;
}

div#pd-01 {
    background-image: linear-gradient(180deg, white, #e0e0e0);
    width: 359px;
    height: 587px;
    padding: 40px 20px;
    border-radius: 20px;
}

div#pd-01 h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}

div#pd-01 ul {
    color: #000;
    font-weight: 600;
}

div#pd-01 li {
    text-align: left;
    width: 274px;
    margin: auto;
    list-style: disc;
    font-family: 'Outfit';
    margin-left: 27px;
}

div#pd-01 .valor-antigo span {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    margin: auto;
    display: flex;
    justify-content: center;
    font-family: 'Poppins';
}

span.edit-parcela {
    font-size: 26px;
}

div#pd-02 li {
    font-size: 21px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    list-style: disc;
    margin-left: 20px;
    font-family: 'Outfit';
}

div#pd-02 {
    width: 446px;
    background-color: #000;
    padding: 60px 30px;
    height: 721px;
    border-radius: 20px;
}

div#pd-02 h2 {
    text-align: center;
    font-size: 50px;
    color: #affb00;
    text-transform: uppercase;
}

div#pd-02 p.valor-antigo {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    font-family: 'Poppins';
}

div#pd-02 .botao-plano a {
    background-image: linear-gradient(45deg, #a7ff00, #3b9a0e);
    color: #000;
    font-weight: 900;
}

section#servicos {
    background-color: #121212;
}

section#servicos .section__title h2 {
    padding: 0 100px;
}

/* FAQ */
button.btn.btn-link.btn-block.text-left.collapsed {
    text-decoration: none !important;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    white-space: normal;
}

.card .btn-link{
    color: #000;
    text-decoration: none;
    border-radius: 0;
    white-space: normal;
}

.card-body {
    background-color: #fff;
}

.card-body p{
    color: #000000;
}

button:not(.collapsed){
    background-color: #ffffff;
}

.btn-link:hover:not(.collapsed){
    background-color: #fff; 
}


/* icon-perguntas */
i.fas.fa-plus:before {
    position: relative;
    content: "\f067";
    color: #838383;
    font-weight: 700;
    font-size: 17px;
    top: 0;
}

i.fas.fa-plus {
    position: absolute;
    top: 17px;
    left: -26px;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
}

button.btn.btn-link.btn-block.text-left.collapsed i.fas.fa-plus:not(.collapsed){
    transform: rotate(0deg);
}

/* <--------> */

/* video */
.slide video {
    object-fit: cover;
}
/* <------> */

section#sobre h2 {
    font-size: 28px;
}

.empresa-desc h5 {
    font-size: 30px;
    color: #affb00;
    font-weight: 700;
    font-family: 'Archivo Black';
    margin-bottom: 5px;
    margin-top: 20px;
}

.empresa-desc li {
    font-size: 20px;
    color: #affb00;
    font-family: 'Outfit';
    list-style: disc;
}

#mensagem {
    background-color: #000;
    padding-bottom: 60px;
}

.msg-final {
    position: relative;
    background-color: #ffffff0f;
    padding: 60px;
    margin-bottom: 60px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid;
    border-color: #affb00;
    transition: .3s linear;
}

.msg-final p {
    font-size: 20px;
}

.msg-final h3 {
    color: #affb00;
    font-family: 'Outfit';
}

.msg-final:hover {
    background-color: #ffffff38;
    cursor: pointer;
}

.msg-final:before {
    content: "";
    position: absolute;
    background: url(/images/balao-de-pensamento.svg);
    background-repeat: no-repeat;
    top: -50px;
    right: -30px;
    bottom: 0;
    width: 100px;
    filter: drop-shadow(2px 4px 6px #000);
}

/* contato */
.contato-cliente {
    text-align: center;
    margin-top: 30px;
    background: linear-gradient(45deg, #aef90000, #aef900a3, transparent);
    padding: 11px 0px;
}

.contato-cliente p {
    font-size: 30px;
    margin: 0;
}
/* <-----> */

#mensagem .botao-wpp {
    text-align: center
}
@media(max-width:720px){
    .texto-entrada {
        top: 100px;
        bottom: 0;
        width: 100%;
    }

    .logo-entrada img {
        width: 100%;
    }

    section#operacional img {
        width: 100%;
    }

    #vantagens h2 {
        padding: 0;
        font-size: 30px;
    }

    .back-img:before {
        left: 0;
        right: 0;
        margin: auto;
    }

    #servicos .section__title h2 {
        padding: 0 !important;
        font-size: 23px;
    }

    .planos {
        flex-wrap: wrap;
    }

    div#pd-02 {
        height: 100%;
    }

    div#pd-01 {
        height: 100%;
    }

    section#sobre img {
        right: 0;
        display: none;
    }

    section#sobre h2 {
        font-size: 30px;
        text-align: center;
    }

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

    nav.navbar.navbar-expand-lg {
        padding-left: 0;
        padding-right: 15px;
    }

    .slide .container-fluid {
        height: 650px !important;
    }

    #solucao .row {
        flex-direction: column-reverse;
    }

    i.fas.fa-plus {
        right: 5px;
        left: unset;
    }

    nav.navbar.navbar-default {
        background-color: unset !important;
    }

    .msg-final:before {
        right: 0;
    }
}
