:root {
    --cnvs-contrast-900: #6f7b8a;
    --bs-body-color: #515e6f;
    --cnvs-font-size-h1: 2.5rem;
    --cnvs-font-size-h2: 2.1rem;
    --cnvs-font-size-h3: 1.8rem;
    --cnvs-font-size-h4: 1.2rem;
    --cnvs-font-size-h5: 1rem;
    --cnvs-font-size-h6: 0.80rem;
}

.menu-link {
    font-size: 1rem !important; 
}

.feature-box h3 span.subtitle {
    color: #515e6f;
}

h4, .h4 {
   font-weight: 400; 
}

.text-verde {
	color: #60a59f !important;
}

.text-gris {
	color: #515e6f !important;
}

#gotoTop { 
    bottom: 110px !important;
    right: 25px !important; 
}

 

.button.button-medium.button-white {
    font-weight: 400;
    line-height: 57px;
    padding: 0 25px;
    font-size: 16px;
    border-radius: 100px;
    color: #60a59f;
    background-color: #fff !important;
    width: fit-content;
    margin: 0 auto;
}

.button.button-white:hover {
	background-color: #515e6f !important;
	color: #fff !important;
} 

.button.button-large.button-color {
    font-weight: 400;
    line-height: 57px;
    padding: 0 25px;
    font-size: 16px;
    border-radius: 100px;
    color: #fff
}

.button.button-color:hover {
	background-color: #515e6f !important;
	color: #fff !important;
}

.button.button-color.reverse, .button.button-color:hover {
    background-color: #515e6f !important;
    color: #fff !important;
    border-radius: 100px;
    
}


.button.button-color.reverse:hover {
	background-color: #60a59f !important;
	color: #fff !important;
}


nav.custom-hero-nav li a {
    padding: 10px 18px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
    color: #60a59f;
    transition: color .3s ease;
	background-color: #fff !important;
    border-radius: 40px;
    margin: 0 10px;
    text-transform: inherit;
    
}

nav.custom-hero-nav li.active a, nav.custom-hero-nav li:hover a {
    color: #60a59f;
	background-color: #fff !important;
    }


.menu-link {
    font-size: 0.875rem;
    letter-spacing: 0px;
    text-transform: inherit;
    font-weight: 400;
}
.center .heading-block::after, .text-center .heading-block::after, .heading-block.center::after, .heading-block.text-center::after {
    display: none
}

.team-title span {
    font-size: 16px
}
.team-title h4, .team-title .h4 {
    letter-spacing: 0px;
}

.heading-block {
    --cnvs-heading-block-font-size-h1: 3rem;
    --cnvs-heading-block-font-size-h2: 2.5rem;
    --cnvs-heading-block-font-size-h3: 2.1rem;
    --cnvs-heading-block-font-size-h4: 1.7rem;
    --cnvs-heading-block-font-weight: 400;
    
}
.heading-block h2, .heading-block .h2 {
    line-height: 1.1
}
@media (max-width: 768px) { 
    .button.button-color.reverse {
    margin: 1em 0 2em!important;
    }
.menu-container {
    padding: 0em 2em
}
       
    .texto-mercado h4{
        padding: 0 !important;
    text-align: center;
    font-size: 24px;
        margin-top: 1em
}
    .texto-mercado p{
        padding: 0 !important;
    text-align: center;
    font-size: 18px;
        margin-bottom: 2em
}
    
    .image-padding {
padding: 0 40px
    }
    
}
