html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


/* scrollbar personalizar*/

 ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    /* min-height: 200vh;
     font-family: Raleway/*var(--bs-font-sans-serif)*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

p {
    font-family: Ralewey;
}


/*--------------------------------------------------------------
# PRE-LOAD
--------------------------------------------------------------*/

.content-load {
    display: none;
}

@keyframes load {
    to {
        transforme: rotate(360deg)
    }
}

.pre {
    width: 80px;
    height: 80px;
    background-image: url(../galeria/icon/spinner.png);
    background-position: center;
    background-size: contain;
    animation: load 2s infinite linear;
}

.box-load {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 120;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #196F3D;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #f1f1f1;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #3a2909ef;
    font-weight: bolder;
    font-family: Montserrat;
    text-decoration: none;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #3a2909ef;
}

#topbar .contact-info i {
    color: #3a2909ef;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0;
}

#topbar .contact-info i:hover {
    width: 28px;
    height: 28px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

.social-links a {
    margin: 3px;
    padding: 8px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.social-links a:hover {
    box-shadow: none;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

#topbar .social-links .youtube {
    color: red;
}

#topbar .social-links .instagram {
    color: rgb(93, 13, 105);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 70px;
    background: #fff;
    transition: all 0.5s;
    z-index: 100;
    padding: 15px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(58, 41, 9, 0.096);
}

#header.header-scrolled {
    top: 0;
}

#header .logo a {
    color: #1c1c1c;
}

#header .logo img {
    max-height: 40px;
}

.navbar .lang {
    margin: 0px 10px;
    padding: 0px 5px;
    border-radius: 4px;
    background-color: #3a2909ef;
}

.navbar .lang a {
    color: #fff;
}

.idiomas a {
    font-size: 10pt;
}


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


/**
* Desktop Navigation
*/

.navbar {
    padding-top: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 0px 20px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10pt;
    color: #0c0d0e;
    white-space: nowrap;
    transition: 0.3s;
    padding: 5px 2px;
    font-family: Raleway;
    font-weight: 900;
    text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
    font-size: 18pt;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #3a2909ef;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    /* top: calc(100% + 30px);*/
    margin: 0;
    padding: 5px 0;
    border-top: 2px solid #3a2909ef;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
    transition: 0.3s;
}

.navbar .dropdown a {
    text-decoration: none;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 6px 10px;
    font-size: 10pt;
    color: #1c1c1c;
    border: none;
    text-decoration: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
    background-color: #3a2909ef;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 20px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: #0d0e0f;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

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

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(116, 124, 131, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #1c1c1c;
    border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #33a333;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #3a2909ef;
    font-family: Raleway;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}


/*-------------------------------------------------------------- # Hero
Section
--------------------------------------------------------------*/


/*#hero {
    width: 100%;
    height: 90vh;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    margin-bottom: -200px;
} */

#hero .container {
    position: relative;
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
}

#hero h2 {
    color: #fff;
    margin: 10px 0 0 0;
    font-size: 24px;
}

.flyer .btn-saber-slide {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 2px;
    transition: 0.5s;
    color: #fff;
    background: #a04b1a;
    letter-spacing: 1px;
    box-shadow: 10px 30px 40px rgba(187, 86, 27, 0.438);
}

.flyer a {
    text-decoration: none;
}

.flyer .btn-saber-slide i {
    color: #fff;
    font-size: 26pt;
}

.flyer sup {
    color: #fff;
    font-size: 20pt;
    letter-spacing: 3px;
}

.mobile-tablet {
    display: none;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #hero {
        margin-bottom: 0;
        height: auto;
    }
    #hero .container {
        padding-bottom: 63px;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------------
# Slide-Mobile & Tablet
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Slide-content
--------------------------------------------------------------*/

#slide-content {
    height: 540px;
    padding: 0;
    margin: 0;
    background-color: #40440825;
}

#slide-home {
    position: relative;
}

.slide-container {
    width: 100%;
}

.slide-first {
    display: inline-block;
}

.col-conut-1 {
    display: block;
    position: absolute;
    width: 52%;
    height: 100%;
    z-index: 4;
    filter: blur(22px);
    background-image: linear-gradient(90deg, #0b0c0b 80%, #08080878 90%);
}

.col-conut-2 {
    display: block;
    position: relative;
    width: 78%;
    height: 100%;
    float: right;
    margin-left: 40%;
}

.slide-content {
    margin-top: 6px;
    width: 100%;
    height: 540px;
}

.img-home {
    width: 100%;
    height: 410px;
}

#slide-home .owl-dot {
    visibility: hidden;
}

.carousel-slide .owl-dot {
    visibility: hidden;
}

.content-office .owl-dot {
    visibility: hidden;
}

.carousel-zorb .owl-dot {
    visibility: hidden;
}

.slide-desc_shade {
    background-image: linear-gradient(80deg, #0b0c0b 35%, #08080878 90%);
}

.slide-grup-home {
    height: 440px;
}


/*--------------------------------------------------------------
# Flyer
--------------------------------------------------------------*/

.flyer {
    position: absolute;
    display: block;
    margin: 50px 0px 5px 10px;
    color: #fff;
    z-index: 20;
}

.flyer .dark-1 h1 {
    color: #d86726;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

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

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
 # About
--------------------------------------------------------------*/

#about {
    margin-top: -58px;
    background-color: rgba(228, 236, 207, 0.452);
}

.about .content {
    background-color: #fff/*#f6f9ff*/
    ;
    padding: 40px;
}

.about h3 {
    font-size: 14px;
    font-weight: 700;
    color: #3a2909ef;
    text-transform: uppercase;
}

.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #3a2909ef;
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
    color: #000;
    font-size: 10pt;
    font-weight: 900;
    font-family: Raleway;
    letter-spacing: 1px;
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.about .btn-read-more:hover i {
    transform: translateX(5px);
}


/*------------------------------------------
# SERVICOS SECTION
------------------------------------------*/

.service-bx {
    position: relative;
    width: 300px;
    height: 325px;
    margin: 10px 10px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease-in-out 0.8s;
}

.service-bx:hover {
    transform: scale(1.1);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.service-bx:hover .service-cover {
    display: block;
    justify-content: center;
    position: relative;
    animation: animatebottom 0.8s
}

.service-bx:hover .non-anime {
    animation: animatebottom 0.8s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.service-cover {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    z-index: 4;
    transition: all ease-in-out 0.8s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(6, 26, 19, 0.63);
}

.service-cover p,
.service-cover h5 {
    color: #fff;
}

.service-cover h5 {
    border-bottom: 2px solid #fff;
}

.btn-read {
    margin-top: 70px;
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 12pt;
    font-weight: bolder;
    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #a04b1a;
    font-family: Raleway;
    box-shadow: 10px 30px 40px rgba(187, 86, 27, 0.438);
}

.btn-service {
    margin-top: 5px;
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 12pt;
    font-weight: bolder;
    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #a04b1a;
    font-family: Raleway;
    box-shadow: 10px 30px 40px rgba(187, 86, 27, 0.438);
}

.service-title_bottom {
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
    z-index: 5;
    padding: 10px 10px 18px 10px;
    margin-top: 93%;
    text-align: center;
    color: #f1f1f1;
    font-weight: 900;
    cursor: pointer;
    background-color: rgba(6, 26, 19, 0.63);
}

.service-cover p {
    margin-top: 12px;
}

.service-title_bottom h5,
.service-cover h5 {
    font-weight: bolder;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Raleway;
}

.service-content {
    display: block;
}

.service-desc {
    height: 210px;
    margin: 6px 0;
    padding: 3px;
    text-align: center;
}

.service-desc-bg {
    height: 260px;
    /*  background-color: rgba(136, 136, 136, 0.281);*/
}

.service-title {
    margin-top: 3px;
    font-size: 15pt;
    font-weight: bolder;
    text-align: center;
    color: #196F3D;
    letter-spacing: 2px;
    font-family: Montserrat;
}

.section-shadow {
    background-color: #ffffffd0;
}

.content-office {
    position: relative;
    width: 100%;
    height: 340px;
    text-align: center;
    font-size: larger;
    color: #fff;
    z-index: 2;
    overflow: hidden;
}

.bx-office {
    margin-top: 80px;
    height: auto;
}

.card-office,
.card-store {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-color: rgba(17, 16, 16, 0.246);
}

.cover-body {
    position: relative;
    width: 100%;
    height: 350px;
    text-align: center;
    font-size: larger;
    color: #fff;
    z-index: 2;
    background-color: rgba(17, 16, 16, 0.246);
}


/*---------------------------------------------
#GREEN INFO
---------------------------------------------*/

#green-info {
    height: auto;
    margin-top: 120px;
    overflow: hidden;
    padding: 0;
}

.cover-shade {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: rgba(11, 12, 11, 0.502);
}

.row-timmer {
    height: auto;
    position: relative;
    padding: 10px 0px;
    background-color: #88ca82bb;
}

.rating {
    width: 260px;
    height: 140px;
    margin: 10px 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 3px 2px #444444, rgba(136, 136, 136, 0.219);
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f;
    font-family: Montserrat;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    font-size: 14px;
}

.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #4154f1;
}

.row-reacts {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center
}

.time-work {
    height: 290px;
    background-color: #0c552c;
}

.comment {
    height: 400px;
    background-color: rgba(0, 255, 255, 0.15);
}

.briffing {
    background-color: #0c552c;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq {
    padding: 60px 0;
    background-color: rgba(228, 236, 207, 0.452);
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #d4e5fc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 25px;
    cursor: pointer;
    color: #000;
    font-size: Raleway;
    transition: 0.3s;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.faq .faq-list p {
    font-size: 14pt;
    margin-bottom: 0;
    padding: 10px 0 0 25px;
    font-size: Raleway;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: black;
}

.faq .faq-list .collapsed:hover {
    color: #3a2909ef;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

.faq-list p {
    font-family: Raleway;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
}


/*------------------------------------------
# ConutZorb
------------------------------------------*/

#conutzorb {
    margin-top: 80px;
    padding: 30px 20px;
    border-top: 5px solid #1c1c1c;
    border-bottom: 5px solid #1c1c1c;
}

.zorb-img {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}

.zorb-fluid {
    position: relative;
    width: 100%;
    height: 100%;
}


/*------------------------------------------
# testemunho
------------------------------------------*/

#client-content {
    margin: 0;
    height: 340px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

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

.client-card .testimonial-item {
    text-align: center;
    color: #fff;
}

.client-card .testimonial-item .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.client-card .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
}

.client-card .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}

.testemunial-item h1 {
    font-size: 32pt;
    font-weight: calc(50px, 40px)
}

.client-card .testimonial-item .quote-icon-left,
.client-card .testimonial-item .quote-icon-right {
    color: #fff;
    font-size: 32px;
}

.client-card .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.client-card .testimonial-item p {
    margin: 0 auto 15px auto;
    color: #eee;
    font-size: 14pt;
    letter-spacing: 1px;
    font-family: Raleway;
}

@media (min-width: 992px) {
    .client-card .testimonial-item p {
        width: 80%;
    }
}

.section-title-2 h5 {
    color: #fff;
    font-weight: 900;
}

.partner-logo {
    width: 100px;
    height: 140px;
    padding: 0px;
    margin: 25px 20px;
    border-radius: 4px;
    background-color: #fff;
}

.img-partner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.row-partner h6 {
    font-size: 16pt;
    padding-left: 22px;
    font-weight: bolder;
}

.carousel-testemunho .owl-dot {
    visibility: hidden;
}


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

.pricing .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(58, 41, 9, 0.192);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 10px;
    border: 1px solid rgba(1, 41, 112, 0.08);
}

.pricing .box:hover {
    transform: scale(1.1);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .price span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing img {
    padding: 30px 40px;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

.box ul {
    display: none;
}

.pricing ul li {
    padding-bottom: 10px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-prod {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    color: #3a2909ef;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: Raleway;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: 1px;
    border: 1px solid #3a2909ef;
    background-color: #fff;
}

.pricing .btn-prod:hover {
    background: #3a2909ef;
    color: #fff;
}

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
}


/*--------------------------------------------------------------
# LEADERSHIP
--------------------------------------------------------------*/

.team-cover {
    position: absolute;
    display: none;
    width: 100%;
    height: 25%;
    padding: 20px 10px;
    margin-top: 10%;
    text-align: center;
    z-index: 4;
    transition: all ease-in-out 0.8s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(6, 26, 19, 0.63);
}

.team-bx {
    position: relative;
    width: 300px;
    height: 325px;
    margin: 10px 10px;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background-color: #5d3f03;
    transition: all ease-in-out 0.8s;
}

.team-bx:hover {
    transform: scale(1.1);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}


/*.team-bx:hover .team-cover {
    display: block;
    justify-content: center;
    position: relative;
    animation: animatebottom 0.8s
}*/

.team-bx .team-card {
    text-align: center;
    color: #fff;
}

.team-bx .team-card i {
    font-size: 50pt;
    line-height: 1px;
    text-shadow: 1px 1px 1px #b7d1b7;
}

.team-bx .team-card h4 {
    font-size: 18pt;
}

.team-bx .team-card h5 {
    font-size: 12pt;
    line-height: 1px;
}

.team-card .team-list i {
    margin-top: 10px;
    font-size: 14pt;
}

.team-card .team-list {
    text-align: left;
    padding: 0;
    margin: 30px 30px 5px 35px;
}

.team-card .team-list li {
    list-style: none;
}

.team-card .team-list a {
    color: #fff;
    font-size: 11pt;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: Montserrat;
}


/*
CONTACTO GERAL
*/

#contact {
    padding: 60px 0;
    overflow: hidden;
}

.contact .info-box {
    color: #444444;
    padding: 30px;
    border-radius: 6px;
    background-color: #e4eccf73;
}

.contact .info-box i {
    font-size: 38pt;
    line-height: 0;
    color: #3a2909ef;
}

.contact .info-box a {
    color: #0b0c0b;
    text-decoration: none;
    font-family: Raleway;
}

.contact .info-box p {
    font-family: Montserrat;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #3a2909ef;
    font-weight: 700;
    font-family: Raleway;
    margin: 20px 0 10px 0;
}

.contact .php-email-form {
    padding: 30px;
    height: 100%;
    border-radius: 6px;
    background-color: #e4eccf73;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

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

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

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

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

.contact .php-email-form button[type=submit] {
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    background-color: #3a2909ef;
}

.contact .php-email-form button:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    color: #3a2909ef;
    padding: 0 0 30px 0;
    font-size: 14px;
    background-color: rgba(228, 236, 207, 0.452);
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .social-links a:hover {
    color: #000;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

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

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

.footer a {
    text-decoration: none;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #3a2909ef;
}

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


/*------------------------------------------
# FONTS SECTION AND TITLES
------------------------------------------*/

@font-face {
    font-family: section;
    src: url(f../onts/Existence-Light.ttf);
}

@font-face {
    font-family: awesome;
    src: url(../fonts/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.ttf);
}

@font-face {
    font-family: titulo;
    src: url(../fonts/TitanOne.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-VariableFont_wght.ttf);
}


/*---------------------------------------------
#SERVICE PICTURE
---------------------------------------------*/

#service-1 {
    background-image: url(../galeria/img/service/s-bio.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#service-2 {
    background-image: url(../galeria/img/service/s-srp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#service-3 {
    background-image: url(../galeria/img/service/s-cond.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#service-4 {
    background-image: url(../galeria/img/service/s-lm.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#service-5 {
    background-image: url(../galeria/img/service/s-li.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#service-6 {
    background-image: url(../galeria/img/produto/Spill\ kits.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#service-7 {
    background-image: url(../galeria/img/service/s-24.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#service-8 {
    background-image: url(../galeria/img/service/s-ao.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#green-info {
    background-image: url(../galeria/img/bg/bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logo-fluid {
    margin-top: -18px;
    width: 100%;
    height: auto;
}

.flag {
    width: 23px;
    height: 23px;
    margin: 6px 4px;
}


/* ---Botao voltar ao topo--- */

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #3a2909ef;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 2px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #33a333;
    /* Add a dark-grey background on hover */
}

.icons-bar {
    position: fixed;
    top: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 30px;
}

.icons-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.whatsapp {
    background: #479b6a;
    color: white;
    transition-property: width;
    transition: 1s;
}

.whatsapp:hover {
    width: 100px;
    transition: 1.0s;
}