/*font-family: 'Ubuntu', sans-serif;
font-family: 'Roboto Mono', monospace;
{
  palette: {
    primary: blue,
    secondary: pink,
  },
}
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700|Ubuntu:300,400,500,700&display=swap');

li,a{
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 17px !important;
    font-weight: 500;
}
body{
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	width:100%;
    height:100%;
    background-color: #000000;
    background-image: linear-gradient(45deg, #000000 0%, #5a5a5a 100%);
}
.bg-gradiente{
    background-color: #000000;
    background-image: linear-gradient(45deg, #000000 0%, #5a5a5a 100%);
}
.bg-white{
    background-color: white;
}
.bg-dark{
    background-color: #292929;
}
.overlay{
    opacity: 0.2 !important;
}

.menu-pc li, a{
    color: #f1f1f1 !important;
}

.menu-pc li:hover{
    background-color:#ffa000;
    color:#292929 !important;
}

.titulo-banner{
    font-family: 'Ubuntu', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}
.titulo-mobile{
    font-family: 'Ubuntu', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
}
.contatos{
    padding-top: 100px;
    padding-bottom: 150px;
}
.contatos h3{
    font-family: 'Ubuntu', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 50px;    
}
.contatos p,a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.contatos p span{
    font-size: 13px;
    text-transform: none;
}
.txt-white{
    color: white;
}
.txt-icone{
    text-transform: uppercase !important;
}
.txt-icone span{
    font-size: 14px;
}
.txt-maps {
    padding-top: 50px;
}
.txt-maps h2{
    font-family: 'Ubuntu', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 2px;
    color: white !important;
}
.icone-maps{
    font-size:18px !important;
}
.rodape{
    height: 100px;
    
}
.rodape p {
  padding-top: 20px;
  padding-bottom: px;
  color: white;
}
.totop {
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    cursor: pointer;
    border-radius:50% ;
  }
.wpp{
    position: fixed; 
    bottom: 20px; 
    left: 30px; 
    z-index: 99; 
    cursor: pointer; 
    border-radius:50% ; 
}