@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@-webkit-keyframes spinReturn {0% {-webkit-transform: rotate(0deg);}25% {-webkit-transform: rotate(225deg);}50% {-webkit-transform: rotate(180deg);}75% {-webkit-transform: rotate(405deg);}100% {-webkit-transform: rotate(360deg);}}@keyframes spinReturn {0% {transform: rotate(0deg);}25% {transform: rotate(225deg);}50% {transform: rotate(180deg);}75% {transform: rotate(405deg);}100% {transform: rotate(360deg);}}@-webkit-keyframes lightUp {0% {opacity: 0.2;}40% {opacity: 1;}60% {opacity: 0.2;}100% {opacity: 0.2;}}@keyframes lightUp {0% {opacity: 0.2;}40% {opacity: 1;}60% {opacity: 0.2;}100% {opacity: 0.2;}}@-webkit-keyframes wave {0% {-webkit-transform: scaleY(1);}40% {-webkit-transform: scaleY(0.1);}80% {-webkit-transform: scaleY(1);}100% {-webkit-transform: scaleY(1);}}@keyframes wave {0% {transform: scaleY(1);}40% {transform: scaleY(0.1);}80% {transform: scaleY(1);}100% {transform: scaleY(1);}}@-webkit-keyframes drawframeTop {0% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}12.5% {-webkit-transform: scaleX(0);transform-origin: 100% 0%;}50% {-webkit-transform: scaleX(0);transform-origin: 0% 0%;}62.5% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}100% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}}@keyframes drawframeTop {0% {transform: scaleX(1);transform-origin: 100% 0%;}12.5% {transform: scaleX(0);transform-origin: 100% 0%;}50% {transform: scaleX(0);transform-origin: 0% 0%;}62.5% {transform: scaleX(1);transform-origin: 0% 0%;}100% {transform: scaleX(1);transform-origin: 100% 0%;}}@-webkit-keyframes drawframeBottom {0% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}12.5% {-webkit-transform: scaleX(0);transform-origin: 0% 0%;}50% {-webkit-transform: scaleX(0);transform-origin: 100% 0%;}62.5% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}100% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}}@keyframes drawframeBottom {0% {transform: scaleX(1);transform-origin: 0% 0%;}12.5% {transform: scaleX(0);transform-origin: 0% 0%;}50% {transform: scaleX(0);transform-origin: 100% 0%;}62.5% {transform: scaleX(1);transform-origin: 100% 0%;}100% {transform: scaleX(1);transform-origin: 0% 0%;}}@-webkit-keyframes drawframeRight {0% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}12.5% {-webkit-transform: scaleY(0);transform-origin: 0% 100%;}50% {-webkit-transform: scaleY(0);transform-origin: 0% 0%;}62.5% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}100% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}}@keyframes drawframeRight {0% {transform: scaleY(1);transform-origin: 0% 100%;}12.5% {transform: scaleY(0);transform-origin: 0% 100%;}50% {transform: scaleY(0);transform-origin: 0% 0%;}62.5% {transform: scaleY(1);transform-origin: 0% 0%;}100% {transform: scaleY(1);transform-origin: 0% 100%;}}@-webkit-keyframes drawframeLeft {0% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}12.5% {-webkit-transform: scaleY(0);transform-origin: 0% 0%;}50% {-webkit-transform: scaleY(0);transform-origin: 0% 100%;}62.5% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}100% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}}@keyframes drawframeLeft {0% {transform: scaleY(1);transform-origin: 0% 0%;}12.5% {transform: scaleY(0);transform-origin: 0% 0%;}50% {transform: scaleY(0);transform-origin: 0% 100%;}62.5% {transform: scaleY(1);transform-origin: 0% 100%;}100% {transform: scaleY(1);transform-origin: 0% 0%;}}@-webkit-keyframes imgLoading {0% {height: 0%;opacity: 1;}95% {height: 100%;opacity: 1;}100% {height: 100%;opacity: 0;}}@keyframes imgLoading {0% {height: 0%;opacity: 1;}95% {height: 100%;opacity: 1;}100% {height: 100%;opacity: 0;}}@-webkit-keyframes beat {0% {transform: scale(0);opacity: 0;}80% {transform: scale(1);opacity: 0.7;}100% {transform: scale(1);opacity: 0;}}@keyframes beat {0% {transform: scale(0);opacity: 0;}80% {transform: scale(1);opacity: 0.7;}100% {transform: scale(1);opacity: 0;}}html, body {opacity: 1 !important;}#loftloader-wrapper {position: fixed;top: 0;left: 0;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);z-index: 999999;width: 100%;height: 100%;background: transparent !important;}.loaded #loftloader-wrapper {-webkit-transform: translateX(-200vw);-ms-transform: translateX(-200vw);transform: translateX(-200vw);pointer-events: none;opacity: 0;transition: opacity 0.0001s 1s, transform 0.0001s 2s;}.loaded #loftloader-wrapper.slide-vertical {-webkit-transform: translate(-100%, 0);-ms-transform: translate(-100%, 0);transform: translate(-100%, 0);}.loaded #loftloader-wrapper #loader, .loaded #loftloader-wrapper .loader-close-button {opacity: 0;transition: all 0.3s ease-out;}#loftloader-wrapper .loader-inner {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 1001;text-align: center;transition: all 0s;font-size: 0;}#loftloader-wrapper .loader-inner #loader {position: relative;z-index: 1002;top: auto;left: auto;display: inline-block;margin: 0 auto;padding: 0;border: none;border-radius: 0;background: none !important;color: #248acc;}#loftloader-wrapper .loader-section {position: fixed;z-index: 999;width: 50%;height: 100%;background: #000;opacity: 0.95;transition: all 0s;will-change: transform;}#loftloader-wrapper .loader-section.section-fade {top: 0;left: 0;width: 100%;will-change: opacity;}.loaded #loftloader-wrapper .loader-section.section-fade {opacity: 0 !important;transition: opacity 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}#loftloader-wrapper .loader-section.end-no-animation {top: 0;left: 0;width: 100%;will-change: opacity;}.loaded #loftloader-wrapper .loader-section.end-no-animation, .loaded #loftloader-wrapper .loader-section.end-no-animation ~ * {opacity: 0;transition: all 0s 0s;}#loftloader-wrapper .loader-section.section-slide-up {top: 0;left: 0;width: 100%;}.loaded #loftloader-wrapper .loader-section.section-slide-up {-webkit-transform: translateY(-100vh);-ms-transform: translateY(-100vh);transform: translateY(-100vh);transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}#loftloader-wrapper .loader-section.section-left, #loftloader-wrapper .loader-section.section-right {top: 0;}#loftloader-wrapper .loader-section.section-left {left: 0;}.loaded #loftloader-wrapper .loader-section.section-left {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateX(-50vw);-ms-transform: translateX(-50vw);transform: translateX(-50vw);}#loftloader-wrapper .loader-section.section-right {right: 0;}.loaded #loftloader-wrapper .loader-section.section-right {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateX(50vw);-ms-transform: translateX(50vw);transform: translateX(50vw);}#loftloader-wrapper .loader-section.section-up, #loftloader-wrapper .loader-section.section-down {left: 0;width: 100%;height: 50%;}#loftloader-wrapper .loader-section.section-up {top: 0;}.loaded #loftloader-wrapper .loader-section.section-up {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateY(-50vh);-ms-transform: translateY(-50vh);transform: translateY(-50vh);}#loftloader-wrapper .loader-section.section-down {bottom: 0;}.loaded #loftloader-wrapper .loader-section.section-down {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateY(50vh);-ms-transform: translateY(50vh);transform: translateY(50vh);}#loftloader-wrapper.pl-sun #loader {width: 50px;height: 50px;}#loftloader-wrapper.pl-sun #loader span {position: absolute;top: 0;left: 0;display: block;width: 50px;height: 50px;background: currentColor;opacity: 0.9;transform-origin: 50% 50%;-webkit-animation: spinReturn 4s ease infinite;animation: spinReturn 4s ease infinite;}#loftloader-wrapper.pl-sun #loader span:before {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background: inherit;opacity: 0.9;content: "";transform-origin: 50% 50%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}#loftloader-wrapper.pl-circles #loader {width: 100px;height: 60px;}#loftloader-wrapper.pl-circles #loader span, #loftloader-wrapper.pl-circles #loader:before, #loftloader-wrapper.pl-circles #loader:after {position: absolute;display: block;width: 10px;height: 10px;border-radius: 50%;background: currentColor;opacity: 0.2;}#loftloader-wrapper.pl-circles #loader span {top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-animation: lightUp 1.5s linear infinite 0.5s;animation: lightUp 1.5s linear infinite 0.5s;}#loftloader-wrapper.pl-circles #loader:before, #loftloader-wrapper.pl-circles #loader:after {content: "";top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}#loftloader-wrapper.pl-circles #loader:before {left: 0;-webkit-animation: lightUp 1.5s linear infinite;animation: lightUp 1.5s linear infinite;}#loftloader-wrapper.pl-circles #loader:after {right: 0;-webkit-animation: lightUp 1.5s linear infinite 1s;animation: lightUp 1.5s linear infinite 1s;}#loftloader-wrapper.pl-wave #loader {width: 60px;height: 30px;}#loftloader-wrapper.pl-wave #loader span, #loftloader-wrapper.pl-wave #loader:before, #loftloader-wrapper.pl-wave #loader:after {position: relative;display: inline-block;width: 6px;height: 100%;background: currentColor;}#loftloader-wrapper.pl-wave #loader span {margin: 0 16px;-webkit-animation: wave 0.9s linear infinite 0.3s;animation: wave 0.9s linear infinite 0.3s;}#loftloader-wrapper.pl-wave #loader:before, #loftloader-wrapper.pl-wave #loader:after {content: "";}#loftloader-wrapper.pl-wave #loader:before {-webkit-animation: wave 0.9s linear infinite;animation: wave 0.9s linear infinite;}#loftloader-wrapper.pl-wave #loader:after {-webkit-animation: wave 0.9s linear infinite 0.6s;animation: wave 0.9s linear infinite 0.6s;}#loftloader-wrapper.pl-square #loader {width: 50px;height: 50px;transform-origin: 50% 50%;-webkit-animation: spinReturn 4s ease infinite;animation: spinReturn 4s ease infinite;}#loftloader-wrapper.pl-square #loader span {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border: 4px solid currentColor;box-sizing: border-box;transform-origin: 50% 50%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}#loftloader-wrapper.pl-frame #loader {width: 80px;height: 80px;max-width: 90vw;}#loftloader-wrapper.pl-frame #loader:before, #loftloader-wrapper.pl-frame #loader:after {position: absolute;width: 100%;height: 4px;background: currentColor;content: "";}#loftloader-wrapper.pl-frame #loader:before {top: 0;right: 0;left: auto;-webkit-animation: drawframeTop 4s linear infinite;animation: drawframeTop 4s linear infinite;}#loftloader-wrapper.pl-frame #loader:after {right: auto;bottom: 0;left: 0;-webkit-animation: drawframeBottom 4s linear infinite 1s;animation: drawframeBottom 4s linear infinite 1s;}#loftloader-wrapper.pl-frame #loader span {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}#loftloader-wrapper.pl-frame #loader span:before, #loftloader-wrapper.pl-frame #loader span:after {position: absolute;width: 4px;height: 100%;background: currentColor;content: "";}#loftloader-wrapper.pl-frame #loader span:before {top: auto;right: 0;bottom: 0;-webkit-animation: drawframeRight 4s linear infinite 0.5s;animation: drawframeRight 4s linear infinite 0.5s;}#loftloader-wrapper.pl-frame #loader span:after {top: 0;bottom: auto;left: 0;-webkit-animation: drawframeLeft 4s linear infinite 1.5s;animation: drawframeLeft 4s linear infinite 1.5s;}#loftloader-wrapper.pl-frame #loader img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;max-width: 80%;max-height: 80%;}#loftloader-wrapper.pl-imgloading #loader {width: auto;height: auto;max-width: 90vw;}#loftloader-wrapper.pl-imgloading #loader img {position: relative;z-index: 1;display: block;width: 100%;height: auto;margin: 0 auto;}#loftloader-wrapper.pl-imgloading #loader img {opacity: 0.3;}#loftloader-wrapper.pl-imgloading #loader .imgloading-container {position: absolute;bottom: 0;left: 0;z-index: 3;display: block;width: 100%;height: 0%;transition: 0s;overflow: hidden;-webkit-animation: imgLoading 6s linear infinite;animation: imgLoading 6s linear infinite;will-change: height, opacity;transform-origin: 0 100%;}#loftloader-wrapper.pl-imgloading #loader span {position: absolute;bottom: 0;left: 0;z-index: 3;display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center bottom;transition: 0s;}#loftloader-wrapper.pl-beating #loader {width: 60px;height: 60px;}#loftloader-wrapper.pl-beating #loader span, #loftloader-wrapper.pl-beating #loader:before {position: absolute;top: 0;left: 0;display: block;width: 60px;height: 60px;border-radius: 50%;background: currentColor;box-shadow: 0 0 50px;opacity: 0;}#loftloader-wrapper.pl-beating #loader span {-webkit-animation: beat 1.5s linear infinite;animation: beat 1.5s linear infinite;}#loftloader-wrapper.pl-beating #loader:before {content: "";-webkit-animation: beat 1.5s linear infinite 1s;animation: beat 1.5s linear infinite 1s;}.loader-close-button {position: fixed;top: 10px;right: 10px;z-index: 99999;box-sizing: border-box;padding: 5px 30px 5px 5px;width: auto;min-width: 35px;height: 35px;background: rgba(0, 0, 0, 0.3);border-radius: 999px;color: #FFF;font-size: 12px;line-height: 25px;cursor: pointer;}.loader-close-button:hover {background: rgba(0, 0, 0, 0.7);}.loader-close-button:before, .loader-close-button:after {position: absolute;top: 16px;right: 9px;display: block;width: 18px;height: 2px;background: #FFF;transform-origin: 50% 50%;content: "";}.loader-close-button:before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.loader-close-button:after {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);}.loader-close-button .screen-reader-text {position: absolute !important;padding: 0;margin: -1px;width: 1px;height: 1px;border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);overflow: hidden;word-wrap: normal !important;}.loader-close-button .close-des {padding: 0 5px;font-size: 12px;}

*{
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); 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{ 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; }
.section_9 > .container{
padding: clamp(0px, 0.870967741935484vw, 10px);
}
.faq_home_wrapper{
border-radius: 20px;
background: linear-gradient(270deg, #18305D 0%, #4D5E90 100%); 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 { -webkit-appearance: none;
margin: 0; }
.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;
}