.textw{
    color:white !important;
    font-family: 'Nunito';   
} 
.nunitobigw {
    font-family: "Nunito";
    font-optical-sizing: auto;
    font-weight: 700;
    font-style:normal;
    color:white;
  }
.textblack{
    color:black !important;
    font-family: 'NunitoBold';  
}
.textbignegro{
    font-family: 'NunitoBold';
    font-size: 2.2rem; /* Increased size */
    margin-bottom: 2rem;
    font-weight: 400; /* Extra bold weight */
    line-height: 1.1;
    color:#2f2A47;;
}
.textbigorange{
    font-family: 'NunitoBold';
    font-size: 2.2rem; /* Increased size */
    margin-bottom: 2rem;
    font-weight: 400; /* Extra bold weight */
    line-height: 1.1;
    color: #e54d20;
}
.textnunitobold{
    font-family: 'Nunito';
}
.btngrande{
    font-size: 1.2rem; /* Increased size */
    font-weight: 250;
    background-color: #e54d20;
    border-radius: 10px;
    color:white;
    box-shadow: 0 4px 15px rgba(241, 25, 25, 0.3);
    padding: 10px 10px;
    font-family: 'NunitoBold';
}
.witmax350{
    max-width: 500px;   
}
.paddin20{
    padding: 20px;
}
.wit200{
    width: 250px;
}

.mobile-menu-buttonnew {
    display: block; /* Always show instead of none */
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
    margin-left: 10px;
}
@media (max-width: 576px) and (max-width: 768px) {
   
}
