@charset "utf-8";

* {
	margin: 0;
	padding:0;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
html {
	--negro: #224b22;
	--blanco: #ffffff;
	--verde: #459b35;
	--verde2: #81bc73;
	--naranja: #e97505;
	--naranja2: #f99450;
	--azul: #0fb2e8;
	--azul2: #75d9ef;
	--crema: #e2fde2;
}

body {
	font-family: 'Campton';
	font-weight: normal;
	color: var(--negro);
	background: var(--blanco);
	line-height:1.5;
	overflow-x:hidden !important;
}

h1 {
	line-height:1;
	font-family: 'Campton Bold';
	font-weight: normal;
	font-size: 3.3em;
}
h2 {
	line-height:1;
	font-family: 'Campton Bold';
	font-weight: normal;
	font-size: 1.8em;
}
a {
	font-size: 1em;
    text-decoration:none;
	color: var(--negro);
	cursor: pointer;
}
a:active {
	outline: none;
    border: none;
}
button {
	font-family: 'Campton Bold';
	font-size: 1.2em;
	border-radius: 0 !important;
	cursor: pointer !important;
	border: none;
	transition: all 0.6s ease-in-out;
}
button:active {
    outline: none;
    border: none;
}
button:hover {
	cursor:pointer;
}
button:focus,
input:focus,
textarea:focus {
	outline:none;
}
p, ul {
	font-size:1em;
}
p b {
	font-family: 'Campton Bold';
	font-weight: normal;
}

::selection {
	color: var(--blanco);
	background: var(--verde);
}
::-moz-selection {
	color: var(--blanco);
	background: var(--verde);
}

/* --------------------------- full --------------------------- */

#superContainer {
    height: 100%;
    position: relative;
	-ms-touch-action: none; 
}
.section {
    position: relative;
}
.slide, .slidesContainer {
    height: 100% !important;
    display: block;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height:100%;
}
#fullpage {
	overflow:hidden;
}

/* --------------------------- css --------------------------- */

header {
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
	padding:30px 0 21px;
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	transition: all ease-in-out 0.6s;
	z-index: 99;
}
header.active {
	background: var(--negro);
	padding:12px 0;
}
header .inter {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .inter div img {
	height: 72px;
	transition: all ease-in-out 0.6s;
}
header.active .inter div img {
	height: 54px;
}
header .inter div:last-child a {
	font-family: 'Campton';
	font-size: 0.9em;
	margin: 0 0 0 24px;
	position: relative;
	color: var(--blanco);
}
header .inter div:last-child a:hover,
header .inter div:last-child a.active {
	color: var(--naranja);
}
header .inter div:last-child a:last-child::after {
	display: none;
}
header .inter div:last-child {
	text-align: right;
}

#openmenu {
	width: 100vw;
	height:100vh;
	position: fixed;
	display: block;
	top: 0;
	left:100%;
	transition: all 0.6s ease-in-out;
	background: var(--negro);
	padding: 150px 15px 24px;
	text-align: center;
	z-index: 66;
}
#openmenu.active {
	left: 0;
}
#openmenu a {
	font-size: 1.5em;
	display: block;
	color: var(--blanco);
	position: relative;
	opacity: 0.7;
	margin: 0 auto 18px;
}
#openmenu a.active {
	opacity: 1;
}
#openmenu a.active::after {
	content: '';
	width: 100%;
	height:2px;
	background: var(--verde);
	position: absolute;
	left:  0;
	bottom:0;
}
#openmenu div:last-child {
	padding: 24px 0 0;
}
#openmenu div:last-child a {
	opacity: 1;
}
#openmenu .btn {
	font-size: 0.9em !important;
	color: var(--blanco);
	margin: 0 0 18px;
	border-radius: 24px;
}

.btn-menu {
	width: 42px;
	height:42px;
	background: var(--verde);
	border-radius: 50% !important;
	position: relative;
	display: none;
}
.btn-menu span {
	width: 21px;
	height:2px;
	background: var(--blanco);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out;
}
.btn-menu span::before,
.btn-menu span::after {
	content: '';
	width: 100%;
	height:2px;
	background: var(--blanco);
	position: absolute;
	left: 0;
	transition: all 0.6s ease-in-out;
}
.btn-menu span::before {
	top: -7px;
}
.btn-menu span::after {
	bottom:-7px;
}
/* active */
.btn-menu.active span {
	background: none;
}
.btn-menu.active span::before {
	top: 0;
	transform: rotate(45deg);
}
.btn-menu.active span::after {
	bottom:0;
	transform: rotate(-45deg);
}

.btn {
	font-size: 0.9em;
	padding:12px 30px;
	color: var(--blanco);
	background: var(--naranja);
	border-radius: 30px !important;
}
.btn:hover {
	background: var(--naranja2);
}
header .btn {
	background: var(--verde);
}
header .btn:hover {
	background: var(--verde2);
}

/* cortina */
#cortina {
	width: 100vw;
	height:100vh;
	position: fixed;
	top: 0;
	left:0;
	background: var(--negro);
	animation: gone 1.2s;
	opacity: 0;
	pointer-events: none !important;
	z-index: 66;
}
@-webkit-keyframes gone {
	0% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes gone {
	0% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes gone {
	0% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.no-index {
	background: var(--negro) url("../imgs/fondo.png") center center no-repeat fixed;
	background-size: cover;
}
.no-index .primer {
	padding: 66px 0 0;
}
.no-index h2 {
	width: 100%;
	color: var(--naranja);
	text-align: center;
}

/* slide */
#slider {
	width: 100%;
	height:100vh;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: var(--negro);
}
#slider::after {
	content: '';
	width: 100%;
	height:90px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	position: absolute;
	left:  0;
	bottom:0;
	pointer-events: none;
	z-index: 3;
}
#slider .owl-carousel {
	width: 100%;
	max-width: 100vw;
	height:auto;
	margin: 0;
	overflow: hidden;
	position:relative;
	display:block;
	z-index: 3;
}
.owl-carousel div {
	float:left;
}
.owl-carousel .item {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 6;
}
.owl-carousel .item .cover {
	width: 100vw;
	height:100vh;
	position: relative;
	overflow: hidden;
	top: 0;
	left:0;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
	opacity: 0.7;
	z-index: 0;
}
.owl-carousel .item .cover img {
	position:absolute;
	top: 0;
	left:0;
	background-size: cover;
	animation-duration: 0.9s;
	animation-delay: 0.9s;
}
.owl-carousel .box {
	width: calc(100% - 42px);
	max-width: 1200px;
	height: 100%;
	position:absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	color: var(--blanco);
	z-index:9;
}
.owl-carousel .box .descripcion {
	width: 50%;
	padding: 36vh 0 0 120px;
	animation-duration: 1.2s;
	animation-delay: 1.5s;
}
.owl-carousel .box .descripcion h1 {
	margin: 0 0 30px;
}
.owl-carousel .box .descripcion button {
	margin: 45px 0 0;
}

.porta-nav {
	width: calc(100% - 42px);
	max-width: 1200px;
	position: absolute;
	left:  50%;
	bottom:50%;
	transform: translate(-50%,50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 12;
}
.prev,
.next {
	width: 60px;
	height:60px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	pointer-events: all;
	position: relative;
	z-index: 9;
}
.prev:hover,
.next:hover {
	opacity: 1;
}
.prev span,
.next span {
	width: 30px !important;
	height:30px !important;
	display: block;
	border: solid 2px var(--blanco);
	background: none;
	position: absolute;
	top: 50%;
	left:50%;
	z-index: 1;
}
.prev span {
	border-top: none;
	border-right: none;
	transform: translate(-50%,-50%) rotate(45deg);
}
.next span {
	border-bottom: none;
	border-left: none;
	transform: translate(-50%,-50%) rotate(45deg);
}
/* */
.custom-control {
	width: calc(100% - 42px);
	max-width: 1200px;
	position:absolute;
	left:50%;
	bottom:9px;
	transform: translateX(-50%);
	pointer-events: none;
	display: flex;
	justify-content: flex-start;
	z-index:9;
}
.custom-control button {
	width: 18px !important;
	height:18px !important;
	margin: 18px 12px;
	padding:0;
	background: none;
	-webkit-border-radius:50% !important;
	border-radius:        50% !important;
	transition: all ease-in-out 0.3s;
	border: none;
	position: relative;
	pointer-events: all;
}
.custom-control button::before {
	content: '';
	width: 8px;
	height:8px;
	background: var(--blanco);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all ease-in-out 0.3s;
	opacity: 0;
	z-index: 4;
}
.custom-control button::after {
	content: '';
	width: 18px;
	height:18px;
	background: var(--blanco);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0.3;
	z-index: 3;
}
.custom-control button:hover::before,
.custom-control button.active::before {
	opacity: 1;
}
.custom-control button:hover::after,
.custom-control button.active::after {
	width: 22px;
	height:22px;
}

.porta-redes {
	width: calc(100% - 42px);
	max-width: 1200px;
	position:absolute;
	left:50%;
	bottom:18px;
	transform: translateX(-50%);
	pointer-events: none;
	display: flex;
	justify-content: flex-end;
	z-index:9;
}
.porta-redes a {
	font-size: 1.3em;
	color: var(--blanco);
	margin: 0 0 0 24px;
	pointer-events: all;
}

#historia {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
#historia img {
	width: auto;
	height:100%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
#historia div {
	width: calc(100% - 162px);
	margin: 180px 0;
	position: relative;
	color: var(--blanco);
	text-align: center;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
	z-index: 3;
}
#historia div h1 {
	margin: 0 auto 45px;
}

.caja {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 45px auto;
}
.caja h1 {
	width: 100%;
	text-align: center;
	padding: 24px 0;
}
.colNar {
	color: var(--naranja);
}

.porta-valores {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.porta-valores .box {
	width: calc(25% - 15px);
	padding:120px 0;
	background: var(--negro);
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
}
.porta-valores .box img {
	width: auto;
	height:100%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out;
	opacity: 0.7;
	z-index: 1;
}
.porta-valores .box:hover img {
	opacity: 1;
}
.porta-valores .box .texto {
	width: 42%;
	margin: 0 auto;
	position: relative;
	animation-duration: 1.5s;
	animation-delay: 1.2s;
	z-index: 3;
}
.porta-valores .box .texto div {
	width: 100%;
	height:0;
	margin: 0 auto;
	padding:0 0 100%;
	border-radius: 50%;
	background: var(--blanco);
	position: relative;
}
.porta-valores .box .texto div span {
	font-size: 4.5em;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.porta-valores .box .texto h2 {
	color: var(--blanco);
	margin: 30px auto 0;
}

#planta {
	width: 100%;
	position: relative;
	margin: 45px 0;
	padding:30px 0;
}
#planta::after {
	content: '';
	width: 2px;
	height:100%;
	background: var(--negro);
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
	z-index: 6;
}
#planta .info {
	width: 100%;
	display: flex;
	align-items: center;
}
#planta .info div {
	width: 50%;
	align-items: center;
	color: var(--verde);
	overflow: hidden;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
#planta .info div img {
	width: 100%;
	border-bottom-right-radius: 240px;
	animation-duration: 1.8s;
	animation-delay: 0.9s;
}
#planta .info div h2 {
	width: 100%;
	font-size: 2.4em;
	text-align: center;
	margin: 0 auto 30px;
}
#planta .info div p {
	padding:0 60px;
	text-align: center;
}
/* second */
#planta .info:nth-child(2) div {
	order: 2;
}
#planta .info:nth-child(2) div:last-child {
	order: 1;
}
#planta .info:nth-child(2) div:last-child img {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 240px;
}

#oscuro {
	background: var(--negro) url("../imgs/fondo.png") center center no-repeat fixed;
	background-size: cover;
}
#oscuro h1.tit {
	color: var(--blanco);
}
#oscuro .section:first-of-type {
	padding:30px 0 0;
}

#porta-products {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#porta-products .producto {
	width: calc(25% - 30px);
	text-align: center;
	position: relative;
	margin: 24px 0;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
#porta-products .producto .image {
	width: 100%;
	height:0;
	padding:0 0 100%;
	position: relative;
}
#porta-products .producto .image img {
	width: calc(100% - 42px);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.6s ease-in-out;
	z-index: 3;
}
#porta-products .producto:hover .image img {
	transform: translate(-50%,-50%) rotate(27deg) scale(1.2);
}
#porta-products .producto .descripcion div {
	margin: 15px 0;
}
#porta-products .producto .descripcion div h2 {
	width: 100%;
	color: var(--blanco);
}
#porta-products .producto .descripcion .porta-btns {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#porta-products .producto .descripcion .porta-btns div {
	min-width: calc(50% - 9px);
}
#porta-products .producto .descripcion .porta-btns div button {
	width: 100%;
	padding:12px 0;
}
#porta-products .producto .descripcion .porta-btns div button.btn-azul {
	background: var(--azul);
}
#porta-products .producto .descripcion .porta-btns div button.btn-azul:hover {
	background: var(--azul2);
}

#producto {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}
#producto::after {
	content: '';
	width: 100%;
	height:calc(100% - 90px);
	background: var(--blanco);
	position: absolute;
	top: 90px;
	left:0;
	border-radius: 15px;
	z-index: -1;
}
#producto div {
	width: 50%;
	animation-duration: 1.8s;
	animation-delay: 0.9s;
}
#producto div:first-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 30px 30px;
	overflow: hidden;
}
#producto div img#img-producto {
	width: calc(100% - 42px);
	margin: 0 auto 30px;
	opacity: 1;
	border: none;
	animation-duration: 1.8s;
	animation-delay: 0.9s;
}
#producto div:first-child img {
	width: calc(33.3% - 15px);
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
	position: relative;
	border: solid 2px var(--blanco);
	animation-duration: 1.8s;
	animation-delay: 1.5s;
}
#producto div:first-child img:hover,
#producto div:first-child img.active {
	opacity: 1;
	border-color: var(--naranja);
}
#producto div:last-child {
	text-align: left;
	padding:60px 30px 0;
}
#producto div:last-child h1 {
	text-align: left;
}
#producto div:last-child p {
	width: calc(100% - 15px);
}
#producto div:last-child .btn {
	position: relative;
	margin: 60px 0 30px;
}
#producto div:last-child .btn-azul {
	background: var(--azul);
}
#producto div:last-child .btn-azul:hover {
	background: var(--azul2);
}

.porta-servicios {
	width: 100%;
	display: flex;
}
.porta-servicios .servicio {
	width: 20%;
	text-align: center;
	animation-duration: 1.8s;
	animation-delay: 0.6s;
}
.porta-servicios .servicio .img {
	width: calc(100% - 60px);
	height:0;
	margin: 0 auto;
	padding:0 0 calc(100% - 60px);
	background: var(--crema);
	border-radius: 50%;
	position: relative;
}
.porta-servicios .servicio .img::after {
	content: '';
	width: 48px;
	height:2px;
	background: var(--crema);
	position: absolute;
	right: 0;
	bottom:0;
	transform: translate(50%,50%) rotate(45deg);
}
.porta-servicios .servicio:nth-child(2n) .img::after {
	bottom: 100%;
	transform: translate(50%,50%) rotate(-45deg);
}
.porta-servicios .servicio:last-child .img::after {
	display: none;
}
.porta-servicios .servicio .img img {
	width: calc(100% - 90px);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.porta-servicios .servicio p {
	color: var(--blanco);
	margin: 30px 15px 0;
}
.porta-servicios .servicio:nth-child(2n) {
	padding:150px 0 0;
	animation-delay: 0.9s;
}

.bk-verde {
	width: 100%;
	padding:60px 0;
	background: var(--verde);
}
.bk-verde .tit {
	width: 100%;
	text-align: center;
	color: var(--blanco);
	padding:0 0 24px;
}

.bk-verde form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bk-verde form .side {
	width: calc(50% - 21px);
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
.bk-verde form .side .alert {
	width: 100%;
	padding:12px;
	margin: 0 0 24px;
	background: var(--negro);
	border: solid 2px var(--blanco);
}
.bk-verde form .side .alert p {
	color: var(--blanco);
	animation-duration: 0.6s;
	animation-delay: 1.8s;
}
.bk-verde form .side input,
.bk-verde form .side textarea {
	width: 100%;
	font-size: 1em;
	font-family: 'Campton';
	margin: 0 0 24px;
	padding:15px 21px;
	border: solid 1px var(--blanco);
	border-radius: 27px;
	transition: all 0.6s ease-in-out;
}
.bk-verde form .side input:focus,
.bk-verde form .side textarea:focus {
	border-color: var(--naranja);
}
.bk-verde form .side textarea {
	height: calc(100% - 24px);
	resize: none;
}
.bk-verde form div:last-child {
	width: 100%;
	position: relative;
	text-align: center;
}
.bk-verde form div:last-child button {
	width: calc(50% - 21px);
	margin: 0 auto;
	padding:15px 21px;
}

#enviado {
	width: 100%;
	position: relative;
	background: var(--negro);
	padding:45px 0;
}
#enviado div {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 0 auto;
}
#enviado div h2,
#enviado div p {
	color: var(--blanco);
	text-align: center;
}
#enviado div h2 {
	margin: 0 0 24px;
}
#enviado div p {
	font-size: 1.2em;
	color: var(--naranja);
}

#porta-mapa {
	width: 100%;
	display: flex;
}
#porta-mapa .texto {
	width: 25%;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
#porta-mapa .texto p {
	color: var(--verde);
}
#porta-mapa .texto button{
	margin: 42px 0 0;
}
#porta-mapa .mapa {
	width: 75%;
	position: relative;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
#porta-mapa .mapa iframe {
	width: 100%;
	min-height: 60vh;
}

#porta-logos {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:0 0 30px;
}
#porta-logos img {
	width: calc(12.5% - 15px);
	animation-duration: 1.2s;
	animation-delay: 0.6s;
}
#porta-logos img:nth-child(2n) {
	animation-delay: 0.9s;
}

footer {
	width: 100vw;
	background: url("../imgs/footer.png") no-repeat center center;
	background-size: cover;
	padding: 48px 0;
}
footer .inter {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}
footer .inter img {
	width: 150px;
}
footer .inter .side {
	width: 50%;
}
footer .inter .side:first-child p {
	font-size: 0.7em;
	color: var(--blanco);
	margin: 15px 0 0;
}
footer .inter .side:first-child p a {
	font-size: 1.8em;
	color: var(--verde2);
	margin: 0 0 0 6px;
	vertical-align: middle;
}
footer .inter .side:last-child div {
	display: flex;
	justify-content: flex-end;
}
footer .inter .side:last-child a {
	color: var(--blanco);
	margin: 0 0 0 30px;
	opacity: 0.7;
}
footer .inter .side:last-child a:hover {
	opacity: 1;
}
footer .inter .side .redes {
	padding: 48px 0 0;
}
footer .inter .side .redes span {
	font-size: 1.3em;
}

@media screen and (max-width:666px) {
	
	h1 {
		font-size: 2.1em;
	}
	h2 {
		font-size: 1.5em;
	}
	button {
		font-size: 0.9em;
	}
	p, ul {
		font-size: 0.9em;
	}
	
	.no-index .primer {
		padding: 45px 0 0;
	}
	
	header .inter {
		width: calc(100% - 30px);
	}
	header .inter div img {
		height: 42px;
	}
	header.active .inter div img {
		height: 33px;
	}
	header .inter div:last-child a {
		display: none;
	}
	
	#openmenu a {
		font-size: 1.2em;
	}
	.btn-menu {
		display: block;
	}
	
	.owl-carousel .box {
		width: calc(100% - 30px);
	}
	.owl-carousel .box .descripcion {
		width: 100%;
		padding: 30vh 0 0;
	}
	
	.porta-nav {
		display: none;
	}
	
	.custom-control {
		width: calc(100% - 30px);
		bottom: 51px;
	}
	.custom-control button {
		margin: 18px 9px;
	}
	
	.porta-redes {
		width: calc(100% - 30px);
		bottom:60px;
	}
	.porta-redes a {
		font-size: 1.2em;
		margin: 0 0 0 18px;
	}

	#historia div {
		width: calc(100% - 48px);
		margin: 90px 0 60px;
	}
	#historia div h1 {
		margin: 0 auto 30px;
	}

	.caja {
		width: calc(100% - 30px);
		margin: 42px auto;
	}

	.porta-valores {
		flex-wrap: wrap;
	}
	.porta-valores .box {
		width: 100%;
		padding:48px 0;
		margin: 0 0 15px;
	}
	.porta-valores .box:last-child {
		margin: 0;
	}
	.porta-valores .box img {
		height:120%;
	}

	#planta::after {
		display: none;
	}
	#planta .info {
		flex-wrap: wrap;
	}
	#planta .info div {
		width: 100%;
	}
	#planta .info div img {
		order: 1;
		margin: 0 0 30px;
	}
	#planta .info div h2 {
		font-size: 2.1em;
	}
	#planta .info div p {
		padding:0;
	}
	#planta .info:nth-child(2) div {
		margin: 30px 0 0;
	}
	#planta .info div,
	#planta .info:nth-child(2) div {
		order: 2;
	}
	#planta .info div:last-child,
	#planta .info:nth-child(2) div:last-child {
		order: 1;
	}
	
	#porta-products .producto {
		width: calc(100% - 48px);
	}
	
	#producto {
		width: calc(100% - 15px);
		flex-wrap: wrap;
	}
	#producto::after {
		height:calc(100% - 45px);
		top: 45px;
	}
	#producto div {
		width: 100%;
	}
	#producto div:first-child {
		padding: 0 15px 24px;
	}

	#producto div img#img-producto {
		width: 100%;
		margin: 0 auto 24px;
	}
	#producto div:first-child img {
		width: calc(33.3% - 6px);
	}
	#producto div:last-child {
		padding:0 18px;
		text-align: center;
	}
	#producto div:last-child h1 {
		text-align: center;
	}
	#producto div:last-child p {
		width: 100%;
	}
	#producto div:last-child .btn {
		margin: 24px auto;
	}

	.porta-servicios {
		flex-wrap: wrap;
	}
	.porta-servicios .servicio {
		width: 50%;
	}
	.porta-servicios .servicio .img {
		width: calc(100% - 30px);
		padding:0 0 calc(100% - 30px);
	}
	.porta-servicios .servicio:nth-child(2n) .img::after {
		right: 100%;
		bottom:0;
	}
	.porta-servicios .servicio .img img {
		width: calc(100% - 48px);
	}
	.porta-servicios .servicio p {
		margin: 30px 6px 0;
	}
	
	.bk-verde {
		padding:66px 0 30px;
	}
	.bk-verde form {
		flex-wrap: wrap;
	}
	.bk-verde form .side {
		width: 100%;
	}
	.bk-verde form .side input,
	.bk-verde form .side textarea {
		font-size: 0.9em;
	}
	.bk-verde form .side textarea {
		height: 120px;
	}
	.bk-verde form div:last-child button {
		width: 50%;
	}
	
	#enviado div {
		width: calc(100% - 30px);
	}

	#porta-mapa {
		flex-wrap: wrap;
	}
	#porta-mapa .texto {
		width: 100%;
		text-align: center;
	}
	#porta-mapa .mapa {
		width: 100%;
	}
	#porta-mapa .mapa iframe {
		min-height: 69vh;
		margin: 48px 0 0;
	}
	
	#porta-logos {
		flex-wrap: wrap;
	}
	#porta-logos img {
		width: calc(33% - 15px);
		margin: 0 auto 24px;
	}
	
	footer .inter {
		width: calc(100% - 30px);
		flex-wrap: wrap;
	}
	footer .inter img {
		width: 99px;
	}
	footer .inter .side {
		width: 100%;
		text-align: center;
	}
	footer .inter .side:first-child {
		margin: 0 0 24px;
	}
	footer .inter .side:last-child div {
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .inter .side:last-child a {
		margin: 0 15px;
		opacity: 1;
	}
	
}