@charset "UTF-8";

/* CSS - Spiller | Codificado por: Rafael Branco dos Santos | Ano: 2020 */


/*
font-family: 'DM Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Space Grotesk', sans-serif;
*/

/******************* Atribuições Gerais *********************/
* {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased !important;
	-moz-font-smooth:antialiased !important;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	margin:0;
	padding:0;
}

*::selection,
*::-moz-selection,
*::-webkit-selection {
	background:#c0d445;
	color:#fff;
}

h1,h2,h3,h4,h5 { font-weight: normal; }

a {
	cursor:pointer;
	text-decoration:none;
}

br { clear:both; }

img { border:0; }

input,
textarea,
select { outline: none; }

html{
   scroll-behavior: smooth;
   overflow-x: hidden;
}

body#bg-home{
	background-image: url(/img/bg-home.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

body#bg-faca-parte,
body#bg-conta,
body#bg-pedidos{
	background-image: url(/img/bg-faca-parte.png);
	background-position: center 345px;
	background-repeat: no-repeat;
	background-size: 100%;
}

body {
	background: #fff;
	color: #3f3e40;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

.conteudo {
  margin: 0 auto;
  width: 1200px;
  /* width: 1200px; */
  position: relative;
}

.soft-hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity = 50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

strong, b { font-weight: 700; }

.hidden {
	display: none;
}
/******************* Atribuições Gerais *********************/

div#loader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: #fff;
	background-image: url('../img/load.gif');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
}

/*************************** Header ***********************************/
header#topo{
	/*background: #E54D4D;*/
	/* background: #fff; */
	/* height: 100px; */
}

header#topo img#logo-header{
	margin-top: 40px;

	max-height: 80px;
}

header#topo nav#menu{
	border-radius: 39px;
	background: rgba(255, 255, 255, 0.10);

	padding: 24px 52px;
	float: right;
	margin-top: 45px;
	/*width: 450px;*/
}

header#topo nav#menu ul li{
	float: left;
	list-style: none;
	margin-right: 40px;

	color: #FFF;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

header#topo nav#menu ul li:nth-child(3) {
    margin-right: 0px;
}

header#topo nav#menu ul li:last-child{
	/*margin-right: 0;*/
}

header#topo nav#menu ul li a{
	color: #FFF;
}

header#topo nav#menu ul li a:hover{
  	text-shadow: 1px 0 0 currentColor;
}

header#topo #btn-header{
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 39px;
	float: right;

	color: #242331;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;

	display: flex;
	padding: 23px 52px;
	margin: 45px 0 0 40px;
	text-align: center;
}

header#topo #btn-header:hover{
	background: transparent;
	color: #fff;
}

body#bg-faca-parte header#topo nav#menu,
body#bg-busca header#topo nav#menu,
body#bg-conta header#topo nav#menu,
body#bg-pedidos header#topo nav#menu,
body#bg-estabelecimento header#topo nav#menu{
	background: #F9F9F9;
	border-radius: 39px;
}
body#bg-faca-parte header#topo nav#menu ul li a,
body#bg-busca header#topo nav#menu ul li a,
body#bg-conta header#topo nav#menu ul li a,
body#bg-pedidos header#topo nav#menu ul li a,
body#bg-estabelecimento header#topo nav#menu ul li a{
	color: #000;
}

body#bg-faca-parte header#topo #btn-header,
body#bg-busca header#topo #btn-header,
body#bg-conta header#topo #btn-header,
body#bg-pedidos header#topo #btn-header,
body#bg-estabelecimento header#topo #btn-header{
	background: #000;
	border: 1px solid #000;
	color: #FFF;
}

body#bg-faca-parte header#topo #btn-header:hover,
body#bg-busca header#topo #btn-header:hover,
body#bg-conta header#topo #btn-header:hover,
body#bg-pedidos header#topo #btn-header:hover,
body#bg-estabelecimento header#topo #btn-header:hover{
	background: transparent;
	color: #000;
}

body#bg-faca-parte header#topo #minha-conta span,
body#bg-busca header#topo #minha-conta span,
body#bg-conta header#topo #minha-conta span,
body#bg-pedidos header#topo #minha-conta span,
body#bg-estabelecimento header#topo #minha-conta span{
	color: #000;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


header#topo #minha-conta{
	float: right;
	line-height: 100px;
	margin: 33px 0 0 40px;
	position: relative;
}

header#topo #minha-conta span{
	color: #FFF;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

header#topo #minha-conta #drop-minha-conta{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.12);

	margin: -20px 0 0 -15px;
    height: auto;
    width: 160px;
	position: absolute;
	z-index: 2;
	display: none;
}

header#topo #minha-conta:hover #drop-minha-conta{
	display: block;
}

header#topo #minha-conta #drop-minha-conta #list-minha-conta{
	text-align: center;
}

header#topo #minha-conta #drop-minha-conta #list-minha-conta ul{

}

header#topo #minha-conta #drop-minha-conta #list-minha-conta ul li{
	border-bottom: 1px solid #ededf0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4b4b62;

	list-style: none;
	line-height: 50px;
	height: 50px;
}

header#topo #minha-conta #drop-minha-conta #list-minha-conta ul li#li-border{
	/*border-top: 1px solid #ededf0;
    border-bottom: 1px solid #ededf0;*/
}

header#topo #minha-conta #drop-minha-conta #list-minha-conta ul li:hover{
	font-weight: 700;
}
/*************************** Header ***********************************/


/*************************** Rodapé ***********************************/
#rodape{
	background: transparent;
	padding: 50px 0 80px 0;
}

#rodape .conteudo{
	border-top: 1px solid #E3E3E3;
}

#rodape .column{
	box-sizing: border-box;
	float: left;

	padding-right: 50px;
	width: 33%;
}

#rodape .column:nth-child(1) {

}

#rodape .column:nth-child(1) #logo-rdp{

}

#rodape .column:nth-child(1) #logo-rdp img{
	max-height: 68px;
}

#rodape .column:nth-child(1) p{

	color: #797979;
	font-family: Nunito;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 157.4%; /* 34.628px */

	margin: 27px 0;
}

#rodape .column:nth-child(1) ul{

}

#rodape .column:nth-child(1) ul li,
#rodape .column:nth-child(1) ul li a{
	background-repeat: no-repeat;
	background-position: left 5px;
	box-sizing: border-box;
	
	color: #797979;
	font-family: Nunito;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	list-style: none;
	padding-left: 30px;

	margin-bottom: 35px;
}

#rodape .column:nth-child(1) ul li#email-rdp{
	background-image: url(/img/email.png);
}
#rodape .column:nth-child(1) ul li#telefone-rdp{
	background-image: url(/img/telefone.png);
}


#rodape .column:nth-child(2) {

}

#rodape .column:nth-child(2) h1{
	color: #242331;
	font-family: Nunito;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;

	margin-bottom: 45px;
}

#rodape .column:nth-child(2) ul{

}

#rodape .column:nth-child(2) ul li{
	color: #797979;
	font-family: Nunito;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 267.5%; /* 58.85px */
	
	margin-left: 20px;
}

#rodape .column:nth-child(2) ul li:hover{
	font-weight: 700;
}

#rodape .column:nth-child(3) {
	box-sizing: border-box;
	border-radius: 50px;
	background: #F9F9F9;

	padding: 65px 37px;
}

#rodape .column:nth-child(3) span{
	display: block;

	color: #FF1C21;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	margin-bottom: 15px;
}

#rodape .column:nth-child(3) h2{
	color: #242331;
	font-family: Nunito;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	line-height: 123%; /* 36.9px */
	
	margin-bottom: 15px;
}

#rodape .column:nth-child(3) p{
	color: #797979;
	font-family: Nunito;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 157.4%; /* 34.628px */
	
	margin-bottom: 30px;
}

#rodape .column:nth-child(3) .btn-lojas{
	border: 1px solid #D3D3D3;
	border-radius: 39px;

	color: #242331;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;

	text-align: center;
	line-height: 75px;
	height: 75px;
	width: 47%;
}

#rodape .column:nth-child(3) .btn-apple{
	float: left;
}
#rodape .column:nth-child(3) .btn-playstore{
	float: right;
}

#rodape .column:nth-child(3) .btn-lojas:hover{
	background: #242331;
	color: #fff;
}

#rodape .column:nth-child(3) .btn-lojas:hover{

}

#rodape span#copy{
	color: #797979;
	font-family: Nunito;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;

	display: block;
	float: left;
	margin-top: 41px;
}

#rodape ul.redes-rdp{
	display: table;
	float: right;
}

#rodape ul.redes-rdp li{
	float: left;
	margin-left: 25px;
	list-style: none;
	margin-top: 47px;
}

/*************************** Rodapé ***********************************/


/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */


.scrollbar::-webkit-scrollbar-track
{
	box-shadow:inset 0 0 5px grey;
	border-radius:4px;
}


.scrollbar::-webkit-scrollbar
{
	width:6px;
	height:10px;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background:#c32c3b;
	border-radius:4px
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #c32c3b;
}

.scrollbar::-webkit-scrollbar-button {
	display:none;
}


