@import url("fontes/fontes.css");
@import url("customize.css");


body{
	width: 100%;
	font-family: "PlutoSansCondRegular";
	font-size: 13px;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}

button{
   background-color: #ffe31b;
   color: #720e00;
   border-radius: 15px;
   border: none;
   outline: none;
   cursor: pointer;
   font-family: "PlutoSansW01-CondLight";
	
}

a, a:hover, a:active{
  text-decoration: none;
  color: inherit;
	
}

s{
	position: relative;
    display: inline-block;
	text-decoration: none;
	font-size: 300%;
    color: #820f01;
	font-family: 'PlutoSansW04-Black';
	
}

s:after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 40px;
    left: 0;
    border-bottom: 4px solid #ffc41b;
}



input{
	outline: 0;
}


::placeholder { 
  color: #0149f6;	
  opacity: 1; 
}

:-ms-input-placeholder { 
 color: #0149f6;	
}

::-ms-input-placeholder { 
 color: #0149f6;	
}


@media only screen and (max-width: 1024px) {
	
s{
	position: relative;
    display: inline-block;
	text-decoration: none;
    color: #820f01;
	font-family: 'PlutoSansW04-Black';
	
}

s:after {
    content: '';
    display: block;
    width: 100%;
    height: 10%;
    position: absolute;
    top: 40px;
    left: 0;
    border-bottom: 4px solid #ffc41b;
}	
	
}

@media only screen and (max-width: 768px) {
	
s{
	position: relative;
    display: inline-block;
	text-decoration: none;
    color: #820f01;
	font-family: 'PlutoSansW04-Black';
	
}

s:after {
    content: '';
    display: block;
    width: 100%;
    height: 10%;
    position: absolute;
    top: 40px;
    left: 0;
    border-bottom: 4px solid #ffc41b;
}	
	
}

