@charset "UTF-8";
*{
	font-family: 'Montserrat', sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output{
    margin: unset;
}
.get_consultation_wrapper{
    position: relative;
    width:fit-content;
}
#CookiebotWidget{
    width:fit-content!important;
}
.get_consultation_wrapper .get_consultation{
    border:unset;
    outline:unset;
    padding-right:24px!important;
    padding-top:16px!important;
    padding-bottom:16px!important;
    padding-left:24px!important;
    display: block;
    position: relative;
    font-size: 22px;
    transition:all 0.2s ease-out;
    cursor: pointer;
    min-width:260px;
    min-height:60px;
}
.get_consultation_wrapper:after{
    content:'';
    width:27px;
    height:27px;
    background:url('https://reiniciolegal.es/wp-content/uploads/2023/07/ButtonArrow-Dark.svg');
    opacity:1;
    transition:all 0.2s ease-out;
    position: absolute;
    top:16px;
    right:24px;
    display:none;
}
.get_consultation_wrapper:before{
    content:'';
    width:27px;
    height:27px;
    background:url('https://reiniciolegal.es/wp-content/uploads/2023/07/ButtonArrow-Wight.svg');
    opacity:0;
    transition:all 0.2s ease-out;
    position: absolute;
    top:16px;
    right:24px;
    transform:rotate(-180deg);
    display:none;
}
.get_consultation_wrapper:hover:after{
    opacity: 0;
    transform:rotate(180deg);
}
.get_consultation_wrapper:hover:before{
    opacity:1;
    transform:rotate(0deg);
}


a.get_consultation .svg{
    display: none;
}
a.get_consultation{
    border:unset;
    outline:unset;
    padding-right:60px;
    font-size: 22px;
    transition:all 0.5s ease-out;
    cursor: pointer;
    position: relative;
}
a.get_consultation:after{
    content:'';
    width:27px;
    height:27px;
    background:url('https://reiniciolegal.es/wp-content/uploads/2023/07/ButtonArrow-Dark.svg');
    opacity:1;
    transition:all 0.5s ease-out;
    position: absolute;
    top:16px;
    right:24px;
}
a.get_consultation:before{
    content:'';
    width:27px;
    height:27px;
    background:url('https://reiniciolegal.es/wp-content/uploads/2023/07/ButtonArrow-Wight.svg');
    opacity:0;
    transition:all 0.5s ease-out;
    position: absolute;
    top:16px;
    right:24px;
    transform:rotate(-180deg);
}
a.get_consultation:hover:after{
    opacity: 0;
    transform:rotate(180deg);
}
a.get_consultation:hover:before{
    opacity:1;
    transform:rotate(0deg);
}




.wpcf7 p{
    margin:unset;
}
.wpcf7-submit{
    margin-top: 72px;

}
iframe{
    max-width: 100%;
}
footer{
    background:#18305D;
    padding:24px 0;
}
footer img{
    margin-right:16px;
}
.footer_title{
    color: var(--main-wight, #E2E2E2);
    font-size: 27px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width:fit-content;
    margin-bottom:24px;
    text-align: left;
}
.footer_link{
    color: var(--main-wight, #E2E2E2);
    font-size: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:16px;
    width:fit-content;
    text-align: left;
}
.copy_wrapper{
    margin-top:24px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.copy_link{
    color: var(--main-wight, #E2E2E2);
    font-size: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:0 16px;
    border-right:1px solid #E2E2E2;
    width:fit-content;
}
.copy_link:last-child{
    border-right:unset;
}
.customf1{
    width:calc(40px * 4 + 16px * 4 + 16px)!important;
    flex-wrap: wrap;
    
}
.customf2 img{
    height:40px;
    margin-right:16px;
    margin-bottom:24px;
}




*{
    font-family: 'Montserrat', sans-serif;
}
div{
    box-sizing: border-box;
    display: block;
    width:100%;
}
.container{
    margin:auto;
    padding:0 10px;
    max-width: clamp(1px, 101.61290322580645vw, 1260px);
    position:relative;
}
.large_container{
    margin:auto;
    padding:0 10px;
    max-width: clamp(1px, 154.83870967741936vw, 1920px);
}
.space_between{
    display:flex;
}
.column{
    flex-direction: column;
}
.flex{
    display:flex;
}
body{
    overflow-x: hidden;
    margin:unset;
}
.content > div:first-of-type{
    padding-top: 70px;
}
.nav_wrapper{
    width:fit-content;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.nav_button{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 1.4516129032258065vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition:all 0.2s ease-out;
}
.nav_button:hover{
    color:#D3A518;
}
.contact_button{
    color: var(--main-black, #222);
    font-size: clamp(1px, 1.4516129032258065vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding:8px 24px;
    width:fit-content;
    border-radius: 10px;
    background: var(--main-yellow, #D3A518);

    /* Button shadow */
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    height:-webkit-fit-content;
    height:fit-content;
    transition: all 0.2s ease-out;
}
.contact_button:hover{
    color:#E2E2E2;
}
img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
header{
    height: 70px;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 20;
    background: #18305D;
}
.space_between{
    justify-content: space-between;
    align-items:center;
}
a{
    text-decoration: unset;
    display: block;
}
.height100{
    height:100%;
}
.lang{
    width:fit-content;
    border-radius: 50%;
    overflow: hidden;
    margin-left: clamp(1px, 2.5806451612903225vw, 32px);
    display: flex;
    align-items: center;
}


.section_1{
    background: var(--main-blue, #18305D);
    
}
.section_1 .container{
    padding-top: clamp(1px, 1.82258064516129vw, 35px);
    padding-bottom:56px
}
.title_small{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 1.741935483870968vw, 34px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.title_big{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 2.274193548387097vw, 53px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.title_sub{
    color: var(--second-blue, #4D5E90);
    font-size: clamp(1px, 10.951612903225808vw, 235px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.plus{
    position:relative;
}
.plus:after{
    content:'';
    width: clamp(1px, 1.6129032258064515vw, 20px);
    height: clamp(1px, 1.6129032258064515vw, 20px);
    bottom: 12px;
    right: -12px;
    position: absolute;
    background:url('https://reiniciolegal.es/wp-content/uploads/2023/07/Plus1.svg');
    background-size:cover;
}
.small_sub{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 1.0741935483870968vw, 22px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.get_consultation{
    color: var(--main-black, #222);
    font-size: clamp(1px, 2.1774193548387095vw, 27px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding:16px 24px;
    width:fit-content;
    height:fit-content;
    border-radius: 18px;
    background: #D3A518;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    display:flex;
    align-items:center;
    justify-content:center;
}
.get_consultation .svg{

    width: clamp(30px, 2.4193548387096775vw, 30px);
    height: clamp(30px, 2.4193548387096775vw, 30px);
    display:flex;
    align-items:center;
    justify-content:center;
    background:#AB840D;
    border-radius:50%;
    transition:all 0.5s ease-out;
    margin-left: clamp(1px, 0.4838709677419355vw, 6px);
}
.get_consultation .svg svg{
margin-left:4px;
}
.get_consultation path{
    transition:all 0.5s ease-out;
}
.get_consultation:hover path{
    fill:white;
}
.get_consultation:hover{
    color:white;
}
.get_consultation:hover .svg{
    transform:rotate(180deg);
}
.width{
    width:fit-content;
}
.hero_image{
    position:absolute;
    bottom:0;
    right:0;
    width:40%;
    object-fit: contain;
}
.maxwidthhero{
    max-width:calc(60% - 60px);
}


.col-2{
    width:50%;
    border-right:1px solid #1E2026;
    padding:0 33px;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.col-2:last-child{
    border-right:unset;
}
.debt_title svg{
    margin-right: clamp(1px, 0.6451612903225806vw, 8px);
    width: clamp(16px, 1.935483870967742vw, 24px);
    height: clamp(16px, 1.935483870967742vw, 24px);
}
.debt_title{
    color: var(--main-black, #222);
    font-size: clamp(1px, 2.1774193548387095vw, 27px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.debt_desc{
    color: var(--main-black, #222);
    font-size: clamp(1px, 1.7741935483870968vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: clamp(1px, 2.5806451612903225vw, 32px);
    margin-top: clamp(1px, 1.2903225806451613vw, 16px);
    margin-bottom: clamp(1px, 2.5806451612903225vw, 32px);
    list-style: inside;
    display: list-item;
}
.debt_desc{
    font-size: clamp(1px,1.7741vw,22px);
    padding-left:clamp(1px,2.5806vw,32px);
    margin-top:clamp(1px,1.2903vw,16px);
    margin-bottom:clamp(1px,2.5806vw,32px);
}
.debt_desc:last-child{
    margin-bottom: 0;
}
.main_title{
    color: var(--text-black, #1E2026);
    text-align: center;
    font-size: clamp(1px, 3.467741935483871vw, 43px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: clamp(1px, 3.870967741935484vw, 48px);
    position:relative;
    z-index:1;
}
.sub_main_title{
    position:absolute;
    bottom:0;
    left:0;
    color: var(--second-blue, #4D5E90);
    font-size: clamp(1px, 8.38709677419355vw, 104px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    width: fit-content;
    z-index: 0;
    opacity: 0.20000000298023224;
}
.white{
    color:#E2E2E2;
}
.section_2{
    padding-top: clamp(1px, 10.32258064516129vw, 128px);
    background: var(--background-wight, #E8EFFF);
    padding-bottom: clamp(1px, 10.32258064516129vw, 128px);
}
.fon_svg1{
    position: absolute;
    z-index: 0;
    width:30vw;
    right:0vw;
    height:auto;
    top:16%;
}
.fon_svg2{
    position: absolute;
    z-index: 0;
    width:30vw;
    left:0vw;
    height:auto;
    top:30vw;
}


.simple_title{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 2.1774193548387095vw, 27px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section_3{
    padding:32px 0;
    background: var(--main-blue, #18305D);
    z-index: 1;
    position: relative;
}


.section_4{
    /*background: var(--background-wight, #E8EFFF);*/
    padding:128px 0;
}
.custom_svg_wrapper{
    min-width:clamp(10px,8.0645vw,100px);
    width:clamp(10px,8.0645vw,100px);
    height:clamp(10px,8.0645vw,100px);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid var(--second-blue, #4D5E90);
    margin-right: clamp(1px, 2.5806451612903225vw, 32px);
    position:relative;
}
.process_desc{
    margin-top:clamp(1px,0.64516vw,8px);
    margin-bottom:clamp(1px,2.09677vw,26px);
    color: var(--text-black, #1E2026);
    font-size: clamp(12px, 1.4516vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: calc(clamp(12px, 1.4516vw, 18px) * 1.15 * 3);
}
.flex-item-title{
    height: calc(clamp(1px, 2.1774193548387095vw, 27px) * 1.15 * 2);
}
.flex-item{
    justify-content: flex-start!important;
}
.process_title{
    color: #1E2026;
    font-size: clamp(12px,2.1774vw,27px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.yellow{
    color:#D3A518;
    margin-right: clamp(1px, 0.4032258064516129vw, 5px);
    margin-left: clamp(1px, 0.4032258064516129vw, 5px);
}

.dotted_line2{
    width:100%;
    height: clamp(1px, 0.16129032258064516vw, 2px);
    background:url('https://reiniciolegal.es/wp-content/uploads/2023/07/Vector-11.png');
    background-size:cover;
    position: absolute;
    right:0;
    transform: translateX(100%);
    top:calc(50% - 1px);
    max-width: clamp(1px, 32.25806451612903vw, 400px);
    width:32vw;
    z-index: 5;
}

.small_svg{
    width: clamp(1px, 1.935483870967742vw, 24px);
    height: clamp(1px, 1.935483870967742vw, 24px);
    border: 3px solid var(--second-blue, #4D5E90);
    background: var(--background-wight, #E8EFFF);
    position: absolute;
    border-radius:50%;
    z-index:10;
}
.small_svg.q1{
    top:9.6153%;
    left:12.9838%;
}

.small_svg.q2{
    top:35%;
    left:20.0806%;
}

.small_svg.q3{
    top:60.3846%;
    left:20.0806%;
}

.small_svg.q4{
    top:85.76923%;
    left:12.9838%;
}
.round_title{
    color: #1E2026;
    text-align: center;
    font-size: clamp(12px,3.4677vw,43px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.flex_center{
    display:flex;
    align-items: center;
    justify-content: center;
}
.flex_start{
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.custom_wrapper{
    width:100%;
    height:calc(100vw * 0.4193);
    max-height: clamp(1px, 41.935483870967744vw, 520px);
    position: relative;
}


.section_5{
    background: var(--background-wight, #E8EFFF);
    padding-bottom: clamp(1px, 10.32258064516129vw, 128px);
    padding-top: clamp(1px, 0.8064516129032258vw, 10px);
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #1E2026; /* Цвет внутренней рамки */
  gap: 2px; /* Ширина внутренней рамки */
  justify-content: space-between;
}

.flex-item {
  flex:calc((100% - 4px) / 3);
  background-color: var(--background-wight, #E8EFFF);
  padding: clamp(1px, 1.935483870967742vw, 24px);
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex-item-title{
    margin:12px auto;
    color: var(--text-black, #1E2026);
    text-align: center;
    font-size: clamp(1px, 2.1774193548387095vw, 27px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.flex-item-desc{
    color: var(--text-black, #1E2026);
    text-align: center;
    font-size: clamp(1px, 1.4516129032258065vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section_6{
    padding-top: clamp(1px, 5.241935483870968vw, 65px);
    padding-bottom: clamp(1px, 2.5806451612903225vw, 32px);
    background: var(--main-blue, #18305D);
}
.photo_wrapper{
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    height:31.6129vw;
    max-height: clamp(1px, 31.61290322580645vw, 392px);
}
.solo_photo{
    width:22%;
    cursor:pointer;
    transition:all 0.2s ease-out;
}
.solo_photo.active{
    width:46%;
}
.slider_nav_wrapper{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.left_but{
    width: clamp(1px, 2.5806451612903225vw, 32px);
    height: clamp(1px, 2.5806451612903225vw, 32px);
    cursor:pointer;
    border-radius: 50%;
    background: var(--main-yellow, #D3A518);
    display:flex;
    align-items: center;
    justify-content: center;
}
.right_but{
    width: clamp(1px, 2.5806451612903225vw, 32px);
    height: clamp(1px, 2.5806451612903225vw, 32px);
    cursor:pointer;
    border-radius: 50%;
    background: var(--main-yellow, #D3A518);
    display:flex;
    align-items: center;
    justify-content: center;
}
.dot{
    width: clamp(1px, 0.6451612903225806vw, 8px);
    border-radius: 50%;
    height: clamp(1px, 0.6451612903225806vw, 8px);
    background: #E2E2E2;
    cursor: pointer;
}
.dot.active{
    background:#D3A518;
}
.client_info{
    display:none;
}
.client_info.active{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.client_title{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 2.1774193548387095vw, 27px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.client_debt{
    color: #E2E2E2;
    font-size: clamp(1px, 1.4516129032258065vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin:16px 0;
}
.client_desc{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 1.4516129032258065vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: clamp(1px, 1.2903225806451613vw, 16px);
    text-align: justify;
}


.section_7{
    padding:128px 0;
    background: #E8EFFF;
}
.small_yellow_round{
    width: clamp(1px, 0.6451612903225806vw, 8px);
    height: clamp(1px, 0.6451612903225806vw, 8px);
    background:#D3A518;
    border-radius:50%;
    margin-right: clamp(1px, 0.6451612903225806vw, 8px);
    margin-top: clamp(1px, 0.4838709677419355vw, 6px);
}
.choice_wrapper{
    padding-bottom: clamp(1px, 1.2903225806451613vw, 16px);
    padding-top: clamp(1px, 1.2903225806451613vw, 16px);
    border-bottom:1px solid #1E2026;
    display: flex;
}
.choice_wrapper:last-child{
    border-bottom:unset;
}
.choice_text{
    color: var(--text-black, #1E2026);
    font-size: clamp(1px, 1.4516129032258065vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.other_wrapper{
    margin-left: clamp(1px, 2.5806451612903225vw, 32px);
    border-radius: 20px;
    background: #C9D2E9;
    display:flex;
    flex-direction: column;
    padding-top: clamp(1px, 1.935483870967742vw, 24px);
}
.my_wrapper{
    margin-left: clamp(1px, 2.5806451612903225vw, 32px);
    border-radius: 20px;
    background: var(--main-blue, #18305D);
    display:flex;
    flex-direction: column;
    padding-top: clamp(1px, 1.935483870967742vw, 24px);
}
.other_title{
    color: var(--text-black, #1E2026);
    font-size: clamp(1px, 1.7741935483870968vw, 22px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: clamp(1px, 0.6451612903225806vw, 8px);
    padding-bottom: clamp(1px, 1.4516129032258065vw, 18px);
    text-align: center;
}
.my_title{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 1.7741935483870968vw, 22px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: clamp(1px, 0.6451612903225806vw, 8px);
    padding-bottom: clamp(1px, 1.4516129032258065vw, 18px);
    text-align: center;
}
.other_svg{
    padding: clamp(1px, 1.4516129032258065vw, 18px);
    border-bottom:1px solid #1E2026;
    display:flex;
    justify-content: center;
}
.other_svg img{
    width: clamp(1px, 1.4516129032258065vw, 18px);
}
.other_svg:last-child{
    border-bottom: unset;
}
.my_svg{
    padding: clamp(1px, 0.967741935483871vw, 12px);
    border-bottom:1px solid #E2E2E2;
    display:flex;
    justify-content: center;
}
.my_svg img{
    width: clamp(1px, 2.4193548387096775vw, 30px);
}
.my_svg:last-child{
    border-bottom: unset;
}
.other_wrapper > img{
    height: clamp(1px, 6.370967741935483vw, 79px);
}
.my_wrapper > img{
    height: clamp(1px, 6.370967741935483vw, 79px);
}


.section_8{
    padding:32px 0;
    z-index: 2;
    position: relative;
    background: #18305D;
}
.cont_wrapper{
    display:flex;
    gap:clamp(5px,1.6129vw,20px);
    justify-content: space-between;
}
.cont_item{
    width:fit-content;
}
.title_big a{
    color: var(--main-wight, #E2E2E2);
    text-decoration:underline;
    display:inline-block!important;
}
.title_big a:hover{
    text-decoration: unset;
}
.title_big p{
    margin:0;
}
.cont_item img{
    margin:auto;
    display:block;
    max-height:100px;
}
.cont_title{
    margin-top: clamp(1px, 1.935483870967742vw, 24px);
    color: var(--main-wight, #E2E2E2);
    text-align: center;
    font-size: clamp(1px, 1.4516129032258065vw, 18px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

body{
    background:#E8EFFF;
}
.section_9{
    padding: clamp(64px, 10.32258064516129vw, 128px) 0;
    /*background:#E8EFFF;*/
}
.section_9 > .container{
    padding: clamp(0px, 0.870967741935484vw, 10px);
}
.faq_home_wrapper{
    border-radius: 20px;
    background: linear-gradient(270deg, #18305D 0%, #4D5E90 100%);

    /* block shadow1 */
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
    padding: clamp(16px, 3.870967741935484vw, 48px);
    display: flex;
}
.faq_home_title{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(18px, 2.1774193548387095vw, 27px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: clamp(16px, 1.935483870967742vw, 24px);
}
.faq_home_q{
    color: var(--text-black, #1E2026);
    text-align: center;
    font-size: clamp(14px, 1.129032258064516vw, 14px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.faq_home_right{
    padding-left: clamp(1px, 8.064516129032258vw, 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:fit-content;
}
.faq_home_solo{
    transition: all 0.3s ease-out;
    border-radius: 10px;
    background: var(--background-wight, #E8EFFF);
    margin-bottom: clamp(16px, 1.2903225806451613vw, 16px);
    padding:12px 16px;
    position: relative;
    cursor: pointer;
}
.faq_home_q:after{
    content:'';
    position: absolute;
    width: clamp(24px, 1.935483870967742vw, 24px);
    height: clamp(24px, 1.935483870967742vw, 24px);
    background:url('https://reiniciolegal.es/wp-content/uploads/2023/07/Plus1.svg');
    background-size:cover;
    right:-10px;
    top:50%;
    transform:translateY(-50%);
    transition:all 0.3s ease-out;
}
.faq_home_solo.active .faq_home_q:after{
    transform:translateY(-50%) rotate(225deg);
}
.faq_home_a{
    height:0;
    transition:all 0.3s ease-out;
    color: var(--text-black, #1E2026);
    text-align: center;
    font-size: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    text-align: left;
}
.home_form_subtitle{
    color: var(--main-wight, #E2E2E2);
    font-size: 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.home_form_input{
    border-radius: 10px;
    border: 1px solid rgba(30, 32, 38, 0.70);
    background: var(--background-wight, #E8EFFF);
    width:100%;
    box-sizing: border-box;
    padding: 9px;
    color: var(--main-black, #222);
    font-size: 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline:unset;
}
.home_form_input:placeholder{
    opacity: 0.4;
}
.home_form_wrapper{
    margin-right: clamp(16px, 2.5806451612903225vw, 32px);
    margin-top: clamp(16px, 1.935483870967742vw, 24px);
}
.home_form_wrapper:last-child{
    margin-right:0;
}
.number_input{
    background:unset;
    border:unset;
    outline:unset;
    border-bottom:1px solid #E2E2E2;
    padding: clamp(1px, 0.16129032258064516vw, 2px);
    text-align: center;
    width: clamp(83px, 8.064516129032258vw, 100px);
    margin:0 4px;
    color: var(--main-wight, #E2E2E2);
    font-size: 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.minus_form,.plus_form{
    width:fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 16px;
}
.minus_form img,.plus_form img{
    width:100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.location_title{
    text-align: center;
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 2.1774193548387095vw, 27px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.location_wrapper{
    padding: clamp(1px, 1.2903225806451613vw, 16px);
    border-radius: 14px;
    background: linear-gradient(270deg, #18305D 0%, #4D5E90 100%);
}
.location_info{
    text-align: center;
    color: var(--main-wight, #E2E2E2);
    text-align: center;
    font-size: clamp(1px, 1.7741935483870968vw, 22px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: clamp(1px, 1.2903225806451613vw, 16px);
}
.google_wrapper{
    margin-top: clamp(16px, 1.935483870967742vw, 24px);
    border-radius: 20px;
    box-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.15);
    overflow: hidden;
}


footer{
    background:#18305D;
    padding:24px 0;
}
footer img{
    margin-right: clamp(1px, 1.2903225806451613vw, 16px);
}
.footer_title{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 1.5774193548387095vw, 22px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width:fit-content;
    margin-bottom: clamp(1px, 1.935483870967742vw, 24px);
    text-align: left;
}
.footer_link{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 1.129032258064516vw, 14px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: clamp(1px, 1.2903225806451613vw, 16px);
    width:fit-content;
    text-align: left;
        display: flex;
    align-items: flex-start;
    transition:all 0.2s ease-out;
}
.footer_link:hover{
    color:var(--main-yellow, #D3A518);
}
.copy_wrapper{
    margin-top: clamp(1px, 1.935483870967742vw, 24px);
    display:flex;
    justify-content: center;
    align-items: center;
}
.copy_link{
    color: var(--main-wight, #E2E2E2);
    font-size: clamp(1px, 1.129032258064516vw, 14px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:0 16px;
    border-right:1px solid #E2E2E2;
    width:fit-content;
}
.copy_link:last-child{
    border-right:unset;
}



.wpcf7-response-output{
    color: var(--main-wight, #E2E2E2);
    font-size: 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    padding:10px;
    border-radius: 12px;
    margin:0;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 11px;
    padding-top: 2px;
}
.blog_main{
    background:#E8EFFF;
    padding:96px 0;
}

.blog_item_wrapper{
    width:100%;
    max-width:392px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--main-blue, #18305D);
    display:flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}
.blog_item_title{
    padding:0 16px;
    margin-top: 24px;
    color: var(--main-wight, #E2E2E2);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.blog_item_excerpt{
    padding:0 16px;
    margin-top:16px;
    color: var(--main-wight, #E2E2E2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog_item_more{
    padding:0 16px;
    margin-top:16px;
    color: var(--main-yellow, #D3A518);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.blog_item_date{
    padding:16px;
    color: var(--main-wight, #E2E2E2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog_tag_wrapper{
    position: absolute;
    padding:8px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    width:100%;
    height:fit-content;
    top:0;
    left:0;
}
.blog_tag_item{
    border-radius: 8px;
    background: var(--second-blue, #4D5E90);
    padding:8px 16px;
    color: var(--main-wight, #E2E2E2);
    font-size: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width:fit-content;
}


@media screen and (max-width: 900px){
    .faq_home_q:after{
        content:'';
        position: absolute;
        width: clamp(24px, 1.935483870967742vw, 24px);
        height: clamp(24px, 1.935483870967742vw, 24px);
        background:url('https://reiniciolegal.es/wp-content/uploads/2023/07/Plus1.svg');
        background-size:cover;
        right:-24px;
        top:50%;
        transform:translateY(-50%);
        transition:all 0.3s ease-out;
    }
    .unwrap{
        flex-wrap:wrap!important;
    }
    .unwrap768{
        flex-wrap: wrap;
    }
    .home_form_subtitle br{
        display: none;
    }
    .customf1{
        justify-content: space-around;

    }
    .simple_title br{
        display:none;
    }
    .customf2 img{
        margin-right:0;
        margin-bottom:0;
    }
    .fon_svg1,.fon_svg2{
        display:none;
    }
    body{
        width:100vw;
        overflow-x:hidden;
    }
    .fon_svg1,.fon_svg2{
        dsiplay:none;
    }
    .section_1{
        height:100vh;
        padding-top:70px;
        background: linear-gradient(270deg, #18305D 0%, #4D5E90 100%);
    }
    .section_1 > .container{
        padding:32px 10px;
        height:100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .title_small{
        font-size: 20px;
        text-align: center;
    }
    .title_big{
        text-align: center;
        font-size: 26px;
    }
    .mobile_hero_wrapper{
        border-radius: 10px;
        background: rgba(24, 48, 93, 0.50);
        padding:0 5px;
    }
    .get_consultation{
        margin-top:16px;
        font-size: 22px;
    }
    .hero_image{
        width:calc(100% - 48px);
        left:24px;
        z-index: 0;
    }
    .small_sub{
        font-size: 14px;
    }
    .plus:after {
        content: '';
        width: 12px;
        height: 12px;
        bottom: 6px;
        right: -6px;
        position: absolute;
        background: url(https://reiniciolegal.es/wp-content/uploads/2023/07/Plus1.svg);
        background-size: cover;
    }
    .main_title{
        font-size: 27px;
    }
    .sub_main_title{
        bottom:unset;
        top:-18px;
        font-size: 42px;
    }
    .section_2 > .container > .flex{
        flex-wrap:wrap;
    }
    .section_2 > .container > .flex > *{
        width:100%;
    }
    .section_2 > .container > .flex > div:last-child{
        order:-1;
        margin-bottom:32px;
    }
    .col-2 {
        border-right: unset;
    }
    .debt_title{
        font-size: 22px;
    }
    .debt_desc{
        font-size: 18px;
    }
    .section_3 img{
        display:none;
    }
    .get_consultation .svg{
        margin-left:16px;
    }
    .section_3 .flex{
        justify-content: center;
    }
    .simple_title{
        font-size: 22px;
        text-align: center;
    }
    .section_3 .get_consultation{
        margin:auto;
        margin-top:24px!important;
    }
    .section_4{
        padding:96px 0;
    }
    .custom_wrapper{
        height:unset;
        width:unset;
        max-height: unset;
        position: relative;
    }
    .custom_wrapper > img{
        display: none;
    }
    .custom_wrapper .small_svg{
        display: none;
    }
    .custom_wrapper > .flex_start{
        display: none;
    }
    .custom_wrapper{
        margin-top:32px;
    }
    .custom_wrapper > div{
        width:100%!important;
        z-index: 12!important;
        background: unset!important;
    }
    .process_title{
        font-size: 22px;
    }
    .process_desc{
        font-size: 18px;
        margin-top:8px;
        margin-bottom:24px;
        height:auto;
    }
    .custom_svg_wrapper{
        margin-right:16px;
        width:60px;
        min-width:60px;
        height:60px;
        padding:10px;
        background: #E8EFFF;
    }
    .custom_wrapper > div > .flex:last-child{
        background: #E8EFFF;
    }
    .custom_wrapper:after{
        content:'';
        width:16px;
        left:22px;
        top:0;
        height:100%;
        background:#4D5E90;
        opacity: 0.3;
        position: absolute;
        z-index: 11;
    }
    .flex-item{
        width:100%;
        flex:100%;
        padding:16px 0;
        border-bottom:1px solid #1E2026;
    }
    .flex-item:last-child{
        border-bottom: unset;
    }
    .flex-item-title{
        font-size: 22px;
        margin-top:16px;
        margin-bottom:16px;
        height:auto;
    }
    .flex-item-desc{
        font-size: 18px;
    }
    .flex-container{
        background:unset;
    }
    .client_title{
        font-size: 22px;
    }
    .client_debt{
        font-size: 18px;
    }
    .client_desc{
        font-size: 18px;
        margin-top:16px;
    }
    .solo_photo{
        width:100%!important;
        margin:auto;
        max-width:242px;
        display: block;
    }
    .left_but,.right_but{
        display:none;
    }
    .dot{
        width:8px;
        height:8px;
    }
    .slider_nav_wrapper{
        justify-content: center;
        margin-top:16px;
        margin-bottom:24px;
    }
    .choice_wrapper{
        display: flex;
        padding: 6px 0;
        position: relative;
        height: 99px;
    }
    .small_yellow_round {
        width: 8px;
        height: 8px;
        background: #D3A518;
        border-radius: 50%;
        margin-right: unset; 
        margin-top: unset; 
        position: absolute;
        left: 0;
        bottom: -4px;
    }
    .choice_wrapper:last-child .small_yellow_round{
        display:none;
    }
    .choice_text{
        font-size: 16px;
        font-weight: 500;
        line-height: 135%;
        display: flex;
        align-items: center;
    }
    .other_wrapper{
        margin-left: 8px;
    }
    .other_wrapper > img{
        height:50px;
    }
    .other_title{
        font-size: 14px;
    }
    .other_svg{
        display: flex;
        justify-content: center;
        height: 99px;
        align-items: center;
        padding:0;
    }
    .other_svg img{
        width:18px;
    }
    .my_wrapper{
        margin-left: 8px;
    }
    .my_wrapper > img{
        height:50px;
    }
    .my_title{
        font-size: 14px;
    }
    .my_svg{
        display: flex;
        justify-content: center;
        height: 99px;
        align-items: center;
        padding:0;
    }
    .my_svg img{
        width:30px;
    }
    .cont_wrapper{
        flex-wrap:wrap;
        gap:32px;
        justify-content: space-between;
    }
    .cont_title{
        font-size: 14px;
        margin-top:16px;
    }
    .cont_item img{
        height:80px;
        display:block;
        margin:auto;
    }
    .cont_item{
        width:calc(50% - 16px);
    }
    .cont_item:nth-child(4n) img{
        width:100%;
        max-width:290px;
        margin:auto;
        height:auto;
        display:block;
    }
    .cont_item:nth-child(4n){
        width:100%;
        order:6;
    }
    .faq_home_wrapper{
        flex-wrap:wrap;
    }
    .faq_home_right{
        padding-left:0;
        margin-top:64px;
    }
    .faq_home_solo{
        padding-right: 32px;
    }
    .faq_home_right > .flex{
        flex-wrap:wrap;
    }
    .home_form_wrapper{
        margin-right:0;
    }
    .section_last .get_consultation{
        margin:auto;
        margin-top:32px;
    }
    .section_9 .get_consultation{
        margin:auto;
        margin-top:32px;
    }
    .section_9 > .container > .flex{
        flex-wrap:wrap;
    }
    .section_9 > .container > .flex > div{
        width:100%!important;
        margin-bottom:16px;
    }
    .location_title{
        font-size:22px;
    }
    .location_info{
        font-size:18px;
    }
    .location_wrapper{
        padding:16px 8px;
    }
    .footer_title{
        font-size: clamp(22px, 2.1774193548387095vw, 27px);
    }
    .footer_link{
        font-size: clamp(14px, 1.129032258064516vw, 14px);
        margin-bottom: clamp(16px, 1.2903225806451613vw, 16px);
    }
    .column{
        width: 50%!important;
        padding-right: 0px;
    }
    .column:nth-child(3){
        order: 2;
    }
    .column:nth-child(4){
        order: 1;
    }
    .column:nth-child(5){
        order: 3;
        width: 100%!important;
    }
    .column:nth-child(6){
        order: 4;
        width: 100%!important;
        display: flex;
        gap: 24px;
        justify-content: center;
        align-items: center;
    }
    .column:nth-child(6) > .flex{
        gap:24px;
    }
    .copy_wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .copy_link{
        margin-top: 16px;
        font-size: clamp(14px, 1.129032258064516vw, 14px);
    }
    .copy_link:nth-child(3){
        border-right:unset;
    }
    footer > .container > .flex{
        flex-wrap:wrap;
    }
}
.wpcf7 form.sent .wpcf7-response-output{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    text-align: left;
        padding: 9px;
}