.buttonsWhats{
    display: flex;
    padding: 0px;
    max-width: 100%;
}
.buttonsWhats button, form button {
	background-color: #005aa7;
  width: 90%;
  margin-left: 10px;
	color: #fafafa;
	padding: 10px;
	border: none;
	border-radius: 1px;
	font-size: 16px;
	cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
	transition: background-color 0.3s;
}

.buttonsWhats button:hover, form button:hover {
	background-color: #024d8f;
}

.descProduto button a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Roboto';
    font-weight: 900;
    letter-spacing: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #85754e50;
  border-radius:3px;
  outline:none;
}

.descProduto ::-webkit-scrollbar {
    width: .2em;
    background-color: rgba(0,199,0,0);
}

.detalheProduto{
    margin-top: 20vh;
    display: flex;
    flex-direction: row-reverse;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    justify-content: center;
    align-items: flex-end;
    padding: 10px 0px;
    column-gap: 0px;
}
.imgProduto img{
    width: 36vw;
    height: auto;
    transition: all 0.8s ease-in-out;
    margin-top: -7vw;
}
.imgProduto img:hover{
    transform: scale(1.1);
}

.videoButton{
    width: 7vw;
    position: absolute;
    right: 5vw;
    margin-top: -3vw;
}

.descProduto{
    background: rgba(255, 255, 255, 0.651);
    color: #2c2d60;
    padding: 40px 40px;
    box-shadow: 6px 6px 8px -2px  rgba(0,0,0,0.3);
    border-left: 20px solid #ffc300;
}
.descProduto a{
    text-decoration: none;
}
.descProduto h2{
    font-family: Roboto;
    font-size: 4.5vh;
    line-height: 4vh;
    text-transform: uppercase;
    color: #005aa7;
    font-weight: 900;
    letter-spacing: 2px;
}
.descProduto h3{
    font-family: Roboto;
    font-size: 3vh;
    text-transform: uppercase;
    color: #24387e;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
    border-width: 0px 0px 2px 0px;
    border-image: linear-gradient(90deg, #85754e 3%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 9;
    border-style: solid;
}
.descProduto h3 span{
    color: #85754e;
}

.composicao ul {
    list-style: square inside;
}
.composicao ul li {
    font-size: 2vh;
  letter-spacing: 2px;
  line-height: 3vh;
  color: #507cbe;
  font-family: 'Roboto';
  font-weight: 300;
}
.composicao ul li span {
    font-weight: 900;
    font-size: 2.5vh;
}


.mob{
    display: none;
}

.listP{
    max-height: 20vw;
    overflow-x: hidden;
    overflow-y: auto;
}

.contact-section{
	background: #ffc300;
    color: #005aa7;
  max-width: 100vw;
  padding: 2vw;
}

.contatoTxt h3,.contatoTxt h3 a {
    color: #005aa7;
}
.contatoTxt .socialIcons a {
  color: #005aa7;  
}


/*Carrosel Produtos*/
.blue h2{
    color: #005aa7;
}

.testimonials {
	position: relative;
	padding-top: 80px;
}
.testimonials:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ddd;
}
#customers-natal .item{
	background-color: #f3ecda;
    border-bottom: 15px solid #005aa7;
}
#customers-natal .item-details {
	background-color: #ffffff;
	color: #005aa7;
	padding: 20px 10px;
	text-align: left;
    box-shadow: 6px 6px 8px -2px  rgba(0,0,0,0.3);
    border-left: 10px solid #ffc300;
}

#customers-natal .item-details h6 {
	font-family: Roboto;
    font-size: 2.4vh;
    line-height: 4vh;
    text-transform: uppercase;
    color: #005aa7;
    font-weight: 900;
    letter-spacing: 2px;
	margin: 0 0 15px;
    border-width: 0px 0px 2px 0px;
    border-image: linear-gradient(90deg, #85754e 3%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 9;
    border-style: solid;
	
}
#customers-natal .item-details p a{
	text-decoration: none;
	color: #ffc300;
	font-size: 1.7vh;
}
#customers-natal .item-details p span {
	background-color: #005aa7;
	padding: 6px;
	border: none;
	border-radius: 1px;
	float: right;
}
#customers-natal .item-details p {
	font-family: Roboto;
    font-size: 2vh;
    text-transform: uppercase;
    color: #005aa7;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
}



#customers-natal .item {
	text-align: center;
	padding: 20px;
	margin-bottom: 80px;
}
 
.img-responsive{
	transition: all .5s ease-in-out;
	margin-bottom: -25px;
}
.img-responsive:hover{
	transform: scale(1.3) translate(0px, -35px);
	
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	font-size: 30px;
	background: #005aa7;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	color: #ffc300;
	text-align: center;
	font-family: "Montserrat", sans-serif;
  	font-weight: 900;
  	text-shadow: 3px 3px 3px rgba(0,0,0,.7);
  	transition: all .6s ease-in-out;
}


@media (max-width: 768px) {
    .mob{
        display: block;
    }

    .headMob img{
        width: 85vw;
        margin: 7.5vw;
        margin-bottom: -20vh;
    }
    .detalheProduto{
        display: flex;
        flex-direction: column;
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
        justify-content: center;
        align-items: center;
        padding: 0px;
        column-gap: 0px;
    }
    .buttonsWhats{
    flex-direction: column;
    }
    .videoButton{
    width: 27vw;
    position: absolute;
    right: 2vw;
    margin-top: -3vw;
    }
    .imgProduto img{
        width: 90vw;
        height: auto;
        transition: all 0.8s ease-in-out;
        margin-top: -10vw;
        z-index: 99;
    }
    .descProduto{
        margin-top: 0vw;
        z-index: 70;
    }
    .descProduto h1{
        font-size: 11vw;
        line-height: 9vw;
    }
    .descProduto h2{
        font-size: 6vw;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .composicao ul li {
        letter-spacing: 0.5px;
    }
    .descProduto button {
        margin-left: 0px;
    }
    .listP{
        max-height: 60vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .copy{
        margin-top: 10vh;
        margin-bottom: 0vh;
        text-align: center;
    }   
}

/*Modal*/
.modalbg {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
  display: block;
  pointer-events: none;
}
.modalbg .dialog {
  width: 335px;
  position: relative;
  top: -1000px;
  margin:7% auto;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
}
.modalbg .dialog .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.modalbg:target {
  display: block;
  pointer-events: auto;
  background: rgba(4, 10, 30, 0.8);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg:target .dialog {
  top: -20px;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -transition-delay: 0.4s;
}
.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
}
.close .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.close:hover {
  background: #cb2f2f;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fineprint {
  font-style: italic;
  font-size: 10px;
  color: #646;
}