
.main_container_team {
    margin-left: 38rem;
    padding: 2rem 6rem 0rem 6rem;
    box-sizing: border-box;
    background-color: #FAFAFA;
    margin-bottom: -5rem;
}

.contact-profile {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
    max-width: 140rem;
    margin-bottom: 10rem;
}

.contact-text {
    flex: 1;
}

.contact-text h1 {
    font-size: 4.5rem;
    font-weight: 400;
    margin-bottom: 4rem;
    color: #1a1a1a;
    line-height: 1.1;
}

.contact-text p {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2.5rem;
}

.btn-consultation {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2rem;
    border: none;
    background-color: #fff;
    border-radius: 5rem;
    text-decoration: none;
    font-size: 1.8rem;
    color: black;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.contact-image {
    flex: 0 0 45rem; 
    padding: 2rem 0 0 0;
}

.contact-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.showrooms-section {
    margin-top: 5rem;
    margin-bottom: 10rem;
}

.showrooms-main-title {
    font-size: 4.2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}


.showrooms-grid {
    display: flex;
    gap: 4.5rem;
    flex-wrap: nowrap;
}

.showroom-card {
    width: 31.9rem;
    display: flex;
    flex-direction: column;
}

.showroom-img {
    width: 31.9rem; 
    height: 31.8rem;
    object-fit: cover;
    display: block;
    margin-bottom: 2rem;
}

.showroom-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.showroom-info h3 {
    font-size: 2.1rem; 
    font-weight: 400;
    margin: 0 0 0.5rem 0;
}

.showroom-info p {
    font-size: 2.1rem; 
    font-weight: 300;
    color: #555;
    margin: 0 0 2rem 0;
    line-height: 1.2;
}


.showroom-buttons {
    display: flex; 
    flex-wrap: nowrap; 
    gap: 1rem; 
    margin-top: auto; /* Mantiene la alineación al fondo */
    position: relative;
    top: -1.6rem; /* Esto sube la fila entera sin quitar el 'auto' */
}

.btn-small {
    display: flex;     
    align-items: center; 
    gap: 0.8rem;     
    padding: 1rem 2rem;
    border: none;
    background-color: #fff;
    border-radius: 5rem;
    text-decoration: none;
    font-size: 1.8rem;
    color: black;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-small img {
    width: 1.6rem;
    height: auto;
    filter: brightness(0);
}

.behind-scenes {
    margin-top: 10rem;
    margin-bottom: 8rem;
    max-width: 135rem;
}

.behind-scenes h2 {
    font-size: 4.2rem;
    font-weight: 400;
    margin-bottom: 4rem;
    color: #1a1a1a;
}

.behind-text-content {
    margin-bottom: 5rem;
}

.behind-text-content p {
    font-size: 2.1rem; 
    font-weight: 400;
    line-height: 1.5;
    color: #393939;
    margin-bottom: 2.5rem;
    max-width: 125rem;
}

.behind-photos {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.photo-office {
    width: 65.7rem; 
    height: 26rem;
    object-fit: cover;
    display: block;
}

.photo-workshop {
    width: 66.2rem;
    height: 26.1rem;
    object-fit: cover;
    display: block;
}
