:root {
    --is-green: #96C11F;
    --balloon-color: #86B518;
    /* :root { */
    /* } */

}



.card-container {
    /* position: absolute; */
    width: 100%;
    /* top: 360px; */
    /* z-index: 999; */
    margin:50px 0;
}

.card-container .card-container-body ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style: none;
    padding: 0px;

}

.card-container .card-container-body ul li {
    text-align: center;
    height: 160px;
    width: 33%;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #00000061;
    padding: 15px;
    margin: 0px 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.card-container .card-container-body ul li img {
    width: 80px;
    margin: 10px 0px;
}

.card-container .card-container-body ul li a,
.card-container .card-container-body ul li p {
    font-size: 12px;
    font-weight: bold;
    color: #6b6b6b
}



/* 

    Customizações

*/

#product-category .option-filter {
    text-align: right;
}

#product-category .option-filter a {
    font-size: small;
}

.breadcrumb-box {
    text-align: right;
    margin-top: -20px;
}


.title-box h3 {
    display: none;
}


.contact-container .row {
    margin-top: 10rem;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.contact-container .row .col {
    width: 100%;
}


/* fonts */


.meissen-title {
    color: #585E61;
    font-family: "Source Sans 3", Sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.meissen-title.green {
    color: #96C11F;
    font-family: "Source Sans 3", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: lowercase;

}

.meissen-subtitle.green {
    color: #96C11F;
}

h3.meissen-subtitle {

    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    overflow-wrap: break-word;
    border: none;
    font-size: 24px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    text-align: inherit;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -0.0415625em;
    color: rgb(236, 97, 43);
    font-family: Caveat, sans-serif;

}


p.meissen-text {
    color: #585E61;
    font-family: "Source Sans 3", Sans-serif;
}

.image-box {
    padding: 20px 0px;

}






/* Timeline */

#timeline-content-box {
    width: 500px;
    height: 400px;
    /* overflow: scroll; */
    box-shadow: 0px 1px 10px 0px rgba(35, 31, 32, 0.25);
    padding: 40px 0;

}

#timeline-content-box .content-box {
    /* padding: 40px 0; */
    overflow-y: scroll;
    height: 100%;

}


.timeline {
    border-left: 4px solid #96C11F;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* background: rgba(255, 255, 255, 0.03); */
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Chivo', sans-serif;
    margin: 0px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 60%;
}

.timeline h1 {
    font-family: 'Saira', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-family: 'Saira', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1.4em;
}

.event b {
    color: #6b6b6b;
    font-size: 14px;
}

.event p {
    color: #6b6b6b;
    font-size: 10px;

}

.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -200px;
    color: #96C11F;
    content: attr(data-date);
    text-align: right;
    font-weight: 900;
    font-size: 0.9em;
    min-width: 120px;

}

.timeline .event:after {
    box-shadow: 0 0 0 4px #96C11F;
    left: -58px;
    background: #ffffff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

/* Image box */

.image-box {
    width: 100%;
    position: relative;
}

.image-box img {
    width: 100%;

}


.detalhe-box {
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 0px 5px 1px #2b25256e;
    width: 22px;
    display: flex;
    justify-content: center;
    padding: 1px;
    cursor: pointer;
    height: 22px;

    position: absolute;

}

.detalhe-box .detalhe-icon {

    background-color: #86B518;
    color: white;
    border-radius: 29px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.detalhe-box.d-1 {
    left: 4%;
    top: 13%;
}

.detalhe-box.d-2 {
    left: 78%;
    top: 21%;
}

.detalhe-box.d-3 {
    top: 25%;
    left: 4%;

}


.popover {
    background-color: var(--balloon-color);
    color: white;
    text-align: center;

}

.popover .popover-title {
    background-color: var(--balloon-color);
    color: white;
    font-weight: 600;
    border-bottom: none;
    text-align: center;

}

.popover.left .arrow::after {
    border-right-color: var(--balloon-color) !important
}

.popover.top .arrow:after {
    border-top-color: var(--balloon-color) !important
}

.popover.righj .arrow:after {
    border-top-color: var(--balloon-color) !important
}

.popover.top .arrow:after {
    border-top-color: var(--balloon-color) !important
}


/* Acordion  */

.accordion .card .card-header h2 {
    border-bottom: solid 1px #96C11F;

}

.accordion .card .card-header h2 button {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #808891;

}

.accordion .card .collapse .card-body,
.accordion .card .collapsing .card-body {
    padding: 10px 20px;
    font-size: 14px;
    color: #808891;
    font-family: "Source Sans Pro", Sans-serif;
}

.accordion .card .card-header {
    background-color: #86B518;
    color: white
}

.accordion .card .card-header h2 button {
    color: white
}

.accordion .card .card-header.collapsed {
    /* background-color: white; */
    /* color: #808891; */
}



/* onde encontrar */

.card-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.card-list .card {
    padding: 15px;
    box-shadow: 0px 0px 6px 1px #7575753d;
    width: 560px;
    margin: 5px;

}

.card-list .card .card-header h3 {
    color: #808891;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;

}

.card-list .card .card-header h4 {
    color: #808891;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    
}

.card-list .card .card-body p{
    color: #808891;
    font-size: 12px;
    
    
}
.card-list .card .card-body a{
    color: #ec612b;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #timeline-content-box {
        width: 100%;

    }

    .card-container .card-container-body ul {
        flex-flow: row wrap;
    
    }

    .card-container .card-container-body ul li{
        width: 100%;
    }

    .elementor-element.elementor-element-621d983.address-contact.elementor-widget.elementor-widget-text-editor,
    .elementor-heading-title.elementor-size-default{
        
        text-align: center;

    
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    #timeline-content-box {
        width: 100%;

    }

    /* .card-container .card-container-body ul {
        flex-flow: row wrap;
    
    } */

    .card-container .card-container-body ul li{
        width: 100%;
    }

    .elementor-element.elementor-element-621d983.address-contact.elementor-widget.elementor-widget-text-editor,
    .elementor-heading-title.elementor-size-default{
        
        text-align: center;

    
    }

}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {...} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */