
/* Home > Banner */
[data-page="home"] #banner {
    padding: 0 30px;
}
[data-page="home"] #banner .swiperBanner {
    border-radius: 24px;
    overflow: hidden;
}
[data-page="home"] #banner .image {
    position: relative;
    display: block;
    width: 100%;    
}
[data-page="home"] #banner .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 41.245972073039745%;
}
[data-page="home"] #banner .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;

    border-radius: 24px;
    overflow: hidden;
}




/* Home > Banner Apoio */
[data-page="home"] #banner-apoio {
    padding: 25px 0; 
}
[data-page="home"] #banner-apoio .list-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    
    margin: 0;
    padding: 0;
    list-style: none;
}
[data-page="home"] #banner-apoio .swiperBannerApoio .item-icon,
[data-page="home"] #banner-apoio .list-icons .item-icon {
    display: flex;
    align-items: center;
    gap: 30px;
}
[data-page="home"] #banner-apoio .swiperBannerApoio .item-icon .icon,
[data-page="home"] #banner-apoio .list-icons .item-icon .icon {
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    
    padding: 15px;
    background-color: #EFEFF1;
    border: 1px solid #E0E0ED;
    border-radius: 10px;
}
[data-page="home"] #banner-apoio .swiperBannerApoio .item-icon .icon svg,
[data-page="home"] #banner-apoio .list-icons .item-icon .icon svg {
    display: block;
    fill: #01011F;
    width: 100%;
    height: 100%;
}
[data-page="home"] #banner-apoio .swiperBannerApoio .item-icon .content h2,
[data-page="home"] #banner-apoio .list-icons .item-icon .content h2 {
    color: #01011F;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 112.5% */
    margin: 0;
}
[data-page="home"] #banner-apoio .swiperBannerApoio .item-icon .content span,
[data-page="home"] #banner-apoio .list-icons .item-icon .content span {
    color: #9797AD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
    margin: 0;
}




/* Home > Tarja 1 */
[data-page="home"] #tarjas-1,
[data-page="home"] #tarjas-2 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 30px;

    margin: 60px 0;
}
[data-page="home"] #tarjas-1 .tarja,
[data-page="home"] #tarjas-2 .tarja {
    content: '';
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 20px 0 20px 0;
    background-color: #01011F;
    animation: tarjaSize 6s ease-in-out infinite;
}
[data-page="home"] #tarjas-2 .tarja {
    border-radius: 0 20px 0 20px;
}
[data-page="home"] #tarjas-1 .tarja:nth-child(even),
[data-page="home"] #tarjas-2 .tarja:nth-child(even) {
    background-color: #6F6F77;
    border-radius: 0 20px 0 20px;
    animation: tarjaSize 10s ease-in-out infinite reverse;
}
[data-page="home"] #tarjas-2 .tarja:nth-child(even) {
    animation: tarjaSize 8s ease-in-out infinite;
    animation-delay: .5s;
    border-radius: 20px 0 20px 0;
}
[data-page="home"] #tarjas-1 .tarja:nth-child(3n) {
    animation-delay: 1.3s;
}
[data-page="home"] #tarjas-1 .tarja:nth-child(4n) {
    animation-delay: 2s;
}
[data-page="home"] #tarjas-2 .tarja:nth-child(3n) {
    animation-delay: 3s;
}
[data-page="home"] #tarjas-2 .tarja:nth-child(4n) {
    animation-delay: 0s;
}
@keyframes tarjaSize {
    0%, 100% {
        width: 100%;
        height: 48px;
    }
    50% {
        width: 30%;
        height: 48px;
    }
}




/* Home > Acessos */
[data-page="home"] #acessos {
    padding: calc(70px + 25px) 0 25px 0;
    margin: 60px 0;    
}
[data-page="home"] #acessos .card-acesso {
    position: relative;
    display: block;
    width: 100%;
    height: 215px;
    
    background-color: #01011F;
    border-radius: 24px;
    text-decoration: none;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
[data-page="home"] #acessos .card-acesso.--orange {
    background-color: #F54400;
}
[data-page="home"] #acessos .card-acesso.--red {
    background-color: #C82328;
}

[data-page="home"] #acessos .card-acesso:hover {
    filter: brightness(1.1);
}
[data-page="home"] #acessos .card-acesso .render {
    position: absolute;
    left: 40px;
    bottom: 0;
    
    width: auto;
    height: calc(100% + 50px);
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
[data-page="home"] #acessos .card-acesso:hover .render {
    height: calc(100% + 75px);
    transform: translateX(-7px);
}
[data-page="home"] #acessos .card-acesso .render .loader {
    right: unset;
}
[data-page="home"] #acessos .card-acesso .render img {
    width: auto;
    height: 100%;
}
[data-page="home"] #acessos .card-acesso .logo img {
    position: absolute;
    
    top: 30px;
    right: 30px;
    
    width: auto;
    height: 35px;
    
    -o-object-fit: contain;
    object-fit: contain;
}
[data-page="home"] #acessos .card-acesso .botao { 
    position: absolute;
    bottom: 30px;
    right: 30px;

    display: flex;
    align-items: center;
    gap: 5px;

    width: fit-content;
    height: fit-content;
    
    padding: 0;
    background-color: transparent;
    margin: 0;
}
[data-page="home"] #acessos .card-acesso .botao::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    
    width: 18px;
    height: 18px;
    
    border: 1px solid #fff;
    border-radius: 18px;
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
[data-page="home"] #acessos .card-acesso:hover .botao::after {
    width: 100%;
}
[data-page="home"] #acessos .card-acesso .botao span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    margin: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
[data-page="home"] #acessos .card-acesso:hover .botao span {
    transform: translateX(12px);
}
[data-page="home"] #acessos .card-acesso .botao .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding: 4px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
[data-page="home"] #acessos .card-acesso:hover .botao .icon {
    opacity: 0;
    transform: translateX(12px);
}
[data-page="home"] #acessos .card-acesso .botao .icon svg {
    display: block;
    fill: #fff;
    width: 100%;
    height: 100%;
}




/* Home > Trabalhe conosoc */
[data-page="home"] #trabalhe-conosco {
    margin: 80px 0;
}
[data-page="home"] #trabalhe-conosco .card-trabalhe {
    display: flex;
    align-items: center;
    gap: 100px;
    
    width: fit-content;
}
[data-page="home"] #trabalhe-conosco .card-trabalhe .title h2 {
    color: #151515;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    margin: 0;
}
[data-page="home"] #trabalhe-conosco .card-trabalhe .content {
    width: 100%;
    max-width: 310px;
}
[data-page="home"] #trabalhe-conosco .card-trabalhe .content h4 {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    margin: 0 0 12px 0;
}
[data-page="home"] #trabalhe-conosco .card-trabalhe .content p {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin: 0 0 14px 0;
}
[data-page="home"] #trabalhe-conosco .card-trabalhe .content a.botao {
    display: block;
    width: fit-content;

    padding: 12px 24px;
    background: #01011F;
    border-radius: 8px;
    
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    text-align: center;
    text-decoration: none;

    margin: 10px 0 0 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
[data-page="home"] #trabalhe-conosco .card-trabalhe .content a.botao:hover {
    background-color: #a5b8eb;
}




/* Tarja logos */
[data-page="home"]  #tarja-logos {
    background-color: #e3e3e3;
}
[data-page="home"]  #tarja-logos .swiperTarjaLogos .swiper-wrapper {
    transition-timing-function: linear;
  }





/* Footer */
footer {
    padding: 40px 0;
    background-color: #01011F;
}
footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 0;
}
footer .logo {
    width: 33.3333%;
    height: auto;
    margin: 0;
}
footer .logo img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    
    -o-object-fit: contain;
    object-fit: contain;
}
footer .footer-menu {
    width: 33.3333%;
}
footer .footer-menu h2 {
    color: #FFF;
    text-align: center;
    font-size: 22.125px;
    font-style: normal;
    font-weight: 800;
    line-height: 26.4px; /* 119.322% */
    margin: 0 0 15px 0;
}
footer .footer-menu h2 span {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 17.188px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 128% */
    margin: 0;
}
footer .footer-menu h4 {
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    margin: 0 0 20px 0;
}
footer .footer-menu .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-menu .footer-links li a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    text-decoration: none;
    margin: 0 0 10px 0;
}
footer .footer-menu .footer-links li a:hover {
    text-decoration: underline;
    opacity: .75;
}
footer .footer-menu .footer-sociais {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-menu .footer-sociais li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    
    padding: 13px;
    border: 2px solid #fff;
    border-radius: 50%;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
footer .footer-menu .footer-sociais li a:hover {
    background-color: #fff;
}
footer .footer-menu .footer-sociais li a svg {
    display: block;
    fill: #fff;
    width: 100%;
    height: 100%;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
footer .footer-menu .footer-sociais li a:hover svg {
    fill: #01011F;
}
footer .footer-menu .menu-content {
    width: fit-content;
    margin-left: auto;
}








/* Responsivo Desktop Mid */
/* @media (max-width: 1400px) {
    .botao {
        padding: 0 20px;
    }
} */




/* Responsivo Mobile */
@media (max-width: 992px) {
    /* Home > Banner */
    [data-page="home"] #banner .image::after {
        padding-bottom: 100%;
    }




    /* Home > Banner Apoio */
    [data-page="home"] #banner-apoio {
        padding: 25px 20px 0;
    }
    [data-page="home"] #banner-apoio .list-icons {
        padding-left: 20px;
        flex-wrap: wrap;
    }
    [data-page="home"] #banner-apoio .swiperBannerApoio .item-icon {
        justify-content: center;
        gap: 15px;
    }



    [data-page="home"] #tarjas-1 {
        margin: 30px 0;
    }




    /* Home > Acessos */
    [data-page="home"] #acessos {
        overflow: hidden;
        margin: 30px 0 60px 0;
    }
    [data-page="home"] #acessos .card-acesso {
        margin-top: 100px;
    }
    [data-page="home"] #acessos .card-acesso.--black {
        margin: 0;
    }




    /* Home > Trabalhe Conosco */
    [data-page="home"] #trabalhe-conosco .card-trabalhe {
        flex-wrap: wrap;
        gap: 20px;
    }
    [data-page="home"] #trabalhe-conosco .card-trabalhe .title {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    [data-page="home"] #trabalhe-conosco .card-trabalhe .title h2 {
        text-align: center;
    }
    [data-page="home"] #trabalhe-conosco .card-trabalhe .content {
        text-align: center;
        margin: 0 auto;
    }
    [data-page="home"] #trabalhe-conosco .card-trabalhe .content a.botao {
        margin: 0 auto;
    }




    /* Footer */
    footer .footer-content {
        flex-wrap: wrap;
    }
    footer .logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    footer .footer-menu {
        width: 100%;
        margin-top: 50px;
    }
    footer .footer-menu .menu-content {
        margin: 0 auto;
        text-align: center;
    }
    footer .footer-menu .footer-links li a {
        margin: 0 auto 10px auto;
    }


    .widget-icon {
        right: 30px!important;
        bottom: 40px!important;
    }
}