html {
    font-size: 1rem;
}

.how-it-works-grey {
    background: transparent linear-gradient(180deg, #DAD6D3 0%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
    height:100%;
    width: 35%;
    right: 0%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
}

.topbar {
    padding: 0 18px;
    height: 125px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 995;
    -webkit-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
    background-color: #F4F4F4;
    -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08);
}

.dz-details > .dz-size, .dz-progress {
    display: none!important;
}

.abogado-a {
    background-image: url('../images/abogada.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #9d9d9d;
}

.abogado-a-landing{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

.abogado-a-landing > h2{
    color: #ffffff;
    margin-bottom: 40px;
}

.p-absolute {
    position: absolute;
}

.fs-6 {
    font-size: 6px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-25 {
    font-size: 25px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-35 {
    font-size: 35px;
}

.mt-125px{
    margin-top: 125px !important;
}

@media (max-width: 576px){
    .h-sm-65px {
        height: 65px !important;
    }
    .fs-sm-28 {
        font-size: 28px !important;
    }

    .fs-sm-25{
        font-size: 25px !important;
    }

    .fs-sm-20{
        font-size: 20px !important;
    }

    .fs-sm-18{
        font-size: 18px !important;
    }

    .fs-sm-16{
        font-size: 16px !important;
    }
    
    .fs-sm-15{
        font-size: 15px !important;
    }

    .fs-sm-13 {
        font-size: 13px !important;
    }

    .fs-sm-12 {
        font-size: 12px !important;
    }
    .mt-sm-90{
        margin-top: 90px !important;
    }
}

.topbar-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.topbar-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: column;
    justify-content: space-between;
}

.topbar-brand {
    flex-shrink: 0;

}

.request-modal-header {
    display: block;
    background-color: #F4F4F4;
}

.btn {
    border-radius: 0px;
    padding: 10px;
}

.b-none{
    border: none;
}

.bg-gray {
    background-color: #A8A8A8 !important;
}

.bootstrap-select {
    border: 0.5px solid #A8A8A8 !important;
}

.modal-footer-request {
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.nav-process-box {
    margin-bottom: 0;
}

.nav-process {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: baseline;
    align-items: baseline;
    margin-bottom: 1rem;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-process-box .nav-item:not(.processing):not(.complete) .nav-link-number {
    background-image: url('../images/capa_3_quaternary.svg');
    color: #fff;
    padding: 20px 18px 16px 12px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
}

.nav-process-box .nav-item.processing .nav-link-number {
    background-image: url('../images/capa_2_secondary.svg');
    color: #fff;
    padding: 20px 18px 16px 12px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
}

.nav-process-box .nav-item-first.nav-item.processing .nav-link-number {
    background-image: url('../images/capa_2_secondary.svg');
    color: #fff;
    padding: 20px 21px 16px 12px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
}


.nav-process-box .nav-item.processing .nav-title {
    color: #474F82;
    font-weight: 700;
}

.nav-process-box .nav-item.complete .nav-link-number {
    background-image: url('../images/capa_4_tertiary.svg');
    color: #fff;
    padding: 20px 18px 16px 12px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
}

.nav-process-box .nav-item-first.nav-item.complete .nav-link-number {
    background-image: url('../images/capa_4_tertiary.svg');
    color: #fff;
    padding: 20px 22px 16px 12px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
}

.nav-process-box .nav-item.complete .nav-title {
    color: #4E9F9E;
    font-weight: 700;
}

.how-we-works {
    display: flex;
    align-items: top;
}

.number-how-we-works {
    position: absolute;
    left: 23px;
    top: 10px;
}

.how-we-works-child:last-child {
    padding-left: 10px;
}

.nav-process-box .nav-link {
    padding: 12px 20px;
    width: 100%;
}

.nav-process .nav-link {
    padding: 0;
}

.nav-link {
    font-weight: 400;
    color: #8b95a5;
    line-height: 33px;
    padding: 0px 12px;
    white-space: nowrap;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    cursor: default;
}

.nav-process-box .nav-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1;
    border-right: 1px solid #f1f2f3;
    cursor: default;
}

.nav-process .nav-item {
    -webkit-box-align: center;
    align-items: center;
}

.white-triangle {

    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-left: 150px solid white;
    border-bottom: 150px solid transparent;

}

#eu-cookie-bar {
    direction: ltr;
    color: #ffffff;
    min-height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding: 3px 20px 2px;
    background-color: #2e363f;
    text-align: center;
    font-size: 12px;
}

.z-index-1 {
    z-index: 1;
}

.help-dropdown{
    box-sizing: border-box;
    padding-left: 1em;
}


.drop-active{
    font-weight: 600 !important;
    position:relative;
   

}
.drop-active::before{
    position: absolute;
    content: url('../images/bullet_tertiary.svg');
    left: 0;
}

.dot-notification {
    height: 15px;
    width: 15px;
    background-color: #A20151;
    border-radius: 50%;
    display: inline-block;
}

.offing {
    color: white;
}

.offing:hover {
    color: #474F82!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.modal-content {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: 0;
}

.btn-primary {
    background-color: #bc9e5e;
    border-color: #bc9e5e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
    box-shadow: 0 0 0 0.2rem rgba(84, 91, 98, .5) !important;
}

.btn-secondary {
    background-color: #474F82;
    border-color: #474F82;
}

.btn-blue{
    background-color: #5998b0 !important;
    border-color: #5998b0 !important;
}

.btn-blue:hover {
    color: #fff;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}

.topbar-info {
    position: absolute;
    top: 10px;
    right: 15px;
}

.br-1 {
    border-right: 1px solid black;
}

.b-gainsboro {
    border-color: #dddddd;
}

.fs-40 {
    font-size: 40px;
}

.fs-30 {
    font-size: 30px;
}

.fs-11 {
    font-size: 11px;
}

.topbar-menu, .topbar-menu-desktop {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 25px;
    background-color: #F4F4F4;
}

.topbar-menu.open {
    left: 0px;
}

.topbar-menu-desktop.open {
    right: 0px;
}

.topbar-menu-child {
    padding-left: 55px;
    color: #474F82;
}

.topbar-info-child {
    padding: 10px;
    font-size: 12px !important;
    color: #707070;
    text-transform: uppercase;
}


.topbar-info-child>img,
.topbar-info-child>span,
.topbar-info-child>a {
    padding: 0 2px 0 2px;
}

#topbar-search-toggle{
    position: fixed;
    z-index: 994;
    top: 0;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#topbar-search-toggle.open-search {
    top: 125px;
}

/* .header{
    margin-top: 125px;
} */

@media (max-width: 576px){
    #topbar-search-toggle.open-search {
        top: 90px !important;
    }
    /* .header{
        margin-top: 90px;
    } */
}

#topbar-search-input:focus{
    outline: none;
}

.info-contact {
    color: black;
    text-transform: lowercase;
}

a {
    color: #bc9e5e;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    text-decoration: none !important;
}

a:hover {
    color: #4d5259;
}

.text-primary {
    color: #BC9E5E !important
}

.text-secondary {
    color: #474F82 !important;
}

.text-tertiary {
    color: #4E9F9E;
}

.text-quaternary {
    color: #F4F4F4;
}

.text-blue {
    color: #5998b0;
}

.bg-navyblue{
    background-color: #474F82;
}

.bg-quaternary {
    background-color: #F4F4F4;
}

.bg-tertiary {
    background-color: #4E9F9E;
}

.bg-primary {
    background-color: #BC9E5E !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: #5998b0 !important;
}

.topbar-menu-info-child {
    display: none;
}

body .topbar+.main-container,
body .topbar+main {
    padding-top: 125px;
}

.header {
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header img {
    width: 100%;
    height: 100%;
    min-height: 170px !important;
}

.header .header-content {
    position: absolute;
    left: 6.56%;
}

.header .header-content hr {
    width: 60%;
    margin-left: 10%;
}

.b-white {
    border-color: #ffffff;
}

.b-primary{
    border-color: #BC9E5E !important;
}

.b-secondary {
    border-color: #474F82 !important;
}

.b-tertiary {
    border-color: #4E9F9E !important;
}

.b-quaternary {
    border-color: #F4F4F4 !important;
}

.b-blue {
    border-color: #5998B0 !important;
}

.b-grey{
    border-color: #474F8258 !important;
}

.bb-4{
    border-bottom: 4px solid;
}

.bt-7{
    border-top: 7px solid;
}

.bt-1{
    border-top: 1px solid;
}

.bb-1{
    border-bottom: 1px solid;
}

.by-1{
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.why-legalmeet {
    background-image: url('../images/why-legalmeet.png');
    background-size: cover;
    background-color: rgba(53, 53, 53, 0.727);
}


.bg-gradient {
    background: transparent linear-gradient(290deg, #5998B05D 0%, #474F82 100%) 0% 0% no-repeat padding-box;
}

.footer>.bg-gradient {
    background: transparent linear-gradient(180deg, #4E9F9E 0%, #5998B0 100%) 0% 0% no-repeat padding-box;
}

.footer-contact img{
    max-width: 150px;
    min-width: 60px;
}

.topbar-menu-child.active {
    font-weight: 700;
}

.minw-50 {
    min-width: 50%;
}

.w-25px {
    width: 25px !important;
}

.bg-gray-trans {
    background-color: #69686856
}

.customer-support-block {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
}

.customer-support-child {
    padding: 0px 15px 0px 15px;
}

.list-style-decimal-leading-zero {
    list-style-type: decimal-leading-zero;

}

.faq h5 {
    color: #474F82;
    cursor: pointer;
    position: relative;
}

.faqcustomer .faq h5.collapsed {
    color: #BC9E5E !important;
}

.faqlawyer .faq h5.collapsed {
    color: #4E9F9E !important;
}

.faq h5:not(:first-child) {
    border-top: 1px solid grey;
    padding-top: 15px;
}

.faq {
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
}

.how-step {

    top: 8px !important;
    left: 139px;
    position: absolute !important;

}

.how-step-1 {

    left: 143px !important;

}

.faq-list {
    list-style-type: none;
    line-height: 2;
}

.faqcustomer .faq-list li {
    cursor: pointer;
    opacity: 0.5;
}

.faqlawyer .faq-list li {
    color: #000000;
    cursor: pointer;
    opacity: 0.5;
}


.faq-list li a {
    opacity: 1 !important;
}

.bg-gradient-blue {
    background: transparent linear-gradient(90deg, #5998B0 0%, #474F82 51%, #5998B0 100%) 0% 0% no-repeat padding-box;
}

.faqcustomer .faq-list li::before {
    content: url('../images/bullet_primary.svg');
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1.5em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.faqlawyer .faq-list li::before {
    content: url('../images/bullet_tertiary.svg');
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1.5em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.faqlawyer .faq h5::before {
    content: url('../images/capa_4_tertiary_faq.svg');
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    position: absolute;
    bottom: -15px;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1.5em;
    /* Also needed for space (tweak if needed) */
    margin-left: -2em;
    /* Also needed for space (tweak if needed) */
}

.faqcustomer .faq h5.collapsed::before {
    content: url('../images/capa_1_primary_faq.svg');
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    position: absolute;
    bottom: -15px;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1.5em;
    /* Also needed for space (tweak if needed) */
    margin-left: -2em;
    /* Also needed for space (tweak if needed) */
}

.faq h5:not(.collapsed)::before {
    content: url('../images/capa_2_secondary_faq.svg');
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    position: absolute;
    bottom: -15px;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1.5em;
    /* Also needed for space (tweak if needed) */
    margin-left: -2em;
    /* Also needed for space (tweak if needed) */
}


.display-tab {
    display: block;
}

.faqcustomer .active-tab {
    color: #BC9E5E !important;
    opacity: 1 !important;
    font-weight: 600;
}

.faqlawyer .active-tab {
    color: #4E9F9E !important;
    opacity: 1 !important;
    font-weight: 600;
}

.img-container {
    position: absolute;
    bottom: -56px;
}

.cursor-pointer {
    cursor: pointer;
}

.how-text-first{
    color:#4fd0ce;
}
.how-text-second{
    color:#42b6cb;
}
.how-text-third{
    color:#6ba3b9;
}
.how-text-fourth{
    color:#3280c3;
}
.how-text-fifth{
    color:#474f82;
}

.round-carousel-indicators {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px!important;
    height: 15px!important;
    text-indent: -999px;
    cursor: pointer;
    background-clip: unset!important;
    border-top: 0!important;
    border-bottom: 0!important;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100px;
}

.carousel-indicators > .round-carousel-indicators.active {
    background-color: #bc9e5e!important;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.w-284px {
    width: 284px;
}

.w-185px {
    width: 185px;
}

.faq h5:not(:first-child) {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}

.faq {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

@media (max-width: 576px) {

    #hubspot-messages-iframe-container.widget-align-right {
        left: 0;
    }

    .how-step {
        top: 8px !important;
        left: 219px !important;
        position: absolute !important;
    }
    .how-step-1 {

        left: 126px !important;

    }

    body .topbar+.main-container,
    body .topbar+main {
        padding-top: 90px;
    }

    .topbar {
        height: 90px;
    }

    .topbar-brand > a > img {
        width: 75%;
    }

    .toggle-sidebar {

        display: block;
    }

    .toggle-sidebar>i {
        font-size: 20px !important;
    }

    .header .header-content {
        top: 0;
        left: 0;
    }

    .header .header-content h1 {
        font-size: 20px;
    }

    .header .header-content h3 {
        font-size: 15px;
    }

    .header .header-content hr {
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
    }

    .topbar {
        justify-content: space-around;
    }

    .topbar-brand {
        margin-left: 60px;
    
    }

    .logo-abogado{
        display:none;
    }

}

.solidaritat-container{
    border: 6px solid #58D6C9;
}

@media (max-width: 768px) {


    .header .header-content {
        top: 12.38%;
        left: 3.56%;
    }

    .header .header-content h1 {
        font-size: 25px;
    }

    .header .header-content h3 {
        font-size: 20px;
    }

    .header .header-content hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .faq-list {
        columns: 1;
    }

    .topbar {
        justify-content: space-around;
    }
    .footer-map .b-gainsboro{
        border-right: none;
    }

    #list-budget > li {
        text-align: left;
        padding: 20px 20px 20px 80px!important;
    }

    .abogado-a-landing > h2{
        text-align: center;
    }

}

@media (min-width: 992px) {

    .topbar-menu-desktop {
        position: fixed;
        top: 0;
        right: -260px;
        bottom: 0;
        width: 260px;
        overflow: hidden;
        z-index: 999;
        -webkit-transition: right 0.3s ease;
        transition: right 0.3s ease;
        flex-direction: column;
        justify-content: start;
        overflow: auto;
    }

    .topbar-menu-desktop {
        margin-left: 0;
        width: 260px;
    }

    .topbar-menu-desktop > .topbar-menu-child {
        display: block;
        padding: 15px 15px 15px 15px;
        text-align: right;
        width: 100%;
    }


    .topbar-menu-desktop > .topbar-menu-info-child {
        padding: 15px 15px 15px 15px;
        color: #bc9e5e;
        width: 100%;
        display: block;
    }

    .topbar-menu-desktop .dropdown{
        margin-left: -30px !important;
    }

    #sidebar-toggler-desktop{
        cursor: pointer;
    }

    .header-mobile, #selects-accordion{
        display: none !important;
    }

}

@media (max-width: 991px) {

    .topbar-menu {
        position: fixed;
        top: 0;
        left: -260px;
        bottom: 0;
        width: 260px;
        overflow: hidden;
        z-index: 999;
        -webkit-transition: left 0.3s ease;
        transition: left 0.3s ease;
        flex-direction: column;
        justify-content: start;
        overflow: auto;
    }

    .topbar-menu {
        margin-left: 0;
        width: 260px;
    }

    .topbar-menu-child {
        display: block;
        padding: 15px 15px 15px 15px;
        text-align: left;
        width: 100%;
    }


    .topbar-menu-info-child {
        padding: 15px 15px 15px 15px;
        color: #bc9e5e;
        width: 100%;
        display: block;
    }

    .topbar-menu .dropdown{
        margin-left: -30px !important;
    }

    #sidebar-toggler{
        cursor: pointer;
    }

    .header-desktop{
        display: none !important;
    }

    .topbar-info {
        display: none !important;
    }

}

#requestBudget {
    box-shadow: 2px 4px rgba(136,136,136,0.5);
}

.btn-light {
    height: 100%;
}

.new-header{
    height: 327px !important;
}

.new-header-content{
    top: 20% !important;
}

.pl-45px{
    padding-left: 45px !important;
}

.mt-30px{
    margin-top: 30px;
}

.form-textarea{
    width: 412px;
    height: 130.05px;
}

.placeholder-black::placeholder, .form-textarea::placeholder {
    color: #212529;
    opacity: 1; /* Firefox */
}

.file-button{
    background-color: #DAD6D3;
    border: none;
    width: 194px;
    height: 39px;
}

/* HOME */
.services-container{
    max-width: 342px;
    height: max-content;
    box-shadow: 0px 2px 10px #00000024;
    width: 100%;
}

@media(min-width: 934px){
    #first-level-title{
        flex-direction: row !important;
        align-items: flex-start;
        justify-content: space-around;
    }
}
@media(max-width: 933px){
    #first-level-title{
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }
}
.w-13px{
    width: 13px;
}
.featured-services-box{
    width: 425px;
    height: 311px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 425px){
    .featured-services-container{
        width: 100%;
    }
    .featured-services-box{
        width: 100%;
        min-height: 234px;
        height: auto;
    }
}

.demandados-degradado{
    background-image: linear-gradient(to bottom, rgb(245 246 252 / 0%), rgb(0 0 0 / 100%));
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0px;
}

.demandados-titulo{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: fit-content;
}

.select-mobile{
    height: 45px;
}

.select-step{
    background-color: #474F82;
    color: white;
    border-radius: 1000px;
    width: 21px;
    height: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lawyer-options-mobile > option, .specialism-options-mobile > option, .process-options-mobile > option, .payment-options-mobile > option{
    text-transform: uppercase;
    font-size: 15px;
    color: #474F82;
    font-weight: bold;
}
/* END HOME*/

/* HEADER */
.header-step{
    background-color: #474F82;
    color: white;
    border-radius: 1000px;
    width: 16px;
    height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* END HEADER */

/* Landing Page */
.landing-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.landing-container > div:first-child{
    width: 74vw;
}
.landing-container > div:first-child > div:first-child, .landing-container form button{
    color: white;
    background-color: #476275;
}
.landing-container > div:first-child > div:last-child{
    background-color: #f4f4f4;
    color: #666666;
    margin-top: 1vw;
}
.landing-container > div:last-child{
    color: white;
    width: 25vw;
    background-color: #a9acae;
    margin-left: 1vw;
}
.landing-container p, .landing-container > div:first-child > div:first-child h2, .landing-container p{
    margin-bottom: 0px !important;
}
.landing-container > div:first-child > div, .landing-container > div:last-child{
    padding: 2vw;
}
.landing-container > div:first-child > div:last-child h2{
    margin-bottom: 3%;
}
.landing-container > div:last-child h2{
    font-size: 1.75rem !important;
}
.landing-container p:not(.aviso-datos){
    font-size: 1.5rem !important;
}
.landing-container p.aviso-datos{
    font-size: 0.8rem !important;
    margin-top: 7%;
}
.landing-container h2, .landing-thank-container h2{
    font-size: 2rem !important;
}
.landing-container h1{
    font-size: 2.5rem !important;
    margin-bottom: 4%;
}
.landing-container > div:first-child > div:first-child, .landing-container > div:first-child > div:last-child, .title-thin{
    font-weight: 200 !important;
}
.landing-container form input, .landing-container form button{
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
.landing-container form input{
    font-weight: 200;
    color: #000000;
    padding: 4%;
    border: none;
}
.landing-container form input::-webkit-input-placeholder {
    font-weight: 600;
}

.landing-container form input::-moz-placeholder {
    font-weight: 600;
}

.landing-container form input::-ms-placeholder {
    font-weight: 600;
}
.landing-container form input::placeholder{
    font-weight: 600;
}
.landing-container form button{
    border: none;
    font-weight: 600;
    padding: 1vw;
}
.landing-container > div:last-child h2, .landing-container form input{
    margin-bottom: 7%;
}

.landing-thank-container{
    background-color: #f4f4f4;
    color: #666666;
    width: 100%;
    height: calc(100vh - 90px);
    padding: 15px;
    position: relative;
}

.landing-thank-container div{
    position: absolute;
    top: 0px;
    bottom: 90px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: max-content;
    width: calc(100% - 30px);
}

.landing-thank-container h2{
    margin: 0px;
    text-align: center;
}
@media(min-width: 1921px){
    .landing-container > div:last-child h2{
        font-size: 1.604165vw !important;
    }
    .landing-container p{
        font-size: 1.375vw !important;
    }
    .landing-container h2, .landing-thank-container h2{
        font-size: 1.833335vw !important;
    }
    .landing-container h1{
        font-size: 2.291665vw !important;
    }
    .landing-container form input, .landing-container form button{
        font-size: 0.899999vw;
    }
}
@media(max-width: 991px){
    .landing-container{
        flex-wrap: wrap;
    }
    .landing-container > div{
        max-width: 100% !important;
        width: 100% !important;
    }
    .landing-container > div:last-child h2{
        text-align: center;
    }
    .landing-container form input, .landing-container form button {
        padding: 3%;
    }
}
@media(min-width: 577px){
    .landing-thank-container{
        height: calc(100vh - 125px) !important;
    }
    .landing-thank-container div{
        bottom: 125px !important;
    }
}
@media(max-width: 576px){
    .landing-container p, .landing-container form input, .landing-container form button{
        font-size: 14px !important;
    }
    .landing-container h1{
        font-size: 30px !important;
    }
    .landing-container h2, .landing-container > div:last-child h2, .landing-thank-container h2{
        font-size: 17px !important;
    }
    
    .landing-container form input, .landing-container form button{
        padding: 10px;
    }
    .landing-container > div:first-child > div, .landing-container > div:last-child {
        padding: 15px;
    }
    .landing-container > div:first-child > div:last-child{
        margin-top: 0vw !important;
    }
    .landing-container > div:last-child{
        margin-left: 0vw !important;
    }
}
/* End Landing Page */

/* CUSTOM */
.bg-light-gray-custom {
    background-color: #f6f6f6;
}
.w-90-important{
    width: 90% !important;
}
.w-max-content{
    width: max-content;
}
.pb-15px{
    padding-bottom: 15px;
}
.error-message{
    color: #e90000;
}
.is-invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.dynamic-input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    white-space:pre-line;  
    position:relative;
}
.dynamic-input-text::-moz-placeholder { /* Firefox 19+ */
    white-space:pre-line;  
    position:relative;
}
.dynamic-input-text:-ms-input-placeholder { /* IE 10+ */
   white-space:pre-line;  
    position:relative;
}
.dynamic-input-text:-moz-placeholder { /* Firefox 18- */
    white-space:pre-line;  
    position:relative;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #474F82;
    border-color: #474F82;
    box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
}
/* END CUSTOM */

#messageFile{
    background-color: #ddffdd;
    color: green;
    width: max-content;
    padding: 5px 10px;
    transition: opacity 1s;
    opacity: 0;
}
.form-first-step{
    left: 6px;
    z-index: 10;
    top: 0px;
    position: absolute;
}

/* SPINNER */
.form-spinner {
    border: 2px solid rgb(255, 255, 255);
    border-left-color: transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin:auto;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
/* END SPINNER */

/* MEDIA QUERY */
/* MIN */
@media (min-width: 2560px) {
    .abogado-a{
        height: 475px !important;
    }
}

@media (min-width: 1140px) {
    .toggle-sidebar {
        display: none;
    }

    .topbar-info {
        display: block;
    }
}


@media (min-width: 960px) {

    .header-content {
        top: calc(30% - 130px)!important;
    }

    .toggle-sidebar {
        display: none;
    }

    .topbar-info {
        display: block;
    }

}
@media (min-width: 768px) {
    .pt-md-5 {
        padding-top: 3rem!important;
    }

    .header {
        height: 750px;
    }

    .mobile-element{
        display: none !important;
    }

    .nav-process-box .nav-item:not(:first-child)::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        border: 1px solid #A8A8A8;
        border-width: 0 0 0 1px;
        height: 45px;
    }

    .toggle-sidebar {
        display: block;
    }

    .topbar-info {
        display: block;
    }
   
    .abogado-a {
        height: 380px;
    }

    .btn-md-block {
        display: block;
        width: 100%;
    }

    .w-md-10 {
        width: 10%;
    }
    
    .w-md-20 {
        width: 20%;
    }
    
    .w-md-30 {
        width: 30%;
    }
    
    .w-md-40 {
        width: 40%;
    }
    
    .w-md-50 {
        width: 50%;
    }
    
    .w-md-60 {
        width: 60%;
    }
    
    .w-md-70 {
        width: 70%;
    }
    
    .w-md-80 {
        width: 80%;
    }
    
    .w-md-90 {
        width: 90%;
    }
    
    .w-md-100 {
        width: 100%;
    }

    #sidebar-toggler{
        margin-left: 60px;
    }

    .topbar-right{
        min-width: 50px;
    }
}
@media (min-width: 576px) {

    html {
        font-size: 1.1rem;
    }

    .toggle-sidebar {
        font-size: 25px;
        display: block;
    }

    #list-budget > li {
        padding: 10px 0px 10px 0px!important;
    }

}
@media (min-width: 481px) {

    .form-first-step{
        left: 8px !important;
    }

}
/* END MIN */
/* MAX */
@media (max-width: 1199px) {
    .how-step-1 {
        left: 114px !important;
    }
    .how-step {
        top: 8px !important;
        left: 109px;
    }
}

@media (max-width: 991px) {
    .form-textarea{
        width: 284px;
    }
    .how-step-1 {
        left: 73px !important;
    }
    .how-step {
        top: 8px !important;
        left: 69px;
    }
}

@media (max-width: 767px){
    .desktop-element{
        display: none !important;
    }
    .how-step-1 {
        left: 224px !important;
    }
    .how-step {
        top: 7px !important;
        left: 220px;
    }
}

@media (max-width: 575px){
    .header {
        background-size: cover !important;
        background-position: top left !important;
    }
}

@media (max-width: 480px) {
    .how-step {
        top: 6px !important;
        left: 185px !important;
        position: absolute !important;
    }
    .how-step-1 {
        left: 186px !important;
    }
    .header{
        background-size: cover !important;
        background-position: top left !important;
    }
    .d-none-sm{
        display: none;
    }
    .new-header {
        height: 180px !important;
    }
    .new-header-content {
        top: 5% !important;
    }
    
    /* PADDING & MARGIN */
    .pt-sm-3{
        padding-top: 1rem !important;
    }
    .pt-sm-4{
        padding-top: 1.5rem!important;
    }
    .py-sm-4{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .px-sm-15px{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .px-sm-0{
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .px-sm-5{
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }
    .px-sm-4{
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .mt-sm-4{
        margin-top: 1.5rem !important;
    }
    .mt-sm-10px{
        margin-top: 10px !important;
    }
    .mb-sm-4{
        margin-bottom: 1.5rem !important;
    }
    .pl-sm-0{
        padding-left: 0 !important;
    }
    .pl-sm-10px {
        padding-left: 10px !important;
    }
    .pl-sm-30px {
        padding-left: 30px !important;
    }
    /* END PADDING & MARGIN */

    .text-small-center{
        text-align: center;
    }
    .w-sm-maxcontent{
        width: max-content !important;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .w-sm-33px{
        width: 33px !important;
    }
    .fields-content-responsive-first{
        width: max-content;
        margin: auto;
        max-width: 100%;
    }
    .fields-content-responsive{
        width: 85%;
        margin: auto;
    }
    .icons-sm-50px{
        width: 50px !important;
    }
    .how-step {
        top: 7px !important;
        left: 220px;
    }

    .icons-sm-25px{
        width: 25px !important;
    }

    .icons-sm-17px{
        width: 17px !important;
    }
}

@media (max-width: 427px) {
    .swal2-confirm, .swal2-cancel{
        padding: .625em 0em !important;
        width: 50% !important;
    }
}

@media (max-width: 414px) {
    .how-step {
        top: 6px !important;
        left: 151px !important;
        position: absolute !important;
    }
    .how-step-1 {
        left: 153px !important;
    }
}

@media (max-width: 412px) {
    .how-step {
        top: 6px !important;
        left: 151px !important;
        position: absolute !important;
    }
    .how-step-1 {
        left: 152px !important;
    }
}

@media (max-width: 393px) {
    .how-step {
        top: 6px !important;
        left: 141px !important;
        position: absolute !important;
    }
    .how-step-1 {
        left: 142px !important;
    }
}

@media (max-width: 375px) {
    .how-step {
        top: 6px !important;
        left: 132px !important;
        position: absolute !important;
    }
    .how-step-1 {
        left: 133px !important;
    }
}

@media (max-width: 360px) {
    .how-step {
        top: 6px !important;
        left: 125px !important;
        position: absolute !important;
    }
    .how-step-1 {
        left: 126px !important;
    }
}

@media (max-width: 320px) {
    .how-step {
        top: 7px !important;
        left: 104px !important;
        position: absolute !important;
    }
    .how-step-1 {
        left: 106px !important;
    }
}
/* END MAX */
/* END MEDIA QUERY */