* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

header.main_header nav ul li a:hover {
    color: #013A73;
}

header.main_header nav ul li a.entre_em_contato {
    background-color: #013A73;
    color: white;
}

/* Sessão global Saiba mais ---------------------------------------------------------------------------------*/
.saiba-mais {
    display: flex;
    margin-top: auto;
    align-items: center;
}

.saiba-mais h3 {
    font-size: 12pt;
}

.saiba-mais a {
    text-decoration: none;
    color: inherit;
}

.saiba-mais button {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 12pt;
    margin-left: 30px;
    background-color: #013A73;
    border: none;
    color: #ffffff;
    box-shadow: #b6b6b628 0 0 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.saiba-mais button:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.saiba-mais button img {
    width: 25px;
    margin-right: 10px;
}

/* Sessão Inicio -------------------------------------------- */

section.inicio .container {
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 50px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

section.inicio .container .left_side,
section.inicio .container .right_side {
    width: 50%;
}

section.inicio .container .left_side h1 {
    color: #013A73;
    font-size: 32pt;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}

section.inicio .container .left_side p {
    color: #000000;
    text-align: justify;
    max-width: 644px;
    font-size: 12pt;
    font-weight: 300;
}

section.inicio .container .right_side {
    display: flex;
    justify-content: end;
}

section.inicio .container .right_side img {
    max-width: 80%;
}

/* Sessão dos serviços ----------------------------------------------------- */

section.servicos {
    padding: 5%;
    background-color: #F2F2F2;
}

section.servicos .container {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    margin: 20px auto;
    padding: 40px;
    border-radius: 20px;
}

section.servicos .container h2 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 20pt;
    font-weight: 600;
    font-style: italic;
}

section.servicos .container h2>img {
    height: 45px;
    margin-right: 10px;
}

section.servicos .container ul {
    margin-left: 50px;
}

section.servicos .container ul li {
    margin-bottom: 5px;
    font-size: 12pt;
}

section.servicos .container .saiba-mais {
    margin-left: auto;
}

/* Sessão sobre nos -------------------------------------------------------------------- */

section.sobrenos {
    padding: 5%;
}

section.sobrenos .container {
    width: 80vw;
    display: flex;
    margin: 20px auto;
}

section.sobrenos .quemsomos {
    margin-bottom: 40px;
}

section.sobrenos .quemsomos .left_side {
    height: 50vh;
}

section.sobrenos .quemsomos .left_side img {
    max-height: 100%;
}

section.sobrenos .quemsomos .right_side {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.sobrenos .quemsomos .right_side h2,
section.sobrenos .quemsomos .right_side h2 span {
    font-size: 20pt;
    margin-bottom: 15px;
    font-weight: 600;
    font-style: italic;
}

section.sobrenos .quemsomos .right_side h2 span {
    color: #013A73;
}

section.sobrenos .quemsomos .right_side p {
    font-size: 12pt;
    margin-bottom: 10px;
}

section.sobrenos .quemsomos .right_side p span {
    color: #013A73;
    font-weight: 500;
}

section.sobrenos .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 5%;

}

section.sobrenos .cards .card {
    border-radius: 15px;
    background-color: #efefef56;
    border: 1px solid #E4E4E4;
    box-shadow: #adadad48 15px 15px 28px;
    padding: 30px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.sobrenos .cards .card:hover {
    transform: scale(1.08);
}

section.sobrenos .cards .card h3 img {
    margin-right: 10px; 
    height: 40px; 
    vertical-align: middle;
}

section.sobrenos .cards .card h3,
section.sobrenos .cards .card h3 span {
    font-size: 16pt;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

section.sobrenos .cards .card h3 span {
    color: #013A73;
}

section.sobrenos .cards .card p {
    font-size: 12pt;
}

section.sobrenos .cards .card ul {
    margin-left: 40px;
}

/*  Sessão de consultoria Empresarial ----------------------------------------- */

section.consultoria {
    padding: 5%;
    display: flex;
    flex-direction: column;
}

section.consultoria h1,
section.consultoria h1 span {
    font-size: 20pt;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

section.consultoria h1 span {
    color: #013A73;
}

section.consultoria .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3%;
    width: 80vw;
    margin: 80px auto;
}

section.consultoria .container .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 15px;
    background-color: #efefef56;
    border: 1px solid #E4E4E4;
    box-shadow: #adadad48 15px 15px 28px;
    padding: 30px;

    min-height: 60vh;
}

section.consultoria .container .card_cent {
    background-color: #013A73;
    color: #FFFFFF;
    scale: 1.1;
}

section.consultoria .container .card_cent h2 {
    color: #FFFFFF;
    font-size: 16pt;
}

section.consultoria .container .card img {
    height: 60px;
    margin-bottom: 40px;
}

section.consultoria .container .card h2 {
    margin-bottom: 50px;
    text-align: center;
}

section.consultoria .container .card p {
    text-align: center;
    font-size: 12pt;
}

section.consultoria .saiba-mais {
    margin-left: auto;
}

/* Sessão Sustentabilidade --------------------------------------------------- */

section.sustentab {
    padding: 5%;
    display: flex;
    flex-direction: column;
}

section.sustentab h1,
section.sustentab h1 span {
    font-size: 20pt;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

section.sustentab h1 span {
    color: #013A73;
}

section.sustentab .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    margin: 40px auto;
}

section.sustentab .container .card {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #efefef56;
    border: 1px solid #E4E4E4;
    box-shadow: #adadad48 15px 15px 28px;
    padding: 10px 30px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.sustentab .container .card:hover {
    transform: scale(1.06);
    z-index: 10;
}

section.sustentab .container .card img {
    height: 50px;
    margin: 10px;
}

section.sustentab .container .card p {
    font-size: 12pt;
}

section.sustentab .saiba-mais {
    margin-left: auto;
}

/* Sessão de certificado digital ---------------------------------------------------- */

section.certificado {
    display: flex;
    flex-direction: column;
    padding: 5%;
}

section.certificado h1,
section.certificado h1 span {
    font-size: 20pt;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

section.certificado h1 span {
    color: #013A73;
}

section.certificado .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    max-width: 1200px;
    margin: 20px auto;
}

section.certificado .container .info-roll .card {
    display: flex;
    align-items: center;
    border-radius: 15px;
    background-color: #efefef56;
    border: 1px solid #E4E4E4;
    box-shadow: #adadad48 15px 15px 28px;
    padding: 30px;
    margin-bottom: 50px;
}

section.certificado .container .info-roll .card p,
section.certificado .container .info-roll .card p span {
    font-size: 12pt;
}

section.certificado .container .info-roll .card p span {
    color: #013A73;
    font-weight: 500;
}

section.certificado .container .info-roll .card img {
    height: 80px;
    margin: 10px;
}

section.certificado .container .info-roll h3 {
    font-size: 16pt;
    color: #013A73;
    font-weight: 500;
    margin-bottom: 20px;
}

section.certificado .container .info-roll>p {
    font-size: 12pt;
    margin-bottom: 50px;
}

section.certificado .container .right_fixed {
    display: flex;
    flex-direction: column;
    margin-top: -10%;
}

section.certificado .container .right_fixed .card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background-color: #efefef56;
    border: 1px solid #E4E4E4;
    box-shadow: #adadad48 15px 15px 28px;
    padding: 30px;
    height: 250px;
    position: sticky;
    top: 100px;
    margin-bottom: 200px;
}

section.certificado .container .right_fixed p {
    font-size: 12pt;
}

section.certificado .container .right_fixed p span {
    color: #013A73;
    font-weight: 500;
    font-size: 14pt;
}

section.certificado .container .right_fixed ul li {
    margin-left: 40px;
}

section.certificado .container .right_fixed img {
    width: 70%;
    margin: 30px 30px 10px auto;
}

section.certificado .saiba-mais {
    margin-left: auto;
}

/* Sessão de aluguel de salas e espaço -------------------------------------- */

section.salas,
section.espaco {
    display: flex;
    flex-direction: column;
    margin: 60px 0;
}

section.salas .titulo_slides,
section.espaco .titulo_slides {
    padding: 2% 5%;
}

section.salas h1,
section.salas h1 span,
section.espaco h1,
section.espaco h1 span {
    font-size: 20pt;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}

section.salas h1 span,
section.espaco h1 span {
    color: #013A73;
}

section.salas a,
section.espaco a {
    color: #013A73;
}

section.salas a p,
section.espaco a p {
    display: flex;
    align-items: center;
    font-size: 14pt;
    margin-bottom: 10pxpx;
}

section.salas .saiba-mais,
section.espaco .saiba-mais {
    margin-left: auto;
    padding-right: 5%;
}

section.salas .swiper,
section.espaco .swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

section.salas .swiper .swiper-button-prev:after,
section.espaco .swiper .swiper-button-prev:after {
    margin-left: 200px;
    scale: 1.6;
}

section.salas .swiper .swiper-button-next:after,
section.espaco .swiper .swiper-button-next:after {
    margin-right: 200px;
    scale: 1.6;
}

section.salas .swiper .swiper-slide,
section.espaco .swiper .swiper-slide {
    opacity: 0.3;
}
  
section.salas .swiper .swiper-slide-active,
section.espaco .swiper .swiper-slide-active {
    opacity: 1; 
}

section.salas .swiper .swiper-slide img,
section.espaco .swiper .swiper-slide img {
    width: 100%; height: auto;
    object-fit: cover;
    aspect-ratio: 14/9;
    object-fit: cover;
    border-radius: 30px;
    border: solid 3px #013A73;
}

/* Alterações do rodape ---------------------------------------- */

footer
{
    background-color: #013A73;
}

footer .footer-container .footer-left a:hover
{
    color: #013A73;
}