/* Estilo automático para a página: home */

section.header-video {
    height: 800px;
    position: relative;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.header-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

section.header-video .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

section.header-video .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    .container {
        position: absolute;
        z-index: 99;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

section.header-video .swiper-slide picture {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
section.header-video .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.atuacoes-card span {
    font-family: Unitea Sans;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
}

.atuacoes-card {
    height: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 18px;
    background: #44444499;
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
}



.atuacoes-card-container {
    padding: 65px 95px;
}

.atuacoes-container {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

img.img-mapa {
    margin-top: -100px;
    max-width: 100%;
}

img.img-cliente {
    width: 100%;
}

section.atuacoes {
    padding: 90px 0 40px;
    overflow: hidden;
}

section.clientes {
    padding-bottom: 20px;
}

h2.clientes-title {
    color: #005278;
    font-family: Unitea Sans;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    height: min-content;
}

#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#clients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    height: 100px;
    margin-left: 0;
}

#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 200px;
    margin-right: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#clients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    opacity: 0.65;
}

#clients .clients-wrap ul li img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
}


@media (max-width: 1400px) {
    img.img-mapa {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {
    img.img-mapa {
        margin-left: 60px;
        margin-bottom: 40px;
    }
}

@media (max-width: 580px) {
    .atuacoes-card-container {
        padding: 65px 20px;
    }
}