html {
    height: 100%;
}

body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}

a {
    color: #1acc8d;
}

.fixed-top {
    position: absolute !important;
}

a:hover {
    color: #34e5a6;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

#whats {
    width: 69px;
    position: fixed;
    top: 45vw;
    right: 20px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1acc8d;
    border-top-color: #d2f9eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

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

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

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #1acc8d;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #2be4a2;
    color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed-top {
    top: 20px;
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(1, 4, 136, 0.9);
}

#header>div {
    background: #2a715b;
    padding: 10px 25px;
    border-radius: 10px;
    justify-content: space-between;
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    height: 60px;
}

.header-scrolled>div {
    background: rgb(42, 113, 91, 0.8) !important;
    border-radius: 16px;
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(255, 255, 255, 0.34);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    width: 160px;
}

@media (max-width: 992px) {
    #header {
        height: 64px;
    }

    #header .logo h1 {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# Vídeo
--------------------------------------------------------------*/
#imageHeader {
    width: 1088px;
    position: absolute;
    right: 0;
}

.textcapa .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 720px;
    transform: skewY(4deg);
    background: white;
}

.textcapa .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
    width: 59%;
}

.textcapa .text {
    position: absolute;
    top: 25%;
}

.textcapa .text #eclipse {
    position: absolute;
    top: -111%;
    left: -40rem;
    width: 640px;
}

.textcapa .text #balls {
    position: absolute;
    top: 145%;
    left: -35%;
    width: 257px;
    opacity: 0.5;
}

.textcapa h1 {
    font-weight: 700;
    width: 90%;
    font-size: 59px;
    line-height: 66px;
    text-transform: uppercase;
    color: #2a715b;
}

.textcapa h2 {
    font-size: 17px;
    color: #2a715b;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.textcapa p {
    margin-bottom: 20px;
    font-size: 18px;
    width: 79%;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    color: #2a715b;
    font-weight: 500;
}

.textcapa a {
    width: 190px;
    height: 45px;
    background: transparent;
    border-radius: 50px;
    color: #2a715b;
    border: 2px solid #2a715b;
    font-family: 'Montserrat';
    font-size: 14px;
    transition: 0.4s;
    padding: 9px;
    font-weight: 600;
}

.textcapa a:hover {
    background: #2ebb77;
    font-weight: bold;
    color: white;
    border: 2px solid #2ebb77;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255);
    padding: 10px 0 10px 25px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu>ul>li>a:before {
    scale: 1.1;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
    visibility: visible;
    width: 25px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #ffffff;
    scale: 1.1;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 25px;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    border-radius: 5px;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #01036f;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #1acc8d;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav {
    position: fixed;
    top: 70px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    height: 65vw;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #196241;
    padding: 10px 20px;
    font-weight: 600;
    outline: none;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #1acc8d;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(37 82 63 / 57%);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}
  
  .mobile-nav-active {
    overflow: hidden;
  }
  
  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f5f5ff;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #6bb54f;
    margin: 4px 10px;
}

.section-title h3 {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #010483;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafaff;
    min-height: 40px;
    margin-top: 80px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 64px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features #balls {
    position: absolute;
    top: 2572px;
    right: 0;
    width: 257px;
    opacity: 0.8;
    z-index: -5;
}

.features h2 {
    color: #6bb54f;
    font-family: "Montserrat", sans-serif;
    text-align: start;
    font-size: 20px;
    font-weight: unset;
    margin-bottom: 10px;
}

.features h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #2a715b;
    margin: 0;
    text-transform: uppercase;
}

.features .services .front .inner p {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: start;
    font-size: 13px;
    color: rgb(71, 71, 71);
    text-transform: uppercase;
}

.features .services__card {
    width: 23%;
    margin: 0.5rem;
    cursor: pointer;
}

.features .services {
    padding: 0px 0 35px;
}

.features .btn {
    font-family: 'Montserrat';
    width: 150px;
    background: #2a715b;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    display: block;
    transition: 0.1s;
}

.features .services h5 {
    text-align: start;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #2a715b;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.features .btn:hover {
    background: white;
    color: #2a715b;
    border: 2px solid #2a715b;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details #balls {
    position: absolute;
    top: 4211px;
    left: 0;
    width: 257px;
    opacity: 0.5;
    z-index: -5;
}

.details .content+.content {
    margin-top: 100px;
}

.details .text img {
    width: 100%;
}

.details .content h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #2a715b;
    line-height: 50px;
}

.details .section-title h2::after {
    background: #64aa4a;
}

.details .section-title {
    padding-bottom: 10px;
}

.details .section-title h2 {
    color: #6bb54f;
    padding-bottom: 10px;
}

.details .content ul {
    list-style: none;
    padding: 10px 0 0;
}

.details .content p {
    margin-bottom: 0;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 400;
}

.details .content ul li {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 400;
}

.details .content ul i {
    font-size: 25px;
    padding-right: 4px;
    color: #1acc8d;
}

.details .formulario .btn:hover {
    background: #64aa4a;
    border: 2px solid #64aa4a;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 120px 0;
    background-position: center center;
    background-size: cover;
    position: relative;
    background: #2ebb77;
}

.testimonials h2 {
    color: white;
    font-family: "Montserrat", sans-serif;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonials h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 31px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.testimonials h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.testimonials h4 {
    font-size: 16px;
    color: grey;
    margin: 0;
}

.testimonials .section-title h2::after {
    background: #ffffff;
}

.testimonials button {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 230px;
    height: 45px;
    color: #2a715b;
    background: white;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    border: 1px solid white;
    transition: 0.3s;
}

.testimonials button:hover {
    scale: 1.05;
}

.testimonials p {
    color: rgb(38, 38, 38);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin: 10px 0 5px;
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonial-item {
    padding: 20px !important;
    margin: 0 0px 0 !important;
    background: white !important;
    margin: 0 6px 0 !important;
    width: 420px !important;
    border-radius: 10px !important;
}

.testimonials .bx {
    color: grey;
    font-size: 11px;
}

.testimonials .icofont-star {
    color: #e6c92b
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    margin-top: 600px;
    height: 50rem;
    background: white;
}

#team>div>div>div.col-5.boxes>div>div:nth-child(1) {
    margin: -180px auto 20px;
    z-index: 1000;
    position: absolute;
    width: 35rem;
}

#team>div>div>div.col-5.boxes>div>div:nth-child(2) {
    margin: 100px auto 20px;
    z-index: 1000;
    position: absolute;
    width: 35rem;
}

#team>div>div>div.col-5.boxes>div>div:nth-child(3) {
    margin: 400px auto 20px;
    z-index: 1000;
    position: absolute;
    width: 35rem;
}

.team .boxes {
    z-index: 2;
}

.team .member {
    margin: 10px 0;
}

.team .section-title h2 {
    color: #2a715b;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: unset;
}

.team .section-title h3 span {
    color: #6bb54f;
}

.team .section-title h3 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #2a715b;
    margin-bottom: 20px;
}

.team .section-title p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    text-transform: initial;
}

.team img {
    width: 55px;
    margin-bottom: 10px;
}

.team .btn {
    width: 150px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #2a715b;
    color: #2a715b;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: 0.4s
}
.team .btn:hover {
    background: #2a715b;
    font-weight: bold;
    color: white
}

.team .member .member-info {
    border-radius: 0 0 4px 4px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-bottom: 3px solid #6bb54f;
    transition: 0.7s
}

.team .text {
    margin: 130px 0;
}

.team .member h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    color: #186747;
    position: relative;
    text-align: initial;
    letter-spacing: 1px;
}

.team .member p {
    font-size: 16px;
    color: #2b2b2b;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
  }
  
  .counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    min-height: 8vw;
}

.counts .count-box > div { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
  
  .counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #1acc8d;
    padding: 12px;
    color: #fff;
    border-radius: 50px;
  }
  
.counts .count-box span {
    font-size: 30px;
    display: block;
    font-weight: 600;
    color: #2a715b;
    font-family: "Montserrat", sans-serif;
}
  
  .counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
  }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.help {
    background: #f3f3f3;
    padding: 170px 0 100px !important;
    margin: -171px 0 0;
}

.help h2 {
    color: #6bb54f;
    font-family: "Montserrat", sans-serif;
    text-align: start;
    font-size: 20px;
    font-weight: unset;
    margin-bottom: 10px;
}

.help .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #6bb54f;
    margin: 6px 0px;
}

.help h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: #2a715b;
    margin: 0;
}

.help .section-title {
    padding-bottom: 20px;
    margin-left: -130px;
}

.help .help_unit i {
    font-size: 30px;
}

.help img {
    width: 110%;
    position: relative;
    top: 56%;
    transform: translateY(-50%);
}

.help .help_unit {
    margin: 0px;
    width: 100%;
    padding: 0px;
    border-radius: 15px;
    transition: 0.1s;
}

.help .help_unit:hover {
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: 11px 4px 11px grey;
}

.help a {
    text-decoration: none;
}

.help span {
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #2a715b;
}

.help p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: -3px 0px 30px 10px;
    font-size: 18px;
    color: #202020;
}

.help .one {
    margin-left: -40px;
}

.help .two {
    margin-left: 30px;
}

.help .three {
    margin-left: 70px;
}

.help .four {
    margin-left: 80px;
}

.help .five {
    margin-left: 70px;
}

.help .six {
    margin-left: 30px;
}
.help .seven {
    margin-left: -40px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 0px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h2 {
    color: #6bb54f;
    font-size: 16px;
}

.pricing h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #2a715b;
    margin: 0;
    text-transform: uppercase;
}

.pricing .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #6bb54f;
    margin: 6px 0px;
}

.help h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #2a715b;
    margin: 0;
    text-transform: uppercase;
}

.pricing h3 {
    text-align: initial;
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 35px 35px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #6bb54f;
}

.pricing p {
    text-align: initial;
    font-family: "Montserrat";
    margin: -50px -20px 0px -20px;
    padding: 20px 35px 20px;
    font-size: 16px;
    color: #ffffff;
    background: #6bb54f;
}

.pricing img {
    width: 100%;
}

/*--------------------------------------------------------------
# applications
--------------------------------------------------------------*/

.applications .app_boxes {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.applications .app_box {
    width: 33%;
    background: #2a715b;
    margin: 4px 0;
    border-radius: 10px;
    padding: 20px 20px 10px;
}

.applications .app_box h4,
.applications .app_box p {
    color: white;
    font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.details .info {
    width: 100%;
    background: #fff;
}

.details input {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    margin: 11px;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid grey;
}

.details textarea {
    resize: vertical;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    margin: 11px;
    height: 125px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid grey;
}

.details button {
    margin: 0 10px;
    width: 150px;
    height: 37px;
    border: 2px solid #2a715b;
    border-radius: 5px;
    color: #ffffff;
    background: #2a715b;
    font-weight: 600;
    font-family: 'Montserrat';
}

.details .btn-outline-success {
    color: #ffffff;
    border-color: #198754;
    font-family: "montserrat";
    float: left;
    background: #198754;
}

.details .info i {
    font-size: 20px;
    color: #ffffff;
    float: left;
    width: 44px;
    height: 44px;
    background: #2ebb77;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.details .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #4c4c4c;
}

.details .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #070707;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.details .info .email,
.details .info .phone {
    margin-top: 40px;
}

.details .info .email:hover i,
.details .info .address:hover i,
.details .info .phone:hover i {
    background: #1acc8d;
    color: #fff;
}

.details .php-email-form {
    width: 100%;
    background: #fff;
}

.details .php-email-form .form-group {
    padding-bottom: 8px;
}

.details .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.details .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.details .php-email-form .error-message br+br {
    margin-top: 25px;
}

.details .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.details .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.details .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.details .php-email-form input,
.details .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.details .php-email-form input,
select#estado,
.details label {
    font-family: "Montserrat", sans-serif;
}

.details .php-email-form textarea {
    font-family: "Montserrat", sans-serif;
    padding: 10px 12px;
}

.details .php-email-form button[type="submit"] {
    background: #2a715b;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
}

.details .php-email-form button[type="submit"]:hover {
    background: #34e5a6;
}

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

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

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #2a715b;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .col-lg-8 img {
    width: 200px;
    margin: 0 0 10px;
    padding: 5px;
    border-radius: 10px;
}

#footer span {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

#footer .footer-top {
    padding: 30px 0 0px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: #010246;
    color: #fff;
    border-top: 4px solid #1acc8d;
    text-align: center;
    padding: 30px 20px;
}


#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #2ebb77;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: white;
    color: #1acc8d;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #61ebba;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #4be8b0;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px 6px 15px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #1acc8d;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #149f6e;
}

#footer .copyright {
    border-top: 1px solid #010479;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}


#servicos {
    width: 100%;
    height: 35vh;
    background: #2a715b !important;
    border-radius: 0 0 0 150px;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# tela sobre
--------------------------------------------------------------*/

.about .content h3 {
    font-size: 45px;
}


.about .section-title h2 {
    color: #2a715b;
    margin: 50px 0 0;
}

.about .section-title h3 {
    color: #2a715b;
}

.about .text {
    margin-top: 0px;
}

.about h6 {
    font-size: 21px;
    color: #000000;
    font-weight: normal;
}

.about_testimonials {
    padding: 40px 0;
}

.about_testimonials {
    background-image: none !important;
}

.about_testimonials p,
.about_testimonials h2 {
    color: #2a715b;
}

/*--------------------------------------------------------------
# esatto_agrievo
--------------------------------------------------------------*/

.esatto_agrievo .ea_logos {
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}

.esatto_agrievo .ea_logos a:hover img {
    scale: 1.1;
}

.esatto_agrievo .ea_logos img {
    width: 200px;
    margin: 0 50px;
    transition: 0.4s;
}

.esatto_agrievo span {
    position: absolute;
    font-size: 50px;
    color: #2a715b;
    font-family: fantasy;
}

.esatto_agrievo .ea_box {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 25px;
    border-radius: 10px;
    /* border: 2px solid #6bb54f; */
}

.esatto_agrievo .ea_boxes h3 {
    font-size: 23px;
    color: #2a715b;
    transition: 0.4s;
    font-weight: 500;
    margin: 3px 0 0;
}

.esatto_agrievo .ea_boxes {
    width: 32%;
    margin: 0 0 25px;
    transition: 0.4s;
    height: 110px;
    padding: 10px 15px;
    border: 2px solid #2a715b;
    border-radius: 10px;
    /* background: #6bb54f; */
}

.esatto_agrievo .ea_boxes img {
    margin: 5px 0 0;
    display: block;
    width: 55px;
}

/*--------------------------------------------------------------
# choose_service
--------------------------------------------------------------*/

.choose_boxes {
    width: 100%;
}

.choose_service {
    /* background-color: #2a715b; */
    margin-bottom: 80px;
    border-radius: 0 300px 300px 0;
    width: 98%;
    border: 2px solid #2a715b;
}

.choose_service img {
    margin: 0 0 15px;
    display: block;
    width: 55px;
    transition: 0.6s
}

.choose_service h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2a715b;
    margin-bottom: 5px;
}

.choose_service p {
    text-align: start;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgb(59, 59, 59);
    font-weight: 500;
}

.choose_service .box {
    display: flex;
}

.choose_service .choose_boxes:hover img {
    scale: 1.3
}

.choose_service .choose_boxes {
    padding: 0 30px
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#servicos {
    width: 100%;
    height: 35vh;
    background: #002E2E;
    border-radius: 0 0 0 150px;
}

#servicos .container {
    padding-top: 72px;
}

#servicos h2 {
    color: rgba(255, 255, 255, 0.9);
    margin: 20px 0;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

#servicos .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #d69b3b;
}

#servicos .btn-get-started:hover {
    background: #fff;
    color: #d69b3b;
    border: 2px solid #d69b3b;
}

#servicos .btn-watch-video {
    font-size: 16px;
    display: inline-block;
    padding: 10px 0 8px 40px;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    position: relative;
}

#servicos .btn-watch-video i {
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

.skill_servicos .content {
    position: relative;
    top: 50%;
    transform: translateY(25%) !important;
}

.skill_servicos {
    padding: 0 !important;
}

.gold {
    background: #f3faf5;
    border-radius: 0 150px 0 0;
}

.gold h3 {
    font-weight: 400;
    font-size: 37px;
    color: #002e2e;
}

.gold p {
    text-align: justify;
}

/*--------------------------------------------------------------
# services_home
--------------------------------------------------------------*/

.services {
    padding: 0px 0 100px;
}

.services_home .services__card {
    width: 45% !important;
    margin: 0 !important;
}

.services_home h2,
.services_home h5 {
    color: white;
}

.services_home .section-title h2::after {
    background: #ffffff;
}

.services_home {
    background: #1d6a4a;
    padding: 0px 0 60px;
}

.services_home .services__cols {
    justify-content: space-between;
}

.services_home .section-title {
    padding: 0px 15px 42px;
    margin: 0 0 -5px;
}

.services_home .services__card .front {
    background: #ffffff;
}

.services_home .front p {
    color: #1d6a4a;
}

.services_home img {
    width: 60% !important;
}

.services_home .btn {
    width: 150px;
    height: 40px;
    background: white;
    font-family: sans-serif;
    margin: 20px 0 0;
    transition: 0.2s;
    color: #a8cf45;
    border-radius: 50px;
}

.services_home .btn:hover {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 600;
}

/*--------------------------------------------------------------
# services__cols
--------------------------------------------------------------*/

.services__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.services h2 {
    font-family: "Montserrat", sans-serif;
    text-align: start;
    font-size: 20px;
    font-weight: unset;
    margin-bottom: 10px;
}

.services h5 {
    text-align: start;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.services h6 {
    text-align: start;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.services__card {
    width: 18%;
    margin: 0.5rem;
    cursor: pointer;
}

.services__card h5 {
    text-align: start;
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #2a715b !important;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.services .conjunto {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.services .front,
.services .back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 125px;
    height: auto;
    border-radius: 10px;
    color: #fff;
}

.services .back {
    background: #a8cf45;
}

.services .back a {
    width: 120px;
    float: left;
    margin: 10px 0 0;
    height: 30px;
    font-family: 'Montserrat';
    border-radius: 5px;
    border: 2px solid white;
    color: white;
    background: transparent;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.services .back button:hover {
    background: white !important;
    border: 2px solid white;
    color: #a8cf45;
}

.services .front {
    background: white;
    border: 2px solid #1d6a4a;
}

.services .front img {
    margin-bottom: 20px;
}

.services .front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.services .conjunto:hover .front,
.services .conjunto:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.services .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.services .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.services .conjunto .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: auto;
}

.services .conjunto .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: auto;
}

.services .conjunto:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.services .conjunto:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.services .front .inner p {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: start;
    font-size: 11px;
    color: rgb(71, 71, 71);
    text-transform: uppercase;
}

.services .front .inner span {
    color: rgb(46 187 119);
    font-family: 'Montserrat';
    font-weight: 600;
    float: left;
    margin: -10px 0 0;
}
.services .back span {
    color: rgb(222, 222, 222);
    font-family: 'Montserrat';
    font-weight: 600;
    float: left;
    margin: -10px 0 0;
}

/*--------------------------------------------------------------
# unique-page
--------------------------------------------------------------*/

.unique-page {
    padding: 30px 0;
}

.unique-page h6 {
    margin: -18px 0 0;
    font-size: 30px;
    color: white;
}
.unique-page #balls {
    width: 275px;
    position: absolute;
    opacity: 0.7;
    top: 300px;
    right: 0;
}

.unique-page .choose_boxes {
    width: 100% !important;
}

.unique-page .choose_service .box {
    display: grid !important;
}

.unique-page .choose_service {
    border: 2px solid #ffffff;
}

.unique-page img {
    margin: 0 0;
    display: block;
    width: 55px;
    transition: 0.6s
}

.unique-page h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2a715b;
    margin-bottom: 5px;
}

.unique-page p {
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgb(59, 59, 59);
    font-weight: 500;
    width: 80%;
}

.unique-page li {
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgb(59, 59, 59);
    font-weight: 500;
}

.unique-page .choose_boxes:hover img {
    scale: 1.2
}

.unique-page .choose_boxes {
    padding: 0 30px;
    display: flex;
    margin: 20px 0;
}

.unique-page .choose_boxes img {
    margin: -10px 10px 10px 0;
    width: 50px;
    height: fit-content;
}

.unique-page .btn {
    font-family: 'Montserrat';
    width: 150px;
    background: #2a715b;
    border-radius: 5px;
    color: white;
    font-size: 17px;
    transition: 0.1s;
    margin: 30px;
}

.unique-page .btn:hover {
    background: white;
    color: #2a715b;
    border: 2px solid #2a715b;
}

@media(max-width: 1400px) {
    .team .text {
        margin: 70px 0;
    }
}

@media(max-width: 980px) {
    button.mobile-nav-toggle.d-lg-none {
        margin: -15px 0;
    }
    .mobile-nav-toggle i {
        color: #ffffff;
    }

    .team .section-title h3 {
        font-size: 46px;
    }
    .details .content h3 {
        font-size: 43px;
        line-height: 45px;
    }
    .textcapa .masthead-bg {
        min-height: 0;
        transform: skewX(0deg);
        transform-origin: top right;
        width: 100%;
    }

    .textcapa .text {
        position: inherit;
        z-index: 2;
        margin: 190px 0 0;
    }

    .mobile-nav-toggle {
        position: fixed;
        right: 14% !important;
        top: 5% !important;
    }
    .team {
        margin-top: 125px;
        height: 72rem;
    }
    .counts .count-box {
        height: 15vw;
    }
    .team .text {
        margin: 90px 0;
    }
    .help {
        padding: 80px 0 100px !important;
    }
    .help .one ,
    .help .two,
    .help .three,
    .help .four,
    .help .five,
    .help .six,
    .help .seven
     {
        margin-left: 0px;
    }
    .help .section-title {
        padding-bottom: 20px;
        margin-left: 0px;
    }
    .help img {
        width: 100%;
    }
    .services_home .services__card {
        width: 46% !important;
        margin: 10px !important;
    }
    .details, .pricing {
        background: white
    }
    .details .section-title h2::after {
        display: none;
    }
    .mobile-nav-toggle {
        position: fixed;
        right: 5%;
        top: 4%;
    }
    .services__card {
        width: 100%;
    }
    .services_home img {
        width: 90% !important;
    }
    .testimonial-item {
        margin: 0 auto 0 !important;
        width: 90% !important;
    }
    .details .dados {
        display: block;
    }
    .details .dados .formulario {
        order: 1
    }
    .details .text {
        order: 2;
        margin: 0 0 30px;
    }
    .textcapa .text #eclipse {
        position: absolute;
        top: -40%;
        left: -70%;
        width: 640px;
    }
    .textcapa .text #balls {
        position: absolute;
        top: 1050px;
        left: -140px;
        width: 257px;
        opacity: 0.5;
    }
    .features .services__card,
    .services__card {
        width: 48%;
        margin: 0.5rem 0;
    }
    .services .front, .services .back {
        min-height: 200px;
    }
    .features .services h5,
    .services h5 {
        text-align: start;
        margin: 0;
        font-size: 20px;
    }
    #whats {
        width: 60px;
        position: fixed;
        top: 267vw;
        right: 10px;
        z-index: 1000;
    }
}

@media(max-width: 768px) {
    .textcapa .text #eclipse,
    #imageHeader {
        display: none;
    }
    .textcapa h1 {
        width: 100%;
        font-size: 57px;
        line-height: 66px;
    }
    .textcapa .text #balls {
        position: absolute;
        top: 940px;
        left: -210px;
        width: 257px;
        opacity: 0.5;
    }
    .counts .count-box {
        height: 20vw;
    }
    video,
    .team h2:after,
    .help h2:after {
        display: none
    }
    .mobile-nav-toggle {
        position: fixed;
        right: 16%;
        top: 4%;
    }
    .textcapa .masthead-bg {
        height: 640px;
    }
    .textcapa .text {
        margin: 170px 0 0;
    }
    .textcapa {
        height: 55% !important;
    }
    .team {
        height: 92rem;
    }
    .team {
        margin-top: -40px !important;
    }
    .help img {
        width: 100%;
        margin-bottom: 40px;
    }
    .esatto_agrievo .ea_boxes {
        width: 48%;
    }
    .services_home .services__card {
        width: 100% !important;
        margin: 10px !important;
    }
    .services_home img {
        width: 60% !important;
    }
    .help p {
        margin: 0px 0px 20px 0px;
    }
    .unique-page h6 {
        font-size: 18px;
    }
    .unique-page #balls {
        display: none;
    }
    .unique-page .choose_boxes {
        display: grid;
    }
    .unique-page p {
        width: 100%;
    }
    .unique-page .choose_boxes {
        padding: 10px 5px;
        display: grid;
        margin: 20px 0;
    }
}

@media(max-width: 680px) {
    .mobile-nav-toggle {
        right: 10% !important;
    }
}
@media(max-width: 580px) {
    .mobile-nav-toggle {
        right: 5% !important;
    }
}

@media(max-width: 480px) {
    button.mobile-nav-toggle.d-lg-none {
        margin: 0px 0;
    }
    .textcapa {
        height: 50% !important;
    }
    #header {
        width: 95%;
        margin: 0 auto;
    }
    #header .logo img {
        width: 140px;
    }
    .textcapa h2 {
        font-size: 20px;
    }
    .mobile-nav-toggle {
        position: fixed;
        top: 35px !important;
        transform: translateY(10%);
    }
    .team {
        height: 98rem;
    }
    .services_home .section-title h2::after,
    .help .section-title h2::after {
        display: none
    }
    .textcapa h1 {
        width: 100%;
        font-size: 37px;
        line-height: 45px;
    }
    .textcapa p {
        font-size: 17px;
        width: 100%;
        letter-spacing: 1px;
    }
    .counts .count-box {
        height: 35vw;
    }
    .textcapa a {
        font-size: 16px;
    }
    .team .section-title h3, .help h5, .pricing h5 {
        font-size: 35px;
    }
    .services_home .services__card {
        width: 100% !important;
        margin: 10px !important;
    }
    .services_home img {
        width: 75% !important;
    }
    .details .content h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .details .section-title h2 {
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 -5px 0;
        letter-spacing: 0px;
    }
    .testimonials h2 {
        font-size: 24px;
    }
    #servicos .container {
        padding-top: 0px;
    }
    #servicos h2 {
        font-size: 30px;
    }
    #servicos {
        height: 30vh;
        border-radius: 0 0 0 80px;
    }
    .esatto_agrievo .ea_boxes {
        width: 48%;
    }
    .esatto_agrievo .ea_logos img {
        width: 130px;
    }
    .choose_service {
        padding: 20px 0 90px;
        border-radius: 20px;
        width: 96%;
        border: 2px solid #2a715b;
        margin: 0 auto;
    }
    .choose_service .box {
        display: grid !important;
    }
    .choose_boxes.aos-init.aos-animate {
        margin: 15px 0;
    }
    .choose_service .choose_boxes {
        padding: 0 5px;
    }
    .choose_service p {
        width: 100%;
        margin: 0 auto;
    }
    .esatto_agrievo .ea_boxes {
        width: 100%;
    }
    .about_testimonials {
        padding: 0px 0 20px;
    }
    .details .info h4 {
        font-size: 19px;
    }
    .details .info p {
        font-size: 16px;
    }
    .details input,
    .details textarea {
        width: 95%;
    }
    .help span {
        font-size: 15px;
    }
}

@media(max-width:394px) {
    .team {
        margin-top: -45px !important;
    }
}

@media(max-width:360px) {
    .team {
        margin-top: 45px !important;
    }
}

@media(max-width:315px) {
    .team {
        margin-top: 100px !important;
    }
}

.static-contact-card {
    background: #ffffff;
    border: 1px solid rgba(42, 113, 91, 0.15);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(16, 43, 35, 0.08);
    padding: 36px 32px;
}

.static-contact-card__eyebrow {
    color: #2a715b;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.static-contact-card h4 {
    color: #073b2f;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.static-contact-card p {
    color: #5f6f6a;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.static-contact-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.static-contact-card__actions .btn {
    min-width: 170px;
}
