@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');

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: #46dd90;
}

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: #e0e2e6;
    padding: 90px 0 100px 0;
}

.section-blue {
    background-color: #1e90ff;
    padding: 90px 0;
}

.section-bg-2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.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: #0d2843;
    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;
    padding-right: 27%;
}

.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;
}

.navbar-fixed-top {
    background-color: #000;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04) !important;
    border-bottom: 1px solid #ffffff1a;
    transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
    position: fixed !important;
    background: #0d2843 !important;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top .navbar-nav>li>a,
.navbar-fixed-top .navbar-nav>li>a:hover {
    color: #00b4fa !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-fixed-top .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-fixed-top .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-fixed-top.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-fixed-top .navbar-nav>li>a.discover-btn {
    border: 1px solid #00b62b;
    color: #ffffff !important;
    background: #00b62b;
    border-radius: 999px;
    padding: 12px 18px !important;
    margin-left: 10px;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
    transition: .3s ease-in-out;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn:hover {
    color: #ffffff !important;
    background: #02db35;
    border: 1px solid #00b62b;
}


/* ========================================================== */


/* 			                03. FOOTER                        */


/* ========================================================== */

.footer {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 20px;
    background-color: #0f0f0f;
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


.footer-bottom {
    padding: 15px 0;
    background-color: #0f0f0f;
}

.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 {}

.register-form-wrapper h1 {
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Anek Odia', sans-serif;
    font-size: 46px;
}

.register-form-wrapper p {
    margin-bottom: 25px;
    font-size: 17px;
}

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 {
    height: 50px;
    padding-left: 22px;
    padding-right: 2%;
    margin-bottom: 12px;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 50px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.2);
    color: white !important;
    background: #001C31;
    border-right: none;
    border-bottom: none;
    font-weight: 600;
}

textarea {
    height: 100px;
    margin-bottom: 12px;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    /* 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;
    /* background: linear-gradient(45deg, #c0c0c0, #f0f0f0, #a0a0a0, #ffffff); */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.2);
    background: #202020;
    border: none;
    font-weight: 600;
}

input.contact-submit {
    color: #fff;
    background: #5CB75C;
    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;
    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;
}

/* d) Accordion Tabs */

.card {
    border: none;
    background-color: transparent !important;
}

.card-header {
    padding: 6px 0 9px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #f4f5f6;
}

.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;
    border-top: unset;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #7c8595;
}


/* 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-fixed-top {
        background-color: #0d0e13 !important;
    }

    .order-parceiros {
        justify-content: space-between !important;
        margin-bottom: 20px;
    }

    img.pd-bt-ex {
        margin-left: -8px;
    }

    .box-seg img {
        /* margin-left: -8px !important; */
    }

    .navbar-fixed-top.opaque {
        padding: 0;
    }

    .navbar-fixed-top {
        /* border-bottom: 1px solid #efefef; */
    }

    .navbar-fixed-top .navbar-nav>li.discover-link {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .navbar-fixed-top .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;
    }
}

.section__title h2 {
    font-weight: 500;
    position: relative;
    font-family: 'Anek Odia', sans-serif;
    font-size: 46px;
    color: white;
}

#empresa p {
    color: #ffffff;
}

section#passos {
    position: relative;
}

section#passos::before {
    position: absolute;
}

#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;
}

#empresa img {
    width: 100%;
    padding: 10px;
    max-height: 100%;
    height: fit-content;
}

@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: 'poppins', 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 {}


/* 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: 'poppins', sans-serif;
}

.logo-img {
    width: 100%;
}

.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;
    }

    .item-carousel {
        background: #efefef;
    }

    #contact form.contact.formSubmit {
        padding: 0px !important;
    }

    #contact .dn {
        display: block !important;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
    }

    #contact .rn {
        display: none;
    }

    #contact input.contact-input.captcha_result.captcha-contact-text {
        font-size: 11px;
    }

    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;
    width: 100%;
    justify-content: center;
}

input::placeholder {
    color: #fff;
}

.div-flex {
    display: flex;
}

.contact-input::-webkit-input-placeholder {
    color: white !important;
}

.contact-commnent::-webkit-input-placeholder {
    color: white !important;
}

.captcha-contact-btn {
    height: 50px !important;
    width: 30%;
    margin-right: 6px;
    border-radius: 18px;
}

.captcha-contact-text {
    padding-left: 18px !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 {
    padding-top: 0;
    padding-bottom: 0;
}

@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: #ffffff !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-size: 36px;
    color: white;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
}

.navbar-fixed-top.opaque a.external.discover-btn {
    background: #00b62b;
    border-color: #00b62b;
    will-change: background;
}

hr.title__line {
    border: 0;
    width: 120px;
    height: 4px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 24px;
    background: #f47804;
}

.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: 19px;
    font-weight: 500;
    color: #fff;
}


/*  */

.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 {
    height: 100%;
}


/*  */

.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;
}

#depoimentos .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.inner__depoimento p {
    font-size: 16px;
    color: #000;
    text-align: justify;
}

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: rgb(255 255 255) !important;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid rgb(244 120 4) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button span {
    color: #000;
    font-size: 30px !important;
    position: relative;
    top: -3px;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

section {
    background: #151515;
}

/* texto-entrada */
.container.entrada {
    max-width: 889px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.box-edit {
    word-break: break-word;
    text-align: center;
}

.box-edit h2 {
    font-size: 52px;
    color: #fff;
}

/* btn-entrada-acao */
.btn-entrada a {
    position: relative;
    padding: 19px 45px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 10px 13px -8px #00afff;
    z-index: 1;
    transition: .3s ease-in-out;
}

.btn-entrada {
    margin-top: 50px;
}

.btn-entrada a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, #00afff, #00c3e9, #69e6ff);
    z-index: -1;
    transition: .3s ease-in-out;
}

.btn-entrada a:hover:before {
    opacity: 0;
}

.btn-entrada a:hover {
    box-shadow: unset;
}

.btn-entrada a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #09b818, #09b818, #59ff67);
    box-shadow: 0 0 15px 0px #09b818;
    border-radius: 10px;
    z-index: -2;
    opacity: 0;
    transition: .3s ease-in-out;
}

.btn-entrada a:hover:after {
    opacity: 1;
}

/* <------------> */

/* apresentacao(empresa) */
#empresa h2 {
    color: #fff !important;
    margin-bottom: 20px !important;
    font-family: 'Poppins';
}

/* <----------> */

/* ferramentas */
.titulo-ferramentas h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.redes-sociais img {
    width: 70px;
    transition: .3s ease-in-out;
}

.redes-sociais {
    position: relative;
    text-align: center;
    margin: 50px 0px;
    z-index: 1;
}

.redes-sociais:before {
    position: absolute;
    content: "";
    top: -19px;
    left: 72px;
    right: 0;
    background: linear-gradient(22deg, #88ecff, #ffffff, #88ecff);
    width: 110px;
    height: 110px;
    z-index: -1;
    border-radius: 50%;
}

.redes-sociais img:hover {
    filter: drop-shadow(0px 4px 5px #33333357);
}

.ferramentas {
    margin-bottom: 70px;
}

.appear-animation {
    opacity: 0;
}

.appear-animation.already-animated {
    opacity: 1;
}

/* <-----> */

/* publico-alvo */
.title-publico-alvo {
    color: #fff;
    font-size: 60px !important;
}

.publico {
    margin: 50px 0px;
}

/* <----------> */

/* chamada-acao */
h2.text-chamada {
    text-align: center;
    font-size: 45px;
    color: #fff;
}

.bloco-chamada {
    padding: 30px 30px;
    margin: 30px 0px;
    width: 800px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(90deg, #00c3e9, #042ae3);
}

.btn-acao a {
    color: #fff;
    font-size: 18px;
    padding: 19px 45px;
    background: linear-gradient(0deg, #079c3d, #02d862);
    border-radius: 12px;
    box-shadow: 0 8px 21px -13px #333333bf;
    transition: .3s ease-in-out;
}

.btn-acao {
    margin-top: 40px;
    transition: .3s ease-in-out;
}

.btn-acao:hover {
    transform: scale(1.1);
}

#chamada .col-md {
    display: flex;
    justify-content: center;
}

/* <--------> */

/* cursos */
.title-cursos {
    color: #fff;
    font-family: 'Poppins' !important;
}

/* lp inicio */

#home .container {
    margin-left: 100px;
    height: 670px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#home .texto h2 {
    font-size: 32px;
    font-weight: 600;
    padding-top: 40px;
    color: white;
}

.btn a {
    background-color: #5CB85C;
    padding: 12px 30px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-left: -10px;
    box-shadow: 0px 0px 10px #5CB85C;
    transition: all 0.5s;
}

.btn {
    padding-top: 15px;
}

.btn a:hover {
    box-shadow: 0px 0px 20px #5CB85C;
}

#home .texto h4 {
    color: white;
    font-weight: 200;
    font-size: 18px;
    margin: 25px 0px;
}

.logo-home img {
    width: 350px;
}

#home img.whats-icon {
    height: 25px;
    margin-top: -5px;
    margin-left: 5px;
}

img.extra-slide-img {
    transform: translateY(60px);
    display: none;
}

.line-bottom {
    height: 4px;
    width: 100px;
    background-color: #0bc767;
    margin-bottom: 25px;
    box-shadow: 0px 0px 15px #0bc767;
}

span.texto-destaque {
    color: #46dd90;
    text-transform: uppercase;
    font-weight: 600;
}

#recomendados .line-bottom {
    margin-top: 25px;
}

#recomendados .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

#recomendados .owl-nav {
    display: none;
}

.owl-stage {
    display: flex;
}

.item-recomendados {
    padding: 0px 15px;
}

.item-recomendados {
    padding: 25px;
    border: 2px solid #8D979F;
    border-radius: 20px !important;
    transition: all .5s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-recomendados h4 {
    font-size: 20px;
    color: #0bc767;
}

.item-recomendados p {
    font-size: 14px;
    line-height: 21px;
}

.icone-and-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-recomendados .icone-and-btn a img {
    margin-left: 5px;
}

#qualidades .section__title h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 30px;
}

.texto-metalico {
    background: linear-gradient(135deg, #e0e0e0, #a6a6a6);
    /* Gradiente mais claro */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 25px rgba(255, 255, 255, 0.5);
    transition: all .5s;
}

.item-recomendados:hover {
    border-color: #0bc767;
    box-shadow: 0px 0px 15px #0bc767;
}

.item-recomendados:hover .texto-metalico {
    background: linear-gradient(135deg, #0bc767, #0bc767);
    /* Gradiente na cor #0bc767 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(11, 199, 103, 0.3), 0 0 25px rgba(11, 199, 103, 0.5);
    /* Sombra com a cor #0bc767 */
    filter: drop-shadow(0px 0px 45px #0bc767);
}

.icone-bottom,
.bottom-set {
    position: absolute;
    transform: translateY(-100%);
    opacity: 0;
    transition: all .5s;
    filter: drop-shadow(0px 0px 15px #0bc767);
}

.item-recomendados:hover .icone-bottom,
.item-recomendados:hover .bottom-set {
    opacity: 1;
}

.item-recomendados:hover .icone-recomendados,
.item-recomendados:hover .seta-recomendados {
    opacity: 0;
}

.icone-recomendados,
.seta-recomendados,
.bottom-set {
    transition: all .5s;
}

.side-right-empresa {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-beneficios {
    display: flex;
    align-items: center;
}

.item-beneficio h4 {
    font-size: 18px;
    color: white;
}

p.transparent-text {
    opacity: 0.8;
}

.item-beneficio p.transparent-text {
    font-size: 12px;
    /* padding-right: 60px; */
    line-height: 18px;
    padding-bottom: 25px;
}

.title-left h2 {
    color: white;
    text-transform: uppercase;
}

.title-left h6 {
    opacity: 0.4;
    color: white;
}

.side-left {
    padding-bottom: 40px;
    padding-top: 25px;
}

.icone-and-btn a.texto-metalico {
    display: flex;
    align-items: center;
}

section#recomendados {
    padding: 25px 0px;
}

#depoimentos .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#depoimentos .line-bottom {
    margin-top: 20px;
    background-color: #1DAD5A;
}

section#contact {
    padding-top: 90px !important;
    background-color: #002642;
    padding-bottom: 50px;
}

#depoimentos .owl-prev,
#depoimentos .owl-next {
    margin-bottom: 25px;
    background-color: transparent !important;
    border-color: #1DAD5A !important;
    box-shadow: inset 0 0 10px #1DAD5A, 0 0 15px rgba(0, 0, 0, 0.2);
    margin: -10px 20px;
}


#depoimentos .owl-nav button span {
    color: #0bc767;
}

#depoimentos .owl-carousel .owl-item img {
    width: auto;
    border-radius: 25px;
}

#faq button:not(.collapsed) {
    background: transparent !important;
    color: white;
    transition: all .5s;
    font-size: 19px;
}


#contact button,
input,
optgroup,
select,
textarea {
    border-radius: 20px;
    color: white !important;
    border: none;
    background: #001C31;
    font-weight: 600;
    width: 100%;
}

#contact form.contact.formSubmit {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white !important;
}

#contact input.contact-submit {
    height: 50px;
    width: 250px !important;
    margin-top: 25px;
}

.select-contact {
    width: 35%;
    height: 50px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 12px;
    border: 1px solid white !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 18px;
    background: linear-gradient(45deg, #c0c0c0, #f0f0f0, #a0a0a0, #ffffff);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.2);
}

.option-select {
    width: 35%;
    height: 50px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 12px;
    border: 1px solid white !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background: linear-gradient(45deg, #c0c0c0, #f0f0f0, #a0a0a0, #ffffff);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.2);
}

section#depoimentos {
    padding-bottom: 30px;
    background-color: #FFFFFF;
    padding: 60px 10px 120px 10px;
}

#dropdown-new {
    width: 100%;
    text-align: center;
}

#dropdown-btn {
    text-align: left;
    height: 50px;
    margin-bottom: 12px;
    /* border: 1px solid white !important; */
    font-size: 14px;
    border-radius: 18px;
    /* background: linear-gradient(45deg, #c0c0c0, #f0f0f0, #a0a0a0, #ffffff); */
    padding-top: 8px;
    background: #202020;
    border: none;
    padding-left: 22px;
    font-weight: 600;
}

@media screen and (max-width: 800px) {
    #home .container {
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }

    .logo-home img {
        width: 350px;
        padding-top: 50px;
    }

    section#home {
        height: 580px !important;
    }

    img.extra-slide-img {
        transform: translateY(20px);
        width: 350px;
        padding-top: 20px;
    }

    #home .texto h2 {
        font-size: 30px;
    }

    .br-none {
        display: none;
    }

    .rdn-br {
        display: none;
    }

    #home .texto h4 {
        font-size: 16px;
    }

    .title-empresa {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .section__title h2 {
        text-align: center;
        font-size: 30px;
    }

    #recomendados .owl-stage {
        width: 3420px !important;
    }

    .icone-and-btn a.texto-metalico {
        margin-left: 20px;
    }

    section#recomendados {
        padding-bottom: 60px;
    }

    .container-beneficios {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    img.img-beneficios {
        width: 350px;
    }

    section#depoimentos {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    #depoimentos .owl-carousel .owl-item img {}

    #dropdown-new {
        /* width: 860px; */
    }

    .btn-produtos {
        padding-bottom: 60px;
    }

    textarea.contact-input.white-input {
        /* width: 350px !important; */
        padding-left: 22px;
    }

    #faq .titulo h2 {
        font-size: 38px;
    }

    .ball-fnd {
        /* left: 40% !important; */
    }

    #segmentos .col-md-3 {
        margin: 10px 0px;
    }

    section#contact {
        /* height: 910px !important; */
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    #empresa p {
        text-align: center;
    }

    .item-beneficio {
        text-align: center;
    }

    .item-beneficio p.transparent-text {
        padding-right: 0;
    }

    .side-left {
        text-align: center;
        padding-top: 30px;
    }

    .title-left h2 {
        font-size: 30px;
    }

    p.p-contato {
        font-size: 15px;
    }

    section#depoimentos {}

    .responsive-depoiments {}

    #home .texto {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #faq button.btn.btn-link.btn-block.text-left.collapsed {
        font-size: 16px;
    }

    #faq .titulo {
        margin-bottom: 22px;
    }

    #beneficios .col-md-12 {
        text-align: center;
    }

    .recomendados-responsivo {
        /* display: block !important; */
    }

    .recomendados-desktop {
        display: none !important;
    }
}

.responsive-depoiments {
    display: none;
}

.dropdown-menu.show {
    width: 40%;
    color: white;
    text-align: left;
    /* border: 1px solid white !important; */
    /* border-radius: 18px; */
    /* background: linear-gradient(45deg, #c0c0c0, #f0f0f0, #a0a0a0, #ffffff); */
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 0px;
    background: #001C31;
    margin: 10px 0px;
}

.dropdown-item {
    border-bottom: 1px solid #00000036;
    /* border-radius: 40px; */
}

#contact .alert.alert-success {
    border: 1px solid white !important;
    font-size: 14px;
    border-radius: 18px;
    background: transparent;
    color: white;
}

.btn-whats-bnf img.whats-icon {
    width: 22px;
    margin-top: -4px;
}

section#beneficios {
    padding-bottom: 80px !important;
    text-align: center;
}

section#segmentos {
    background-color: #EEEEEE;
    padding: 60px 20px;
    text-align: center;
}

#segmentos .section__title h2 {
    color: black !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-size: 35px;
}

#segmentos .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#segmentos .line-bottom {
    background-color: #1DAD5A;
    box-shadow: 0px 0px 15px #1DAD5A;
}

.box-seg {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 40px 0px;
    text-align: center;
}

.box-seg h4 {
    margin-bottom: 0;
    color: #002642;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
}

.box-seg img {
    width: 40px;
    position: relative;
    z-index: 1;
    filter: invert(1);
}

.recomendados-responsivo {
    display: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: white;
}

.item-carousel {
    padding: 10px 20px;
    background: #fff;
    height: 100%;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .13), 0 0 2px 0 rgba(0, 0, 0, .05);
    margin: 0px 0px;
    border-radius: 4px;
    border: 1px solid transparent;
    position: relative;
}

.name-stars h6,
#depoimentos .item-carousel p {
    margin-bottom: 10px;
    color: black;
}

.imgs-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

#depoimentos .item-carousel p {
    margin-top: 8px;
    font-size: 13px;
    margin-left: 4px;
    line-height: 21px;
}

img.client-img {
    width: 60px !important;
    height: 60px;
}

img.stars-edt {
    padding-top: 5px;
}

img.google-edt {
    width: 30px !important;
}

.name-stars {
    display: flex;
}

.name-stars h6 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 15px;
}

.recomendados-desktop .col-md-4 {
    margin-bottom: 30px;
}

#depoimentos .section__title h2 {
    color: black !important;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}

#recomendados {
    display: none;
}

.txt-green {
    color: #002642;
}

#section-depoimentos .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
    background-color: transparent !important;
}

.ball-fnd {
    width: 70px;
    height: 70px;
    background-color: #002642;
    border-radius: 40px;
    position: relative;
    margin: auto;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-seg:hover .ball-fnd {
    box-shadow: 0px 0px 0px 6px #00264224;
}


.box-seg p {
    color: #0000008a;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
}

#contact button {
    border-radius: 50px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    border-radius: 0;
    background: #00000057;
}

#contact h2 {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 45px;
    margin-top: -30px;
    margin-left: 12px;
}

p.p-contato {
    text-align: center;
    padding-bottom: 20px;
}

#segmentos .btn {
    margin-top: 20px;
}

#segmentos .btn a {
    font-size: 14px;
}

#segmentos img.whats-icon {
    width: 22px;
    margin-top: -3px;
}

.box-produts {
    padding: 25px;
}

img.produts-img {
    width: 100%;
    border-radius: 10px;
}

.box-produts h4 {
    text-align: center;
    font-size: 18px;
    color: #002642;
}

.box-produts p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    color: #0000008a;
}

#produtos .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: -22px;
    padding-top: 30px;
}

.btn-produtos {
    text-align: center;
}

.btn-produtos .btn a {
    font-size: 14px;
}

.btn-produtos img.whats-icon {
    width: 22px;
    margin-top: -3px;
}

#contact .dn {
    display: none;
}

#contact form.contact.formSubmit {
    padding: 0px 340px;
}

#contact input.contact-input.captcha_result.captcha-contact-text {
    font-size: 13px;
}

.txt-blue {
    color: #002642;
}

.dropdown-menu.show {
    width: 100%;
}

a.dropdown-item {
    padding: 7px 20px;
}

section#produtos {
    background: #EEEEEE;
    padding-bottom: 30px;
}

#produtos .section__title h2 {
    color: black !important;
}

#segmentos .col-md-3 {
    margin: 15px 0px;
}

img.pd-bt-ex {
    margin-left: 3px;
}


section#newParceiros {
    background: white;
    padding: 40px 0px;
    text-align: center;
}

#newParceiros h2 {
    color: #000207;
    padding-bottom: 60px;
}

#newParceiros img {
    max-width: 180px;
}

h6.subtitle-parceiros {
    text-transform: uppercase;
    color: #000207;
}

.order-parceiros {
    display: flex;
    justify-content: space-evenly;
}