
div.textBIG 
{
    font-family: "regular_font";
    font-size: 25px;
    /*font-weight:bolder;*/
    /*text-shadow: 2px 2px 5px #000000;*/
    /*color: rgb(25, 91, 36);*/
}
div.textBIGMOB 
{
    font-family: "regular_font";
    font-size: 15px;
}


div.textBIGARTS 
{
    font-family: "bold_font";
    font-size: 25px;
    font-weight: bolder;
    /*color: rgb(25, 91, 36);*/
}
div.textBIGARTSMOB 
{
    font-family: "bold_font";
    font-size: 16px;
}


div.textVERYBIGARTS 
{
    font-family: "bold_font";
    font-size: 45px;
    font-weight: bolder;
    /*color: rgb(25, 91, 36);*/
}
div.textVERYBIGARTSMOB 
{
    font-family: "bold_font";
    font-size: 35px;
    font-weight: bolder;
}


div.textresponsiveBIG
{
    font-family: "bold_font";
    font-size: 20px;
    /*font-weight: bold;*/
    /*text-decoration: underline;*/
    /*color: rgb(25, 91, 36);*/
}
div.textresponsiveBIGMOB 
{
    font-family: "bold_font";
    font-size: 16px;
}


div.textresponsive 
{
    font-family: "thin_font";
    font-size: 13px;
    line-height: 130%;
    font-weight: bold;
    /*display: auto;*/
    /*text-align:justify;  
    text-justify:initial;*/
}
div.textresponsiveMOB 
{
    font-family: "thin_font";
    font-size: 10px;
    line-height: 130%;
    font-weight: bold;
}


div.textresponsiveRegular 
{
    font-family: "regular_font";
    font-size: 15px;
    /*line-height: 130%;*/
    /*display: auto;*/
    /*text-align:justify;  
    text-justify:initial;*/
}
div.textresponsiveRegularMOB 
{
    font-family: "regular_font";
    font-size: 12px;
}


div.textlogo 
{
    font-family: "thin_font";
    font-size: 10px;
}
div.textlogoMOB 
{
    font-family: "thin_font";
    font-size: 8px;
}


div.textresponsiveFooterLINK 
{
    font-family: "thin_font";
    font-size: 12px;
    /*color: white;*/
    /*background-color: rgb(25, 91, 36);*/
    /*line-height: 2;*/
    /*border-radius: 4px;*/
    /*text-decoration: underline overline;*/
    display: initial;
    padding: 2px;
}
div.textresponsiveFooterLINKMOB 
{
    font-family: "thin_font";
    font-size: 10px;
}


/*Lingua*/
div.textresponsiveLANG20 
{
    font-size: 20px;
}
div.textresponsiveLANG15 
{
    font-size: 15px;
}
/*
Hover
*/
div.textresponsiveRegular:hover {
    cursor: pointer;
    /*text-decoration: underline overline;*/
}

