html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

:root {
    --orange: #FF9600;
    --lightgray: #EEF2F6;
}


/* @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;
} */


/*  */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*  */

* {
    -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: #474E5A;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    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 {
    border-radius: 4px;
    color: #222;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 16px;
    width: 100%;
}

.form__item {
    margin-top: 20px;
}

input,
select {
    border-radius: 4px;
    color: #222;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 16px;
    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;
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 16px;
    text-align: center;
    width: 100%;
}


/* ------------------------------------------------------  */

#wpcf7-f1827-p1830-o1>form>ul>li:nth-child(9)>p {
    display: flex;
}

#wpcf7-f1848-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: 40% !important;
    height: 24px;
}

form label {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
    margin-right: 10px;
}

.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);
    text-transform: uppercase;
    /* 	margin: 0px -10px 0px; */
    width: 50px;
}

.wpcf7-form-control-wrap {
    position: relative !important;
}

.togglebuttons>span input:checked+.wpcf7-list-item-label {
    border-radius: 4px;
    background: #465778;
    /* border: none; */
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    /* 	margin: 0px 10px 0px; */
    width: 50px;
}


/* ------------------------------------------------------ */

.main-row {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
}

.main-row-normal {
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
}

.site-header {
    padding: 25px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.site-header__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.lp_logo img {
    max-width: 240px;
}

.lp-phone {
    align-items: center;
    display: flex;
    font-size: 1.125em;
    font-weight: bold;
}

.lp-phone__icon {
    margin-right: 10px;
}

.lp-phone__icon img {
    max-width: 48px;
}

.lp-phone__number {
    color: var(--orange);
    font-size: 1.66em;
    font-weight: 900;
}

.main-section {
    background: #1c2028;
    color: #fff;
    padding: 72px 0;
    position: relative;
}

.ms_thanks {
    background: #1c2028;
    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
}


/* --------------------Customer------------------------------------------ */

.hero {
    color: #000;
    background-color: #fff;
}

.hero__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 138px 0 90px;
}

.hero__caption {
    flex: 0 0 60%;
    position: relative;
    z-index: 2;
}

.hero__image {
    position: relative;
    z-index: 1;
}

.hero__image img {
    margin-top: -20px;
}

.hero__testimonial__comillas {
    position: absolute;
    left: 70%;
    bottom: -16px;
}

.hero__image:before {
    border: 160px solid var(--lightgray);
    border-radius: 10000px;
    content: '';
    left: -52%;
    position: absolute;
    height: 130%;
    transform: translateY(-50%);
    top: 50%;
    width: 1200px;
}

.hero__testimonial {
    position: absolute;
    border-radius: 1.25rem;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(28, 41, 54, 0.08);
    padding: 1.5625em;
    max-width: 19.1875em;
    bottom: -120px;
    left: 50%;
}

.hero__testimonial__title {
    font-size: 0.875em;
    line-height: 1.5em;
}

.hero__testimonial__subtitle {
    font-size: 0.75em;
    text-transform: uppercase;
    margin-bottom: -1em;
    line-height: 1.5em;
}

.hero__testimonial__content {
    font-size: 0.6875em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.5em;
    position: relative;
    color: #757B89;
}

.gray-circle {
    background: #1C2936;
    bottom: 20px;
    border-radius: 100%;
    height: 58px;
    left: 54px;
    position: absolute;
    width: 58px;
}

.orange-circle {
    top: 40px;
    border: 5px solid var(--orange);
    border-radius: 100%;
    height: 113px;
    left: 78%;
    position: absolute;
    width: 114px;
}


    
    

.hero__title {
    color: #000;
    font-size: 56px;
    font-style: normal;
    line-height: 56px;
    margin-bottom: 25px;
}

.request_button {
    border-radius: 10px;
    border-bottom: 2px solid #FF7200 !important;
    /* border-bottom: 2px solid #FF7200 !important; */
    background: var(--orange) !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 16px 40px;
    text-align: center;
}

.hero-label__content {
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}

.hero__list {
    display: flex;
    flex-direction: row;
    margin-top: 7%;
}

.hero__location-section {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.hero__location__item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero__location-icon,
.hero__location-content {
    margin-right: 20px;
}

.hero__card__title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    justify-content: center;
}

.hero__card__subtitle {
    color: #757B89;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    justify-content: center;
    margin-top: 5px;
}

.hero__card__stars {
    margin-bottom: 0;
}

.hero__card__content {
    color: #757B89;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
}

.hero__card {
    margin-top: -10%;
    text-align: left;
    padding: 30px;
    margin-left: auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(28, 41, 54, 0.08);
    z-index: 1;
    position: relative;
    transform: translate(50%, -0%);
}

.hero__list__item {
    position: relative;
}


/* -----Boost Business-----*/

.boost__business {
    background-image: url(../images/boost-your-business.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 200px 0;
}

.boost__business__list {
    flex: 1;
}

.boost__business-div__content {
    width: 100%;
    max-width: 640px;
}

.boost__business-content__title {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}


/* --------------------------Specialized Service */

.specialized {
    align-items: center;
    display: flex;
    margin-top: -320px;
}

.specialized__image {
    flex: 0 0 60%;
}

.specialized__image img {
    border-radius: 0 320px 320px 0;
    height: 640px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.specialized__caption {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 60px 0px rgba(71, 78, 90, 0.10);
    flex: 0 0 50%;
    margin-left: -10%;
    padding: 60px;
    max-width: 640px;
    position: relative;
    z-index: 2;
}

.specialized__title {
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
}


/* --------------------Start Working-----------------------------*/

.start__working {
    color: #000;
    background-color: #fff;
}

.start__working-label {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #474E5A;
}

.start__working-label__content {
    color: #474E5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.start__working__list {
    display: flex;
    flex-direction: row;
}

.start__working-item__content {
    margin: 50px;
}


/* Switch Start */

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch-input {
    display: none;
}

.switch-label {
    display: block;
    width: 80px;
    height: 34px;
    background-color: #ccc;
    border-radius: 17px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.switch-label:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: white;
    top: 3px;
    right: 3px;
    /* Posición inicial en la parte derecha */
    transition: transform 0.3s;
}

.switch-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #333;
    transition: opacity 0.3s;
}

.switch-input:checked+.switch-label {
    background-color: #474E5A;
}

.switch-input:checked+.switch-label:before {
    transform: translateX(-28px);
    right: auto;
    left: 40%;
}

.switch-input:checked+.switch-label .switch-text:nth-child(1) {
    opacity: 0;
    left: auto;
    right: 10px;
}

.switch-input:checked+.switch-label .switch-text:nth-child(2) {
    opacity: 1;
    left: 60%;
    right: auto;
    color: #fff;
}

.switch-input:not(:checked)+.switch-label:before {
    transform: translateX(0);
    right: 3px;
}

.switch-input:not(:checked)+.switch-label .switch-text:nth-child(2) {
    opacity: 0;
    left: auto;
    right: 10px;
}

.switch-input:not(:checked)+.switch-label .switch-text:nth-child(1) {
    opacity: 1;
    left: 10px;
    right: auto;
}


/* Switch End */

*,
*:focus {
    outline: none
}

.form-request {
    display: flex;
}

.form-item {
    position: relative;
    margin-bottom: 15px
}

.form-item input {
    display: block;
    width: 400px;
    height: 40px;
    background: transparent;
    border: solid 1px #ccc;
    transition: all .3s ease;
    padding: 0 15px;
    border-radius: 10px;
}

.form-item input:focus {
    border-color: #FF9600;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease
}

.form-item input:focus+label,
.form-item input:valid+label {
    font-size: 11px;
    top: -5px
}

.form-item input:focus+label {
    color: #FF9600
}


/* End Form*/


/* --------------------Consultancy------------------------------------------ */

.consultancy.block-section {
    padding: 80px 0px 10px !important
}

.consultancy {
    color: #fff;
    position: relative;
}

.consultancy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: var(--sb-orange-diagonal, linear-gradient(135deg, #FFB400 0%, #FF7900 100%));
    z-index: -1;
}

.consultancy::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30%;
    width: 100%;
    height: 100%;
    background: var(--sb-orange-diagonal, linear-gradient(135deg, #FFB400 0%, #FF7800 100%));
    border-bottom-left-radius: 31em;
    border-top-left-radius: 31em;
    border-bottom-right-radius: initial;
}

.consultancy__content {
    position: relative;
    z-index: 1;
}

.consultancy-label {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.consultancy__list {
    display: flex;
    flex-direction: row;
}

.consultancy__list__item .consultancy__image {
    /* background: red; */
    max-width: none;
    max-height: 470px;
    position: absolute;
    bottom: 0px;
    z-index: 99999;
    height: 550px;
}

.consultancy__location-section {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    max-width: 80%;
}

.consultancy-item__content {
    margin: 50px;
}

.consultancy__list__item img {
    max-width: none;
    max-height: 350px;
}

.consultancy__location__item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.consultancy__location-icon,
.consultancy__location-content {
    margin-right: 20px;
}


/* --------------------Consultancy------------------------------------------ */

.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.3em;
    margin-top: 20px;
    display: block;
}

.main-section__title h2 span {
    color: var(--orange);
    font-weight: 900;
    line-height: 1em;
    font-size: 37px;
}

.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 {
    border-radius: 4px;
    flex: 0 0 40%;
    padding: 30px 0px 20px 0px;
    position: relative;
}

.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-size: 1.65em;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}

.quotebox input,
.quotebox select,
.quotebox textarea {
    background: #fff;
    padding: 15px 15px;
    color: #474E5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 6px;
}

.quotebox input::placeholder {
    color: #474E5A !important;
}

.quotebox textarea {
    height: 80px;
}

.quotebox ::-webkit-input-placeholder {
    color: #1c2028!important;
}

.quotebox ::-moz-placeholder {
    color: #1c2028!important;
}

.quotebox :-ms-input-placeholder {
    color: #1c2028!important;
}

.quotebox :-moz-placeholder {
    color: #1c2028!important;
}

.quotebox .main_button {
    padding: 10px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    text-transform: inherit;
    background: #FF9600 !important;
}

.toggle {
    /*width: 125px !important;*/
    /*height: 50px !important;*/
     width: 90px !important;
    height: 35px !important;
}

.toggle-on {
    background: #dbe5ef;
    border-radius: 50px;
    line-height: 41px;
    color: #514949;
    /* width: 20%; */
    text-align: center;
    margin: 0 !important;
}

.toggle-off {
    background: #30435b;
    border-radius: 50px;
    line-height: 41px;
    /* width: 25%; */
    color: #ffffff;
    margin: 0 !important;
}

.btn-primary {
    min-height: 2.815rem;
    background: #dbe5ef;
    border-radius: 50px;
    border: 6px solid #dbe5ef;
}

.toggle-handle {
    display: block;
    border-radius: 50px;
    width: 3.5rem !important;
}

.off {
    min-height: 2.815rem;
    background: #30435b;
    border-radius: 50px;
    border: 6px solid #30435b;
}

.toggllabel label {
    margin: 15px;
}

.labelcustomform {
    float:left;
    margin: 40px 20px 20px 0 !important;
}

.toggle-off.btn-lg {
    text-align: center !important;
    /*padding-left: 12px !important;*/
    padding-left: 30px !important;
}

.toggle-on.btn-lg {
    /*margin: -2px 0px !important;*/
    margin: -13px 0px !important;
    padding-right: 2rem;
}


/* -------------- */

.main-section__title h2 {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}


/* ---------------------- */

@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 {
    padding: 120px 0;
    /*     font-family: 'Franklin'; */
}

.block-section__title {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.block-section__subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 28PX;
    margin-bottom: 30px;
    text-align: center;
}

.block-section__big-title {
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.call__us {
    background: #EEF2F6;
    text-align: center;
    padding: 120px 0 440px;
}

.call__us h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.call__us__p {
    margin: 0 auto;
    max-width: 640px;
}


/* ------------- */

.call__us-phone__number {
    color: #fff;
}

.call__us-phone__number span {
    font-weight: bold;
    font-size: 1.66em;
    margin: 0 5px;
}

.call__us__list {
    align-items: center;
    display: flex;
    gap: 5em;
    margin-top: 30px;
    justify-content: space-between;
}

.call__us__list__item {
    align-items: center;
    display: flex;
    font-weight: bold;
    justify-content : center;
}

.first-services__title {
    line-height: 1.4em;
    margin-top: 10px;
}

.breadcumb {
    bottom: -135px;
    position: absolute;
    font-size: 0.8rem !important;
}

.breadcumb a {
    color: var(--orange);
}

.breadcumb a.inactive_bradcumb {
    color: #474E5A;
    cursor: default;
}


/* ------------------- */

.site-footer__bottom {
    padding: 30px 0;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    body {
        font-size: 14px;
    }
    .main-row {
        /*width: 1020px;*/
        width: 80%;
    }
    .main-section__title,
    .quotebox,
    .block-section {
        padding: 50px 0;
    }
    ul.form span.wpcf7-radio input {
        display: flex;
        width: auto;
    }
}
@media screen and (min-width: 901px) and (max-width: 1400px) {
/*@media screen and (max-width: 1280px) {*/
    .main-row,
    .main-row-normal {
        width: 86%;
    }
    .block-section__title {
        font-size: 2.25em;
    }
    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;
    }

    
    .consultancy__list__item .consultancy__image {
        max-height: 470px;
        position: absolute;
        bottom: 0px;
        z-index: 99999;
        height: 550px;
    }
    
    .consultancy-item__content {
        margin: 50px 60px;
    }
    
    
.consultancy__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .consultancy__list__item {
        /*margin-bottom: 30px;*/
    }
    .consultancy__location-section {
        /*display: flex;*/
        /*flex-direction: column;*/
        /*margin-top: 40px;*/
        /*text-align: left;*/
        
        display: flex;
        flex-direction: row;
        margin-top: 40px;
        margin-left: 25%;
        text-align: center;
        
    
    }
    .consultancy__list__item .consultancy__image {
        max-width: 350px;
        max-height: 400px;
        position: initial;
        margin-top: -105px;
    }


    .consultancy::after {
        content: "";
        position: absolute;
        top: 0;
        right: -30%;
        width: 110%;
        height: 102%;
        background: var(--sb-orange-diagonal, linear-gradient(135deg, #FFB400 0%, #FF7800 100%));
        border-bottom-left-radius: 31em;
        border-top-left-radius: 31em;
        border-bottom-right-radius: initial;
    }
    


}

@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 {
        max-width: 100%;
    }
    ul.form li {
        flex: 0 0 50%;
    }
    .block-section {
        padding: 50px 0;
    }
    .block-section__title {
        font-size: 1.75em;
        margin-bottom: 20px;
    }
    .call__us__list__item {
        align-items: center;
        display: flex;
        font-size: 0.5em;
        font-weight: 700;
    }
    .call__us-item__content {
        padding-left: 5px;
    }
    ul.form span.wpcf7-radio input {
        display: flex;
        width: auto;
    }
    .main-section__title h2 {
        font-size: 14px;
    }
    .main-section__title h1 span {
        margin-left: 0px;
        margin-top: 4px;
        padding: 10px 10px 10px;
        width: 75%;
    }
    .main-section__title {
        max-width: 100%;
        margin-top: 0px;
    }
    .call__us__list {
        display: block;
    }
    .call__us__list__item {
        align-items: center;
        display: flex;
        font-size: 1em;
        font-weight: 700;
        margin: 6px 0;
    }
    .call__us-item__content {
        padding-left: 5px;
    }
}

@media screen and (max-width: 900px) {
    .main-section__title h2 span {
        color: var(--orange);
        font-weight: 900;
        line-height: 1em;
        font-size: 30px;
    }
    .main-section__title h1 span {
        margin-left: 0px;
        margin-top: 4px;
        padding: 10px;
        width: 75%;
    }
    .site-header {
        padding: 15px 0;
    }
    .lp_logo img {
        width: 180px;
    }
    .lp-phone__icon {
        margin-right: 0;
    }
    .lp-phone__icon img {
        width: 32px;
    }
    .lp-item__content {
        display: none;
    }
    .main-section__title {
        margin-bottom: 30px;
    }
    .main-section__title h1 {
        margin-bottom: 10px;
    }
    .main-section__title h1 {
        font-size: 0.75em;
    }
    ul.form li {
        flex: 0 0 100%;
    }
    .call__us-phone__number {
        color: #fff;
    }
    ul.form span.wpcf7-radio input {
        display: flex;
        width: auto;
    }
    .main-section__title h2 {
        font-size: 14px;
    }
    .main-section__title h1 span {
        margin-left: 0px;
        margin-top: 4px;
        padding: 10px 10px 10px;
        width: 75%;
    }
    .main-section__title {
        max-width: 100%;
        margin-top: 0px;
    }
    .call__us__list__item {
        font-size: 0.8em;
    }
    .quotebox {
        padding: 20px 0 15px;
        max-width: 100%;
    }
    .hero__testimonial,
    .breadcumb {
        display: none;
    }
    .breadcumb a {
        color: var(--orange);
    }
    .hero__content {
        flex-direction: column;
        padding: 95px 0 50px;
        text-align: center;
    }
    .hero__title {
        color: #000;
        font-size: 2rem;
        font-style: normal;
        line-height: 40px;
        margin-bottom: 100px;
        text-align: center;
    }
    .hero__caption a {
        position: absolute;
        top: calc(75vh);
        left: calc(20vw);
    }
    .hero__image:before {
        border: 85px solid var(--lightgray);
        border-radius: 10000px;
        content: '';
        left: -37%;
        position: absolute;
        height: 130%;
        transform: translateY(-50%);
        top: 50%;
        width: 1200px;
    }
    .gray-circle {
        background: #1C2936;
        bottom: 20px;
        border-radius: 100%;
        height: 40px;
        left: 40px;
        position: absolute;
        width: 40px;
    }
    .orange-circle {
        top: 25px;
        border: 5px solid var(--orange);
        border-radius: 100%;
        height: 85px;
        left: 78%;
        position: absolute;
        width: 85px;
    }
    .boost__business-content__title {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .boost__business {
        background-image: url(../images/boost-your-business-movil.png);

        background-size: cover;
        background-position: center;
        color: #fff;
        padding: 312px 0 50px 0;
        text-align: center;
        margin-top: 5px;
    }
    .call__us {
        background: #EEF2F6;
        text-align: center;
        padding: 45px 0 300px;
    }
    .call__us__list {
        align-items: baseline;
        display: flex;
        gap: 2%;
        margin-top: 30px;
        align-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .call__us__list__item {
        font-size: 1em;
        width: 44%;
    }
    .specialized {
        align-items: center;
        display: flex;
        margin-top: -235px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .specialized__image {
        flex: 0 0 75%;
        height: 8px;
    }
    .specialized__image img {
        border-radius: 0 320px 320px 0;
        height: 500px;
        overflow: hidden;
        object-fit: cover;
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .specialized__caption {
        background: #fff;
        border-radius: 40px;
        box-shadow: 0px 0px 60px 0px rgba(71, 78, 90, 0.10);
        flex: 0 0 80%;
        /* margin-left: -10%; */
        padding: 35px;
        max-width: 640px;
        position: relative;
        z-index: 2;
        margin: 10%;
        width: 100%;
        /* font-size: 0.8rem; */
        text-align: left;
    }
    .specialized__title {
        font-size: 1.8em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .start__working__content.main-row {
    /*margin-left: 24%;*/
}

    .start__working__list {
        /*margin: 5% 25%;*/
        margin-top: 5%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
    }
    .start__working-label {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #474E5A;
        margin-bottom: 10px;
    }
    .start__working-item__content {
        margin: 50px 0 0 0;
    }
    .quotebox {
        padding: 20px 0 15px;
    }
    .consultancy__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .consultancy__list__item {
        margin-bottom: 30px;
    }
    .consultancy__location-section {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        text-align: left;
    }
    .consultancy__list__item .consultancy__image {
        max-width: 350px;
        max-height: 400px;
        position: initial;
        margin-top: -105px;
    }
    .consultancy-label {
        text-align: center;
        font-size: 1.75rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .consultancy-item__content {
        margin: 50px 0 0 0 !important
    }
    .consultancy__location__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 15px;
    }
    .consultancy.block-section {
        padding: 80px 0px 10px !important;
        margin-top: 20px;
    }

    .consultancy::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background: var(--sb-orange-diagonal, linear-gradient(0deg, #FF7800 0%, #FFB400 100%));
        z-index: -1;
      }

      .consultancy::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 80%;
        background: var(--sb-orange-diagonal, linear-gradient(0, #FF7800 0%, #FFB400 100%));
        border-radius: 1000px 1000px 0 0;
        /*transform: rotate(-90deg);*/
        top: auto;
      }
}