.contact-100{
    width: 100%;
}

.contact-section {
    background-color: black;
    background-size: 100vw 100vh; /* Cubrir toda la pantalla */
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px; /* Ajusta este valor según sea necesario para evitar que el contenido se superponga a la imagen de fondo */
    padding-bottom: 100px; /* Ajusta este valor según sea necesario para evitar que el contenido se superponga a la imagen de fondo */
}

.img-full{
    max-width: 2000px;
}

.no-m{
    margin-top: 0 !important;
}

.t-w h1{
    color: white;
}

.center-service {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

.center-brand{
    width: 100%;
    text-align: center;
}

.brand-square {
    background-color: #FF800F;
    border: 0px solid #FF800F;
    border-radius: 10px;
    padding: 0px 10px;
    box-shadow: 0px 0px 10px #888888;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
}

.brand {
    margin-top: 1rem;
    margin-bottom: 1rem;
    user-select: none;
}

.center-brands{
    justify-content: center;
}