
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaijaan|Fira+Sans+Condensed:400,500,700,800|Fira+Sans+Extra+Condensed:400,500,700,800|Fira+Sans:400,500,700,800|Pacifico');
@import url('https://fonts.googleapis.com/css?family=Grand+Hotel');

/** fontes
font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Fira Sans Extra Condensed', sans-serif;
font-family: 'Fira Sans', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Baloo Bhaijaan', cursive;
font-family: 'Grand Hotel', cursive;
**/

* { 
    margin: 0;
    padding: 0;
}


a {text-decoration: none; color:var(--red-color);}

:root {
--yellow-color:rgba(207, 139, 42, 1); /* cor da fonte amarela da torre*/
--red-color:rgba(97,6,22, 1); /* cor da fonte vermelha da torre*/
}

body, ul{
    background-color:var(--yellow-color);
    margin:Opx;
    padding:Opx;
}

.wrapper{
    padding: 1px;
    background-color:var(--yellow-color);
    border-color: black;
    border-width: 0px;
    border-style: solid;
}

.logo {
    align-items: center;
    width: 100%;
    height: 80%;
    border-style: solid; 
    border-width: 0px;
    border-color: var(--red-color);
    background-repeat: no-repeat;}


.logotipo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 50%;
    border-style: solid; 
    border-width:0px;}


.cta_text{
    padding: 5px;
    margin: 5px;;
    border-color: black;
    border-width: 0px;
    border-style: solid;
    height: 100%;
    font-family: 'Fira Sans', sans-serif; 
    font-size: 1.0em;
    text-align: center;
    color: var(--red-color);
}

.app{
    padding: 10px;
    margin: 20px;
    background-color:var(--red-color);
    border-color: black;
    border-width: 1px;
    border-style: solid;
    height: 100%;
    font-family: 'Fira Sans', sans-serif; 
    font-size: 1.0em;
    text-align: center;
    color: white;
    border-radius: 20px;
}

.fone{
    padding: 10px;
    margin: 20px;
    background-color:var(--red-color);
    border-color: black;
    border-width: 1px;
    border-style: solid;
    height: 100%;
    font-family: 'Fira Sans', sans-serif; 
    font-size: 1.0em;
    text-align: center;
    color: white;
    border-radius: 20px;
}


.pdf{
    padding: 10px;
    margin: 20px;
    background-color:var(--red-color);
    border-color: black;
    border-width: 1px;
    border-style: solid;
    height: 100%;
    font-family: 'Fira Sans', sans-serif; 
    font-size: 1.0em;
    text-align: center;
    color: white;
    border-radius: 20px;
}

.icon-file-pdf{
    font-size: 1.2em;
    width: 500px;

}


.site{
    padding: 10px;
    margin: 20px;
    background-color:var(--red-color);
    border-color: black;
    border-width: 1px;
    border-style: solid;
    height: 100%;
    font-family: 'Fira Sans', sans-serif; 
    font-size: 1.0em;
    text-align: center;
    color: white;
    border-radius: 20px;
}

.ifood{
    padding: 10px;
    margin: 20px;
    background-color:var(--red-color);
    border-color: black;
    border-width: 1px;
    border-style: solid;
    height: 100%;
    font-family: 'Fira Sans', sans-serif; 
    font-size: 1.0em;
    text-align: center;
    color: white;
    border-radius: 20px;
}

.disclaimer{
    padding: 0px;
    margin: 15px;
    border-color: black;
    border-width: 0px;
    border-style: solid;
    height: 100%;
    font-family: 'Fira Sans', sans-serif; 
    font-size: 0.9em;
    text-align: center;
    color: var(--red-color);
}