@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

:root {
    --body-color: #292929; 
    --body-color-t: #29292980; 
    --light-grey: #fafafa;
    --light-grey-2: #dce1e6;
    --light-grey-3: #ebecec;
    --light-grey-4: #eeeef0;
    --main-grey: #8c8c91;
}
a {
    color: var(--main-color);
}

a.text-muted:hover {
    color: #199A4F!important;
}
strong , b {
    font-weight: 700!important;
}
.text-muted {
    color: var(--main-grey)!important;
}
.nav_real .col-auto.py-4.px-3.text-white.d-block.cursor-pointer.ease {
    border-bottom: solid 3px transparent;
}
.nav_real .col-auto.py-4.px-3.text-white.d-block.cursor-pointer.ease:hover {
    border-bottom: solid 3px #199A4F;
}
.border-bottom {
    border-bottom: 1px solid var(--light-grey-3)!important;
}
.border-top {
    border-top: 1px solid var(--light-grey-3)!important;
}
.border-right {
    border-right: 1px solid var(--light-grey-3)!important;
}
.border-left {
    border-left: 1px solid var(--light-grey-3)!important;
}
.border {
    border: 1px solid var(--light-grey-3)!important;
}

::-webkit-scrollbar {
    width: 0px!important;
    height: 0px!important;
}

::-webkit-scrollbar-track {
	background: var(--main-color-4);
}
::-webkit-scrollbar-thumb {
	background: #199A4F
}
::-webkit-scrollbar-thumb:hover {
	background: var(--main-color-3)
}
::selection {
    background: #22211f40;
}
.bg-dark {
    background: var(--body-color)!important;
    background-color: var(--body-color)!important;
}
.bg-primary {
    background: #199A4F!important;
    background-color: #199A4F!important;
}
.bg-grey {
    background-color: var(--light-grey-3)!important;
}
.bg-dark-grey {
    background-color: var(--main-color-3)!important;
}
.text-grey {
    color: var(--main-color-3)!important;
}
.home_title {
    font-size: 25px!important;
}
html , body {
    max-width: 100%;
    overflow-x:hidden!important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: var(--body-color)!important;
    font-weight: 400;
}

a {
    text-decoration: none!important;
}

* , *:focus {
    outline: none!important;
}
.navbar-toggler:focus {
    box-shadow: none!important;
}
.small, small {
    font-size: 80%;
}
.ease , .section_title_blue::after , .section_title_blue::before , .btn-theme::after , .btn-white::after , .nav-toggle .nav-toggle-bar,.nav-toggle .nav-toggle-bar::after,.nav-toggle .nav-toggle-bar::before {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.body_color {
    color: var(--body-color)!important;
}
.w_600 {
    font-weight: 700!important;
}
.main_color , .primary_color {
    color: #199A4F;
}
.bg_secondary {
    background: var(--main-color-2);
}
.bg_primary {
    background: #199A4F;
}
.secondary_color {
    color: var(--main-color-2);
}
.main_grey {
    color: var(--main-grey);
}
.cursor-pointer, .cursor-pointer * {
    cursor: pointer!important;
}

.cursor-normal, .cursor-normal * {
    cursor: default!important;
}

img.white_img {
    filter: brightness(0) invert(1);
}
.overflow-hidden {
    overflow-x: hidden!important;
    overflow-y: hidden!important;
    overflow: hidden!important;
}
.preloader {
    background-color: #ffffffe6;
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: hidden;
    z-index: 1031;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.preloader .spinner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75px;
    height: 75px;
}
.preloader .spinner div {
    position: absolute;
    border: 3px solid #199A4F;
    opacity: 1;
    border-radius: 50%;
    animation:spinner 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.preloader .spinner div:nth-child(2) {
    animation-delay: -0.5s; 
}

.preloader span {
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);   
}

::placeholder {
    color: var(--body-color-t)!important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--body-color-t)!important;
}

::-ms-input-placeholder {
    color: var(--body-color-t)!important;
}
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -2;
}

img.navbar-brand {
    height: 50px!important;
    width: auto!important;
}
.navbar-toggler {
    border: none!important;
    outline: none;
    position: relative;
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
}
.nav-toggle {
	-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    z-index: 2;
}
.nav-toggle .nav-toggle-bar,.nav-toggle .nav-toggle-bar::after,.nav-toggle .nav-toggle-bar::before {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #199A4F;
	content: '';
	height: 0.2rem;
	width: 100%
}

.nav-toggle .nav-toggle-bar {
	margin-top: 0
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 0.8rem
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -0.8rem
}
.nav-toggle.expanded .nav-toggle-bar {
	background: transparent!important
}
.nav-toggle.expanded .nav-toggle-bar::after,.nav-toggle.expanded .nav-toggle-bar::before {
	margin-top: 0
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.nav-link {
    color: var(--body-color-t)!important;
}
.nav-link:hover {
    color: #199a4f!important;
}
.eweb_signature {
    background: #000;
    color: var(--main-grey);
    letter-spacing: 1.5px;
}
.icon_links {
    font-size: 18px;
    border-radius: 100%;
    background: #199a4f;
    height: 45px;
    width: 45px;
}
.icon_links > span , .icon_links > span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.separator {
    height: 3px;
    background: var(--body-color);
}
input.form-control {
    height: unset!important;
}
.form-control {
    box-shadow: none!important;
    border: none;
    border-radius: 0;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem #ffffff26;
    padding-left: 21px!important;
}
textarea {
    resize: none;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
} 
.form-check-input:checked {
    background-color: var(--main-color-2);
    border-color: var(--main-color-2);
}
.btn-theme , .btn-white {
    border-radius: 0;
}
.btn-white {
    background: #fff;
    color: var(--main-color-5);
}
.btn-white:hover {
    background: #fff;
    color: #199a4f;
}
.btn-theme {
    background: var(--main-color-5);
}
.btn-theme:hover {
    background: #199a4f;
}
.btn-theme::after , .btn-white::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translate(-50% , -50%);
}
.btn-theme:hover::after , .btn-white:hover::after {
    transform: translate(25% , -50%);
}
.btn-theme:hover::after , .btn-white:hover::after {
    transform: translate(25% , -50%);
}
.big_h2 {
    font-size: 40px;
}
.benefit {
    font-size: 22px;
    background-color: #fff;
    color: var(--main-color-2);
}
.first_step {
    background: #fff;
}
.second_step {
    background: #199a4f;

}
.third_step {
    background: #fff;

}
.forth_step {
    background: #199a4f;

}
.fifth_step {
    background: #fff;

}
.sixth_step {
    background: #199a4f;

}
.seventh_step {
    background: var(--main-color-3);

}
.step > .content {
    width: 0;
    min-height: 50vh;
    opacity: 0;
}
.step:not(.opened) > .content {
    padding-left: 0!important;
    padding-right: 0!important;
}
.step:not(.opened) > .next[data-next] { 
    opacity: 0;
    pointer-events: none;
}
step.opened > .next[data-next] { 
    opacity: 1;
}
.step.opened > .content {
    width: 100%;
    opacity: 1;
}
.step::before {
    position: absolute;
    left: -25px;
    bottom: 0;
    font-size: 100px;
    height: 70px;
    line-height: 70px;
    font-weight: 700;
}
.first_step::before {
    content: '00';
    color: var(--light-grey-3);
}
.second_step::before {
    content: '01';
    color: #fff;
}
.third_step::before {
    content: '02';
    color: var(--main-color-2);
}
.forth_step::before {
    content: '03';
    color: #fff;
}
.fifth_step::before {
    content: '04';
    color: var(--main-color-2);
}
.sixth_step::before {
    content: '05';
    color: #fff;
}
.seventh_step::before {
    content: '06';
    color: #fff;
}
.next[data-next] {
    right: 26.5px;
    background: var(--main-color-2);
    bottom: 35px;
    transform: translateY(50%);
    font-size: 40px;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
}
.next[data-next]::after {
    content: "";
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 12.5px solid var(--main-color-2);
    position: absolute;
    right: -12.5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.next[data-next].bg-white::after {
    border-left: 12.5px solid #fff;
}
.next[data-next].bg-grey::after {
    border-left: 12.5px solid var(--light-grey-3);
}
.main_title_h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--main-color-2);
}
.main_subtitle_h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
}
.a2a_kit a {
    font-size: 16px;
}
.a2a_button_facebook:hover i {
    color: #1978f0!important;
}
.a2a_button_twitter:hover i {
    color: #1ea0f0!important;
}
.a2a_button_pinterest:hover i {
    color: #e60023!important;
}
.a2a_button_linkedin:hover i {
    color: #2878c8!important;
}
.a2a_button_whatsapp:hover i {
    color: #05cd50!important;
}
.detail_subtitle {
    font-weight: 700;
    font-size: 22px;
}
.anchor {
    display: block;
    height: 42px; 
    margin-top: -42px;
    visibility: hidden;      
}
.left_menu span:hover {
    padding-left: 5px;
}
.top_navbar_section {
    background-color: var(--main-color-2);
}
.navbar_section {
    padding-bottom: calc(14px + 32.5px);
}
.nav_real {
    z-index: 2;
}
.owl_section .item {
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.big_p {
    font-size: 1.4em;
}
.last_sec {
    background: #199A4F;
}
.footer_section , .nav_real > .container-fluid > .row {
    /* background: #222; */
    background: #000;
}
.header {
    background: #3c3c3c;
}

.fas.fa-square-full {
    color: #199A4F;
    font-size: 7px;
    left: 0;
    top: 7px;
}
.postit .header_postit {
    background-color: #edbd03;
}
.postit .body {
    background-color: #fdc900;
}
.accordion-button:not(.collapsed) {
    color: var(--body-color);
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.flagtop {
    width: 25px;
}
.slide_cap {
    left: 50%;
    bottom: 25%;
    transform: translate(-50% , -50%);
    background: var(--body-color-t);
    border-radius: 10px;
}
@media screen and (min-width: 1200px) {
    .nav_real , .owl_section , .header {
        margin-top: -32.5px;
    }
    .next[data-next] {
        right: 67px;
        font-size: 75px;
        height: 50px;
        line-height: 50px;
    }
    
    .next[data-next]::after {
        content: "";
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid var(--main-color-2);
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .next[data-next].bg-white::after {
        border-left: 25px solid #fff;
    }

    .next[data-next].bg-grey::after {
        border-left: 25px solid var(--light-grey-3);
    }

    .benefit {
        font-size: 40px;
        background-color: #199a4f;
        color: #fff;
    }
    .h-xl-100 {
        height: 100%!important;
    }
    .first_section_header {
        height: 50vh;
    }
    .first_section_header > .position-absolute.bg_img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }


    .footer_links {
        font-weight: 700;
    }

    .footer_section img {
        width: 70% !important;
    }

    .contact_section::after {
        content: '';
        position: absolute;
        left: 0;
        right: 67%;
        width: 33%;
        top: 0;
        bottom: 0;
        height: 100%;
        background: #fff;
        z-index: -1;
    }
    .contact_section::before {
        content: '';
        position: absolute;
        right: 0;
        left: 33%;
        width: 67%;
        top: 0;
        bottom: 0;
        height: 100%;
        background: var(--main-color);
        z-index: -1;
    }
    .benefits_section::after {
        content: '';
        position: absolute;
        left: 0;
        right: 67%;
        width: 33%;
        top: 0;
        bottom: 0;
        height: 100%;
        background: var(--main-color-2);
        z-index: -1;
    }
    .benefits_section::before {
        content: '';
        position: absolute;
        right: 0;
        left: 33%;
        width: 67%;
        top: 0;
        bottom: 0;
        height: 100%;
        background: #fff;
        z-index: -1;
    }
    .navbar {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background: transparent!important;
        border: none!important;
    }


}

@media screen and (max-width: 1200px) {
    .contact_section .right_section {
        background: var(--main-color);
    }
    .benefits_section .right_section {
        background: var(--main-color-2);
    }

    .owl_section .item {
        background-size: contain;
        height: 200px !important;
    }

    #solutions .col-12 {
        font-size: 24px !important;
    }

    #solutions .body_color {
        font-size: 22px !important;
    }
    
    .fa-2x {
        font-size: 22px !important;
    }

    .fa-3x {
        font-size: 25px !important;
    }

    .bg_references .references_title {
        font-size: 16px !important;
    }

    p {
        font-size: 14px;
    }

    span {
        font-size: 22px;
    }


    .big_h2 {
        font-size: 28px;
    }

    .big_p {
        font-size: 14px;
    }

    .last_sec .col {
        font-size: 20px !important;
    }

    .footer_section span {
        font-size: 16px !important;
    }

    .fas.fa-square-full {
        font-size: 5px !important;
    }

    .benefit {
        font-size: 18px;
    }
    .step:not(.opened)::before {
        display: none;
    }
    .step > .content {
        min-height: 67vh;
    }

    .wpb_wrapper span {
        font-size: 16px !important;
    }

    form span {
        font-size: 16px !important;
    }
}

@keyframes spinner {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
@keyframes bounce {
    0%   { transform: translateY(0) translateX(-50%); }
    10%  { transform: translateY(0) translateX(-50%); }
    30%  { transform: translateY(-5px) translateX(-50%); }
    50%  { transform: translateY(0) translateX(-50%); }
    60%  { transform: translateY(0) translateX(-50%); }
    65%  { transform: translateY(0) translateX(-50%); }
    100% { transform: translateY(0) translateX(-50%); }
}

.bg_references{
    background-color: #27363e;
}
.references_title{
    font-size: 1em;
    font-weight: 500;
    color: #9ea5a8;
    text-align: left;
    text-transform: uppercase;
}
a.ref:hover>.references_title {
    text-decoration: underline !important;
    color: #199a4f!important;
}

.icon-float {
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    background: #199a4f;
    padding: 10px;
    z-index: 10;
}

.small-text {
    font-size: 16px;
    font-weight: bold;
}

#carouselExampleFade .item {
    background-size: cover;
    background-position: center bottom!important;
}
@media only screen and (max-width: 768px) {
    [href="#solutions"].far.fa-chevron-down {
        bottom: 14px!important;
    }
    #carouselExampleFade .item {
        background-size: cover;
        height: 50vh!important;
    }
    .icon-float {
        bottom: 0px !important;
        left: 0px !important;
        top: inherit !important;
        width: 100% !important;
        transform: inherit !important;
        border-top: 5px solid #fff !important;
    }

    .small-text {
        font-size: 20px;
    }
}