* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Manrope', sans-serif;
}

header {
    background-color: #000;
    position: relative;
    height: 1273px;
    overflow: hidden;
    z-index: 2;
}

.contenedor {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

header a {
    color: #fff;
    text-decoration: none;
}

.h-cols {
    display: flex;
    justify-content: flex-start;
    height: 125px;
    align-items: center;
}

.grupo {
    margin-left: 6em;
}

.menu-container {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.idiomas {
    font-size: 16px;
    letter-spacing: -0.32px;
    display: flex;
    gap: 1.5em;
    margin-top: 0.6em;
}

.menu {
    display: flex;
    width: 76%;
    justify-content: space-between;
    margin-bottom: 2.2em;
}

.menu > a {
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.menu > a:before {
    content: '';
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: -8px;
    width: 21px;
    transition: all 0.2s linear 0s;
}

.menu > a:hover:before {
    width: 100%;
}

.menu > a:hover {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}

#video-fondo {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.env-header {
    position: fixed;
    z-index: 1;
    background-color: #000;
    width: 100%;
}

.titulo-1 {
    color: #fff;
    position: relative;
    font-size: 140px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    line-height: 0.9em;
}

.slog-2 {
    margin-left: 0.9em;
}

.slog-3 {
    margin-left: 1.05em;
}

.titulo-1:after {
    content: '';
    border: 1px solid #fff;
    width: 515px;
    position: absolute;
    left: 0;
    bottom: -34px;
}

.slog-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.subslog-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-top: 4em;
    margin-left: 33em;
}

.subslog-container > span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.slog-5 {
    margin-left: -1em;
}

.slog-6 {
    margin-left: 2em;
}

.titulo2 {
    font-size: 60px;
    font-weight: bold;
    margin-right: 5em;
}

.hacemos-c {
    display: flex;
    margin-top: 7em;
    gap: 5.2em;
    margin-bottom: 6em;
    align-items: flex-end;
    font-size: 1.2em;
}

.verbs {
    border-left: 1px solid #000;
    padding-left: 17px;
    padding-top: 9.6em;
}

section#seccion-1 {
    padding: 8em;
}

.img-01 {
    width: 100%;
    max-width: 636px;
}

.img-02 {
    width: 100%;
    max-width: 636px;
}

.contenedor-2 {
    width: 1113px;
    margin: 0 auto;
    position: relative;
}

.img-01-container {
    display: inline-flex;
    flex-direction: column;
}

section#seccion-2 {
    background-color: #000;
    color: #fff;
    padding-top: 225px;
    padding-bottom: 225px;
}

.sec-2 {
    margin-top: 1em;
}

.sec-2 strong {
    display: block;
    margin-bottom: 3em;
}

.texto {
    display: inline-block;
    width: 298px;
    line-height: 32px;
    font-size: 18px;
}

.img-02-container {
    position: absolute;
    top: 183px;
    right: 0;
    display: flex;
    flex-direction: column;
}

.sec-2-img-c {
    display: inline-flex;
    overflow: hidden;
}

.sec-2-img-c > img {
    transition: all 0.2s linear 0s;
}

.sec-2-img-c > img:hover {
    transform: scale(1.2);
}

.img-03-container {
    margin-top: 46em;
}

ul.ventajas-list-c {
    list-style-type: none;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.ventajas-list-c > li:before {
    content: '';
    background-image: url('../images/tick.png');
    width: 29px;
    height: 25px;
    display: inline-block;
    background-position: center;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    left: -51px;
}

.ventajas-list-c > li {
    position: relative;
}

.titulo-3 {
    font-size: 125px;
    font-weight: 400;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    color: #D9DADB;
}

.separador-gris {
    border-top: 2px solid #b8b8b8;
}

section#trabajadores {
    position: relative;
    background-color: #000;
}

.sec-3-slogans {
    display: flex;
    flex-direction: column;
    line-height: 7em;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 12em;
    bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    z-index: 1;
}

.sec-3-slogans span {
    color: #fff;
    font-size: 120px;
}

.sec-3-slogans span {
    color: #fff;
    font-size: 120px;
    font-weight: 900;
}

span.sec-3-slogan-1 {
    font-size: 22px;
    margin-bottom: -1.8em;
    margin-left: -1046px;
}

span.sec-3-slogan-2 {
    margin-left: 218px;
}

span.sec-3-slogan-3 {
    margin-left: 27px;
}

span.sec-3-slogan-5 {
    margin-left: -4px;
}

span.sec-3-slogan-6 {
    margin-left: -683px;
}

section#contacto {
    background-color: #000;
    color: #fff;
    margin-top: -10px;
    padding-top: 142px;
    padding-bottom: 70px;
}

.marquesina-c {
    margin-top: 8em;
}

.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    border-bottom: 2px solid #808080 !important;
    background-color: transparent !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    font-size: 24px !important;
    outline: 0 none !important;
    color: #fff;
}

.mauticform-field-1 input {
    color: #fff;
}

input::placeholder {
    color: #fff;
}

.mauticform-page-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 2%;
}

.mauticform-field-1, .mauticform-field-2 {
    flex: 1 0 49%;
}

.mauticform_wrapper {
    max-width: inherit !important;
    margin: 7em 0 0 !important;
}

.mauticform-checkboxgrp-checkbox {
    width: 28px;
    height: 28px;
    margin-right: 0.5em;
}

.titulo-4 {
    font-size: 75px;
    border-bottom: 6px solid;
}

option {
    background-color: #000;
}

.mauticform-field-3, .mauticform-field-4, .mauticform-field-5 {
    width: 32%;
}

.mauticform-field-8, .mauticform-field-9 {
    width: 49%;
}

.mauticform-field-6 {
    width: 100%;
}

.mauticform-field-8 {
    text-align: right;
}

.mauticform-field-8 > .mauticform-checkboxgrp-row:first-child {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.mauticform-field-8 > .mauticform-checkboxgrp-row:last-child {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.mauticform-textarea {
    height: 211px;
    border: 2px solid #808080 !important;
    padding: 0.5em !important;
}

.mauticform-field-7 {
    margin-left: auto;
    margin-right: auto;
    width: 78%;
    margin-top: 7em;
    text-align: center;
    margin-bottom: 3em !important;
}

.mauticform-field-10 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.mauticform-field-11 {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 4.5em;
}

.btn-default {
    color: #fff !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 1.05em 4.45em !important;
    font-size: 14px !important;
}

.mauticform-field-11 {
    text-align: center;
}

.mauticform-field-10 {
    display: flex !important;
    margin-bottom: 3em !important;
}

.btn-default:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.mauticform-checkboxgrp-row {
    display: flex;
    align-items: center;
}

.mauticform-field-7 {
    line-height: 2em;
}

footer {
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    color: #fff;
    overflow: hidden;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.rts-f > img {
    width: 70px;
}

.footer-logo {
    margin-top: 98px;
    padding-bottom: 26px;
}

.footer-multi-content {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-logos-asoc {
    display: flex;
    gap: 60px;
    justify-content: flex-end;
}

.calle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.f-direccion {
    width: 100%;
    max-width: 273px;
    margin-top: -44px;
}

.f-tels {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 2em;
    width: 100%;
    max-width: 212px;
    text-align: center;
    padding-bottom: 49px;
}

.f-direccion-i:before {
    background-image: url('../images/icono-localizacion.png');
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 18px;
    height: 25px;
    display: inline-block;
    top: -5px;
    position: absolute;
    left: -29px;
}

.f-direccion-i {
    position: relative;
}

.tel {
    margin-bottom: 10px;
    position: relative;
}

.tel:before {
    background-image: url('../images/icono-tel.png');
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    top: -3px;
    position: absolute;
    left: 4px;
}

.fax {
    position: relative;
}

.fax:before {
    background-image: url('../images/icono-fax.png');
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    top: -3px;
    position: absolute;
    left: 4px;
}

.f-email {
    position: relative;
}

.f-email:before {
    background-image: url('../images/icono-email.png');
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 28px;
    height: 18px;
    display: inline-block;
    top: 3px;
    position: absolute;
    left: -44px;
}

.f-polit-c a:hover {
    opacity: .8;
}

.mauticform-label {
    font-size: 24px !important;
    font-weight: inherit !important;
}

.titulo-3:hover {
    color: #000;
    cursor: pointer;
}

#automocion-c, #otras-apps-c {
    margin-left: 21em;
    margin-bottom: 8em;
    display: none;
}

.automocion-descrip {
    width: 696px;
    font-size: 24px;
    line-height: 1.8em;
}

.sec3-t {
    display: flex;
    flex-direction: column;
}

.ef-lista {
    margin-top: 6em;
    font-size: 24px;
    list-style-type: none;
    margin-right: 18em;
}

.ef-lista > li {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    height: 100px;
}

.imagen-ap {
    position: relative;
    display: inline-block;
    width: 361px;
}

.grupo img {
    width: 77px;
}

.ef-lista > li > a:first-child {
    color: #000;
    text-decoration: none;
}

.thumb-size {
    position: absolute;
    right: 0;
    top: -89px;
    z-index: 0;
    transition: all 0.3s linear 0s;
    opacity: 0;
}

.flecha-negra {
    display: inline-block;
    width: 29px;
    height: 18px;
    background: url('../images/flecha-negra.gif');
    margin-right: 10px;
}

.ef-lista > li span {
    transition: all 0.3s linear 0s;
}

.ef-lista > li:hover span {
    margin-left: 21px;
}

.ef-lista > li:hover {
    font-weight: bold;
    transition: all 0.3s linear 0s;
}

.verbs > span {
    display: block;
}

.otras-apps-lista {
    list-style-type: none;
}

.otras-apps-lista > li {
    display: flex;
    align-items: center;
    line-height: 2em;
    font-size: 20px;
    cursor: default;
}

.menu-responsive {
    display: none;
}

.imagen-trabjs {
    opacity: .5;
    width: 100%;
}

body.abierto {
    overflow: hidden;
}

.ef-lista li:hover img.thumb-size {
    opacity: 1;
    z-index: 1;
}

@media (max-width: 1800px) {
    .contenedor {
        width: 100%;
    }

    section#seccion-1 {
        box-sizing: border-box;
        padding: 1em;
    }

    .hacemos-c {
        gap: 2em;
    }

    .verbs {
        padding-top: 7em;
    }

    .titulo2 {
        font-size: 40px;
    }

    .titulo-1 {
        font-size: 7em;
    }

    .h-cols {
        height: 100px;
    }

    .logo img {
        max-width: 243px;
        width: 100%;
    }

    .grupo {
        margin-left: 5%;
    }

    .env-header {
        box-sizing: border-box;
        padding-left: 4%;
        padding-right: 4%;
    }

    .menu {
        max-width: 729px;
        width: 100%;
    }

    header {
        height: inherit;
    }

    #video-fondo {
        position: inherit;
        left: inherit;
        right: inherit;
        top: inherit;
    }

    .slog-container {
        position: absolute;
        top: 0;
        font-size: 0.8em;
    }

    .titulo-3 {
        margin-left: 1em;
        margin-right: 1em;
        font-size: 100px;
    }

    .sec-3-slogans {
        line-height: 5.5em;
    }

    span.sec-3-slogan-3 {
        margin-left: 90px;
    }

    .sec-3-slogan-4 {
        margin-left: 68px;
    }

    span.sec-3-slogan-5 {
        margin-left: 61px;
    }

    span.sec-3-slogan-6 {
        margin-left: -392px;
    }

    .sec-3-slogans span {
        font-size: 80px;
    }

    span.sec-3-slogan-1 {
        font-size: 22px;
        margin-left: -594px;
    }

    .mauticform_wrapper {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

    .footer-logo, .footer-multi-content, .footer-logos-asoc {
        margin-left: 1em;
        margin-right: 1em;
    }

    footer {
        background-size: cover;
    }

    .f-direccion {
        margin-left: 2em;
    }

    .ef-lista {
        margin-right: inherit;
        width: 550px;
    }
}

/* caso especial */
@media (max-width: 1500px) {
    .titulo-3 {
        font-size: 75px;
    }

    .titulo-3 {
        font-size: 75px;
    }

    .sec-3-slogans span {
        font-size: 5em;
    }

    span.sec-3-slogan-1 {
        font-size: 2em;
        margin-bottom: -0.5em;
    }
}

/* caso especial */
@media (max-width: 1385px) {

    .footer-multi-content {
        flex-direction: column;
    }

    .f-direccion {
        margin-top: 0;
        margin-bottom: 1em;
        max-width: inherit;
    }

    .f-tels {
        padding-bottom: inherit;
        padding-left: 0;
        padding-top: 1em;
        border: 0 none;
        margin-bottom: 1em;
    }

    .f-email {
        margin-left: 3em;
        margin-bottom: 1em;
    }

    .f-polit-c {
        border-top: 1px solid #fff;
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
    }

    .sec-3-slogans span {
        font-size: 3em;
    }

    .sec-3-slogans {
        line-height: 3em;
    }

    span.sec-3-slogan-1 {
        font-size: 17px;
        margin-left: -322px;
        margin-bottom: -20px;
    }

    span.sec-3-slogan-2 {
        margin-left: 152px;
    }

    span.sec-3-slogan-3 {
        margin-left: 80px;
    }

    span.sec-3-slogan-6 {
        margin-left: -199px;
    }

}

@media (max-width: 1201px) {
    .hacemos-c {
        flex-direction: column;
        margin-top: 4em;
        margin-bottom: 4em;
        align-items: flex-start;
        font-size: 16px;
    }

    .verbs {
        padding-top: inherit;
    }

    .titulo2 {
        font-size: 22px;
        margin-right: 0;
    }

    .menu-container {
        display: none;
    }

    .h-cols {
        flex-direction: column;
        height: 48px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .logo img {
        width: 100%;
    }

    .grupo {
        margin-left: inherit;
        text-align: center;
        position: absolute;
        left: 1em;
        top: 12px;
    }

    .grupo img {
        width: 35px;
    }

    .titulo-1 {
        font-size: 4.5em;
    }

    .subslog-container {
        margin-left: 50%;
    }

    .contenedor-2 {
        width: 100%;
    }

    section#seccion-2 {
        padding-top: 2em;
        padding-bottom: 4em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .img-02-container {
        position: inherit;
        top: inherit;
        right: inherit;
        margin-bottom: 2em;
    }

    .img-03-container {
        margin-top: inherit;
    }

    .sec-2-img-c > img {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .img-01-container {
        display: block;
        margin-bottom: 2em;
    }

    .sec-2-img-c {
        display: block;
        overflow: inherit;
    }

    .sec-2-img-c > img:hover {
        transform: inherit;
    }

    .texto {
        width: 100%;
        line-height: inherit;
        font-size: 16px;
    }

    .sec-2 strong {
        margin-bottom: 1px;
    }

    .ventajas-list-c > li:before {
        left: 0;
        background-size: 100%;
        width: 15px;
    }

    .ventajas-list-c > li {
        padding-left: 2em;
        font-size: 16px;
    }

    ul.ventajas-list-c {
        gap: 0.5em;
        margin-top: 1em;
    }
        
    .menu-responsive {
        height: 26px;
        width: 37px;
        position: fixed;
        display: block;
        cursor: pointer;
        top: 1em;
        right: 1em;
    }

    .menu-responsive:after {
        content: '';
        position: absolute;
        display: block;
        width: 1rem;
        height: 0;
        top: -3px;
        left: 11px;
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }

    .logo {
        margin-top: 0.5em;
    }

    .menu-container.abierto {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        align-items: center;
        justify-content: center;
        background-color: #000000e3;
    }

    .idiomas {
        margin-top: 0;
        margin-bottom: 1em;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        gap: 0.5em;
    }

    .menu > a:before {
        display: none;
    }

    .menu-responsive.abierto {
        height: 34px;
        transform: scaleX(1.4);
    }

    .menu-responsive.abierto:after {
        content: 'x';
        color: #fff;
        font-weight: 300;
        box-shadow: inherit;
        font-size: 25px;
    }

    .mauticform-field-1, .mauticform-field-2 {
        flex: 1 0 100%;
    }

    .mauticform-field-3, .mauticform-field-4, .mauticform-field-5 {
        width: 100%;
    }

    .mauticform_wrapper {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

    .mauticform-field-1, .mauticform-field-2 {
        flex: 1 0 100%;
    }

    .mauticform-field-3, .mauticform-field-4, .mauticform-field-5 {
        width: 100%;
    }

    .mauticform-row {}

    .mauticform-field-7 {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 3em !important;
    }

    .mauticform-field-8 {
        text-align: left;
    }

    .mauticform-field-8, .mauticform-field-9 {
        width: 100%;
    }

    .mauticform-field-8 > .mauticform-checkboxgrp-row:first-child {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .mauticform-checkboxgrp-checkbox {
        width: inherit;
    }

    .mauticform-selectbox, .mauticform-input, .mauticform-textarea {
        font-size: 16px !important;
    }

    .mauticform-errormsg {
        font-size: 14px;
        color: #ff0000a3;
    }

    .mauticform-field-7 {
        font-size: 14px;
    }

    .mauticform-field-11 {
        margin-top: 1em;
    }

    .mauticform-field-10 {
        margin-bottom: 1em !important;
        margin-top: 1em;
    }

    .mauticform-label {
        font-size: 16px !important;
    }

    .env-header {
        border-bottom: 1px solid #ffffff26;
    }

    .footer-logos-asoc {
        justify-content: center;
        border-top: 1px solid #ccc;
        padding-top: 2em;
        flex-wrap: wrap;
    }

    .footer-logo {
        margin-top: 50px;
        text-align: center;
    }

    .logo-footer {
        width: 75%;
        max-width: 342px;
    }

    .thumb-size {
        position: inherit;
        right: inherit;
        top: inherit;
        z-index: inherit;
        opacity: inherit;
    }

    .imagen-ap {
        width: inherit;
    }

    .ef-lista > li {
        flex-direction: column;
        height: inherit;
        margin-bottom: 2em;
    }

    .ef-lista {
        margin-right: inherit;
        margin-top: inherit;
        width: auto;
        font-size: 20px;
    }

    #automocion-c, #otras-apps-c {
        margin-left: 1em;
        margin-right: 1em;
    }

    .ef-lista > li:hover {
        font-weight: inherit;
    }

    .ef-lista > li:hover span {
        margin-left: inherit;
    }

    span.sec-3-slogan-1 {
        margin-left: inherit;
    }

    span.sec-3-slogan-2 {
        margin-left: inherit;
    }

    span.sec-3-slogan-3 {
        margin-left: inherit;
    }

    .sec-3-slogans span {
        margin-left: inherit;
    }

    .sec-3-slogans {
        top: 8em;
    }

    .automocion-descrip {
        width: auto;
        margin-bottom: 2em;
        font-size: 20px;
    }

}

/* caso especial */
@media (max-width: 900px) {
    
    span.sec-3-slogan-3 {
        margin-left: 114px;
    }

    span.sec-3-slogan-5 {
        margin-left: 55px;
    }

    span.sec-3-slogan-2 {
        margin-left: 0;
    }

    .titulo-4 {
        font-size: 40px;
    }

    .mauticform_wrapper {
        margin-top: 3em !important;
    }
}

@media (max-width: 768px) {
    .titulo2 {
        font-size: 16px;
    }

    .titulo-1 {
        font-size: 24px;
    }

    .titulo-1 {
        font-size: 18px;
        margin-top: 58px;
    }

    .subslog-container {
        margin-left: 1em;
        margin-top: 12px;
        text-align: center;
    }

    .subslog-container > span {
        font-size: 14px;
    }

    .slog-5 {
        margin-left: 0;
    }

    .subslog-container > span {
        margin-left: 0;
    }

    .titulo-1:after {
        display: none;
    }

    .titulo-3 {
        margin-top: 1em;
        font-size: 22px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #automocion-c, #otras-apps-c {
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 0;
    }

    .automocion-descrip {
        font-size: 16px;
        width: inherit;
    }

    .ef-lista {
        margin-top: 1em;
        line-height: 3em;
    }

    .ef-lista > li {
        font-size: 16px;
    }

    .otras-apps-lista > li {
        line-height: 1.5em;
        font-size: 16px;
    }

    .flecha-negra {
        background-size: 100%;
        width: 15px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .imagen-trabjs{
        display: block;
    }

    section#automocion {
        background: 0 none;
        position: relative;
    }

    .imagen-trabjs {
        width: 100%;
    }

    .separador-gris {
        border-top: 1px solid #ccc;
        margin-left: 1em;
        margin-right: 1em;
    }

    .marquesina-c {
        margin-top: 4em;
    }

    .sec-3-slogans {
        top: 0;
    }

    .sec-3-slogans {
        top: 0;
        line-height: 1.3em;
    }

    span.sec-3-slogan-1 {
        font-size: 14px;
    }

    .sec-3-slogans span {
        font-size: 16px;
        margin-bottom: 0;
        margin-left: inherit;
    }

    .titulo-4 {
        font-size: 18px;
    }

    .mauticform_wrapper {
        margin-top: 1em !important;
    }
}