html,
body {
    width: 100%;
    height: 100%;
    font-family: Montserrat, sans-serif;
    background: #f5f5f5;
}

.servico-item {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 50px -40px rgba(0, 0, 0, .75);
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.servico-item.right {
    float: right;
}

.servico-item h6 {
    font-weight: bold;
    color: #185b2c;
}

.servico-item p {
    font-size: 14px;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.whatsapp-plug-icon2 {
    position: relative !important;
    left: 10px;
    display: none;top: 0;
}

.whatsapp-plug-icon2.active {
    display: block;
    transition: .5s;
}

.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/whatsapp.svg');
    background-size: 50% auto;
    display: none;
}

.whatsapp-plug-icon.active {
    display: block;
    transition: .5s;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
    animation-delay: 0s;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon {
    cursor: pointer;
}

.bg-sps {
    background: #02b546;
}

.bg-sps-escuro {
    background: #185b2c;
    color: #fff;
    transition: .4s;
}

.bg-sps-escuro:hover {
    background: #185b2c;
    color: #e0c364;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.navbar-top {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #185b2c;
    border-radius: 0 0 20px 20px;
}

.navbar-top .nav-item {
    margin-left: 25px;
    font-size: 15px;
}

.navbar-top .nav-item .nav-link {
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
}

.navbar-top .nav-item .nav-link:hover {
    color: #e0c364;
}

.navbar-top img {
    width: 170px;
}

.navbar .megamenu {
    padding: 1rem;
}

.navbar .megamenu svg {
    width: 60px;
    display: block;
    margin: 0 auto 20px auto;
}

.navbar .megamenu h3 {
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    height: 33px;
}

.navbar .megamenu h3 a {
    color: #282828;
}

.navbar .megamenu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.navbar .megamenu ul li {
    list-style: none;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}

.navbar .megamenu ul li a {
    color: #282828;
    text-decoration: none;
}

.banner-home {
    height: 100%;
}

.btn-links-externo:hover {
    background: #eee !important;
    color: #185b2c !important;
}

.btn-links-externo:hover svg {
    fill: #185b2c !important;
}

.banner-home .carousel-inner,
.banner-home .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}

.banner-home .carousel-inner .carousel-item .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.home-services {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-services h3 {
    color: #e0c364;
    font-size: 43px;
    margin: 0 0 .7dvw;
    text-align: center;
    text-transform: uppercase;
}

.home-services p {
    color: #575757;
    font-size: 17px;
    letter-spacing: .09dvw;
    line-height: 1.6;
    text-align: center;
}

.home-services .carousel {
    background: #185b2c;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
    border-radius: 30px;
}

.home-services .carousel img {
    height: 290px;
    object-fit: cover;
}

.home-services .carousel h4 {
    margin: 20px 0;
    font-size: 34px;
    font-weight: 600;
    color: #e0c364;
    height: 60px;
}

.home-services .carousel p {
    text-align: justify;
    font-size: 14px;
    color: #fff;
    padding: 0;
}

.home-our-differences .item {
    padding: 20px;
    box-shadow: -13px 14px 24px -28px rgba(0, 0, 0, .75);
    border: .18dvw solid #e6e6e6;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    min-height: 240px;
    margin-bottom: 20px;
}

.home-our-differences .item h4 {
    color: #e0c364;
    font-size: 21px;
    letter-spacing: .08dvw;
    font-weight: 600;
}

.home-our-differences .item p {
    font-size: 15px;
    text-align: justify;
}

.home-our-solutions {
    margin-top: 70px;
}

.home-our-solutions h3 {
    color: #e0c364;
    font-family: Quicksand, sans-serif;
    font-size: 43px;
    margin: 0 0 .7dvw;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.home-our-solutions p {
    color: #575757;
    font-size: 17px;
    letter-spacing: .09dvw;
    line-height: 1.6;
    padding: 0 10%;
    text-align: center;
}

.home-our-solutions .item {
    align-items: flex-start;
    background-color: #fff;
    border: .2vw solid #f5f5f5;
    border-radius: 1.2vw;
    box-shadow: 0 10px 10px -4px #bababa;
    display: block;
    padding: 25px;
    margin-bottom: 20px;
    text-decoration: none;
}

.home-our-solutions .item:hover {
    background-color: #00a550;
    border-color: #00a550;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.home-our-solutions .item:hover h4,
.home-our-solutions .item:hover p {
    color: #fff;
}

.home-our-solutions .item:hover svg {
    fill: #fff !important;
}

.home-our-solutions .item svg {
    width: 80px;
}

.home-our-solutions .item h4 {
    font-size: 14px;
    color: #333;
    margin: 15px 0;
    font-weight: 600;
    height: 50px;
}

.home-our-solutions .item p {
    font-size: 14px;
    padding: 0;
    text-align: left;
    height: 100px;
}

.unidades-home {
    margin-top: 80px;
    margin-bottom: 100px;
}

.unidades-home h3 {
    color: #e0c364;
    font-family: Quicksand, sans-serif;
    font-size: 43px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 60px;
}

.unidades-home ul {
    width: 100%;
    padding: 0;
}

.unidades-home ul li {
    float: left;
    width: 20%;
    padding: 10px;
    margin-bottom: 25px;
}

.unidades-home ul li a {
    color: #333;
    text-align: center;
}

.unidades-home ul li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.unidades-home ul li p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 9px 0;
}

.unidades-home ul li div {
    font-size: 12px;
    display: block;
    height: 57px;
}

/*.home-units .nav-item {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.home-units .nav-item .nav-link {*/
/*    display: block;*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    font-size: 17px;*/
/*    padding: 10px 15px;*/
/*    border: 2px solid transparent;*/
/*    margin-bottom: 10px;*/
/*    border-radius: 25px;*/
/*    font-weight: 600;*/
/*    background: #185b2c;*/
/*    color: #fff;*/
/*}*/

/*.home-units .nav-item .nav-link.active,*/
/*.home-units .nav-item .nav-link:hover {*/
/*    background-color: #185b2c;*/
/*    color: #e0c364;*/
/*}*/

/*.home-units .item {*/
/*    display: inline-block;*/
/*    padding: 15px 10px;*/
/*    background: #fff;*/
/*    width: 240px;*/
/*    text-align: center;*/
/*    color: #222;*/
/*    border-radius: 15px;*/
/*    text-decoration: none;*/
/*    box-shadow: 2px 2px 4px #bababa;*/
/*}*/

.main-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #2b333e;
    color: #fff;
}

.main-footer .logo {
    display: block;
    margin: 20px 0;
    max-width: 300px;
}

.main-footer p {
    margin-bottom: 0;
}

.main-footer ul li a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
}

.main-footer .redes-sociais {
    float: left;
    padding: 0;
}

.main-footer .redes-sociais li {
    float: left;
    margin: 10px;
    display: inline-block;
}

.main-footer .redes-sociais li a svg {
    width: 25px;
    fill: #fff;
}

.page-unity-banner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.page-unity-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 0, 0, .3);
}

.page-unity-banner .overlay .address {
    background: rgba(0, 0, 0, .7);
    margin-top: 35%;
    color: #fff;
    border-radius: 20px;
    padding: 25px;
}

.page-unity-banner .overlay .address h1 {
    font-size: 29px;
    text-transform: uppercase;
    color: #e0c364;
}

.page-unity-banner .overlay .address h2 {
    font-size: 21px;
    margin-bottom: 0;
    color: #e0c364;
}

.page-unity-banner .overlay .address a {
    color: #fff;
    text-decoration: none;
}

.page-unity-banner .overlay .address svg {
    fill: #fff;
    width: 15px;
    margin-right: 10px;
}

.block-schedule {
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 35px -8px #bababa;
    background: #fff;
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.block-schedule svg {
    width: 100px;
    display: block;
    margin: 30px auto;
    fill: #872a51;
}

.block-schedule h3 {
    font-weight: 600;
    font-size: 19px;
    margin-top: 15px;
    color: #e0c364;
}

.block-schedule ul {
    color: #777;
}

.page-header {
    color: #fff;
    background-image: url('/uploads/2025/07/1752058415810818.jpeg');
    background-position: center;
    position: relative;
    height: 325px;
}

.page-header .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.page-header .overlay h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 140px;
    font-family: Quicksand, sans-serif;
}

.page-unidades-home {
    width: 100%;
    height: 100%;
     background-size: cover;
    background-position: center;
}

.page-unidades-home .bloco {
    margin-top: 200px;
    background: rgba(0, 0, 0, .6);
    padding: 25px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 0 30px -2px rgba(0, 0, 0, .7);
}

.page-unidades-home .bloco h1 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.page-unidades-home .bloco p {
    font-size: 14px;
    margin-bottom: 30px;
}

.page-unidades-home .bloco p.atencao {
    color: #f37022;
    font-size: 13px;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.timeline-item p {
    height: 40px;
    text-align: center;
    font-weight: bold;
}

.timeline-arrow {
    background: linear-gradient(to right, #195b2c, #0c411b);
    color: #fff;
    padding: 20px 50px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 5%;
        right: 5%;
        width: 90%;
        margin-top: 0;
    }

}

@media (max-width: 991px) {
    .whatsapp-plug-icon2 {
        display: none;
    }

    .navbar-top {
        padding: 10px 15px;
    }

    .unidades-home ul li {
        width: 100%;
    }

    .unidades-home h3 {
        font-size: 37px;
    }

    .timeline {
        display: block;
    }

    .timeline-item {
        margin-bottom: 40px;
    }

    .navbar-top {
        background: #fff;
    }

    .navbar-top .nav-item .nav-link {
        color: #000;
    }

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .banner-home .items .item.first,
    .banner-home .items .item.second {
        margin-right: 0;
    }

    .home-services h3 {
        font-size: 29px;
    }

    .main-footer .logo {
        max-width: 210px;
    }

    /*.home-units h3 {*/
    /*    font-size: 34px;*/
    /*}*/
    .home-our-solutions h3 {
        font-size: 39px;
    }

    .banner-home .carousel-inner .carousel-item .image {
        background-attachment: inherit;
    }

    .page-unidades-home .bloco h1 {
        font-size: 21px;
    }
}