section.a-empresa .content{
    max-width: 1055px;
}
section.a-empresa .content .text-introduction{
    line-height: 1.50;
    color: var(--cinza);
    text-align: left;
    font-size: 16.67px;
    font-weight: 500;
    padding-bottom: 48px;
}
section.a-empresa .content .text-introduction p{
    font-size: 16.67px;
    margin-bottom: 15px;
}
section.a-empresa .content .text-introduction h3{
    font-size: 16.67px;
    color: var(--azul);
}
section.a-empresa .content .text-introduction ul{
    list-style: disc;
    padding-left: 20px;
}
section.a-empresa .content .text-introduction ul li{
    font-size: 16.67px;
}
section.a-empresa .content .text-introduction ul li::marker{
    color: var(--azul);
}
section.galeria{
    border-top: 6px solid var(--azul);
    border-bottom: 6px solid var(--azul);
    position: relative;
}
section.galeria .swiper {
    position: relative;
    width: 100%;
    height: 494px;
}
section.galeria .swiper-slide {
    overflow: hidden;
    width: 641px !important;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
section.galeria .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
section.perfil {
    width: 100%;
    height: 100%;
    padding: 35px 0;
    padding-bottom: 46px;
    background-image: url("../img/a-empresa/banner-perfil.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.perfil .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 110px;
}
section.perfil .wrapper .text{
    text-align: center;
    width: 583px;
}
section.perfil .wrapper .text h3{
    font-size: 30px;
    font-weight: 800;
    color: var(--azul);
    margin-bottom: 55px;
}
section.perfil .wrapper .text p{
    font-size: 16.67px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--cinza);
}
section.perfil .wrapper .image{
    display: inline-flex;
    width: 406px;
    height: 497px;
    border: 4px solid #fff;
    outline: 13px solid var(--azul);
}
section.perfil .wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 1100px){}
@media(max-width: 768px){
    section.perfil .wrapper{
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    section.perfil .wrapper .text{
        width: 100%;
    }
    section.perfil .wrapper .text h3{
        margin-bottom: 10px;
    }
    section.perfil .wrapper .image{
        width: 100%;
        height: auto;
    }
    section.galeria .swiper-slide img{
        width: 100%;
    }
}