html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'DIN';
    /*src: url('./fonts/DINCond-Black.woff') format('woff');*/
    src: url('fonts/DINCond-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/**/

.full p {
    display: flex;
}

.site-header {
    padding: 25px 0;
    z-index: 99;
    position: relative;
}

.lp-phone__label {
    color: #fff;
}

#mainContent {
    top: -115px;
    z-index: 89;
    position: relative;
    padding: 100px 0;
    min-height: 750px;
}

.first-services {
    background: transparent;
    background-image: url(../images/fondo2.svg);
    background-repeat: no-repeat;
    color: #fff;
    top: -200px;
    position: relative;
    z-index: 99;
    padding: 125px 0 !important;
    background-position: top;
    background-size: cover;
}

.solution {
    background-image: url(../images/fondo3.svg);
    top: -280px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    color: #000;
    font-size: 2.625em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    z-index: 100;
    height: 800px;
    background-size: cover;
}

.focus__text {
    font-weight: 700 !important;
    font-size: 1.5em !important;
    line-height: 1em;
    text-transform: uppercase;
    padding: 25px 0;
}

.quotebox-first {
    position: absolute !important;
    max-width: 550px;
    /* height: 40.5pc; */
    /* background: aqua; */
    background: rgb(255, 120, 0);
    background: linear-gradient(90deg, rgba(255, 120, 0, 1) 0%, rgba(255, 180, 0, 1) 100%);
    padding: 3rem 5rem;
    border-radius: 40px !important;
    top: -510px;
    z-index: 150;
    overflow: auto;
    right: 15%;
}

.first-services h3 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.first-services h6 {
    text-align: left;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px;
    width: 45%;
    line-height: normal;
    color: #253038;
    padding: 0;
}

.quotebox-first input,
.quotebox-first select,
.quotebox-first textarea {
    background: transparent;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 14px;
    text-transform: none;
    border: 1px solid #fff;
    border-radius: 8px;
}

.quotebox-first input:focus,
.quotebox-first select:focus,
.quotebox-first textarea:focus {
    background: transparent;
    color: #000000;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 14px;
    text-transform: none;
    border: 1px solid #000000;
    border-radius: 8px;
}

.quotebox-first textarea {
    height: 80px;
}

.quotebox-first ::-webkit-input-placeholder {
    color: #fff!important;
}

.quotebox-first ::-moz-placeholder {
    color: #fff!important;
}

.quotebox-first :-ms-input-placeholder {
    color: #fff!important;
}

.quotebox-first :-moz-placeholder {
    color: #fff!important;
}

.togglebuttons>span input:checked+.wpcf7-list-item-label {
    border-radius: 4px;
    background: #465778;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    display: none;
    transition: all 3s ease-out;
}

.togglebuttons .last .wpcf7-list-item-label {
    background-image: url(../images/yes.png) !important;
    background-color: transparent !important;
    width: 100px !important;
    height: 40px;
    border: none !important;
    box-shadow: none !important;
    color: transparent !important;
    transition: all 3s ease-out;
    display: block;
}

.togglebuttons .first .wpcf7-list-item-label {
    background-image: url(../images/no.png) !important;
    background-color: transparent !important;
    width: 100px !important;
    height: 40px;
    border: none !important;
    box-shadow: none !important;
    color: transparent !important;
    transition: all 3s ease-out;
}

form label {
    display: block;
    font-weight: 100;
    margin-bottom: 4px;
    margin-right: 10px;
    margin: 5px;
}

.consent-checkbox span {
    font-size: 0.8rem !important;
}

span.wpcf7-list-item.first.last {
    font-size: 0.8rem !important;
    line-height: normal;
}

input[type="checkbox"] {
    background: transparent;
    color: #000000;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 14px;
    text-transform: none;
    border: 1px solid #000000;
    border-radius: 8px;
    width: 1rem !important;
    height: 1rem;
    margin: 8px;
    accent-color: #fff;
}

.quotebox-first .main_button {
    font-family: 'DIN';
    font-size: 1em;
    line-height: 1em;
    padding: 20px;
    background-color: #222B3C;
    border-radius: 25px;
    font-weight: normal;
}

.first-services__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 0 0 20%;
    padding: 10px;
    text-align: center;
    color: #253038;
}

.first-services__item h2 {
    font-size: 1rem;
    font-weight: 700;
    flex: 1;
    line-height: 1em;
    margin: 18px 0;
    flex: 0 0 60%;
}

.main-row-normal {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

.first-services__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1em;
    justify-content: center;
    margin: 25px 0;
}

.first-services__item__wrapper {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    border-radius: 10px;
    flex-flow: column;
    margin: 40px;
}

.solution.block-section {
    padding: 12rem 0;
    /* font-family: 'Franklin'; */
    text-align: left;
}

.block-section:after {
    content: "";
    clear: both;
    display: table;
}

.solution__title {
    color: #FF9600;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}

.solution__subtitle {
    color: #FFFFFF;
    font-weight: 400;
}

.last-services-first {
    position: relative;
    top: -200px;
}

.last-services-first h3 {
    width: 40%;
}

.items__icon {
    flex: 0 0 65px;
    margin-right: 10px;
}

.last-services {
    background: #e1e6eb;
    padding: 5rem;
}

.block-section__title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 30px;
    color: #FF9600;
    text-align: center;
    padding: 0 16rem;
}

.items__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125em;
    font-weight: bold;
    margin: -20px -20px 20px -20px;
    text-transform: none;
}

.last-services__item h2 {
    font-size: 1.125em;
    font-weight: bold;
    flex: 1;
    line-height: 1em;
    text-transform: none;
    padding: 1rem 1rem 2rem 1rem;
}

.last-services__item__wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 25px;
}

.last-services__icon {
    margin-bottom: 15px;
}

.last-services__icon img {
    max-width: 100%;
}

.call__us {
    background: #253038;
    color: #fff;
    padding: 5rem;
}

.call__us-phone__number {
    color: #fff;
}

.call__us-phone__number span {
    font-weight: bold;
    font-size: 1.66em;
    margin: 0 5px;
    color: #FF9600;
}

.lp-phone__icon img {
    max-width: 65px;
}

.call__us__list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
}

.last_section {
    background: linear-gradient(90deg, rgba(255, 180, 0, 1) 0%, rgba(255, 120, 0, 1) 100%) !important;
    padding: 35px 0;
}

.quotebox {
    background: transparent;
    border-radius: 4px;
    flex: 0 0 40%;
    padding: 30px 50px 20px 50px;
    position: relative;
}

.quotebox h2 {
    text-align: center;
    font-size: 3rem !important;
    font-weight: bold !important;
}

.quotebox h3 {
    text-align: center;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    text-transform: initial;
}

.quotebox input,
.quotebox select,
.quotebox textarea {
    background: transparent;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 14px;
    text-transform: none;
    border: 1px solid #fff;
    border-radius: 8px;
}

.quotebox input:focus,
.quotebox select:focus,
.quotebox textarea:focus {
    background: transparent;
    color: #000000;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 14px;
    text-transform: none;
    border: 1px solid #000000;
    border-radius: 8px;
}

.quotebox input::placeholder {
    color: #fff !important;
    text-transform: none !important;
}

.quotebox textarea {
    height: 80px;
}

.quotebox ::-webkit-input-placeholder {
    color: #222B3B!important;
}

.quotebox ::-moz-placeholder {
    color: #222B3B!important;
}

.quotebox :-ms-input-placeholder {
    color: #222B3B!important;
}

.quotebox :-moz-placeholder {
    color: #222B3B!important;
}

.quotebox button {
    font-size: 1rem;
    line-height: 1em;
    padding: 15px;
    border-radius: 30px;
    background-color: #222B3C;
    text-transform: uppercase;
    font-weight: 700;
}


/**/

* {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

*:focus {
    outline: none;
}

a {
    cursor: pointer;
}

a,
li,
span,
article,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
img,
svg,
nav {
    outline: none;
    transition: all 0.3s ease;
}

strong {
    font-weight: bold;
}

html {
    overflow-x: hidden;
    width: 100%;
}

html,
body {
    height: auto;
}

body {
    color: #222B3B;
    font-family: 'Cera', Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

span {
    font-weight: inherit;
}

img {
    height: auto;
    margin-bottom: -7px;
    max-width: 100%;
}

p {
    margin: 0;
}

input,
select {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 16px;
    /*     text-transform: uppercase; */
    width: 100%;
}

.form__item {
    margin-top: 20px;
}

input,
select {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 16px;
    /*     text-transform: uppercase; */
    width: 100%;
}

button {
    background: rgb(23, 26, 33);
    background: linear-gradient(0deg, rgba(23, 26, 33, 1) 0%, rgba(34, 38, 48, 1) 100%);
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 16px;
    text-align: center;
    width: 100%;
}


/* ------------------------------------------------------  */

.offer sup {
    font-size: smaller;
    font-size: 18px;
}

.disclamer sup {
    font-size: smaller;
    font-size: 9px;
}

#wpcf7-f1827-p1830-o1>form>ul>li:nth-child(9)>p {
    display: flex;
}

ul.form span.wpcf7-radio input:hover {
    cursor: pointer;
}

.togglebuttons .wpcf7-list-item {
    margin: 0 0px 0 0;
    display: inline-block;
}

.togglebuttons>span input {
    opacity: 0;
    position: absolute;
    width: 100% !important;
    height: 24px;
}

.togglebuttons>span .wpcf7-list-item-label {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: 5px 8px;
    background: #121c2f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    border: none;
    text-transform: uppercase;
    /* 	margin: 0px -10px 0px; */
    width: 50px;
}

.wpcf7-form-control-wrap {
    position: relative !important;
}


/* ------------------------------------------------------ */

.main-row {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
}

.main-thank-you-text {
    font-size: 1.875em;
    font-family: 'DIN';
    line-height: 1em;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.site-header {
    padding: 25px 0;
}

.site-header__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.lp_logo img {
    max-width: 240px;
}

.lp-phone {
    /*     font-family: 'Franklin'; */
    align-items: center;
    display: flex;
    font-size: 1.125em;
    font-weight: bold;
}

.lp-phone__icon {
    margin-right: 10px;
}

.lp-phone__number {
    color: #ff9600;
    font-size: 1.66em;
    font-weight: 900;
}

.main-section {
    background: #222B3B;
    color: #fff;
    padding: 72px 0;
    position: relative;
}

.ms_thanks {
    background: #222B3B;
    color: #fff;
    padding: 200px 0;
    position: relative;
}

.main-section__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.main-section__title {
    line-height: 1em;
    max-width: 630px;
    text-align: center;
}

.main-section__title h1 {
    /* font-family: 'DIN';
    line-height: 1em;
    text-transform: uppercase;
    margin: 20px 0 10px */
}


/*.main-section__title h1 span {*/


/*    border-radius: 10px;*/


/*    color: #fff;*/


/*    display: inline-block;*/


/*    font-size: 3.75em;*/


/*    line-height: 1em;*/


/*    margin-top: 8px;*/


/*    padding: 6px 15px 10px 15px;*/


/*}*/

.main-section__title h1 span {
    background: #ff8200;
    background: linear-gradient(0deg, rgba(255, 130, 0, 1) 0%, rgba(255, 170, 0, 1) 100%);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 3.75em;
    line-height: 1em;
    margin-top: 8px;
    padding: 6px 15px 10px;
}

.disclamer {
    font-size: 12px;
    line-height: 1.1rem;
    margin-top: 20px;
    display: block;
}

.main-section__title h2 span {
    color: #ff9600;
    /*font-size: 1.25em;*/
    font-weight: 900;
    line-height: 1em;
    font-size: 37px;
}

h2.offer span {
    color: #ff9600;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3em;
}

.main-section__title__thanks {
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
}

.main-section__title__thanks h1 {
    font-family: 'DIN';
    font-size: 2em;
    font-weight: 900;
    line-height: 0.9em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-section__title__thanks h1 span {
    border-radius: 10px;
    display: inline-block;
    margin-left: -15px;
    padding: 12px 15px;
}

.main-section__title__thanks h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 10px 0 20px;
}

.quotebox:before {
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 82px;
    display: block;
    left: -100px;
    margin-top: -36px;
    position: absolute;
    top: 50%;
    animation: move 0.3s infinite alternate;
    width: 132px;
}

.quotebox {
    position: relative;
    max-width: 500px;
}


/* .quotebox__title {
    font-family: 'DIN';
    font-size: 2.25em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
} */

.quotebox__title {
    font-size: 1.65em;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}


/* -------------- */

.quotebox-first {
    border-radius: 4px;
    flex: 0 0 40%;
    position: relative;
}

.main-section__title h2 {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}

.quotebox-first:before {
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 82px;
    display: block;
    left: -100px;
    margin-top: -36px;
    position: absolute;
    top: 50%;
    animation: move 0.3s infinite alternate;
    width: 132px;
}

.quotebox-first__title {
    font-size: 2.25em;
    font-family: 'DIN';
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    margin: 12px;
}


/* ---------------------- */

@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

.form__item {
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    color: #fff;
    background: #dc3232;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 4px;
    padding: 5px 8px;
    text-transform: uppercase;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 10px 0 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

.main-section__background {
    background-size: cover;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.submitting:before {
    background: rgba(0, 0, 0, 0.8) url(../images/loading.svg) center no-repeat!important;
    cursor: default!important;
    height: 100%!important;
    content: ''!important;
    left: 0!important;
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
    z-index: 999999!important;
    animation: initial!important;
    opacity: 1!important;
}

.wpcf7-not-valid-tip {
    color: #fff;
    background: #dc3232;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 4px;
    padding: 5px 8px;
    text-transform: uppercase;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 10px 0 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

.main-section__background {
    background-size: cover;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.submitting:before {
    background: rgba(0, 0, 0, 0.8) url(../images/loading.svg) center no-repeat!important;
    cursor: default!important;
    height: 100%!important;
    content: ''!important;
    left: 0!important;
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
    z-index: 999999!important;
    animation: initial!important;
    opacity: 1!important;
}

.block-section__big-title {
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.focus__text {
    /* text-align: left; */
}

.first-services__icon img {
    flex: 0 0 64px;
    max-width: 64px;
}

.items__item {
    align-items: center;
    display: flex;
    flex: 0 0 33.33%;
    padding: 20px;
}

.last-services__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}

.last-services__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 20%;
    padding: 10px;
    text-align: center;
}


/* ------------- */

.call__us__list__item {
    /*     font-family: 'Franklin'; */
    align-items: center;
    display: flex;
    font-size: 1.125em;
    font-weight: bold;
}


/* 
.call__us__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.call__us__label {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0px;
}

.call__us {
    background: #131a24;
    color: #fff;
}



.call__us__item {
    padding: 0 20px;
} */


/* ------------------- */

.site-footer__bottom {
    padding: 30px 0;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    body {
        font-size: 14px;
    }
    .main-row {
        width: 1020px;
    }
    .main-section__title,
    .quotebox,
    .quotebox-first {
        max-width: 35%;
    }
    .block-section {
        padding: 50px 0;
    }
    ul.form span.wpcf7-radio input {
        display: flex;
        width: 100% !important;
        height: 36px;
    }
}

@media screen and (max-width: 1279px) {
    .main-row,
    .main-row-normal {
        width: 86%;
    }
    .block-section__title {
        font-size: 2.25em;
    }
    .solution__title br,
    .solution__subtitle br {
        display: none;
    }
    .last-services__item {
        flex: 0 0 33.33%;
    }
    ul.form span.wpcf7-radio input {
        display: flex;
        width: auto;
    }
    .main-section__title h1 span {
        font-size: 2.75em;
        margin-top: 4px;
        padding: 10px 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    .main-section {
        padding: 20px 0;
    }
    .main-section__content {
        display: block;
        text-align: center;
    }
    .main-section__title {
        margin-bottom: 20px;
    }
    .main-section__title,
    .quotebox,
    .quotebox-first {
        max-width: 100%;
    }
    .last-services-first h3 {
        width: 100%;
        text-align: center;
    }
    .block-section__title {
        /* font-size: 1.5em; */
        font-weight: 700;
        line-height: 1.4em;
        /* margin-bottom: 30px; */
        color: #FF9600;
        text-align: center;
        padding: 19px;
    }
    .items__item {
        align-items: center;
        display: flex;
        flex: 0 0 33.33%;
        padding: 5px 30px;
    }
    ul.form li {
        flex: 0 0 50%;
    }
    .block-section {
        padding: 25px 0;
    }
    .block-section__title {
        font-size: 1.75em;
        margin-bottom: 20px;
    }
    .first-services__item {
        flex: 0 0 50%;
    }
    .last-services__item {
        flex: 0 0 50%;
    }
    .solution {
        font-size: 2em;
    }
    .main-thank-you-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .call__us__list__item {
        /*         font-family: 'Franklin'; */
        align-items: center;
        display: flex;
        font-size: 0.5em;
        font-weight: 700;
    }
    .call__us-phone__content {
        padding-left: 5px;
    }
    ul.form span.wpcf7-radio input {
        display: flex;
        width: auto;
    }
    .main-section__title h2 {
        font-size: 14px;
    }
    sup {
        font-size: smaller;
        font-size: 10px;
    }
    .main-section__title h1 span {
        /*margin-left: -10px;*/
        margin-left: 0px;
        margin-top: 4px;
        padding: 10px 10px 10px;
        width: 75%;
    }
    .quotebox-first {
        max-width: 100%;
        margin-top: 20px;
    }
    .main-section__title {
        max-width: 100%;
        margin-top: 0px;
    }
    .focus__text {
        font-size: 1.0em!important;
        text-align: center;
    }
    .call__us__list {
        display: block;
        padding: 0 1rem;
    }
    .call__us__list__item {
        /*         font-family: 'Franklin'; */
        align-items: center;
        display: flex;
        font-size: 1em;
        font-weight: 700;
        margin: 6px 0;
    }
    .call__us-phone__content {
        padding-left: 5px;
    }
    .main-section__content__header {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        margin: 150px auto !important;
    }
}

@media screen and (max-width: 639px) {
    .main-section__title h2 span {
        color: #ff9600;
        font-weight: 900;
        line-height: 1em;
        font-size: 30px;
    }
    .main-section__title h1 span {
        /*margin-left: -10px;*/
        margin-left: 0px;
        margin-top: 4px;
        padding: 10px;
        width: 75%;
    }
    h2.offer span {
        color: #ff9600;
        font-size: 1.25em;
        font-weight: 700;
        line-height: 1.3em;
    }
    .site-header {
        padding: 15px 0;
    }
    .lp_logo img {
        width: 180px;
    }
    .lp-phone__icon {
        margin-right: 0;
    }
    .lp-phone__icon img {
        width: 32px;
    }
    .lp-phone__content {
        display: none;
    }
    .main-section__title {
        margin-bottom: 30px;
    }
    .main-section__title h1 {
        /* margin-bottom: 10px; */
    }
    .main-section__title h1 {
        font-size: 0.75em;
    }
    .quotebox-first__title {
        font-size: 2em;
        font-family: 'DIN';
        font-weight: 900;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        margin: 12px;
    }
    ul.form li {
        flex: 0 0 100%;
    }
    .first-services__item,
    .items__item,
    .last-services__item {
        flex: 0 0 80%;
    }
    .main-thank-you-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .call__us-phone__number {
        color: #fff;
    }
    ul.form span.wpcf7-radio input {
        display: flex;
        width: auto;
    }
    .main-section__title h2 {
        font-size: 14px;
    }
    sup {
        font-size: smaller;
        font-size: 10px;
    }
    .offer sup {
        font-size: smaller;
        font-size: 12px;
    }
    .main-section__title h1 span {
        /*margin-left: -10px;*/
        margin-left: 0px;
        margin-top: 4px;
        padding: 10px 10px 10px;
        width: 75%;
    }
    .quotebox-first {
        max-width: 100%;
    }
    .quotebox-first {
        position: absolute !important;
        max-width: 550px;
        background: rgb(255, 120, 0);
        background: linear-gradient(90deg, rgba(255, 120, 0, 1) 0%, rgba(255, 180, 0, 1) 100%);
        padding: 2rem 3rem;
        border-radius: 10px !important;
        top: -150px;
        z-index: 150;
        right: 0;
    }
    .main-section__title {
        max-width: 100%;
        margin-top: 0px;
    }
    .first-services__item__wrapper {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: center;
        border-radius: 10px;
        flex-flow: row;
        margin: 10px 0 0 0;
    }
    .solution.block-section {
        padding: 5rem 0;
        /* font-family: 'Franklin'; */
        text-align: left;
    }
    .solution {
        background-image: url(../images/fondo3.svg);
        top: -280px;
        position: relative;
        background-repeat: no-repeat;
        background-position: left;
        color: #000;
        font-weight: bold;
        line-height: 1em;
        text-align: center;
        z-index: 100;
        height: 350px;
    }
    .first-services__item h2 {
        font-weight: 700;
        flex: 1;
        line-height: 1em;
        margin: 18px 10px;
        flex: 0 0 60%;
        text-align: center;
    }
    .first-services h6 {
        text-align: center;
        font-size: 1.7rem;
        font-weight: 700;
        margin-bottom: 20px;
        width: 100%;
        line-height: normal;
        color: #253038;
        padding: 0;
        margin-top: 681px;
    }
    .call__us__list__item {
        font-size: 0.8em;
    }
    .quotebox {
        padding: 20px 30px 15px;
    }
    .first-services__list {
        margin: 0;
    }
    
    .main-section__content__header {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        margin: 150px auto !important;
    }
    
}


/* Checkbox */

.consent-checkbox {
    /*margin: -5px 20px 15px !important;*/
}

.consent-checkbox-office {
    margin: 10px 0 !important;
}

.wpcf7-list-item first last {
    display: flex !important;
}

#consent>span {
    display: flex !important;
}

#consent>span input[type="checkbox"] {
    width: initial;
}

ul.form li.consent-checkbox {
    flex: 1;
}

ul.form li.consent-checkbox input[type="checkbox"] {
    float: left;
    width: initial;
}

form #consent>span input[type="checkbox"] {
    width: initial;
    display: inline-block;
    height: 16px;
    margin: 4px 4px 0 0 !important;
    vertical-align: middle;
}

.main-section__content__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin: 200px auto;
}