
/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/

/* -- slider --  */

#slider {
    height: 600px;
	margin-bottom: 0px;
}

#slider .VueCarousel-slide {
    min-height: 600px;
	display: flex;
	align-content: center;
    flex-wrap: wrap;
}

#slider .VueCarousel-navigation--disabled{
	display: none;
}

#slider .VueCarousel-navigation-button{
	z-index: 10;
    font-size: 90px;
    position: absolute;
    top: 50%;
    color: white;
    opacity: .7;
	width: 70px;
}

#slider .VueCarousel-navigation-button.VueCarousel-navigation-prev{
	left: 100px;
}

#slider .VueCarousel-navigation-button.VueCarousel-navigation-next{
	right: 100px;
}

#slider .wrapper{
	max-width: 855px;
	color: #fff;
	text-align: center;
	padding: 0px 20px;
}

#slider img{
	position: absolute;
	top: 0;
	height: 100%;
	width: auto;
	object-fit: cover;
	z-index: -1;
}

#slider h2{
	font-size: 60px;
    line-height: 65px;
	margin-top: 0px;
}

#slider span{
	font-size: 30px;
    font-weight: bold;
    line-height: 42px;
}

@media only screen and (max-width: 1024px) {
	#slider .wrapper {	max-width: 770px; }
	#slider h2 { font-size: 56px; margin-bottom: 14px; }
}

@media only screen and (max-width: 767px) {
	#slider { height: 500px}
	#slider .VueCarousel-slide { min-height: 500px; }

	#slider .wrapper {	max-width: 80%; }
	#slider h2 { font-size: 40px; margin-bottom: 35px; line-height: 45px; }
	#slider span { font-size: 20px; line-height: 26px; }
	#slider .VueCarousel-navigation-button { font-size: 65px; }
	#slider .VueCarousel-navigation-button.VueCarousel-navigation-prev { left: 77px;}
	#slider .VueCarousel-navigation-button.VueCarousel-navigation-next { right: 77px; }
}


/* -- social bar --  */

#home_socials{
	background: url(../img/bg_header_b.jpg);
}

#home_socials .wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6%;
	height: 70px;
	border-bottom: 4px solid #6cbfc5;
}

#home_socials a{
	color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-shadow: 2px 2px #07070747;
}

#home_socials a i{
	font-size: 30px;
}

#home_socials a:hover span{
	text-decoration: underline;
}


/* -- Productos -- */
 #productos{
	background-color: hsl(47, 60%, 94%);
	padding: 10px 0px;
	margin-bottom: 0px;
}

 #productos .vignette{
	background: url(../img/vignette.png);
	width: 100%;
	height: 25px;
	opacity: .7;
 }

#productos .wrapper{
	display: flex;
    gap: 3%;
}

#productos .wrapper .product{
	width: 33%;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 140px 0px 40px;
}

#productos .wrapper .thumb{
 
}

#productos .wrapper h3{
	color: #00869c;
	margin: 25px 0px;
	line-height: 28px;
    font-size: 28px;
}

#productos .wrapper .content {
	font-size: 16px;
    line-height: 26px;
    text-align: center;
	padding: 0px 25px;
}

#productos .wrapper .product a{
	background-color: #009fb9;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 15px;
    margin-top: 30px;
	transition: all 100ms ease-out;
}

#productos .wrapper .product a:hover{
	background-color: #005f6f;
}

#productos .wrapper .all_prods{
	color: #00869c;
	text-decoration: underline;
    font-size: 33px;
    font-weight: bold;
	margin: 50px 0px 132px;
	transition: all 100ms ease-out;
}

#productos .wrapper .all_prods:hover{
	color: #005f6f;
}

@media only screen and (max-width: 767px) {
	#productos .wrapper { display: flex;	gap: 3%; flex-wrap: wrap; }
	#productos .wrapper .product { width: 100%; min-width: 100%; margin: 68px 0px 0px; }
	#productos .wrapper .content { font-size: 16px; }
}

/* -- Productos -- */

#colaboradores{
	background-color: #007689;
	color: #fff;
	padding: 10px 0px;
	border-top: 6px solid #6cbfc5;
	border-bottom: 6px solid #6cbfc5;
	margin-bottom: 0px;
}

#colaboradores .vignette{
	background: url(../img/vignette_b.png);
	width: 100%;
	height: 25px;
 }

 #colaboradores .wrapper > h2 {
    font-size: 62px;
	line-height: 65px;
    margin-top: 80px;
	margin-bottom: 0px;
}

#colaboradores .sub{
	color: #f4cf00;
	margin: 0px;
    font-size: 25px;
	text-align: center;
	margin-bottom: 90px;
}

#colaboradores .wrapper{
	flex-wrap: wrap;
    display: flex;
	align-content: center;
	gap: 3%;
}

#colaboradores .colab{
	width: 30%;
}

#colaboradores .colab .content{
	text-align: center;
    font-size: 18px;
    padding: 0px 40px;
    line-height: 25px;
}

#colaboradores .colab h3{
	color: #f4cf00;
    margin: 5px 0px 100px;
    font-size: 28px;
}

@media only screen and (max-width: 767px) {
	#colaboradores .wrapper > h2 { font-size: 48px; }

	#colaboradores .colab { width: 100%; }
	#colaboradores .colab h3 { margin-bottom: 40px; }
}

/* -- Cultura -- */

#cultura{
	padding: 130px 0px 158px;
	color: #444;
	background: url(../img/bg_dotted.jpg);
	margin-bottom: 0px;
	border-bottom: 6px solid #6cbfc5;
}

#cultura .wrapper{
	flex-wrap: wrap;
    display: flex;
	align-content: center;
}

#cultura .title{
	text-align: center;
	font-size: 56px;
	position: relative;
	padding: 0px 120px;
	max-width: 1050px;
}

#cultura .title:before, #cultura .title:after{
	content: ' ';
    background: url(../img/figure.png);
	height: 100px;
    width: 141px;
    display: block;
    position: absolute;
    left: 0;
	top: 12%;
}

#cultura .title::after{
	right: 0px;
    left: auto;
    transform: rotateY(180deg);
}

#cultura .title h2{
	font-size: 56px;
	line-height: 68px;
    margin: 0px;
	color: #008984;
}

#cultura .title .sub{
    font-size: 22px;
    margin: 15px auto;
	max-width: 590px;
    line-height: 25px;
}


#cultura .blog{
	margin-top: 44px;
	position: relative;
	width: 100%;
}

#cultura .inline_video{
	position: absolute;
    top: 0;
    right: 0;
}

#cultura .blog .blog_title{
	color: #008984;
    font-size: 40px;
    text-align: left;
    margin: 0px 0px 20px;
    display: inline-block;
	width: 40%;
    line-height: 45px;
}

#cultura .blog .content {
    font-size: 19px;
}

#cultura .blog .content h1, #cultura .blog .content h2, #cultura .blog .content h3, #cultura .blog .content h4, #cultura .blog .content h5, #cultura .blog .content h6{
	color: #008984;
	margin: 10px 0px;
	text-align: left;
}

#cultura .blog .content h1{ font-size: 30px; }
#cultura .blog .content h2{ font-size: 26px; }
#cultura .blog .content h3{ font-size: 26px; }
#cultura .blog .content h4{ font-size: 24px; }
#cultura .blog .content h5{ font-size: 24px; }
#cultura .blog .content h6{ font-size: 24px; }

#cultura .blog ul {
    padding: 0px;
	margin: 0px 0px 40px;;
	list-style: none;
}

#cultura .blog ul li {
	content: '-';
    margin-right: 10px;
}

#cultura .blog ul li:before {
    content: '-';
}

#cultura .wrapper .all_recipies{
	color: #008984;
	text-decoration: underline;
    font-size: 33px;
    font-weight: bold;
	margin: 50px 0px 0px;
	transition: all 100ms ease-out;
}

#cultura .wrapper .all_recipies:hover{
	color: #005f6f;
}

@media only screen and (max-width: 1024px) {
	#cultura .title h2 { font-size: 52px; line-height: 58px; }
	#cultura .blog .blog_title { font-size: 36px; line-height: 40px; width: 44%;}
	#cultura .title:before{ left: 20px; } #cultura .title:after{ right: 20px; }
	#cultura .inline_video { width: 50%; }
}

@media only screen and (max-width: 767px) {
	#cultura { padding: 50px 0px 60px; }
	#cultura .title { padding: 0px 90px; }
	#cultura .title h2 { font-size: 35px; line-height: 42px; }
	#cultura .title .sub { font-size: 20px; }
	#cultura .title:before{ left: 20px; } #cultura .title:after{ right: 20px; }
	#cultura .title:before, #cultura .title:after { width: 66px; height: 46px; background-size: contain; top: 90px; }
	#cultura .inline_video { width: 100%; position: relative; margin-bottom: 30px; }
	#cultura .blog .blog_title { width: 100%; }
	#cultura .wrapper .all_recipies { font-size: 28px; margin: 10px 0px 10px; }
}

/* -- Procesos -- */

#procesos{
	background-color: hsl(47, 60%, 94%);
	padding: 10px 0px;
	margin-bottom: 0px;
}

#procesos .vignette{
	background: url(../img/vignette.png);
	width: 100%;
	height: 25px;
}

#procesos .wrapper{
	display: flex;
    gap: 3%;
}

#procesos .wrapper h2 {
    text-align: center;
    color: #008984;
    font-size: 54px;
	margin: 115px 0px 60px;
}

#procesos .procesos_left, #procesos .procesos_right{
	max-width: 50%;
}

#procesos .hilighted{
	font-size: 30px;
    font-weight: bold;
    line-height: 38px;
}

#procesos .content{
	margin-top: 30px;
	font-size: 18px;
}

#procesos .wrapper .all_recipies{
	color: #008984;
	text-decoration: underline;
    font-size: 33px;
    font-weight: bold;
	margin: 70px 0px 132px;
	transition: all 100ms ease-out;
}

#procesos .wrapper .all_recipies:hover{
	color: #008984;
}

@media only screen and (max-width: 767px) {
	#procesos .wrapper h2 {	font-size: 38px; margin: 65px 0px 60px; line-height: 45px;	}
	#procesos .hilighted { font-size: 22px; line-height: 28px; }
	#procesos .procesos_left, #procesos .procesos_right { max-width: 100%;	}
	#procesos .wrapper { flex-direction: column-reverse; }
	#procesos .procesos_right { margin-bottom: 30px; }
}

/* -- contacto -- */

#contacto {
	padding: 40px 0px 80px;
	color: #363636;
	background: url(../img/bg_dotted.jpg);
	margin-bottom: 0px;
}
#contacto h3 {
    display: none;
}
#contacto .wrapper {
	display: flex;
	gap: 5%;
}

#contacto .title{
	align-items: center;
}

#contacto .wrapper > h2 {
    font-size: 62px;
	line-height: 65px;
    margin-top: 45px;
	margin-bottom: 20px;
}

#contacto .sub{
	margin: 0px;
    font-size: 25px;
	text-align: center;
	margin-bottom: 55px;
	max-width: 40%;
    line-height: 25px;
}

#contacto .contact_left {
	max-width: 50%;
    width: 50%;
}

#contacto .contact_right{
	max-width: 50%;
    width: 50%;
}

#contacto .contact_right p{
	margin: 0px;
	font-size: 18px;
}

#contacto .nf-before-form-content, #contacto #nf-after-form-content{ display: none; }
#contacto .nf-field-label label {  }
#contacto .nf-form-content input:not([type=button]), #contacto .nf-form-content textarea {  background: #ffffff;  border: 1px solid #ccc; }
#contacto .nf-form-content input[type=submit] { color: white; background: #00a0ba; border: none; border-radius: 15px; padding: 18px 40px;
    font-size: 22px; font-weight: bold; cursor: pointer; height: auto; float: right; transition: all 100ms ease-out;}
#contacto .nf-form-content input[type=submit]:hover{ background-color: #005f6f;}
#contacto .nf-form-content textarea.ninja-forms-field {	height: 120px; }

#contacto .nf-response-msg { font-weight: bold; font-size: 30px; text-align: center; border: 1px solid #d7d7d7;
    padding: 50px; border-radius: 30px; background: white; color: #333; }
#contacto .nf-response-msg p { margin: 0px; }

#contacto .map_btn{
    border: 3px solid #333;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 23px;
    font-weight: bold;
    color: #333;
    border-radius: 10px;
	margin: 25px 0px;
	transition: all 100ms ease-out;
}

#contacto .map_btn:hover {
	background-color: #333;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#contacto .wrapper > h2 { font-size: 38px; }
	#contacto .sub { max-width: 70%; margin-bottom: 25px; line-height: 29px; font-size: 22px; }
	#contacto .wrapper:not(.title) { flex-direction: column-reverse; }
	#contacto .contact_left, #contacto .contact_right{ width: 100%; max-width: 100%;}
	#contacto .nf-form-content input[type=submit] { width: 100%;}
}