 :root {
	 
	 --color1: #5ed7b3;
	 --color2: #f05423;
	 --color3: #f5efea;
	 --color4: #4f4c45;
	 --color5: #d77d49;
	 --color6: #b19645;
	 --color7: #817c20;
}
 *,:after,:before {
     box-sizing: border-box 
}
html,body {
    height: auto!important;
}
 body {
     margin: 0;
     font-family: 'Montserrat', sans-serif;
     font-size: 1rem;
     line-height: 1.5;
     color: #000;
     text-align: left;
     background-color: #fff;
     min-width:360px;
	 font-weight:400;
	 height: auto;
}

.h2, h2 {
    margin-bottom: 2em;
    font-weight: 700;
}
.h3, h3 {
    margin-bottom: 2em;
}
.article_reforma p {
	line-height: 1.6em;
}

.article_reforma {
    color: #000;
    overflow: hidden;
}
@media (min-width: 1400px) {
    .article_reforma .container {
        max-width: 1200px;
    }
}

/* partners */
.article_reforma .partners {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    background: #f7f7f7;
}
.partners-logo {
    max-width: 90%!important;
	width: 850px;
    margin: 0 auto;
}
@media (max-width:768px) {
	.partners-logo {
		width: 400px;
	}
}




.footer_section {
    background: var(--color1);
    padding: 50px 0;
    color: #fff;
}



.article_reforma strong {
    font-weight: 700;
}



.article_reforma h1 {
    margin-bottom: .5em;
    font-size: 60px;
    line-height: 100%;
}
.article_reforma .hero img {
    width: 100%;
}






.article_reforma section {
    position: relative;
    z-index: 2;
    padding: 60px 0;
	font-weight: 500;
}
.section-bg2 {
    background: #efefef;
}

.companyNumbers {
    padding: 0;
    display: flex;
    margin-bottom: 50px;
    gap: 20px;
    text-align: center;
    font-size: 1.2em;
    flex-wrap: wrap;
    justify-content: center;
}

.companyNumbers li {
    max-width: 300px;
    border: 1px solid var(--color1);
    padding: 10px 10px 15px 10px;
    border-radius: 8px;
    width: 100%;
    line-height: 1.2;
}
.companyNumbers span {
    font-size: 2em;
    font-weight: 700;
    color: var(--color1);
}

.offset-left-lg {
    margin-left: -100px;
    max-width: calc(100% + 100px)!important;
}
.offset-right-lg {
    margin-right: -80px;
    max-width: calc(100% + 70px) !important;
}
.quote-wrap {
    border-left: 6px solid #fa0007;
    padding-left: 30px;
    margin-bottom: 50px;
}
.quote-wrap strong {
    font-size: 1.1em;
}

.article_reforma section a {
    border-bottom: 1px dashed;
}


.article_reforma img {
     vertical-align: top;
     border-style: none;
     max-width:100%;
}



.section_bgimage img {
    width: 100% !important;
}
.section_bgimage:after {
    content: '';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background: var(--color1);
	background: linear-gradient(180deg, rgba(62,96,124,0) 0%, rgba(62,96,124,1) 100%);
}
.article_reforma .section-intro {
    padding: 50px 0;
}
.article_reforma .section-intro p:last-child {
	margin-bottom:0;
}


.numbers {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 860px;
    margin: auto;
}
.number-item {
	position:relative;
	
}
.number-dev {
    width: 1px;
    margin: 0 10px 0px;
    background: #000;
    height: 90px;
}
.number-item p {
    white-space: nowrap;
}
.readmore_link {
    display: flex;
    gap: 30px;
    border: 1px dashed;
    border-radius: 10px;
    padding: 8px 10px 8px 20px;
    background: rgb(0 0 0 / 10%);
    font-weight: 600;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 align-items:center;
}
.readmore_link:hover {
    background: rgb(77 115 205 / 20%);
	/*background: rgb(0 0 0 / 20%);*/
	border-color: #ffc300;
}
.readmore_link svg {
    fill: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 transform: scale(1);
    flex: 1 0 auto;
}.readmore_link:hover svg {
    fill: #ffc300;
	transform:scale(1.2);
}

#countUp {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-align: right;
}

.img-right {
    max-width: 300px !important;
    float: right;
    margin-left: 100px;
}
.article_reforma .lead strong {
    font-weight: 500;
}
.text-wrap {
    padding: 20px;
    background: #fff;
    border-radius: 1em;
	color:#000!important;
}
.text-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
    background: #fff;
    border-radius: 1em;
	z-index:-1;
}
.text-wrap:is([data-theme=dark] *):before, .text-wrap:is([data-theme=dark] *) {
    background: #ddd;
}
.section:is([data-theme=dark] *) {
    color: #fff;
}
.list {
    margin-bottom: 20px;
}
.list li {
    background: #fff;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 8px;
}
.list li:is([data-theme=dark] *) {
    background: #666;
}
.timeline {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin-bottom: 30px;
}
.timeline li {
    position:relative;
	padding:20px 0;
	opacity:0;
	transform:translateY(-20px);
		    transition: all 1s ease;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
}
.timeline.aos-animate li.step2 {
	transition-delay: 1s;
}
.timeline.aos-animate li.step3 {
	transition-delay: 2s;
}
.timeline.aos-animate li.step4 {
	transition-delay: 3s;
}
.timeline.aos-animate li.step5 {
	transition-delay: 4s;
}
.timeline.aos-animate li {
	opacity:1;
	transform:translateY(0px);
}
.timeline li:before {
    position:absolute;
	content:'';
	left:-20px;
	top:0px;
	bottom:100%;
	width:3px;
	background:#f00;
			transition: all 1s ease;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
}
.timeline li:after {
    position: absolute;
    content: '';
    left: -25px;
    top: 24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f00;
    transition: all 1sease;
    -webkit-transition: all 1sease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.aos-animate.timeline li:before {
    bottom:0%;
}
.aos-animate.timeline li.step1:before {
	top:25px;
}
.aos-animate.timeline li.step2:before {
    transition-delay: 1s;
}
.aos-animate.timeline li.step3:before {
    transition-delay: 2s;
}
.aos-animate.timeline li.step4:before {
    transition-delay: 3s;
}
.aos-animate.timeline li.step5:before {
    transition-delay: 4s;
	bottom:22px;
}


.red-block {
    background: #fa0007;
    color: #fff;
    padding: 30px 30px 20px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 70px;
}
.red-block p {
    line-height: 120%!important;
}
.phonenumber {
}
.phonenumber a {
    display: flex;
    white-space: nowrap;
    background: #fff;
    width: fit-content;
    margin: 0 auto -80px;
    padding: 10px 20px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    border: none !important;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
    align-items: center;
    gap: 10px;
}
/* Lead */

.lead {
    padding: 30px 40px 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    background: var(--color1);
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.lead2 {
    padding: 30px 40px 20px;
    /* font-size: 1em; */
    position: relative;
    z-index: 2;
    font-weight: 500;
    margin-bottom: 30px;
    border-left: 5px solid var(--color2);
}
.lead2 em {
	font-size:1.5em;
	font-weight: 400;
}

.devider {
    border-top: 2px dashed var(--color1) !important;
}
.custom-tooltip-link {
    border-bottom: 1px dashed;
}

.iframe-wrap {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
    border-radius: 1em;
    overflow: hidden;
}
.iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* Footer */
.article_reforma .footer-section {
    background: #efefef;
    padding: 50px 0;
}
.section.section-credits {
    font-size: .8em;
    text-align: center;
    padding-bottom: 20px;
}
@media (max-width:1400px) {


}
@media (max-width:1199px) {

}
@media (max-width:991px) {


	.article_reforma h1 {
		margin-bottom: 1.2em;
		font-size: 40px;
	}
}
@media (max-width:768px) {
    .lead {
        font-size: 1em;
        /* font-weight: 300; */
        /* line-height: 1.2em !important; */
        padding: 20px 20px 10px;
        margin: 30px 0;
    }
	.article_reforma .partners {
		padding: 10px;
	}
}
@media (max-width:576px){
	.article_reforma section {
		position: relative;
		z-index: 2;
		padding: 40px 0;
		font-weight: 500;
	}

	.phone-wrap {
		font-size: 1.2em;
	}

}