*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans"
}

/**Boot CSS**/

html,body{
	height: 100%;
}


input{
	border:0;
}

img{
	width: 250px;
	max-width: 250px;
}

.center{
	max-width: 1280px;
	padding:0 2%;
	margin:0 auto;
}

.w50{
	padding:0 2%;
	width: 50%;
	
}

.w33{
	padding:0 2%;
	width: 33.3%;
	
}

.w25{
	padding:0 2%;
	width: 25%;
	
}

.w16{
	padding:0 2%;
	width: 16.6%;
	
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

/**Final Boot CSS**/

#delivery,
#mov {
	margin-top: 3px;
	text-align: center;
	font-size: 15px;
   flex: 1; /* Cada div ocupa uma parte igual do espaço */
  display: flex;
  flex-direction: column; /* Organização interna em coluna */
  justify-content: center; /* Centraliza conteúdo verticalmente */
  align-items: center; /* Centraliza conteúdo horizontalmente */
   height: 60vh; 

}

#delivery {
	
	border: 1px solid #00695c;
	border-right: none;
	background-color: #b2ebf2;

  
}
#delivery input{
	width: 88%;
	height: 35px;
	border: 1px solid #ccc;
	padding-left: 8px;
	margin-top:8px;

}
#delivery textarea{
	width: 88%;
	height: 110px;
	border: 1px solid #ccc;
	padding-left: 8px;
	margin-top:8px;

}

#delivery button{
	width: 88%;
	height: 35px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 14px;
	background: #00bfa5;
	color: white;
	border: 0;
}
#mov {
	border-left: none;
	border: 1px solid #00695c;
	background-color: #b3e5fc;
	
}

#mov video{
	width: 70%;
    height: 240px;
}


.med{
	margin: 0 20%;
	width: 60%;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #424242;
	padding: 2px;
	text-align: center;
	color: red;
	font-weight: bold;
	background: white;
}

.selected {
border-color: blue;
}

#selectedCount {
font-weight: bold;
}

/**inico das sections novas **/
.box-video , .box-descricao{
	background: #00004d;
	
}

.box-descricao h2{
	text-transform: uppercase;
	font-size: 28px;
	display: block;
	padding-top: 40px;
	color: white;
	text-align: center;
}

.box-descricao p{
	padding: 40px 0;
	font-size: 18px;
	color: white;
	text-align: center;
}


.box-video h2{
	text-transform: uppercase;
	font-size: 38px;
	display: block;
	padding-top: 40px;
	color: #ffc107;
	text-align: center;
}

.box-video video{

	border: 1px solid #ffc107;
	width: 800px;
	max-height: 400px;
	padding: 40px ;
}



.container-video{
	display: flex;
}

/**Final das sections novas **/


header{
	background: #039be5;
	padding: 6px 0;
}

header h2{
	text-transform: uppercase;
	padding:20px 0;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.sessao-pesquisa{
	padding: 25px 0;
	
	background-color: #e0f7fa;
}

.search-box {
	display: flex;
	padding: 0 10px;
	background: #81d4fa;
	width: 100%;
	height: 90px;

}

.home {
	padding: 17px 0;
	width: 100%;
	height: 90px;

}

.pesquisa{
	text-transform: uppercase;
	width: 100%;
	padding: 30px 0;
}

.pesquisa h2{
	font-size: 18px;
	font-weight: 300;
	color: red;
}

.search-txt{
	display: inline-block;
	padding:0 5px;
	position: relative;
	width: 80%;
	height: 30px;
}



.search-box a{
	padding: 0 20px;
	display: inline-block;
	color: white;
	font-size: 18px;
	text-decoration: none;
}

.search-box a h2{
	text-align: center;
	font-size: 35px;
}

.search-box button{
	width: 70px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	color: #00004d;
	background: white;
	margin-bottom: -30px;
}

.box-catalogo-home{
	background: #b2ebf2;
	padding:30px 0;
	
}

.box-catalogo-home h3{
	width: 100%;
	height: 100%;
	font-size: 190px;
	color: #707000;
}

.catalogo-single-home{
	padding: 0 5px;
	text-align: center;
	padding-bottom: 15px;
}


.box-catalogo-home h3{
	width: 100%;
	height: 100%;
	font-size: 90px;
	color: #707000;
}

.box-catalogo-home a{
	text-align: center;
	color: black;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.box-catalogo{
	text-align: center;
	background: #fafafa;
	padding:30px 0;
}

.catalogo-single{
	background: linear-gradient(to right, #26c6da, #4dd0e1, #80deea, #b2ebf2);
	width: calc(25% - 12px);
	border: 1px solid #bbdefb;
	border-radius: 15px;
	padding: 10px;
	margin: 2px;
	text-align: center;
}

.ean{
	display: none;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #ccc;
	
}

.numero{
	margin: 0 19%;
	width: 60%;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #424242;
	padding: 2px;
	text-align: center;
	color: #4dd0e1;
	font-weight: bold;
	background: #01579b;
}


.promo{
	
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #bf360c;
	
}

.preco{
	
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #1a237e;
	
}




.catalogo-single img{
	width: 200px;
	height: 200px;
	border: 3px solid  #006680;
	border-radius: 10px;

}

.descricao-imagem{
	color: #1a237e;
	font-size: 16px;
	margin-top: 3px;
}

.cor-do-produto{
	color: #1a237e;
	font-size: 16px;
	margin: 3px 0;
}

.quantidade {
	margin: 0 19%;
	width: 60%;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #424242;
	padding: 2px;
	text-align: center;
	color: #4dd0e1;
	font-weight: bold;
	background: #01579b;
}


.box-novo{
	width: 100%;
	text-align: center;
	background: #ccc;
	padding:30px 0;
}

.novo-single{
	width: calc(50% - 12px);;
	display: flex;
	background: #00004d;
	border: 1px solid #17213d;
	border-radius: 15px;
	padding: 10px;
	margin: 2px;
	text-align: center;
}
.novo-single img{
	width: 250px;
	height: 250px;
	border: 3px solid  #006680;
	border-radius: 10px;

}

.tamanho{
	width: 350px;
	padding:0 10px;
	background-color: white;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: black;
	border: 0 10px;
	border-radius: 10px;
}



footer {
	padding: 23px;
	background: #039be5;
}

footer.fixed{
	position: fixed;
	bottom: 0;
	width: 100%;
	
}

footer p{
	font-size: 17px;
	text-align: center;
	color: white;
	font-weight: 300;
}

@media screen and (max-width:991px){
	.w25{
		padding: 0 2%;
		width: calc(33.3% - 12px);
	}

	.pesquisa h2{
		font-size: 16px;
		font-weight: 300;
		color: white;
	}
}

@media screen and (max-width:780px){

	.info {
    flex-direction: column;
  }

  #delivery, 
  #mov {
    max-width: 100%;
    margin-bottom: 20px;
  }


	.box-video h2{
	text-transform: uppercase;
	font-size: 24px;
	display: block;
	padding-top: 40px;
	color: #ffc107;
	text-align: center;
}

	.box-video video{
	
	width: 100%;
	padding: 25px;
}

	.container-video{
	display: block;
}

	.w25{
		padding: 0 2%;
		width: calc(50% - 12px);
	}

	.w16{
		padding:0 2%;
		width: 25%;
    }

    .pesquisa h2{
		font-size: 12px;
		font-weight: 300;
		color: white;
	}
	

}

@media screen and (max-width:570px){
	.pesquisa h2{
		font-size: 10px;
		font-weight: 300;
		color: white;
	}
	.w16{
		padding:0 2%;
		width: 50%;
    }

    footer p{
		font-size: 15px;
		text-align: center;
		color: white;
		font-weight: 300;
	}

.w33{
		padding:0 2%;
		width: 50%;
    }

}

@media screen and (max-width:480px){

	.info{

		display: block;
	}
	#delivery input,
  #delivery textarea,
  #delivery button {
    width: 94%;
  }

  #delivery, 
  #mov {
  	margin: 3px;
  	width: 94%;
    font-size: 14px;
  }


	#mov video{
		margin: 3px;
}


	.catalogo-single img{
	width: 200px;
	height: 200px;
	border: 3px solid  #006680;
	border-radius: 10px;
}
	.quantidade{
	margin-bottom: 5px;
	}
	.w25{
		padding:0 2%;
		width: 100%
    }

	.pesquisa h2{
		font-size: 9px;
		font-weight: 300;
		color: white;
	}
	

    footer p{
		font-size: 14px;
		text-align: center;
		color: white;
		font-weight: 300;
	}

}
.hidden {
    display: none;
}
