    /*
    * Prefixed by https://autoprefixer.github.io
    * PostCSS: v8.4.12,
    * Autoprefixer: v10.4.4
    * Browsers: last 4 version
    */

    @import url('/wp-content/themes/tahto/assets/font/bzy5wgk.css');

    :root {
        --tah-primary: #00ffe1;
        --tah-secundary: #5b4492;
        --tah-tertiary: #3e2651;
        --tah-darkgray: #232323;
        --tah-lightgray: #666666;
        --tah-darknesspurple: #1b0f26;
        --tah-lightpurple: #8e009a;
        --tah-white: #ffffff;
        --tah-lightgraypurple: #a294b0;
        --tah-primary-bar: #25aa9d;
        --tah-brd-form: #f5f4f4;
        --tah-bg-body: #d3d3d3;
    }

    * {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    html {
        height: 100%;
        min-height: 100%;
        scroll-behavior: smooth;
    }

    body {
        font-family: "museo-sans";
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%;
        overflow-x: hidden;
    }

    .text {
        text-align: initial;
    }

    .text.center {
        text-align: center;
    }

    .custom-header-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        overflow: hidden;
    }

    .custom-header-banner {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 21.875rem;
        -o-object-position: right;
        object-position: right;
        display: block;
        border: 0;
        outline: none;
    }

    .custom-header-content {





        display: -webkit-box;





        display: -ms-flexbox;





        display: flex;


        -webkit-box-align: center;


        -ms-flex-align: center;


        align-items: center;



        padding: 0 10px;

        position: absolute;
        max-width: 1400px;
        width: 100%;
    }

    .custom-header-title {
        color: var(--tah-white);
        font-size: 60px;
        font-weight: 800;
        text-transform: uppercase;
        position: relative;
        margin-left: 0;
        padding: 0;
    }

    .custom-header-title::after {
        position: absolute;
        content: none;
        width: 8%;
        height: 9%;
        background: var(--tah-white);
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0%, 50%);
        -ms-transform: translate(0%, 50%);
        transform: translate(0%, 50%);
    }

    .container {
        display: block;
        margin: 0 auto;
        padding: 0 25px;
        max-width: 1400px;
        overflow: hidden;
    }

    .header-area {
        position: absolute;
        width: 100%;
        z-index: 110;
        padding: 20px 0;
    }

    .main-menu {
        display: none;
    }

    .social-icons {
        display: none;
        z-index: 120;
    }

    /*--------------------------------------------------------------
    Flex Slider
    --------------------------------------------------------------*/

    .slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        max-height: 43.75rem;
    }

    .flexslider {
        border: none !important;
        background: transparent !important;
    }

    .slider-details-container {
        color: var(--tah-white);
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 58.75rem;
        padding: 0 25px;
    }

    .slider-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider-container figure {
        margin: 0;
        width: 100%;
    }

    .slider-container figure img {
        max-width: 100% !important;
        min-height: 48rem;
        outline: none;
        border: none;
        -o-object-fit: cover;
        object-fit: cover;

    }

    .slider-details-container .slider-title a {
        color: var(--tah-white);
        font-weight: bold;
        text-decoration: none;
    }

    .slider-details-container a.btn {
        background-color: var(--tah-secundary);
        color: var(--tah-white);
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        line-height: 25px;
        text-decoration: none;
        padding: 10px 40px 10px;
        border: 2px solid var(--tah-secundary);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    .btn {
        background-color: var(--tah-secundary);
        color: var(--tah-white);
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        line-height: 25px;
        text-decoration: none;
        padding: 10px 40px 10px;
        border: 2px solid var(--tah-secundary);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        margin: 10px 0;
    }

    .btn:hover,
    .btn:focus {
        background: var(--tah-lightpurple) none repeat scroll 0 0;
        border: 2px solid var(--tah-lightpurple);
        color: var(--tah-white);
    }

    .slider-details-container a.btn:hover,
    .slider-details-container a.btn:focus {
        background: var(--tah-lightpurple) none repeat scroll 0 0;
        border: 2px solid var(--tah-lightpurple);
        color: var(--tah-white);
    }

    .slider-details-container .slider-description>p {
        font-size: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 0.9375rem;
    }

    .slider-details-container .slider-title>h3 {
        font-size: 39px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 1.5625rem;
        line-height: 1.1;
        margin-top: 0;
    }

    .flexslider li.flex-active-slide figure img {
        -webkit-animation: zoom 20s infinite;
        animation: zoom 20s infinite;
    }

    .flex-control-nav {
        top: calc(100% - 30px);
        z-index: 100;
        bottom: 0;
    }

    .flex-control-paging li a {
        height: 4px !important;
        width: 30px !important;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .flex-control-paging li a:hover {
        background: var(--tah-lightpurple);
    }

    .flex-control-paging li a.flex-active {
        background: var(--tah-secundary);
    }

    .flex-direction-nav a {
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
        background-color: #1e2726;
        border-radius: 50%;
        text-align: center;
    }

    .flex-direction-nav a:before {
        font-family: "flexslider-icon";
        font-size: 16px;
        display: inline-block;
        content: '\f001';
        color: #FFF;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        line-height: 40px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: center;
    }

    .flexslider li.flex-active-slide .slider-description {
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .flexslider li.flex-active-slide .slider-title {
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .flexslider li.flex-active-slide .slider-readmore-button {
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    /* Effect Slider */

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        to {
            -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
        }
    }

    @keyframes zoom {
        from {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        to {
            -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
        }
    }

    .menu-area .brand.invert {

        margin: -50px -35px;
    }

    .menu-area .brand img {
        max-width: 9.375rem;
        width: 100%;
        height: auto;
        display: block;
        border: none;
        outline: none;
    }

    .menu-area .brand.invert img {

        max-width: 220px;
        width: 100%;
        height: auto;
        display: block;
        border: none;
        outline: none;
    }

    .menu-area .brand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: start;
        align-self: flex-start;
        z-index: 110;
    }

    .menu-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .menu-area .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;

    }

    .menu-area .menu:before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--tah-tertiary);
    }

    .main-menu .menu-item a {
        text-transform: uppercase;
        color: var(--tah-white);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
        border: none;
        outline: none;
        font-weight: 600;
        font-size: 23px;
        line-height: 45px;
    }

    .main-menu .menu-item a:hover {
        color: var(--tah-primary);
    }

    .main-menu .menu-item {
        list-style: none;
        padding: 0;
        position: relative;
        cursor: pointer;
        text-align: center;
    }

    .main-menu.is-show,
    .social-icons.is-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #hamburger {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0.625rem;
        width: 3.125rem;
        position: absolute;
        right: 0;
    }

    #hamburger .line {
        fill: none;
        stroke: var(--tah-white);
        stroke-width: 6;
        -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    #hamburger .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    #hamburger .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    #hamburger .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    #hamburger.open .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    #hamburger.open .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    #hamburger.open .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    /* Section News */

    .news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        overflow: hidden;
    }

    .new p {
        color: var(--tah-lightgray);
        line-height: 1.625rem;
        margin: 0 0 0.9375rem;
        text-transform: none;
        font-weight: 400;
    }

    .news-container a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        color: inherit;
    }

    .news-container .left .thumbnail {
        width: 100%;
    }

    .archive .news-container {
        flex-direction: row-reverse;
    }

    .news-container {
        margin: 50px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        max-width: 1100px;

    }

    .news .featured p,
    .news .all-featured p {
        font-size: 1.125rem;
        line-height: 120%;
    }

    .news-container .featured h4,
    .news-container .all-featured h4 {
        margin-top: 0;
        margin-bottom: 0.9375rem;
        font-weight: 800
    }

    .news-container .featured h4 {
        font-size: 1.875rem;
    }

    .news-container .all-featured h4 {
        font-size: 1.625rem;
        line-height: 100%;
    }

    .news-container .featured .meta-info h3 {
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 0.875rem;
        font-weight: 600;
    }

    .news-container .right .thumbnail {
        width: 100%;
        max-width: 250px;
    }

    .news-container .featured .thumbnail-bg:hover,
    .news-container .all-featured .thumbnail-bg:hover {
        -webkit-filter: brightness(118%);
        filter: brightness(118%);
    }

    .news-container .featured .thumbnail-bg {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 350px;
        background-position: center center;
    }

    .news-container .all-featured .thumbnail-bg {

        background-size: cover;
        background-repeat: no-repeat;
        max-width: 248px;
        width: 100%;
        height: 150px;
        margin-right: 20px;
        background-position: center center;
    }

    .news-container .all-featured {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        margin-bottom: 15px;
    }

    .news-container .all-featured:last-child {
        margin-bottom: 0;
    }

    .news-container .all-featured .thumbnail,
    .news-container .all-featured .meta-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 0 0;
        margin-right: 10px;
    }


    .news-container .left,
    .news-container .right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }

    .news-container .right::-webkit-scrollbar {
        cursor: pointer;
        width: 8px;
    }

    .news-container .right::-webkit-scrollbar-track {
        background: #dcdcdc;
    }

    .news-container .right::-webkit-scrollbar-thumb {
        background-color: #a29ca9;
        border-radius: 1.25rem;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .news-container .right:hover::-webkit-scrollbar-thumb {
        background-color: #7d7883;
    }

    .news-container .right {
        overflow-y: auto;
        height: 530px;
    }

    @media (max-width : 1024px) {

        .news-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .news-container .featured .thumbnail {
            width: 100%;
        }

        .archive .news-container {
            flex-direction: column;
        }

        .news-container .right {
            overflow-y: initial;
            height: auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }


        .news-container .featured h4 {
            font-size: 1.5625rem;
        }

        .news-container .all-featured h4 {
            font-size: 1.25rem;
        }

        .news-container .all-featured p {
            font-size: 1rem;
        }

    }

    /* / NEWS */

    .footer-area {
        width: 100%;
        background-color: var(--tah-darknesspurple);
        bottom: 0;
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        background: rgba(38, 5, 74, 1);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(38, 5, 74, 1)), color-stop(100%, rgba(0, 77, 163, 1)));
        background: -o-linear-gradient(45deg, rgba(38, 5, 74, 1) 0%, rgba(0, 77, 163, 1) 100%);
        background: linear-gradient(45deg, rgba(38, 5, 74, 1) 0%, rgba(0, 77, 163, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26054a', endColorstr='#004da3', GradientType=1);
    }



    .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-container {
        width: 100%;
    }

    .footer-menu::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--tah-white);
        opacity: 0.2;
        top: 10px;
    }

    .footer-content .item-midias a {
        /* position: relative; */
        padding: 0px 15px;
    }

    .footer-content .item-midias a::before {
        content: '';
        position: absolute;
        border-radius: 50%;
        border: 1px solid var(--tah-white);
        top: 0;
        left: auto;
        width: 38px;
        height: 38px;
        -webkit-transform: translate(-36%, -17%);
        -ms-transform: translate(-36%, -17%);
        transform: translate(-36%, -17%);
    }

    .footer-menu ul li {
        position: relative;
        text-transform: uppercase;
        opacity: 0.7;
    }

    .footer-menu ul li+li:before {
        content: '';
        padding: 0;

    }

    .footer-area .brand img {
        max-width: 5rem;
        height: auto;
        display: inline-block;
    }


    .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--tah-white);
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: 0;
    }

    .footer-content :nth-child(1),
    .footer-content :nth-child(2),
    .footer-content :nth-child(3) {
        margin-bottom: 20px;
    }

    .footer-content .item-midias {
        margin-bottom: 0;
        text-align: center;
    }

    .footer-content span {
        text-transform: uppercase;
        font-size: 0.75rem;
    }

    .footer-content :nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        text-align: center;
    }

    .footer-content :nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: -webkit-fill-available;
    }

    .footer-content :nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        text-align: end;
        -webkit-filter: brightness(4);
        filter: brightness(4);
    }

    h2.widgettitle,
    h2.widget-title {
        margin-top: 2.5rem;
        margin-bottom: 30px;
        font-size: 0.8125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 400;
    }

    h4.link-trabalhe-conosco {
        color: var(--tah-white);
        font-size: 1.125rem;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
        white-space: nowrap;
        font-weight: normal;
    }

    a.link-vagas {
        color: var(--tah-white);
        font-weight: 700;
        font-size: 0.9375rem;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        text-decoration: none;
        font-family: "museo-sans";
    }

    a:hover.link-vagas {
        color: #a294b0;
    }



    a.link-fale {
        color: var(--tah-white);
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        text-decoration: none;
        font-family: "museo-sans";
        padding: 0.5625rem 4.0625rem;
        border: 0.125rem solid var(--tah-white);
        white-space: nowrap;
        padding: 8px 40px;
        max-width: 100%;
    }

    a:hover.link-fale {
        color: var(--tah-darkgray);
        background-color: var(--tah-white);
    }


    div.item-midias {
        display: block;
        text-align: left;
        padding: 0 10px;
        position: relative;
    }

    div.item-midias>a {
        padding-left: 5px;
        padding-right: 5px;
    }


    a.item-social,
    a:visited.item-social {
        color: var(--tah-white);
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        text-decoration: none;
        font-family: "museo-sans";
        /* margin-left: 0.9375rem; */
    }

    a:hover.item-social,
    a:active.item-social {
        color: var(--tah-lightgraypurple);
    }

    a.item-social-header:first-child {
        margin-left: 0;
    }

    a.item-social-header {
        color: var(--tah-white);
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        text-decoration: none;
        font-family: "museo-sans";
        margin-left: 0.9375rem;
    }

    a:hover.item-social-header,
    a:active.item-social-header {
        color: var(--tah-primary);
    }

    /*Home Statistic*/


    div.home-statistics {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 100%;
    }

    div.widget-wrapper-statistic:first-child {
        width: 100%;
    }

    div.widget-wrapper-statistic {
        width: 50%;
    }

    div.home-statistics-card {

        text-transform: uppercase;
        height: 280px;
        color: #ffffff;
        line-height: 130%;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    div.home-statistics-card>div.text-card h4,
    div.home-statistics-card>div.text-card p {
        font-weight: 800;
        font-size: 46px;
        margin-top: 5px;
        white-space: nowrap;
    }

    div.text-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div.evoluir {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 20px 50px 20px;
        overflow: hidden;
    }

    div.time-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* width: 100%; */
        width: auto;
        min-height: 250px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.statistic-info-company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 100%;
    }

    .statistic-info-company-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    div.statistic-info-company-container:first-child {
        width: 100%;
    }

    div.statistic-info-company-container {
        width: 50%;
    }


    .statistic-info-company-container figure {
        width: 100%;
        margin: 0;
    }

    .statistic-info-company-container figure img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        display: block;
    }

    .statistic-info-company-details {
        position: absolute;
        width: 100%;
    }


    .statistic-info-company-title {
        color: var(--tah-white);
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        font-size: 33px;
        line-height: 130%;
        padding: 0 10px;
        pointer-events: auto;
        margin-bottom: 50px;
    }


    .statistic-info-company-title h4 {
        color: var(--tah-white);
        text-decoration: none;
        text-align: center;
        font-weight: 800;
        font-size: 46px;
        line-height: 10%;
        padding: 0 10px;
        margin-bottom: 35px;
        pointer-events: auto;
    }

    .statistic-info-company-title p {
        color: var(--tah-white);
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        line-height: 160%;
        padding: 0 10px;
        pointer-events: auto;

    }

    .statistic-info-company-container figure img:hover {
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .our-clients-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 100%;
        margin-top: 50px;
    }

    div.our-clients-title h4 {
        font-size: 30px;
        font-weight: 800;
        line-height: 120%;
        text-align: center;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 100%;
        margin-top: 50px;
    }


    div.our-clients-content>figure>ul>li>figure>img {
        opacity: 0.6;
        width: auto !important;
        padding: 18px;
        padding-bottom: 50px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        height: auto !important;
    }

    /*Ajuste pontual de nossos clientes*/
    div.our-clients-content>figure>ul>li>img {
        width: 70px;
        height: auto;
        opacity: 0.6;
        padding-bottom: 50px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;

    }

    div.our-clients-content>figure>ul>li>img:hover {
        cursor: pointer;
        opacity: 0.9;
    }

    /*Fim ajuste*/

    div.our-clients-content>figure>ul>li>figure>img:hover {
        cursor: pointer;
        opacity: 0.9;
    }

    .our-clients-content figure ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*width: 520px;*/
        width: 230px;
    }

    /*Midia institucional*/

    .midia-institucional-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0px;
        max-width: 100%;
        margin-top: -50px;
    }

    .midia-institucional-space {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px;

    }

    .midia-institucional-space i {
        position: absolute;
        color: var(--tah-white);
        font-size: 65px;
    }

    .midia-institucional-space i:hover {
        cursor: pointer;
    }

    .midia-institucional-container figure {
        width: 100%;
        margin: 0;
    }

    .midia-institucional-container figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: none;
        object-fit: none;
        color: var(--tah-white);
        -o-object-position: center;
        object-position: center;
        background-size: cover;

    }

    .midia-institucional-container figure img:hover {
        opacity: 0.9;
        cursor: pointer;
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    /*Fim da midia*/

    /*Modal*/
    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-family: Arial, Helvetica, sans-serif;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99999;
        display: none;
        -webkit-transition: opacity 400ms ease-in;
        -o-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: auto;
        visibility: visible;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .modal-content i {
        font-size: 30px;
        color: #00ffe1;
        cursor: pointer;

    }

    .modal-content {
        width: 100%;
        height: 100%;
        padding: 15px 10px;
        color: #fff;
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;


    }

    .modal-content .close {
        position: absolute;
        top: 50px;
        right: 20px;
    }

    .video {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio */
    }

    .video-insti {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    /*Fim modal*/

    /*Premios*/
    div.awards-info-company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 100%;
    }

    .awards-info-company-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    div.awards-info-company-container {
        width: 50%;
    }

    .awards-info-company-container>figure {
        width: 100%;
        margin: 0;
    }

    .awards-info-company-container>figure img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        display: block;
    }

    .awards-info-company-details {
        position: absolute;
        width: 100%;
    }

    .awards-info-company-title {
        color: var(--tah-white);
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        font-size: 33px;
        line-height: 130%;
        padding: 0 10px;
        pointer-events: auto;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    .awards-info-company-title h4 {
        color: var(--tah-white);
        text-decoration: none;
        text-align: center;
        font-weight: 800;
        font-size: 46px;
        line-height: 10%;
        padding: 0 10px;
        margin-bottom: 35px;
        pointer-events: auto;
    }

    .awards-info-company-title p {
        color: var(--tah-white);
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        line-height: 160%;
        padding: 0 10px;
        pointer-events: auto;

    }

    .awards-info-company-container>figure img:hover {
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    /*Format*/
    .awards-info-company-title figure {
        width: 110px;
        margin: 0 auto;
        height: 180px;


    }

    .awards-info-company-title figure img {
        width: 110px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        margin-top: 40px;

    }

    div.time-line-card {
        border-left: 1px solid gray;
        padding: 0px 10px 0px 15px;
        font-size: 14px;
        width: 120px;
        min-height: 200px;
        line-height: 140%;
        text-align: left;
    }

    div.time-line-card>h4 {
        font-weight: 400;
        color: #424d63;
        font-size: 20px;
        margin: 0px;
    }

    div.time-line-card>p {
        color: #424d63;
        width: 100px;
        white-space: break-spaces;
    }

    div.somos-descript {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 20px 50px 20px;
    }

    div.solucoes-descript {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 20px 50px 20px;
        overflow-x: hidden;
    }

    div.somos-descript2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 20px 50px 20px;
    }


    div.evoluir-left {
        width: 50%;
    }

    div.somos-descript-left {
        width: 50%;
    }

    div.solucoes-descript-left {
        width: 50%;
    }

    div.somos-descript2-left {
        width: 50%;
    }


    div.evoluir-left>h4 {
        font-size: 40px;
        font-weight: 800;
        line-height: 120%;
        text-align: center;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }

    div.somos-descript-left>h4 {
        font-size: 40px;
        font-weight: 800;
        line-height: 120%;
        text-align: center;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }

    div.solucoes-descript-left>h4 {
        font-size: 40px;
        font-weight: 800;
        line-height: 120%;
        text-align: center;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    div.somos-descript2-left>h4 {
        font-size: 30px;
        font-weight: 800;
        line-height: 120%;
        text-align: center;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 100%;
    }

    div.evoluir-right {
        margin-top: 50px;
        width: 100%;

    }

    div.somos-descript-right {
        margin-top: 50px;
        width: 100%;
    }

    div.solucoes-descript-right {
        margin-top: 50px;
        width: 100%;
    }

    div.somos-descript2-right {
        margin-top: 50px;
        width: 100%;
    }

    div.evoluir-right p {
        text-align: center;
        font-size: 17px;
        color: #666666;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
    }

    div.somos-descript-right p {
        text-align: center;
        font-size: 17px;
        color: #666666;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
    }

    div.solucoes-descript-right p {
        text-align: center;
        font-size: 17px;
        color: #666666;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
    }

    div.somos-descript2-right p {
        text-align: center;
        font-size: 17px;
        color: #666666;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
    }

    .green_bar {
        width: 150px;
        height: 15px;
        background-color: var(--tah-primary-bar);
        margin: 0 auto;
        margin-top: -43px;
    }

    .blue_bar {
        width: 100px;
        height: 3px;
        background-color: #00bbe8;
        margin: 0 auto;
    }

    div.location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .widget-wrapper-localization {
        width: 30%;
        padding: 5px;
    }

    .citie-title {
        font-size: 13px;
        margin-bottom: 2px;
        font-weight: 800;
        color: #272727;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-family: "museo-sans";
        padding-left: 0px;
    }

    .citie-title:hover {
        color: black;
    }

    .location .widget-wrapper-localization i:hover {
        color: #272727;
    }

    .location .widget-wrapper-localization ul {

        list-style-type: none;
        padding-left: 4px;
        font-size: 13px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;

    }

    .location .widget-wrapper-localization ul>li:first-child {
        padding-top: 0px;

    }

    .location .widget-wrapper-localization ul>li {
        padding-top: 20px;

    }

    .location .widget-wrapper-localization i {
        cursor: pointer;
        font-size: 20px;
        color: gray;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        white-space: nowrap;
    }

    .location .widget-wrapper-localization .panel {
        padding: 0 18px;
        display: none;
        background-color: transparent;
        overflow: hidden;

    }

    .footer-content>.widget-wrapper:last-child>div.item-midias {
        margin-right: 0px;
    }

    .mandala-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mandala-img figure {
        width: 100%;
        margin: 0 auto;
    }

    .mandala-img figure img {
        width: 100%;
        height: 500px;
        margin: 0 auto;
        -o-object-position: center;
        object-position: center;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin-bottom: 60px;
    }

    .mandala-img figure img:hover {
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }


    .solucoes-mandela {
        margin-bottom: 50px;
    }


    .solucoes-mandela a.btn {
        background-color: var(--tah-secundary);
        color: var(--tah-white);
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        line-height: 25px;
        white-space: break-spaces;
        text-decoration: none;
        padding: 10px 5px 10px 5px;
        border: 2px solid var(--tah-secundary);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    .solucoes-mandela a.btn:hover,
    .solucoes-mandela a.btn:focus {
        background: var(--tah-lightpurple) none repeat scroll 0 0;
        border: 2px solid var(--tah-lightpurple);
        color: var(--tah-white);
    }

    .esg-format {
        text-align: center;
        font-size: 17px;
        color: #666666;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
    }

    .general-container {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .general-container {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%;
        padding: 50px;
    }

    .general h2 {
        font-size: 25px;
        font-weight: 800;
        line-height: 120%;
        text-align: center;
    }

    .general p:first-child {
        margin-top: 50px;
    }

    .general p,
    .general ul {
        text-align: center;
        font-size: 15px;
        color: #666666;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
        margin-top: 10px;
    }

    .general li {

        text-align: justify;
        font-size: 15px;
        color: #666666;
        line-height: 20px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
        margin-top: 10px;
    }

    .general p strong {
        text-align: center;
        font-size: 15px;
        line-height: 26px;
        margin: 0 0 15px;
        font-weight: 800;
        margin-top: 10px;
        color: #000;
    }


    .general tbody tr td strong {
        text-transform: uppercase;
        text-align: center;
    }

    .general tbody tr td {
        height: 50px;
        padding: 20px;
    }

    .general table {
        border: 1px solid #666666;
        ;
    }

    /* Sahra tour */
    .sahra-tour {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 130;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sahra-tour.is-close {
        display: none;
    }

    .sahra-tour:before {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        /* animation: sahraFadeIn 3s linear 3s; */
    }

    .speech-sahra {
        background: var(--tah-white);
        color: var(--tah-darkgray);
        font-size: 14px;
        margin-bottom: 1em;
        position: relative;
        min-width: 7em;
        max-width: 360px;
        left: 60%;
        top: 120px;
        padding: 20px;
        display: inline-block;
    }

    .speech-sahra:after {
        border: 10px solid transparent;
        border-right-color: var(--tah-white);
        content: '';
        margin-left: -1em;
        position: absolute;
        top: 70px;
        left: -6px;
        width: 0;
        height: 0;
    }

    .contahto .container {
        overflow: initial;
    }

    .container-contahto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-contahto {
        width: 60%;
        height: 130px;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        text-align: center;
        background-color: var(--tah-white);
        margin-left: 0px;
        margin-bottom: 10px;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
        cursor: pointer;
        text-transform: uppercase;
        z-index: 1;
        transition: 1s all;
        padding: 10px;
    }

    .card-contahto a {
        text-decoration: none;
    }

    .card-contahto i {
        font-size: 30px;
        font-weight: 800;
        color: rgba(0, 77, 163, 1);
    }

    .card-contahto p {
        font-size: 15px;
        font-weight: 800;
        color: rgba(0, 77, 163, 1);
        margin: 10px 0 0;
    }

    .card-contahto:hover {
        color: #fff;
        background: rgba(38, 5, 74, 1);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(38, 5, 74, 1)), color-stop(100%, rgba(0, 77, 163, 1)));
        background: -o-linear-gradient(45deg, rgba(38, 5, 74, 1) 0%, rgba(0, 77, 163, 1) 100%);
        background: linear-gradient(45deg, rgba(38, 5, 74, 1) 0%, rgba(0, 77, 163, 1) 100%);
    }

    .card-contahto:hover i {
        color: #fff;
    }

    .card-contahto:hover p {
        color: #fff;
    }


    .contahto-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }

    .contahto-left {
        width: 100%;
    }

    .sarah-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sahra-tour-img {
        display: block;
        position: relative;
        padding: 0 10px;
    }

    .sahra-tour-img figure {
        margin: 0;
        text-align: center;
    }

    .sahra-tour-img img {
        max-width: 470px;
        height: auto;
        width: 100%;
    }

    .sahra-tour-img.is-show,
    .sahra-tour.is-show:before {
        content: ' ';
        display: block;
    }

    .sahra-tour-close {
        position: absolute;
        top: 1.5rem;
        right: 1.5em;
        z-index: 150;
        background: var(--tah-primary);
        outline: none;
        border: none;
        border-radius: 0;
    }

    .sahra-tour-close.is-close {
        display: none;
    }

    /* Sahra call */
    .sahra {
        position: fixed;
        right: 7px;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: -1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 300px;
    }

    .sahra.close {
        display: none;
    }

    .sahra figure {
        margin: 0;
        position: relative;
    }

    .sahra figure img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100px;
        height: auto;
    }

    .sahra figure::before {
        content: '';
        position: absolute;
        display: block;
        width: 100px;
        height: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        top: 0;
        border-radius: 50px;
        background-color: var(--tah-lightpurple);
        -webkit-animation: pulse-sahra 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        animation: pulse-sahra 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        z-index: -1;
    }

    .sahra-close {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        cursor: pointer;
    }

    .sahra-close i {
        color: var(--tah-darknesspurple);
    }

    .speech-bubble {
        background: var(--tah-white);
        color: var(--tah-darkgray);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        margin-bottom: 1em;
        padding: 0 1em;
        position: relative;
        text-align: center;
        min-width: 7em;
        left: 70px;
        top: -87px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .speech-bubble:after {
        border: 1em solid transparent;
        border-top-color: var(--tah-white);
        content: '';
        margin-left: -1em;
        position: absolute;
        top: 82px;
        left: 80%;
        width: 0;
        height: 0;
    }

    .speech-bubble.shadown {
        -webkit-box-shadow: 5px 5px 20px;
        box-shadow: 5px 5px 20px;
        background-color: #ced7ef;
    }

    .brand.invert-footer img {
        max-width: 120px;
        width: 100%;
        height: auto;
        padding-top: 15px;
        margin-bottom: -20px;
        margin-right: 0px;
    }

    .lead .contahto header {
        text-align: left;
        margin-bottom: 20px;
        padding: 0;
    }

    .lead {
        padding: 80px 15px;
    }

    .lead.bg {
        background: rgb(91, 68, 146);
        background: -o-linear-gradient(left, rgba(91, 68, 146, 1) 0%, rgba(48, 166, 152, 1) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(91, 68, 146, 1)), to(rgba(48, 166, 152, 1)));
        background: linear-gradient(90deg, rgba(91, 68, 146, 1) 0%, rgba(48, 166, 152, 1) 100%);
    }

    .lead .contahto {
        max-width: 640px;
        margin: 0 auto;
    }

    .lead .contahto .title,
    .lead .contahto .subtitle {
        color: var(--tah-white);
        text-align: left;
    }

    .lead .contahto .title {
        font-weight: 600;
        font-size: 30px;
        line-height: 130%;
        margin: 0 0 10px;
        padding: 0;
    }

    .lead .contahto .title::after {
        content: none;
    }

    .lead .contahto .subtitle {
        font-size: 17px;
        font-weight: 400;
    }

    .lead .contahto .column-half,
    .lead .contahto .column-full {
        padding-left: 0;
        padding-right: 0;
    }

    .lead .contahto .wpcf7-list-item {
        margin: 0 0 0 0;
    }

    .lead .contahto .wpcf7-list-item-label {
        color: var(--tah-white);
    }

    .lead .contahto .wpcf7-response-output {
        color: var(--tah-white);
    }

    .lead .contahto .lnk-termo {
        color: var(--tah-white);
        text-decoration: underline;
    }

    .lead.optout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lead.optout .title {
        text-align: center;
    }

    .lead.optout .tracking-optout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lead.optout .text-optout {
        margin: 0 5px;
    }

    .lead.optout .assinante {
        color: #47054a;
        font-weight: 600;
    }

    .lead.optout .btn-optout {
        outline: none;
        border: 0;
        background: -o-linear-gradient(45deg, rgba(71, 5, 74, 1) 0%, rgba(102, 0, 161, 1) 100%);
        background: linear-gradient(45deg, rgba(71, 5, 74, 1) 0%, rgba(102, 0, 161, 1) 100%);
        padding: 15px 10px;
        width: 100%;
        color: var(--tah-white);
        cursor: pointer;
        text-transform: uppercase;
    }

    .lead.optout input {

        padding: 8px;
        width: 100%;
        border: 1px solid var(--tah-brd-form);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .lead.optout #error-email {
        color: crimson;
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 10px 0 15px;
    }

    .lead.optout .optout-container {
        width: 100%;
        max-width: 540px;
    }



    /*Medias do formulario de contahto para se adequar ao modal*/
    @media(max-width: 320px) {
        .contahto #responsive-form {
            max-width: 200px;
        }

        .contahto .wpcf7 textarea {
            height: 50px !important;
        }
    }

    @media(max-width: 360px) {
        .contahto #responsive-form {
            max-width: 260px;
        }

        .contahto .wpcf7 textarea {
            height: 100px !important;
        }
    }

    @media(max-width: 375px) {
        .contahto #responsive-form {
            max-width: 220px;
        }

        .contahto .wpcf7 textarea {
            height: 50px !important;
        }
    }

    @media(max-width: 410px) {


        .contahto .wpcf7 textarea {
            height: 50px !important;
        }
    }

    @media(max-width: 446px) {


        .contahto .wpcf7 textarea {
            height: 50px !important;
        }
    }

    /*Fim das midias*/


    @media only screen and (max-width: 500px) {
        div.location {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;

        }

        .widget-wrapper-localization {
            width: 40%;
            padding: 5px;
        }

        .footer-content>.widget-wrapper:last-child>div.item-midias {
            margin-right: 0px;
        }



    }


    @media (min-width: 200px) and (max-width: 480px) {

        .our-clients-content figure ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 250px;
        }

    }

    @media only screen and (min-width : 777px) {
        div.home-statistics {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            margin: 0 auto;
            max-width: 87.5rem;
        }

        div.widget-wrapper-statistic:first-child {
            width: 100%;
        }

        div.widget-wrapper-statistic {
            width: 100%;
        }

        div.statistic-info-company {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            margin: 0 auto;
            max-width: 87.5rem;
        }

        div.statistic-info-company-container:first-child {
            width: 100%;
        }

        div.statistic-info-company-container {
            width: 100%;
        }

        div.awards-info-company {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            margin: 0 auto;
            max-width: 87.5rem;
        }

        div.awards-info-company-container:first-child {
            width: 100%;
        }

        div.awards-info-company-container {
            width: 100%;
        }

        /*Midia institucional*/

        .midia-institucional-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            margin: 0 auto;
            max-width: 87.5rem;
        }

        .midia-institucional-container figure {
            width: 100%;
            margin: 0;
        }

        .midia-institucional-container figure img {
            -o-object-fit: cover;
            object-fit: cover;
            color: var(--tah-white);
            -o-object-position: center;
            object-position: center;
            background-size: cover;

        }


        /*Fim da midia*/

    }

    @media only screen and (min-width : 1017px) {
        /*Sarah desktop*/

        .speech-sahra {
            background: var(--tah-white);
            color: var(--tah-darkgray);
            font-size: 15px;
            margin-bottom: 1em;
            position: relative;
            min-width: 7em;
            font-weight: 500;
            max-width: 310px;
            left: 60%;
            top: 215px;
            padding: 29px;
            display: inline-block;
        }

        .speech-sahra:after {
            border: 10px solid transparent;
            border-right-color: var(--tah-white);
            content: '';
            margin-left: -1em;
            position: absolute;
            top: 50px;
            left: -5px;
            width: 0;
            height: 0;
        }


        .container-contahto {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .contahto-right,
        .contahto-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        }


        .card-contahto {
            width: 25%;
            height: 105px;
            -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            text-align: center;
            background-color: var(--tah-white);
            border-radius: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .card-contahto p {
            margin: 10px 0 0;
        }


        .contahto-right {
            width: 80%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 0 10px;
            /* margin-top: 20px; */
        }


        .contahto-left {
            width: 100%;
            padding: 0px;
        }

        .sarah-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: left;
            justify-content: left;
            margin-top: -290px;
            position: absolute;
            margin-left: -180px;
        }
    }


    @media (min-width:700px) and (max-width:1198px) {
        .modal-content .close {
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .modal-content {
            width: 80%;
            height: 100%;
            padding: 15px 10px;
            color: #fff;
            opacity: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    }



    @media (min-width : 1199px) {

        .esg .container {
            max-width: 1100px;
        }

        .flex-control-nav {
            top: calc(100% - 90px);
            z-index: 100;
            bottom: 0;
        }

        .menu-area,
        .menu-area .menu {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .main-menu .menu-item {
            padding: 13px;
        }

        .main-menu,
        .social-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .menu-area .brand {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-item-align: initial;
            -ms-grid-row-align: initial;
            align-self: initial;
        }

        .menu-area .menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            padding-left: 0;
            background: transparent;
            width: inherit;
            height: inherit;
            position: inherit;
            top: initial;
            left: initial;
            padding-top: initial;
        }

        .menu-area .menu:before {
            content: none;
        }


        .main-menu .menu-item a {
            font-size: 0.9375rem;
        }

        #hamburger {
            display: none;
        }


        .slider-details-container .slider-title>h3 {
            font-size: 3.75rem;
        }


        .footer-menu ul {
            padding-left: 0;
            margin-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }

        .footer-menu ul li {
            margin-bottom: 0;
        }

        .footer-menu ul li+li:before {
            content: '| ';
            padding: 0 10px;

        }


        .footer-content {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            width: 100%;
            margin-bottom: 20px;
        }

        .footer-content :nth-child(1),
        .footer-content :nth-child(2),
        .footer-content :nth-child(3),
        .footer-content :nth-child(4) {
            margin-bottom: 0;
            text-align: left;
        }

        .footer-content :nth-child(1) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .footer-content :nth-child(2) {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
            text-align: center;
        }

        .footer-content :nth-child(3) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
        }

        .footer-content :nth-child(4) {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
            text-align: end;
            -webkit-filter: brightness(4);
            filter: brightness(4);
        }

        div.item-midias>a:first-child {
            margin-left: 0rem;
        }

        h2.widgettitle,
        h2.widget-title {
            margin-top: 0rem;
            margin-bottom: 1.875rem;
            font-size: 0.8125rem;
            display: block;
        }

        div.evoluir {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 50px 20px 50px 20px;
            overflow: hidden;
        }

        div.time-line {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 120px;
            min-height: 250px;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        div.somos-descript {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 50px 20px 50px 20px;
            width: 1100px;
        }


        div.solucoes-descript {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 50px 20px 50px 20px;
            width: 1100px;
        }

        div.somos-descript2 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 50px 20px 50px 20px;
        }

        div.evoluir-left {
            width: 50%;
        }

        div.somos-descript-left {
            width: 50%;
        }

        div.solucoes-descript-left {
            width: 50%;
        }

        div.somos-descript2-left {
            width: 100%;
        }

        div.evoluir-left>h4 {
            font-size: 70px;
            font-weight: 800;
            line-height: 120%;
            margin-left: 100px;
            width: 300px;
            margin-top: 50px;
            text-align: left;
        }

        div.somos-descript-left>h4 {
            font-size: 70px;
            font-weight: 800;
            line-height: 120%;
            margin-left: 100px;
            width: 300px;
            margin-top: 50px;
            text-align: left;
        }

        div.solucoes-descript-left>h4 {
            font-size: 70px;
            font-weight: 800;
            line-height: 120%;
            margin-left: 100px;
            width: 300px;
            margin-top: 50px;
            text-align: left;
        }

        div.somos-descript2-left>h4 {
            font-size: 30px;
            font-weight: 800;
            line-height: 120%;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        div.evoluir-right {
            margin-top: 50px;
            width: 50%;
        }

        div.somos-descript-right {
            margin-top: 50px;
            width: 50%;
        }

        div.solucoes-descript-right {
            margin-top: 50px;
            width: 50%;
        }

        div.somos-descript2-right {
            margin-top: 50px;
            width: 100%;
        }

        div.evoluir-right p {
            text-align: justify;
            font-size: 17px;
            color: #666666;
            line-height: 26px;
            margin: 0 0 15px;
            text-transform: none;
            font-weight: 400;
        }

        div.somos-descript-right p {
            text-align: justify;
            font-size: 17px;
            color: #666666;
            line-height: 26px;
            margin: 0 0 15px;
            text-transform: none;
            font-weight: 400;
        }

        div.solucoes-descript-right p {
            text-align: justify;
            font-size: 17px;
            color: #666666;
            line-height: 26px;
            margin: 0 0 15px;
            text-transform: none;
            font-weight: 400;
        }

        div.somos-descript2-right p {
            text-align: center;
            font-size: 17px;
            color: #666666;
            line-height: 26px;
            margin: 0 0 15px;
            text-transform: none;
            font-weight: 400;
            padding-left: 50px;
            padding-right: 50px;
        }

        .green_bar {
            width: 150px;
            height: 15px;
            background-color: var(--tah-primary-bar);
            margin-left: 100px;
            margin-top: -76px;
        }

        .blue_bar {
            width: 100px;
            height: 3px;
            background-color: #00bbe8;
            margin: 0 auto;
        }

        .our-clients-content figure ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 400px;
        }

        div.our-clients-content>figure>ul>li>figure>img {
            opacity: 0.6;
            width: auto !important;
            padding: 9px;
            padding-bottom: 50px;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            height: auto !important;
        }

        /*Location*/

        .citie-title {
            font-size: 14px;
            margin-bottom: 2px;
            font-weight: 800;
            color: #272727;
            cursor: pointer;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-family: "museo-sans";
            padding-left: 5px
        }

        .location .widget-wrapper-localization i {
            cursor: pointer;
            font-size: 22px;
            color: gray;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .location .widget-wrapper-localization ul {

            list-style-type: none;
            padding-left: 4px;
            font-size: 14px;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;

        }

        .footer-content .item-midias i {
            font-size: 14px;
        }

        .item-midias i {
            font-size: 20px;
        }


        /*Midia*/
        .midia-institucional-space {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 40px;

        }

        /*Video*/
        .modal-content {
            width: 80%;
            height: 100%;
            padding: 15px 10px;
            color: #fff;
            opacity: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .modal-content .close {
            position: absolute;
            top: 30px;
            right: 20px;
        }

        .mandala-img figure {
            width: 100%;
            margin: 0 auto;
        }

        .mandala-img figure img {
            width: 100%;
            height: 100%;
            margin: 0 auto;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-bottom: 60px;
        }

        .mandala-img figure img:hover {
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .solucoes-mandela a.btn {
            background-color: var(--tah-secundary);
            color: var(--tah-white);
            border-radius: 20px;
            font-size: 20px;
            font-weight: 600;
            line-height: 25px;
            text-decoration: none;
            padding: 10px 40px 10px;
            border: 2px solid var(--tah-secundary);
            -webkit-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
        }

        .solucoes-mandela a.btn:hover,
        .solucoes-mandela a.btn:focus {
            background: var(--tah-lightpurple) none repeat scroll 0 0;
            border: 2px solid var(--tah-lightpurple);
            color: var(--tah-white);
        }

        .esg-format {
            text-align: justify;
            font-size: 17px;
            color: #666666;
            line-height: 26px;
            margin: 0 0 15px;
            text-transform: none;
            font-weight: 400;
        }

        .general-container {
            max-width: 87.5rem;
        }

        .general h2 {
            font-size: 35px;
            font-weight: 800;
            line-height: 120%;
            text-align: left;
        }

        .general p:first-child {
            margin-top: 50px;
        }

        .general p,
        .general ul {
            text-align: justify;
            font-size: 17px;
            color: #666666;
            line-height: 26px;
            margin: 0 0 15px;
            text-transform: none;
            font-weight: 400;
            margin-top: 10px;
        }

        .general li {
            text-align: justify;
            font-size: 17px;
            color: #666666;
            line-height: 20px;
            margin: 0 0 15px;
            text-transform: none;
            font-weight: 400;
            margin-top: 10px;
        }

        .general p strong {
            text-align: justify;
            font-size: 17px;
            line-height: 26px;
            margin: 0 0 15px;
            font-weight: 800;
            margin-top: 10px;
            color: #000;
        }


        .general tbody tr td strong {
            text-transform: uppercase;
            text-align: center;
        }

        .general tbody tr td {
            height: 50px;
            padding: 20px;
        }

        .general table {
            border: 1px solid #666666;
            ;
        }

        .brand.invert-footer img {
            max-width: 120px;
            width: 100%;
            height: auto;
            padding-top: 15px;
            margin-bottom: -40px;
            margin-right: -20px;
        }




    }

    .btn-contato {
        text-align: center;
        max-width: 18.75rem;
        font-size: 1rem;
        padding: 0.3125rem 0.625rem;
        border: 0.125rem solid var(--tah-white);
        color: var(--tah-white);
        text-align: center;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .btn-contato:hover {
        background-color: var(--tah-white);
        color: #1b0f26 !important;
        font-weight: 600;
        text-decoration: none;
        border-bottom: none;
    }



    .footer-menu ul {
        padding-left: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-menu ul li {
        margin-bottom: 10px;
    }

    .footer-menu ul li a {
        color: var(--tah-white);
        text-decoration: none;
        outline: none;
        border: 0;
    }

    /* Pilares */
    .pilar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        overflow: hidden;
    }

    .pilar-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .pilar-container figure img:hover {
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);

    }

    .pilar-container figure {
        width: 100%;
        margin: 0;
    }

    .pilar-container figure img {
        width: 466px;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        display: block;
    }



    .pilar-details {
        position: absolute;
        width: 100%;
    }

    .pilar-title {
        color: var(--tah-white);
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        font-size: 33px;
        line-height: 130%;
        padding: 0 10px;
        pointer-events: auto;
    }

    #swipebox-overlay {
        background: rgba(0, 0, 0, 0.8);
    }

    .gallery-title {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 800;
        position: relative;
        padding-bottom: 20px;
        text-align: center;
    }

    .gallery-title:after {
        content: '';
        position: absolute;
        width: 6.25rem;
        height: 0.1875rem;
        background-color: #00bbe8;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        -webkit-animation-name: fade-up;
        animation-name: fade-up;
    }

    .gallery-content {
        margin-bottom: 5rem;
    }


    .esg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: hidden;
    }

    .esg .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 3.125rem 0;
    }

    .esg .title {
        font-size: 70px;
        text-transform: initial;
        font-weight: 800;
        position: relative;
        padding-bottom: 20px;
        text-align: left;
        max-width: 80%;
        line-height: 120%;
        margin: 0;
    }

    .esg .title:after {
        content: '';
        position: absolute;
        width: 6.25rem;
        height: 5%;
        background: var(--tah-primary-bar);
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0%, 50%);
        -ms-transform: translate(0%, 50%);
        transform: translate(0%, 50%);
    }

    .esg .left,
    .esg .right {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }

    .esg .left p,
    .esg .right p {
        color: var(--tah-lightgray);
    }

    .contahto.bg {
        background: var(--tah-bg-body);
    }

    .contahto .title,
    .location .title {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 800;
        position: relative;
        padding-bottom: 20px;
        text-align: center;
        padding: 25px 20px 20px;
    }

    .contahto .title:after,
    .location .title:after {
        content: '';
        position: absolute;
        width: 6.25rem;
        height: 5%;
        background-color: #00bbe8;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .contahto .location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 5rem;
    }

    .contahto .location-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 43.75rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    .contahto #responsive-form {
        margin: 0 auto;
        max-width: 960px;
    }

    .contahto .form-row {
        width: 100%;
    }

    .contahto .column-half,
    .contahto .column-full {
        float: left;
        position: relative;
        padding: 0.65rem;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .contahto .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }


    /**---------------- Media query ----------------**/
    @media only screen and (min-width: 48em) {
        .contahto .column-half {
            width: 50%;
        }
    }

    .contahto .wpcf7 input[type="text"],
    .contahto .wpcf7 input[type="email"],
    .contahto .wpcf7 input[type="tel"],
    .contahto .wpcf7 select {
        min-height: 3.125rem;
    }

    .contahto .wpcf7 input[type="text"],
    .contahto .wpcf7 input[type="email"],
    .contahto .wpcf7 input[type="tel"],
    .contahto .wpcf7 select,
    .contahto .wpcf7 textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid var(--tah-brd-form);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contahto .wpcf7 input[type="text"]:focus {
        background: var(--tah-white);
    }

    .contahto .wpcf7-submit {
        float: right;
        border: none !important;
        background: rgba(71, 5, 74, 1);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(71, 5, 74, 1)), color-stop(100%, rgba(102, 0, 161, 1)));
        background: -o-linear-gradient(45deg, rgba(71, 5, 74, 1) 0%, rgba(102, 0, 161, 1) 100%);
        background: linear-gradient(45deg, rgba(71, 5, 74, 1) 0%, rgba(102, 0, 161, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47054a', endColorstr='#6600a1', GradientType=1);
        color: var(--tah-white);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;

        text-transform: uppercase;
        border: none;
        padding: 8px 20px;
        cursor: pointer;
        width: 100%;
        min-height: 3.125rem;
    }

    .contahto .wpcf7-submit:hover {
        background: rgba(82, 0, 87, 1);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(82, 0, 87, 1)), color-stop(100%, rgba(116, 0, 184, 1)));
        background: -o-linear-gradient(45deg, rgba(82, 0, 87, 1) 0%, rgba(116, 0, 184, 1) 100%);
        background: linear-gradient(45deg, rgba(82, 0, 87, 1) 0%, rgba(116, 0, 184, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#520057', endColorstr='#7400b8', GradientTyp)
    }

    .contahto .wpcf7-not-valid-tip {
        text-shadow: none;
        font-size: 12px;
        color: var(--tah-white);
        background: #ff0000;
        padding: 5px;
    }

    .contahto .wpcf7-validation-errors {
        text-shadow: none;
        border: transparent;
        background: #f9cd00;
        padding: 5px;
        color: #9C6533;
        text-align: center;
        margin: 0;
        font-size: 12px;
    }

    .contahto .wpcf7-mail-sent-ok {
        text-align: center;
        text-shadow: none;
        padding: 5px;
        font-size: 12px;
        background: #59a80f;
        border-color: #59a80f;
        color: var(--tah-white);
        margin: 0;
    }

    .contahto .wpcf7-response-output {
        text-align: center;
        visibility: visible;
    }

    .contahto .wpcf7-spinner {
        position: absolute;
        left: 50%;
        bottom: -1.25rem;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }



    /* LGPD */
    #cookie-law-info-bar {
        background-color: rgba(0, 0, 0, 0.8) !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cli-bar-container {
        max-width: 1400px;
        width: 100%;
    }

    .cli-tab-footer .wt-cli-privacy-accept-btn,
    .cli-switch input:checked+.cli-slider {
        background-color: rgb(46 15 122);
    }

    .blog .news-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog .news-container .left .thumbnail {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog .news-container .left .meta-info>h3 {
        display: none;
    }


    .blog .news-container .right {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-y: initial;
        height: auto;
        /* flex-direction: column; */
    }

    .blog .news-container .all-featured {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .single .single-entry {
        margin: 0 auto;
        padding: 1.875rem 0;
        max-width: 68.75rem;
    }

    .single .single-entry .thumbnail-bg {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 350px;
    }




    @-webkit-keyframes sahraFadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes sahraFadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes pulse-sahra {
        0% {
            -webkit-transform: scale(0.33);
            transform: scale(0.33);
        }

        80%,
        100% {
            opacity: 0;
        }
    }

    @keyframes pulse-sahra {
        0% {
            -webkit-transform: scale(0.33);
            transform: scale(0.33);
        }

        80%,
        100% {
            opacity: 0;
        }
    }

    @media (max-width: 1434px) {
        .pilar {
            height: initial;
            overflow: initial;
        }

        .pilar .item {
            width: 100%;
        }

        .pilar .container {
            padding: 0;
        }

        .pilar-container figure img {
            width: 100%;
            display: block;
        }

        .pilar li:nth-child(2),
        .pilar li:nth-child(3) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }
    }

    @media (max-width: 1360px) {

        .menu-area.container,
        .footer-container.container,
        .custom-header-content.container {
            max-width: 1199px;
        }
    }

    @media (max-width: 1290px) {
        .speech-sahra {
            max-width: 290px;
        }
    }

    @media (max-width: 1024px) {

        .pilar-title,
        .lead .contahto .title {
            font-size: 1.25rem;
        }

        .esg .content {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .esg .title {
            text-align: center;
            max-width: 100%;
            font-size: 1.875rem;
        }

        .esg .title::after {
            left: 50%;
            -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
        }

        .contahto .title br {
            display: none;
        }

        .esg .left,
        .esg .right {
            -webkit-box-flex: initial;
            -ms-flex: initial;
            flex: initial;
        }

        .custom-header-title {
            font-size: 3.375rem;
            padding: 0 25px;
        }

        .blog .news-container .all-featured {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .blog .news-container .right {
            display: block;

        }

    }
        .aparece_mob{
        display: none;
        }
        .desaparece_mob{
        display: block;
        }

.d-none{
display: none;
}

.img-solu-d{
    width: 100%;
}

.img-solu-m{
    width: 100%;
}
.popup-tamanho{
    max-height: 768px;
}

    @media (max-width: 917px) {
        .pum-theme-23876 .pum-container, .pum-theme-lightbox .pum-container {
    margin-left: 10px !important;
            margin-right: 10px !important;
            width: 90%;
                    border: none !important;
                padding: 8px 8px 4px !important;
}
        
        .aparece_mob{
        display: block;
        }
        .desaparece_mob{
        display: none;
        }

        .speech-sahra {
            max-width: 100%;
            top: 0;
            left: 0;
            top: 30px;
        }

        .speech-sahra:after {
            top: 105%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid var(--tah-white);
        }


        .blog .news-container .all-featured {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .contahto #responsive-form {
            max-width: 100%;
        }

        .contahto .wpcf7 textarea {
            height: 100px;
        }


    }

    @media(max-width: 767px) {

        .custom-header-container {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .menu-area .brand img {
            max-width: 130px;
        }

    }

    @media (max-width : 565px) {
        sub, sup {
    font-size: 60%;
}
        .pilar li:nth-child(2),
        .pilar li:nth-child(3) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .custom-header-title {
            font-size: 2.125rem;
            padding: 0 25px;
        }
    }

    @media (max-width: 425px) {

        .news-container .all-featured .thumbnail {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .news-container .featured .thumbnail-bg {
            max-height: 210px;
        }

        .news-container .all-featured .thumbnail-bg {
            max-width: 100%;
            min-height: 160px;
        }

        .news-container .all-featured a {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }