
.sub-header {
    max-width: 1280px;
    padding: 0rem 8rem;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    margin-bottom: 3rem;
}
.sub-header a {
    padding: 0.6rem 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    border-radius: 1.5rem;
    border: .1rem solid rgba(28, 36, 46, 1);
    cursor: pointer;
    background-color: rgba(190, 22, 123, 1);
}

.sub-header a:hover {
    color: rgba(28, 36, 46, 1);
    transition: color 0.3s ease, transform 0.2s ease;
}

.sub-header a p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.sub-header a img {
    width: 1.9rem;
}

header {
    height: 7.6rem;
    padding-right: 8rem;
    background-color: rgba(28, 36, 46, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-sub-logo {
    display: flex;
    align-items: center;
    gap: 2rem;
    background-color: rgb(190, 22, 123);
    /* background-color: aqua; */
}

.sub-logo {
    margin-left: 8rem;
}

.complemento-sub-logo {
    height: 7.6rem;
    position: relative;
    left: 5.3rem;
}

.logo {
    height: 5.2rem;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65);
}

nav ul a {
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65);
    width: 2.3rem;
}

nav {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

nav ul {
    /* background-color: rgba(190, 22, 123, 1); */
    display: flex;
    align-items: center;
    gap: 5rem;
    font-size: 2rem;
}

nav ul a {
    color: rgb(255, 255, 255);
    padding: 1rem 0;
    transition: color 0.3s ease, transform 0.2s ease;
}

nav ul a:hover {
    color: rgba(190, 22, 123, 1);
    transform: scale(1.1);
}

nav ul a:active {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    color: rgb(89, 0, 206);
    transform: scale(0.95);
}

main section {
    padding: 2.9rem 8rem;
}

main section h2 {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(190, 22, 123, 1);
}

#topo {
    padding: 0 8rem 0;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.titulo-topo-1 {
    display: none;
}

.box-topo-2 {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    /* background-color: blueviolet; */
}

.titulo-topo-2 h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 9.75rem;
    font-weight: 900;
    color: rgba(190, 22, 123, 1);
}

.titulo-topo-2 h5 {
    font-family: 'montserrat', sans-serif;
    font-size: 3.28rem;
    font-weight: 900;
    color: rgba(28, 36, 46, 1);
}

.imgs-topo{
    display: flex;
    justify-content: space-between;
}

.imgs-topo div{
    width: 47.9%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.imgs-topo div img {
    width: 100%;
}

.imgs-topo div p{
    height: 9rem;
    padding: 2rem;
    position: absolute;
    bottom: .05rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: white;
    line-height: 1.8rem;
}

.titulo {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titulo span{
    width: 69.2%;
    height: 3.061rem;
    background-image: url('../img/divisoria-pink.webp');
    background-repeat: repeat-x;
}

.box-servicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1.5rem;
}

.box-servicos a{
    width: 23.5%;
}

.box-servicos a > img {
    display: block;
    width: 100%;
}

.box-servicos div {
    position: relative;
    padding-left: 2rem;
}

.box-servicos span {
    position: absolute;
    bottom: .7rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    /* background-color: aqua; */
}

.box-servicos div p {
    width: 14.3rem;
    font-family: 'montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9rem;
    color: white;
}

.outros-servicos {
    padding-top: 0;
}

.lista-serv-outros {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2.24rem;
}

 .itens-outros {
    width: 23.5%;
    min-width: 23.5%;
    padding: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: .3rem solid var(--rosa-kadosh);
    border-radius: 1.5rem;
 }

.itens-outros p {
    width: 70%;
    padding-top: .5rem;
    font-family: 'montserrat', sans-serif;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 800;
    color: var(--rosa-kadosh);
    /* background-color: rosybrown; */
}

.lista-serv-outros li:nth-child(1), .lista-serv-outros li:nth-child(2), .lista-serv-outros li:nth-child(3), .lista-serv-outros li:nth-child(4) {
    display: none;
}

footer {
    background-color: rgba(26, 29, 35, 1);
    color: white;
}

.sub-footer {
    padding: 1.5rem 8rem;
    display: flex;
    justify-content: space-between;
    background-color: rgba(28, 36, 46, 1);
}

.sub-footer div a{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: white;
    /* background-color: blueviolet; */
}

.sub-footer div a:hover {
    color: rgba(190, 22, 123, 1);
    transition: color 0.3s ease, transform 0.2s ease;
}

.sub-footer p {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
}

.main-footer {
    padding: 3.5rem 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-footer div {
    max-width: 21rem;
    /* min-width: 16.9rem; */
}

.main-footer div h3 {
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: rgba(190, 22, 123, 1);
}

.main-footer div p {
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 110%;
}

.main-footer div ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 110%;
}

.funcionamento-v1 {
    display: none;
}