@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
    color:#008349;
    font-weight: 900;
}
.newsletter{
    background-color: #C9C1C1;
}
.bg-green-nat{
    background-color:#008349;
}
.text-green-nat{
    color:#008349;
}
.fone{
    padding-top: 40px;
    position: absolute;
    right: 0;
    height: 144px;
}
.menu a:hover, .menu .active{
    color: yellow;
}
#slide-hero{
    border-bottom: 3px solid #008349;
}
.splide img{
    width: 100%;
    height: auto;
}
.redes-nav span a{
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 5px;
}

.categories-home{
    overflow-x: scroll;
    font-size: 14px;
}
.categories-box{
    width: 210px;
}
.box-about{
    height: 590px;
}
.title-ab{
    color: #67686B;
    padding: 10px 0;
}
.texto-ab{
    padding: 20px 20px 20px;
    font-size: 13px;
    line-height: 15px;
    height: 280px;
}
.texto-ab strong{
    color: #67686B;
}
.data-ab{
    text-align: center;
    color: #67686B;
    font-weight: bold;
    font-size: 60px;
}
.data-top{
    border-bottom: 20px solid #1A6916;
}
.data-bottom{
    border-top: 20px solid #BBB1B1;
}
.agulha{
    width:12px;
}
.agulha img{
    width: 100%;
    height: 65%;
}
.agulha-top{
    position: relative;
    top: 190px;
}
. agulha-bottom{
    position: relative;
}
.box-about-1, .box-about-2{
    width:48%;
}
.box-about-1{
    margin-top: 190px;
}
.mobile-about {
    padding-top: 90px;
    padding-bottom: 90px;
}
.mobile-about .texto-ab {
    padding: 20px 16px 20px;
    font-size: 14px;
    line-height: 18px;
    height: 350px;
}
.mobile-about .box-about-1 {
    margin-top: 0px;
}
.mobile-about .box-about {
    height: 500px;
}
.mobile-about .agulha-top {
    position: relative;
    top: 0px;
}
.mobile-about .agulha-bottom {
    position: relative;
    top: 135px;
}
.alert-success{
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background-color: green;
    color: #fff;
    border-radius: 5px;
}
.dropdown a:hover {
    background-color:#008349;
    color: #fff;
}
.sidebar{
    width: 16rem;
}
.product{
    width: 25%;
}
.box-product{
    border: 2px solid #eee;
}
.title-product{
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
}
.img-product{
    height: 200px;
    overflow: hidden;
}
.box-categorias ul li{
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
    color: #777;
}
.box-title{
    font-size: 12px;
    color: #777;
}
#slide-hero .splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 3.5em !important;
    left: 86% !important;
    transform: translateX(-50%);
    padding: 0;
    width: 100px;
}
#slide-hero .splide__pagination__page {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: 1;
    border: 2px solid #1A6916;
}
#slide-hero .splide__pagination__page.is-active {
    transform: none;
    background: #fff;

}
#slide-labs .splide__slide{

}
#slide-labs .splide__slide img{
    height: auto;
    width: 100%;
}
#slide-labs .splide__arrow--prev {
    left: 0;
}
#slide-labs .splide__arrow--next {
    right: 0;
}
#slide-labs .splide__arrow{
    opacity: .4;
    background: #fff;
}
#slide-labs .splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #3c3c3c;
}
.box-labs{
    display: flex;
    height: 150px;
    align-items: center;
    background-color: #eee;
    padding:10px;
    border-radius: 5px;
    justify-content: center;
}
.box-select-city{
    background-color:#008349;
    padding: 50px;
}
.title-select-city{
    font-size: 24px;
    color: #fff;
}
.box-info-agent{
    font-size: 14px;
    color: #fff;
    border-radius: 0 0 0 30px;
    overflow: hidden;
}
.box-agents h3{
    background-color:#008349;
    color: #fff;
    padding: 1rem;
    border-radius: 0 30px 0 0;
}
.box-info-agent span{
    padding-left: 4px;
}
.agent-image{
    overflow: hidden;
    height: 300px;
}
.agent-image img{
    width: 100%;
}
.box-who{
    background-color: #008349;
}
#modal-boas-vindas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    transition: 3s;
}
.privacy h1, .privacy h3{
    margin-bottom: 30px;
}
.privacy p{
    margin-bottom: 30px;
}

@media (max-width: 500px){
    .agent-image{
        height: 390px;
    }
}
@media (max-width: 768px){
    .categories-box{
        width: 157px;
    }
}
