/* ============================================================================================================ */
/* ============================================================================================================ */
/* FONTES */
/* ============================================================================================================ */
/* ============================================================================================================ */


/* ------------------------------------------------------------------------------------------------------------ */
/* FONTES */
/* ------------------------------------------------------------------------------------------------------------ */


/* ---------------------------------- */
/* 1 - TÍTULO - PRETO */
/* ---------------------------------- */


/* PC */
.fonte1
{
font-family: 'Rasa', serif;
color: #222222;
font-size: 32px;
font-style: normal;
line-height: 90%;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
/* FIM */


/* TABLET */
@media screen and (max-width: 1000px)
{
.fonte1
{
font-family: 'Rasa', serif;
color: #222222;
font-size: 28px;
font-style: normal;
line-height: 90%;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
}
/* FIM */


/* MOBILE */
@media screen and (max-width: 700px)
{
.fonte1
{
font-family: 'Rasa', serif;
color: #222222;
font-size: 24px;
font-style: normal;
line-height: 90%;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
outline: none; /* remove a seleção tracejada */
}
}
/* FIM */


/* MOBILE */
@media screen and (max-width: 500px)
{
.fonte1
{
font-family: 'Rasa', serif;
color: #222222;
font-size: 20px;
font-style: normal;
line-height: 90%;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
outline: none; /* remove a seleção tracejada */
}
}
/* FIM */


/* ---------------------------------- */
/* FIM */
/* ---------------------------------- */


/* ---------------------------------- */
/* 2 - TEXTO - PRETO */
/* ---------------------------------- */


/* PC */
.fonte2
{
font-family: 'Open Sans', sans-serif;
color: #222222;
font-size: 15px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
/* FIM */


/* TABLET */
@media screen and (max-width: 1000px)
{
.fonte2
{
font-family: 'Open Sans', sans-serif;
color: #222222;
font-size: 13px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
}
/* FIM */


/* MOBILE */
@media screen and (max-width: 700px)
{
.fonte2
{
font-family: 'Open Sans', sans-serif;
color: #222222;
font-size: 11px;
font-style: normal;

line-height: 1.4 !important; /* remove line-height maior em mobile */
display: block;  /* remove line-height maior em mobile */
padding: 0 !important;  /* remove line-height maior em mobile */

font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
outline: none; /* remove a seleção tracejada */
}
}
/* FIM */


/* MOBILE */
@media screen and (max-width: 500px)
{
.fonte2
{
font-family: 'Open Sans', sans-serif;
color: #222222;
font-size: 9px;
font-style: normal;

line-height: 1.4 !important; /* remove line-height maior em mobile */
display: block;  /* remove line-height maior em mobile */
padding: 0 !important;  /* remove line-height maior em mobile */

font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
outline: none; /* remove a seleção tracejada */
}
}
/* FIM */


/* ---------------------------------- */
/* FIM */
/* ---------------------------------- */


/* ---------------------------------- */
/* 3 - TÍTULO - BRANCO */
/* ---------------------------------- */


/* PC */
.fonte3
{
font-family: 'Rasa', serif;
color: #FFFFFF;
font-size: 32px;
font-style: normal;
line-height: 90%;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
/* FIM */


/* TABLET */
@media screen and (max-width: 1000px)
{
.fonte3
{
font-family: 'Rasa', serif;
color: #FFFFFF;
font-size: 28px;
font-style: normal;
line-height: 90%;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
}
/* FIM */


/* MOBILE */
@media screen and (max-width: 700px)
{
.fonte3
{
font-family: 'Rasa', serif;
color: #FFFFFF;
font-size: 24px;
font-style: normal;
line-height: 90%;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
outline: none; /* remove a seleção tracejada */
}
}
/* FIM */


/* MOBILE */
@media screen and (max-width: 500px)
{
.fonte3
{
font-family: 'Rasa', serif;
color: #FFFFFF;
font-size: 20px;
font-style: normal;
line-height: 90%;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
outline: none; /* remove a seleção tracejada */
}
}
/* FIM */


/* ---------------------------------- */
/* FIM */
/* ---------------------------------- */


/* ---------------------------------- */
/* 4 - TEXTO - BRANCO */
/* ---------------------------------- */


/* PC */
.fonte4
{
font-family: 'Open Sans', sans-serif;
color: #FFFFFF;
font-size: 15px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
/* FIM */


/* TABLET */
@media screen and (max-width: 1000px)
{
.fonte4
{
font-family: 'Open Sans', sans-serif;
color: #FFFFFF;
font-size: 13px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
}
/* FIM */


/* MOBILE */
@media screen and (max-width: 700px)
{
.fonte4
{
font-family: 'Open Sans', sans-serif;
color: #FFFFFF;
font-size: 11px;
font-style: normal;

line-height: 1.4 !important; /* remove line-height maior em mobile */
display: block;  /* remove line-height maior em mobile */
padding: 0 !important;  /* remove line-height maior em mobile */

font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
outline: none; /* remove a seleção tracejada */
}
}
/* FIM */


/* MOBILE */
@media screen and (max-width: 500px)
{
.fonte4
{
font-family: 'Open Sans', sans-serif;
color: #FFFFFF;
font-size: 9px;
font-style: normal;

line-height: 1.4 !important; /* remove line-height maior em mobile */
display: block;  /* remove line-height maior em mobile */
padding: 0 !important;  /* remove line-height maior em mobile */

font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
outline: none; /* remove a seleção tracejada */
}
}
/* FIM */


/* ---------------------------------- */
/* FIM */
/* ---------------------------------- */


/* ------------------------------------------------------------------------------------------------------------ */
/* FIM */
/* ------------------------------------------------------------------------------------------------------------ */


/* ============================================================================================================ */
/* ============================================================================================================ */
/* FIM */
/* ============================================================================================================ */
/* ============================================================================================================ */

