.intro {
    width: 100%;
    height: 60vh;
    background-image: url(../assets/images/bg_1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.intro::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.intro .content {
    max-width: max-content;
    position: relative;
    z-index: 10;
}

.intro h1 {
    font-size: 40px;
    color: white;
    margin-bottom: 20px;
}

.intro button {
    display: block;
    margin: auto;
    padding: 8px 35px;
    border-radius: 50px;
    border: 1px solid white;
    background: none;
    transition: 0.2s;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.intro button:hover {
    background: white;
    color: #666;
}

.message {
    width: 100%;
    background: #0a3a79;
}

.message .content {
    padding: 35px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.message .content h2 {
    font-size: 24px !important;
    font-weight: 600;
}

.message .content * {
    color: white;
}

.message button {
    display: block;
    padding: 8px 35px;
    border-radius: 50px;
    border: 1px solid white;
    background: none;
    transition: 0.2s;
    font-size: 16px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.message button:hover {
    background: white;
    color: #0a3a79;
}

.about-us .content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 50px 0;
}

.about-us .content .column {
    flex: 1;
}

.about-us .text h2 {
    color: #0a3a79;
    font-size: 26px;
    margin-bottom: 15px;
}

.about-us .text p {
    line-height: 2;
}

.video iframe {
    width: 100%;
}

.company-values {
    background: #0a3a79;
}

.company-values .content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 50px 0;
    gap: 20px;
}

.company-values .content div {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.company-values .content div img {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    filter: brightness(0) invert(1);
}

.company-values * {
    color: white;
}

.company-values .content div h3 {
    margin-bottom: 20px;
}

.company-values .content div p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.our-trajectory .content {
    max-width: 1100px;
    padding: 50px 0;
}

.our-trajectory .content h2 {
    width: max-content;
    display: block;
    margin: auto;
    color: #0a3a79;
    margin-bottom: 80px;
    font-size: 35px;
}

.trajectory-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.trajectory-list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.trajectory-list-item .number {
    color: white;
    padding: 8px 50px;
    background: #202020;
    margin-right: 60px;
    font-weight: bold;
    position: relative;
}

.trajectory-list-item .number::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1.5px;
    background: #bebebe;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}

.trajectory-list-item .dot {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bdbdbd;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

.trajectory-list-item .dot span {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
}

.trajectory-list-item .dot::after {
    content: '';
    position: absolute;
    width: 1.5px;
    height: 220px;
    background: #e2e2e2;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    bottom: 0;
    z-index: -1;
}

.trajectory-list-item-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    margin-left: 60px;
    position: relative;
}

.trajectory-list-item-content::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1.5px;
    background: #bebebe;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
}

.trajectory-list-item .img-container {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.2s;
    flex-shrink: 0;
}

.trajectory-list-item .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trajectory-list-item-content h3 {
    font-size: 24px;
}

.our-services .content {
    padding: 50px 0;
}

.our-services .content h2 {
    width: max-content;
    display: block;
    margin: auto;
    color: #0a3a79;
    margin-bottom: 80px;
    font-size: 35px;
}

.services-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.services-list .service {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    position: relative;
}

.services-list .service * {
    position: relative;
    z-index: 2;
}

.service.eletric-projects::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url(../assets/images/projetos_eletricos_1x.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}

.service.consultancy::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url(../assets/images/-0-kl1BjvFc_1x.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}

.service.substation::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url(../assets/images/VuR4oHZ3ucc_1x.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}

.service.energy-entrance-project::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url(../assets/images/fIq0tET6llw_1x.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}

.service.hidraulic-project::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url(../assets/images/projeto_de_hidraulica_1x.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}

.service.firefight::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url(../assets/images/combate_a_incendio_1x.jpeg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}

.service.special-systems::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url(../assets/images/1_6cqdt1ia_1x.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}

.service.hvac::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url(../assets/images/hvac_1x.jpeg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}

.service:hover:after {
    opacity: 0.4;
}

.service:nth-of-type(1n) {
    background-color: #363643;
}

.service:nth-of-type(2n) {
    background-color: #33333f;
}

.service * {
    color: white;
}

.service img {
    width: max-content;
    height: 50px;
    margin-bottom: 20px;
}

.service p {
    margin: 30px 0;
}

.service a {
    color: #ffa800;
    font-size: 12px;
    font-weight: bold;
}

.service-details:nth-of-type(2n + 1) {
    background: hsla(214, 10%, 90%, 1);
}

.service-details .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px 0;
    gap: 25px;
}

.service-details .content h2 {
    color: #0a3a79;
    font-size: 26px;
    display: block;
    margin-bottom: 25px;
}

.service-details .content p {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}

.service-details .content ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.service-details .content ul li {
    margin-left: 20px;
    font-size: 14px;
    list-style-type: disc;
}

.service-details .content .text, .service-details .content .img {
    flex: 1;
    flex-shrink: 0;
}

.service-details .content img {
    width: 100%;
}

.our-principal-suppliers .content {
    padding: 50px 0;
    max-width: 1000px;
}

.our-principal-suppliers .content h2 {
    width: max-content;
    display: block;
    margin: auto;
    color: #0a3a79;
    margin-bottom: 80px;
    font-size: 35px;
}

.suppliers-slider-container {
    width: 100%;
    position: relative;
}

.arrow {
    width: 20px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.4;
    transition: 0.2s;
}

.arrow:hover {
    opacity: 1;
}

.arrow.left {
    left: 20px;
}

.arrow.right {
    right: 20px;
}

.suppliers-slider {
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slides {
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    transition: 0.2s;
    /* gap: 20px; */
}

.suppliers-slider .logo {
    width: calc((900px / 4) - 40px);
    margin: 0 20px;
}

.contact .content {
    padding: 50px 0;
    max-width: 1000px;
}

.contact .content h2 {
    width: max-content;
    display: block;
    margin: auto;
    color: #0a3a79;
    margin-bottom: 80px;
    font-size: 35px;
}

.contact .columns {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.contact .columns .form, .contact .columns .contact-infos {
    flex: 1;
}

.contact .columns .form h3 {
    width: max-content;
    display: block;
    font-size: 26px;
    margin: 0 auto 20px;
}

.contact .columns .form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.contact .columns .form form .input-container {
    width: 100%;
}

.contact .columns .form form .input-container input,
.contact .columns .form form .input-container textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #969696;
}

.contact .columns .form form .input-container textarea {
    height: 120px;
}

.contact .columns .form button {
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    background: #0a3a79;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    outline: none;
    border: none;
    margin: 0;
    cursor: pointer;
    transition: 0.2s;
}

.contact .columns .form button:hover {
    opacity: 0.6;
}

.contact-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-info {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.contact-info p {
    width: 180px;
    font-size: 14px;
}

.contact-info b {
    color: #0a3a79;
}

.contact-info img {
    height: 50px;
}