:root
{
    --color-master: #c8b295;
    --color-master2: #2d2d2d;
    --color-master3: #dbdbdb;
    --color-master4: #6e614a;
    --color-title: #333333;
    --color-text: #6C6D72;
}		
body
{
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    color: var(--color-text);
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    width: 100%;
}

a
{
    color: var(--color-title);
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s ease-in !important;
}
a:hover
{
    color: var(--color-master);
    text-decoration: none;
}
a:focus
{
    color: var(--color-master2);
}

button, input, select
{
    outline:none !important;
}
.track-menu
{
    background:var(--color-master2);
    height: 116px;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}
.track-display
{
    background: var(--color-master2);
    /* height: 88vh; */
    display: flex;
    align-items: center;
    padding-top: 135px;
}
.track-normal
{
}
.track-fit
{
    /* width: 100%; */
    max-width: 1100px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.track-fit.expanded
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-menu a 
{
    color: #877864;
    margin-left: 24px;
}
.content-menu a:hover
{
    color: var(--color-master)
}
.track-fit.display
{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.display-text
{
    color: var(--color-master);
    width: 49%;
    font-size: 60px;
    font-weight: 600;
    line-height: 63px;
}
.subdisplay-text
{
    color: var(--color-master);
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    line-height: 47px;
    max-width: 300px;
}
.display-image
{
    color: green;
    text-align: center;
    width: 50%;
    z-index: 9;
}
.button
{
    background: var(--color-master3);
    border-radius: 30px;
    height: 35px;
    font-size: 15px;
    display: flex;
    width: fit-content;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--color-title) !important;
}
.button.horizontal-margin
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.button i 
{
    margin-right: 8px;
}
.button.big 
{
    height: 46px;
    font-size: 18px;
}
.button:hover
{
    background: var(--color-master);
}
.content-logo img 
{
    width: 330px;
}
.button.reverse
{
    background: transparent;
    border: 2px solid var(--color-master4);
    color: var(--color-master4) !important;
}
.button.reverse:hover
{
    opacity: 0.7
}
.title-track
{
    color: var(--color-title);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    line-height: 37px;
    max-width: 600px;
}
.subtitle-track
{
    text-align: center;
    font-size: 20px;
    max-width: 500px;
    margin: auto;
}
.track-fit.expanded-0
{
    padding-top: 20px;
    padding-bottom: 40px;
}
.track-fit.expanded-1
{
    padding-top: 80px;
    padding-bottom: 80px;
}
.track-fit.expanded-2
{
    padding-top: 200px;
}
.track-fit.expanded-3
{
    padding-top: 100px;
    padding-bottom: 141px;
}
.track-normal.color1
{
    background: var(--color-master);
}
.track-normal.color2
{
    background: var(--color-master2);
}
.carousel-tmp
{
    background: var(--color-master3);
    width: 100%;
    height: 320px;
    max-width: 320px;
    margin: auto;
    margin-top: -239px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}
.background1
{
    background: url('../../images/display1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.background2
{
    background: url('../../images/display2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.background3
{
    background: url('../../images/background_footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subdisplay-label
{
    color: var(--color-master3);
    font-size: 13px;
}
.self-display
{
    display: flex;
    width: 100%;
    margin-top: 0px;
    align-items: center;
}
.self-display-photo
{
    width: 30%;
    /* background: red; */
}
.self-display-text
{
    width: 70%;
    /* background: gray; */
    text-align: right;
    margin-left: auto;
    margin-left: 52px;
    font-size: 17px;
    text-align: justify;
}
.self-display-photo img
{
    width: 100%;
}
.self-display-text a 
{
    margin-left: auto;
}
.response-text
{
    color: var(--color-master2);
    font-size: 30px;
    font-weight: 600;
    margin: auto;
    line-height: 37px;
    text-align: center;
    max-width: 700px;
    margin-top: 60px;
    margin-bottom: 26px;
    position: relative;
}
.response-text img
{
    width: 54px;
}
.response-text .quot1
{
    position: absolute;
    top: -8px;
    z-index: -9;
}
.response-text .quot-final
{
    width: fit-content;
    margin-left: -50px;
    z-index: -9;
    position: absolute;
}
.quot-final img 
{
    transform: rotate(180deg);
}
.indicators-content
{
    display: flex;
}
.indicators-box
{
    width: 35%;
    margin: 10px;
    display: flex;
    align-items: center;
}
.indicators-icon
{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--color-master);
    margin-right: 17px;
    flex-shrink: 0;
    color: var(--color-master);
    font-size: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indicators-text
{
    font-size: 36px;
    font-weight: 600;
    color: var(--color-master3);
    line-height: 35px;
}
.indicators-subtext
{
    color: var(--color-master);
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 11px;
}
.track-icon
{
    color: var(--color-master);
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 12px;
    font-size: 50px;
}
.track-icon.black
{
    color: var(--color-master2);
}
.right-diplay
{
    color: var(--color-master2);
    font-size: 33px;
    font-weight: 600;
    width: 50%;
    line-height: 45px;
    margin-left: auto;
    text-align: right;
    padding-top: 80px;
    padding-bottom: 80px;
}
.right-diplay a 
{
    margin-left: auto;
}
.blog-star-content
{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin-top: 40px;
    margin-top: -190px;
}
.blog-star-box
{
    margin: 14px;
    width: 30%;
    text-align: center;
}
.blog-star-box:hover
{
    color: var(--color-master)
}
.blog-star-image
{
    background: url('../../images/blogteste.png');
    height: 150px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.blog-star-image.expanded
{
    height: 200px;
}
.blog-star-text
{
    color: var(--color-master3)
}
.footer-content
{
    display: flex;
    flex-shrink: 0;
}
.footer-logo
{
    flex-shrink: 0;
    width: 40%;
}
.footer-links
{
    width: 20%;
    font-size: 16px !important;
}
.footer-links a 
{
    display: block;
}
.footer-links h2
{
    font-size: 18px;
    font-weight: 600;
    color: var(--color-title);
}
.footer-logo img
{
    width: 300px;
    margin-bottom: 30px;
}
.footer-text a
{
    text-decoration: underline;
}
.footer-text
{
    display: grid;
    font-size: 16px;
    line-height: 22px;
}
.footer-content a:hover
{
    color: inherit;
}
.footer-copy
{
    font-size: 15px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: -11px;
}
.blog-content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    margin-top: 35px;
}
.blog-image
{
    height: 180px;
    margin-bottom: 8px;
    border-radius: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.blog-box
{
    max-width: 300px;
    text-align: left;
    margin: 15px;
    flex-shrink: 0;
    width: 100%;
}
.service-box
{
    max-width: 150px;
    text-align: left;
    margin: 15px;
    flex-shrink: 0;
    width: 100%;
}
.blog-box:hover
{
    opacity: 0.8
}
.blog-link
{
    color: var(--color-title);
    text-align: center;
}
.blog-header
{
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.blog-info
{
    margin-top: 20px;
}
.blog-title {
    color: var(--color-title);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    line-height: 37px;
}
.blog-subtitle
{
    text-align: center;
    font-size: 20px;
    margin: auto;
}
.post-display-file img
{
    border-radius: 10px;
}
#contentmdview
{
    max-width: 800px;
    margin-bottom: 60px;
    text-align: justify;
}
.breadcrumbs-content
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumbs-content a 
{
    margin: 10px;
    /* text-transform: uppercase; */
    /* font-size: 18px; */
    text-decoration: underline;
}
.breadcrumbs-content a.disable
{
    color: var(--color-text);
    text-decoration: none;
}
.content-menu .checked
{
    color: var(--color-master);
}
.data-empty
{
    text-align: center;
}
.blog-icon.expanded
{
    margin-top: 25px;
    margin-bottom: 25px;
    height: 400px;
    font-size: 140px;
}
.footer-poly
{
    clip-path: polygon(70% 0%, 100% 10%, 100% 100%, 0 100%, 0% 15%);
    margin-top: -185px;
}
.footer-poly .track-fit
{
    padding-top: 120px;
    padding-bottom: 28px;
}
.track-sized 
{
    padding-bottom: 150px;
}
.track-page
{
    margin-bottom: 250px;
    padding-top: 101px;
}
.carousel-content
{
    display: flex;
    position: relative;
    margin-top: -290px;
    margin-bottom: 56px;
}
.carousel-box
{
    background: var(--color-master3);
    /* width: 100%; */
    /* max-width: 250px; */
    border-radius: 10px;
    padding: 40px;
    text-align: left;
    position: relative;
    margin: 10px;
    height: 77%;
}
.carousel-title
{
    font-weight: 600;
    color: var(--color-title);
    font-size: 24px;
    margin-bottom: 18px;
}
.carousel-text
{
    color: var(--color-text);
}
.carousel-icon
{
    background: var(--color-master);
    width: 90px;
    height: 90px;
    border-radius: 0px 10px 0px 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    position: absolute;
    right: 0;
    color: var(--color-title);
    top: 0;
}
.carousel-icon i 
{
    margin-left: 25px;
}
.track-poly
{
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0 100%, 0% 40%);
    margin-top: -270px;
    padding-top: 270px;
    padding-bottom: 260px;
}
.checked
{
    background: transparent;
}
.display-image img
{
    width: 100%;
}
.track-menu-fit
{
    height: 75px;
}
.track-menu-fit .content-logo
{
    width: 42px;
    overflow: hidden;
}
.track-menu-fit .content-logo img 
{
    width: 220px;
}
.service-icon-content
{
    border-bottom: 4px solid var(--color-master);
    position: relative;
    margin-top: 35px;
    margin-bottom: 90px;
}
.service-icon-content i
{
    background: var(--color-master);
    width: 100px;
    height: 100px;
    color: var(--color-master2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 54px;
    border-radius: 100px;
    /* position: absolute; */
    margin: auto;
    align-content: center;
    margin-bottom: -55px;
}
.blog-icon
{
    background: var(--color-master);
    border-radius: 100px;
    width: 100px;
    height: 100;
    color: var(--color-master2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 43px;
    display: flex;
    margin-bottom: 8px;
}
::-webkit-scrollbar 
{
    width: 8px;
}
::-webkit-scrollbar-thumb 
{
    border-radius: 90px;
    background: #ccc; 
}
#hand-change2
{
    display: none;
}
.contact-content
{
    text-align: center;
}
.contact-content a 
{
    margin: auto;
    margin-bottom: 50px;
}
.terms-content
{
    background: #2d2d2d;
    font-size: 15px;
}
.chatapp-chat
{
    width: 80px;
    height: 80px;
}
.chatapp-chat i {
    font-size: 44px;
}
.section-map iframe
{
    width: 100%;
    border: none;
    height: 427px;
    margin-bottom: -135px;
}
.menu-toggle
{
    font-size: 37px;
    color: var(--color-master);
    display: none;
}
.track-menu .track-fit 
{
    width: 100%;
}
.content-menu.mobile.show 
{
    display: flex;
}
.footer-copy a
{
    color: var(--color-title);
    display: block;
    text-decoration: underline;
}
.carousel-services
{
    display: flex;
}
@media screen and (max-width: 1000px) 
{
    .content-menu
    {
        display: none;
    }
    .content-menu.mobile
    {
        display: none;
        background: var(--color-master2);
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        justify-content: center;
        align-items: center;
        width: 100%;
        z-index: 98;
    }
    .content-menu.mobile a 
    {
        font-size: 36px;
        margin-bottom: 24px;
    }
    .content-menu.mobile div 
    {
        display: grid;
        text-align: center;
    }
    .menu-toggle
    {
        display: block;
    }
    .content-logo
    {
        /* width: 63px; */
        /* overflow: hidden; */
        /* display: block; */
    }
    .track-menu
    {
        height: 110px;
    }
    .content-logo img
    {
        width: 240px;
    }
    .track-fit.display
    {
        display: grid;
    }
    .track-fit.display a 
    {
        margin: auto;
    }
    .display-text
    {
        width: 100%;
        font-size: 40px;
        line-height: 43px;
        text-align: center;
    }
    .display-image
    {
        width: auto;
        margin-top: 20px;
    }
    .track-poly
    {
        margin-top: -283px;
    }
    .self-display
    {
        display: flex;
        /* flex-direction: column-reverse; */
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .self-display-text
    {
        width: 100%;
        margin-left: 0;
    }
    .indicators-content
    {
        display: grid;
    }
    .indicators-box
    {
        width: 100%;
        margin-bottom: 41px;
    }
    .right-diplay
    {
        margin: auto;
        text-align: center;
        width: 100%
    }
    .right-diplay a 
    {
        margin: auto;
    }
    .blog-star-content
    {
        display: grid;
    }
    .blog-star-box
    {
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }
    .footer-content
    {
        display: grid;
        text-align: center;
    }
    .footer-logo, .footer-links
    {
        width: 100%;
    }
    .self-display-photo
    {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .self-display-photo img
    {
        width: 70%;
    }
    .self-display-text a 
    {
        margin: auto;
        margin-top: 30px !important;
    }
    .footer-poly
    {
        clip-path: polygon(60% 0%, 100% 3%, 100% 100%, 0 100%, 0% 5%);
        margin-top: -50px;
    }
    .track-sized
    {
        padding-bottom: 10px;
    }
    .track-fit
    {
        padding-left: 25px;
        padding-right: 25px;
    }
    .footer-poly .track-fit
    {
        padding-top: 70px;
    }
    .track-menu-fit
    {
        height: 75px;
    }
    .track-page
    {
        margin-bottom: 100px;
        padding-top: 120px;
    }
}