*{
	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**/

/**Iníco Zap CSS**/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 7%;
    padding: 15px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: lighter;
    text-decoration: none;
}
    .whatsapp-button i{
     font-size: 18px;
    }

.whatsapp-button:hover {
    background-color: #1DA851;
}
 .whatsapp-button{
    transform: scale(1.1);
    animation: pulsate 1s infinite;
}

@keyframes pulsate {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
/**Final Zap CSS**/


.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 **/


#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: #e0f2f1;

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

}
#delivery textarea{
	width: 88%;
	height: 120px;
	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: #e8f5e9;
	
}

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


.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: #00695c;
	padding: 6px 0;
}

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

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

}

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

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

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

.mothers-day{
	min-width: 50%;
	margin:auto;
	font-size: 24px; 
    color: #f8bbd0;
    animation: heart-beat 2s infinite;
}

    @keyframes heart-beat {
        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.1);
        }
        50% {
            transform: scale(1);
        }
        75% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }

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



.search-box h3{
	text-align: center;
	line-height: 0.6;
	padding: 0 5px;
	display: inline-block;
	color: white;
	font-size: 30px;
	text-decoration: none;
}

.search-box h3 span{
	font-size: 12px;
}

.box-catalogo-home{
	background: #b2dfdb;
	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: #e0f2f1;
	padding:30px 0;
}

.catalogo-single{
	background:  linear-gradient(to right, #00796b, #00897b, #00bfa5, #1de9b6);
	width: calc(25% - 12px);
	border: 1px solid #17213d;
	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: red;
	font-weight: bold;
	background: white;
	
}


.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: #01579b;
	
}




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

}

.descricao-imagem{
	color: #fafafa;
	font-size: 16px;
	margin: 10px 0;
}

.cor-do-produto{
	color: #fafafa;
	font-size: 16px;
	margin-bottom: 5px;
}

.quantidade {
	margin-bottom: 5px;
	font-size: 16px;
	color: #01579b;
	text-transform: uppercase;
}


.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;
}


.attention-minimum {
        font-size: 15px;
        text-transform: uppercase;
        max-width: 100%;
        margin: 0 auto; /* Centers the div */
        background-color: #ff1744;
        color: white;
        text-align: center;
        padding: 8px;
        font-weight: bold;
        animation: pulse 2s infinite;
        border-radius: 20%;
    }

    @media only screen and (min-width:360px) {
        .attention-minimum {
            font-size: 16px;
            padding: 15px;
            width: 75%; /* You can adjust this to your preference */
            position: relative; /* Use relative instead of absolute */
            top: 0; /* Reset top position */
            left: 0; /* Reset left position */
        }
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.1);
            opacity: 0.8;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
}
footer {
	padding: 23px;
	background: #00695c;
}

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){

	.mothers-day{
	min-width: 60%;
	font-size: 20px;
}
	.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){

	.mothers-day{
	min-width: 70%;
	font-size: 15px;
}

	.box-video h2{
	text-transform: uppercase;
	font-size: 24px;
	display: block;
	padding-top: 40px;
	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){
	.search-box h3 span{
	font-size: 10px;
}
	.catalogo-single img{
	width: 200px;
	height: 200px;
	border: 3px solid  #006680;
	border-radius: 10px;

	}
	.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;
