
.conteudo{
	background:white;
	color: black;
	padding: 5px;
	text-align: left;
	align-items: center;
	font-size: 12pt;
	width: 90%;
	height: auto;
	margin: auto;
	border-radius: 0.5rem;
}

.conteudo img{

	width: 65px;
	height:45px;
	border-radius: 0rem;

}

.conteudo-carrinho{
	background:white;
	color: black;
	padding: 8px;
	text-align: left;
	align-items: center;
	font-size: 12pt;
	width: 80%;
	height: auto;
	margin: auto;
	border-radius: 0.5rem;
}

.conteudo-carrinho input {
    width:100%;
    height: 45px;
    color:black;
    padding: 10px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:white;
    border-radius: 0rem;
    box-shadow: 0px 0px 1px;
}


 .conteudo-carrinho select{
    width:92%;
    height: 35px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:#ccc;
    border-radius: 0.3rem;
}

 .conteudo-carrinho textarea{
    width:100%;
    height:45px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:white;
    border-radius: 0rem;
    box-shadow: 0px 0px 1px;
    flex-wrap: wrap;
}

.factura{
   background:white;
   color: black;
   padding: 5px;
   text-align: left;
   align-items: center;
   font-size: 12pt;
   width: 99%;
   height: auto;
   margin: auto;
   border-radius: 0.5rem;
}

@media (max-width: 620px){

.conteudo{
	background:white;
	color: black;
	padding: 5px;
	text-align: left;
	align-items: center;
	font-size: 12pt;
	width: 100%;
	height: auto;
	margin: auto;
	border-radius: 0.5rem;
}

.conteudo img{

	width: 65px;
	height:45px;
	border-radius: 0rem;

}

.conteudo-carrinho{
	background:white;
	color: black;
	padding: 5px;
	text-align: left;
	align-items: center;
	font-size: 12pt;
	width: 98%;
	height: auto;
	margin: auto;
	border-radius: 0.5rem;
}


.conteudo-carrinho input{
    width:100%;
    height: 45px;
    color:black;
    padding: 10px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:white;
    border-radius: 0rem;
    box-shadow: 0px 0px 1px;
}

.conteudo-carrinho  select{
    width:100%;
    height: 35px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:#ccc;
    border-radius: 0rem;
}

 .conteudo-carrinho textarea{
    width:100%;
    height:50px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:white;
    border-radius: 0rem;
    box-shadow: 0px 0px 1px;
    flex-wrap: wrap;
}


}