﻿/* GERAL */


/* END GERAL */

/* IFRAME */
.container-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.container-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.navbar-brand{
	width: 77vw;
}

@media screen and (max-width: 319px){
	.elipse::before {
		content: url(../images/elipse.png);
		position: absolute;
		left: calc(50% - 89%);
		top: -59px;
		z-index: 1;
	}
	
	.navbar__logo {
		width: 7rem!important;
		left: calc(50% - 90px)!important;
	}
	
	a.navbar-brand.mx-auto{
		width: calc(55%)!important;
	}
	
	.mx-auto.order-0.w-100-md.d-flex {
		width: calc(70%)!important;
	}
}

@media screen and (min-width: 768px){
	.w-100-md {
		width: 20%!important;
	}
}

@media screen and (max-width: 320px){
	.mx-auto.order-0.w-100-md.d-flex {
		width: calc(55%);
	}
	
	a.navbar-brand.mx-auto{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {	
	.elipse {
		width: 30vw;
	}
}

/* NAVBAR */
@media screen and (max-width: 768px) {
	.navbar-brand {
		margin-left: 0 !important;
	}

	.navbar__container {
		max-width: 100%;
	}
}

.navbar__logo {
	width: 8rem;
	/*height: 110px;*/
	position: absolute;
	left: calc(50% - 65px);
	top: 25%;
	z-index: 4;
}

.elipse::before {
	content: url('../images/elipse.png');
	position: absolute;
	left: calc(50% - 166px);
	top: -18px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.elipse {
		width: 300px;
		left: calc(50% - 150px);
		top: -11px;
	}

	.navbar__logo {
		top: 10px;
	}
}

.navbar-toggler {
	border: 1px solid #585858;
	z-index: 2;
}

.navbar {
	background-color: #fff !important;
            -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.75);
}

.navbar-nav {
    z-index: 2;
    position: relative;
}

.nav-link {
	color: rgba(0, 0, 0, 0.6) !important;
	font-size: 0.7em;
	font-weight: 500;
	padding: 12px 8px;
	z-index: 2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	transition: linear 0.118s;
}

/*.navbar__input {
	height: 28px;
	margin: 7px;
	border: 2px solid rgba(16, 16, 17, 0.2);
	transition: linear 0.118s;
	padding-left: 5px;
	font-size: 14px;	
}*/

.input-group {
	margin-top: 5px;
}

.navbar__input {
	border-right: none;
	height: 30px;
	padding: 0;	
}

.input-group-text {
	background-color: transparent;
}

.dropdown-menu {
	right: 0;
	left: inherit;
}

.navbar__input:focus { 
	outline: 0;
	box-shadow: none; 
	border-color: #ced4da;
}

/* END NAVBAR */

/* HEADER */

.header__bg {
	background-image:url('../images/bg.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width: 100%;
	height: 400px;	

	/* centralizar .header__title */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	flex-direction: column;
	text-align: center;
}

.header__title {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 900;
	letter-spacing: 4px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 80px;
	text-shadow: 2px -2px 25px rgb(0, 0, 0); 
}

/* END HEADER */

/* SLIDER */

.carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.slider {
	background-image:url('../images/slider.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width: 100%;
	height: 100vh;
	margin-top: 56px;
}

@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 
    .slider {
        /*height: 70vh;*/
        height: 34vh;
        /*margin-top: 16%;*/
        margin-top: 33%;
		}
                
                .navbar{
                    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0);
                    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0);
                    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0);
                }
                
}

@media screen and (max-width: 768px) {
	.slider {
		background-position: 80% 100%;
	}
}

/* END SLIDER */

/* MAIN CONTENT INDEX */

.bg {	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width: 100%;
	height: 500px;	
	background-attachment: fixed;

	/* centralizar .section__content */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	flex-direction: column;
	text-align: center;
	justify-content: center;


  /*display: flex;
  justify-content: center;
  align-items: center;*/
}

.bg-balas-01 { background-image: url('../images/bg-balas-01.png'); }
.bg-balas-02 { background-image: url('../images/bg-balas-02.png'); }
.bg-chicle { background-image: url('../images/bg-chicle.png'); }
.bg-gelatinas { background-image: url('../images/bg-gelatinas.png'); }
.bg-pirulitos { background-image: url('../images/bg-pirulitos.png'); }
.bg-refrescos { background-image: url('../images/bg-refrescos.png'); }

.section__content {
	width: 100%;
	max-width: 420px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	position: relative;
}

.section__content--left {
	text-align: left;
	margin: 0 auto 0 5%;
}

.section__content--right {
	text-align: right;
	margin: 0 5% 0 auto;
}

@media screen and (max-width: 468px) {
	.section__content--left { margin: 0 5%; }	

	.section__content--right { margin: 0 5%; }	
}

.section__icon { position: absolute; }

.icon-1 {
	width: 40%;
	top: -42%;
	left: 11%;
}

.icon-2 {
	width: 42%;
  top: -51%;
  right: 12%;
}

.icon-3 {
  width: 16%;
  left: 26%;
  top: -17%;
}

.icon-5 {
  width: 28%;
  left: 27%;
  top: -42%;
}

.icon-6 {
  width: 30%;
  right: 1%;
  top: -62%;
}

.icon-7 {
	width: 40%;
	top: -42%;
	left: 11%;
}

.section__title {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 4px;
}

.section__text {
	font-size: 1em;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 35px;
}

.section__link {
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	font-weight: 400;
	padding: 10px 14px;
	font-size: 0.8em;
	color: #fff;
	transition: linear 0.18s;
}

.section__link:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.7);
}

.section__contet--purple { color: #c174b7; }

.section__link--purple {
	color: #c174b7;
	border: 2px solid rgba(193, 116, 183, 0.15);
}

.section__link--purple:hover {
	color: #c174b7;
	border: 2px solid rgba(193, 116, 183, 0.7);
}

@media screen and (min-width: 352px) and (max-width: 767px) {
	.icon-1,
	.icon-2 { 
		width: 32%; 
	}

	.icon-3 {
	  left: 20%;
	  top: -35%;
	}

	.icon-5 {
    left: 27%;
    top: -58%;
	}

	.icon-6 {
		width: 26%;
	  right: 1%;
	  top: -80%;
	}
}

@media screen and (min-width: 768px) {
	.bg { height: 600px; }

	.section__title { font-size: 4em; }
}

/* END MAIN CONTENT INDEX */

/* LISTAGEM DE PRODUTOS */

.products__header {
	display: block;
	color: #999999;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 60px 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.row{
	margin-bottom: 50px;
}

.product__info {
	margin: 30px 0;
}

.product__thumb {
	width: 80%;
}

.product__img{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center

}

.product__name--small {
	text-align: center;
	color: rgba(38, 38, 38, .8);
	font-weight: 700;
	margin-top: 20px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
}

.product__name--small:hover {
	text-decoration: none;
	color: rgba(38, 38, 38, 1);
}

/* END LISTAGEM DE PRODUTOS */

/* VISUALIZAÇÃO DE PRODUTO */

#product__view {
	margin: 80px 0;
}

.product__image {
	max-width: 70%;
	display: block;
	margin: 0 auto;
}

.product__description {
	margin-top: 40px;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 768px) {
	.product__description {
		margin-top: 0;
	}

	.product__image {
		width: initial;
		display: block;
		margin: 0 auto;
	}
}

.product__code {
	background-color: #F47321;
	display: inline-block;
	font-size: 0.7em;
	color: #fff;
	padding: 8px 12px;
	border-radius: 30px;
	font-weight: 700;
}

.product__name {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: hsl(0, 0%, 0%);
	font-size: 1.5em;
	margin: 20px 0;
	font-weight: 700;
}

.product__quantify {
	color: hsl(0, 0%, 0%);
	font-size: 0.9em;
}

.product__ingredients--title {
	color: hsl(0, 0%, 0%);
	font-weight: 700;
}

.product__ingredients--description {
	color: hsl(0, 0%, 0%);
	font-size: 0.9em;
	line-height: 1.6;
	margin-bottom: 40px;
}

.product__nutritional {
	padding-top: 30px;
	font-size: 0.9em;
	font-weight: 600;
	color: rgba(244, 115, 33, .8);
}

.product__nutritional:hover,
.product__nutritional:focus {
	color: rgba(244, 115, 33, 1);
	text-decoration: none;
	outline: 0;
}

/* END VISUALIZAÇÃO DE PRODUTO */

/* EMPRESA */

#empresa {
	margin: 60px 0;
	font-family: 'Montserrat', sans-serif;
}

#empresa p {
  font-size: 1em;
  line-height: 1.8;
  color: #626262;
  font-weight: 500;
}

#empresa h3 {
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 2em;
	text-align: center;
}

#empresa p{
    text-align: justify;
}

/* END EMPRESA */

/* CONTATO */

#contact {
	margin: 60px 0;
	font-family: 'Montserrat', sans-serif;
}

.contact__info h3 {
	font-weight: 700;
}

.contact__info p {
	padding: 10px 0;
	margin: 0;
  font-size: 1em;
  color: #626262;
  font-weight: 500;
}

.contact__info i {
	padding-right: 8px;
}

.contact__form label {
	font-size: 1em;
  color: #626262;
  font-weight: 500;
}

.contact__form input,
.contact__form textarea {
	padding: 2px 0 2px 8px;
  border: 1px solid #c6c6c6;
  opacity: 0.8;
  font-size: 12px;
  height: 32px;
  font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	transition: .25s linear;
}

.contact__form textarea {
	height: 100px;
	padding: 10px 14px;
}

.contact__form input:focus,
.contact__form input:hover,
.contact__form textarea:focus,
.contact__form textarea:hover {
	box-shadow: none;
	outline: 0;
	border: 2px solid #c6c6c6;
	opacity: 1;
}

.contact__form .btn-contato {
  background-color: #F47321;
  color: #fff;
  border: 2px solid #F47321;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7em;
  height: 32px;
}

/* END CONTATO */

/* FOOTER */
#footer {
	background-color: #f5f5f5;
	padding: 20px 0;
}

.footer__logo {
	width: 70%;	
	max-width: 180px;
	margin: 0 auto 20px auto;
	display: block;
}

.footer__info {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	text-align: center;   
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;*/
}

@media screen and (max-width: 768px) {
	.footer__info {
		margin-top: 30px;
	}
}

.footer__title {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8em;
	color: #000;
}

.footer__title--news {
	margin-bottom: 20px;
}

.footer__text {
	font-size: 0.8em;
	color: #626262;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.footer__bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 0.8em;
}

.footer__bottom,  a{
    color: #000;
}

.footer__top a{
    color: #626262;
}

.footer__bottom > p {
	color: rgba(106, 106, 106, 1);
}

.footer__bottom--social {
	color: rgba(106, 106, 106, .9);
}

.footer__bottom--social:hover {
	color: rgba(106, 106, 106, 1);
}

.form__news {
	display: flex;
}

.input__news {
  padding: 2px 0 2px 8px;
  background-color: #f6f6f6;
  border: 2px solid #c6c6c6;
  font-size: 12px;
  height: 32px;
  font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.button__news {
	background-color: #F47321;
	color: #fff;
	border: 2px solid #F47321;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.7em;
	height: 32px;
}

@media screen and (min-width: 320px) {
	.button__news {
		font-size: 0.7em;
		width: 30%;		
	}

	.input__news {
		width: 68%;
		margin-right: 2%;
	}
}

@media screen and (min-width: 768px) {
	.button__news {
		font-size: 0.60em;
		width: 40%;		
	}

	.input__news {
		width: 58%;
		margin-right: 2%;
	}
}

@media screen and (min-width: 1024px) {
	.button__news {
		font-size: 0.7em;
		width: 34%;	
	}

	.input__news {
		width: 68%;
		margin-right: 2%;
	}
}

.idioma {
	position: fixed;
	right: 5%;
	bottom: 5%;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	padding: 14px 0;
}

.idioma i {
	font-size: 1.8em;
}

.idioma:hover {
	box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

.idioma:focus {
	outline: 0;
	box-shadow: none;
}

/* END FOOTER */


.product__header--small{
display: block;
    color: #3e3b3b;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.owl-carousel .item {
    margin: 3px;
}
.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-controls .owl-page {
    display: inline-block;
}
.owl-carousel .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.rota{
    font-size: 15px;
    float: right;
}

.p30{
    margin-top: 30px;
}


.owl-prev,
.owl-next {
  position: absolute;
  top: 36%;
  margin-top: -10px;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}


/* Banner Principal */
#banner .owl-prev {
    left: 20px;
}

#banner .owl-next {
    right: 20px;
}

.owl-dots{
    margin-top: -27px;
}

@media screen and (max-width: 468px) {
    #banner{
        margin-top: 19%;
        float: left;
    }
}

#banner .item {
    margin: 0px!important;
}

#banner .owl-carousel .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 0px!important;
    opacity: 0.5;
    width: 12px;
}
/* Banner Principal */

.sample-container {
    height: 85vh;
    /* background-color: #eee; */
    border-radius: 5px;
    padding: 3px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}

.sample-container>div {
    height: 100%;
    width: 100%;
}

/* Folders */
#modalFolders .modal-content {
    background-color: transparent;
    border: 0px;
}

#modalFolders{
    background-color: rgba(50, 35, 118, 0.9)!important;
}

#modalFolders h4{
    color: #fff;
}

#modalFolders h2{
    color: #fff;
    font-size: 57px;
    margin-top: 20%;
}

#modalFolders img{
    margin-top: 10%;
}

#modalFolders .btn-primary{
    margin-left: 35%;
}

.folders-modal-formulario{ 
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.modal-open {
  padding-right: 0 !important;
}

.folders h4 {
    font-size: 1.1em;
    text-align: center;
    height: 60px;
    margin-top: 10px;
}

.folders .download{
        text-align: center;
        cursor: pointer;
}

.folders-card{
        margin-top: 50px;
            padding: 20px;
}

.folders-card:hover{
    background-color: #cccccc30;
    border-radius: 30px;
}

.fix56{
    min-height: 42px;
}