/* CSS Document */
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}
img {
	max-width:100%;
	height: auto;
}
.navbar-teal {
	background: #013334;
	padding-left: 99px;
	padding-right: 99px;
	justify-content: space-between;
	-webkit-box-shadow: 0px 10px 57px -24px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 57px -24px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 57px -24px rgba(0,0,0,0.75);
}
.navbar-brand {
	min-width:15%;
}
.navbar-brand img {
	width:208px;
}
.navbar-collapse {
	flex-grow:initial;
}
.navbar-nav .nav-link {
	color: #F0FFDE;
	font-size: 18px;
	line-height: 100%;
	padding: 10px 20px !important;
	display: block;
	position: relative;
}
.navbar-teal .nav-link svg {
	display: none;
}
.navbar-nav .nav-link::after {
	border-right:2px solid #F0FFDE;
	height: 20px;
	content: '';
	position: absolute;
	right: -1px;
}
.navbar-nav .nav-link:hover {
	color: #01FF34;
	padding: 10px 18px !important;
	font-weight: 600;
	text-decoration: underline;
}
.navbar-nav li:last-child .nav-link::after {
	display:none;
}
.btn_wa {
	background: #01FF34;
	border-radius: 50%;
	height: 56px;
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.btn_wa svg {
	width: 30px;
	height: 30px;
	fill:#013334;
	transition: .5s;
}
.btn_wa:hover {
	background: #013334;
}
.btn_wa:hover svg {
	fill:#01FF34;
}
.extra_m {
	display: none;
}
.extras {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.extras aside {
	display: none;
}
.jumbotron {
	padding-top: 250px;
	padding-bottom: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 0;
}
.jumbotron h1 {
	font-size: 90px;
	font-weight: 600;
	color: #FFF;
	line-height: 100px;
	letter-spacing: -5px;
	margin-bottom: 25px;
}
.jumbotron h1 strong {
	color: #01FF34;
	font-weight: 600;
}
.jumbotron p {
	color: #E9FFD7;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 25px;
}
.jumbotron p strong {
	font-weight: 700;
	color: #01FF34;
}
a.btn {
	color: #013334;
	background: #01FF34;
	border:0 none;
	font-size: 20px;
	text-transform: uppercase;
	transition: .5s;
	border-radius: 28px;
	font-weight: 600;
}
a.btn:hover {
	background: #013334;
	color: #01FF34;
}

a.btn svg {
	margin-right:20px;
	width: 27px;
	transition: .5s;
	fill:#013334;
}
a.btn:hover svg {
	fill:#01FF34;
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1350px;
    }
}

section {
	padding-top: 130px;
	padding-bottom: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
section h2 {
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -5px;
}
section h2::after {
	content:'';
	display: block;
	height: 10px;
	border-radius: 5px;
	background: #01FF34;
	width: 246px;
	margin-top: 20px;
	margin-bottom: 40px;
}
section h3 {
	font-size: 50px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
section h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 25px;
	padding: 0;
}
section h5 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
section p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom:20px;
}
section p strong {
	font-weight: 700;
}
section .box_1 {
	background: #013334;
	border-radius: 20px;
	padding: 30px 40px 45px;
	margin-top: 30px;
	height: calc(100% - 30px);
	box-sizing: border-box;
}
section .box_1 img {
	height: 58px;
	margin-bottom: 50px;
}
section .box_1 h5 {
	color: #01FF34;
	margin-bottom: 20px;
}
section .box_1 p {
	color: #F0FFDE;
	margin-bottom: 0;
}
section .box_2 {
	border-radius: 20px;
	padding: 30px 40px 45px;
	margin-top: 30px;
	height: calc(100% - 30px);
	box-sizing: border-box;
	background: rgba(58,249,0,1);
	background: -moz-linear-gradient(top, rgba(58,249,0,1) 0%, rgba(9,57,60,1) 88%, rgba(9,57,60,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,249,0,1)), color-stop(88%, rgba(9,57,60,1)), color-stop(100%, rgba(9,57,60,1)));
	background: -webkit-linear-gradient(top, rgba(58,249,0,1) 0%, rgba(9,57,60,1) 88%, rgba(9,57,60,1) 100%);
	background: -o-linear-gradient(top, rgba(58,249,0,1) 0%, rgba(9,57,60,1) 88%, rgba(9,57,60,1) 100%);
	background: -ms-linear-gradient(top, rgba(58,249,0,1) 0%, rgba(9,57,60,1) 88%, rgba(9,57,60,1) 100%);
	background: linear-gradient(to bottom, rgba(58,249,0,1) 0%, rgba(9,57,60,1) 88%, rgba(9,57,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3af900', endColorstr='#09393c', GradientType=0 );
}
section .box_2 img {}
section .box_2 h5 {
	color: #01FF34;
	margin-bottom: 20px;
}
section .box_2 p {
	color: #F0FFDE;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 25px;
}
section .box_3 {
	text-align: center;
	margin-bottom: 40px;
}
section .box_3 img {
	height: 60px;
	margin-bottom: 20px;
}
section .box_3 h5 {
	color: #01FF34;
	margin-bottom: 20px;
}
section .box_3 p {
	color: #F0FFDE;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 25px;
}
section .box_4 {
	border-radius: 20px;
	padding: 40% 40px 45px;
	margin-top: 30px;
	height: calc(100% - 30px);
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
section .box_4::before {
	content: '';
	display: block;
	position: absolute;
	height: 50%;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(1,51,52,0);
	background: -moz-linear-gradient(top, rgba(1,51,52,0) 0%, rgba(1,51,52,0.88) 88%, rgba(1,51,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,51,52,0)), color-stop(88%, rgba(1,51,52,0.88)), color-stop(100%, rgba(1,51,52,1)));
	background: -webkit-linear-gradient(top, rgba(1,51,52,0) 0%, rgba(1,51,52,0.88) 88%, rgba(1,51,52,1) 100%);
	background: -o-linear-gradient(top, rgba(1,51,52,0) 0%, rgba(1,51,52,0.88) 88%, rgba(1,51,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(1,51,52,0) 0%, rgba(1,51,52,0.88) 88%, rgba(1,51,52,1) 100%);
	background: linear-gradient(to bottom, rgba(1,51,52,0) 0%, rgba(1,51,52,0.88) 88%, rgba(1,51,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013334', endColorstr='#013334', GradientType=0 );
}
section .box_4 img {
	height: 58px;
	margin-bottom: 25px;
	z-index: 2;
	position: relative;
}
section .box_4 h5 {
	color: #01FF34;
	margin-bottom: 10px;
	z-index: 2;
	position: relative;
}
section .box_4 p {
	color: #F0FFDE;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 25px;
	z-index: 2;
	position: relative;
}
#ventajas {
	background: #013334;
}
#ventajas .row:nth-child(2) {
	row-gap:70px;
}
#ventajas h2 {
	color: #F0FFDE;
}
#ventajas h2 strong {
	color: #01FF34;
	font-weight: inherit;
}
#ventajas .col-12 p {
	color: #F0FFDE;
}
#ventajas .col-12 p strong {
	font-weight: 700;
}
#ventajas .col-12 {
	margin-bottom: 25px;
}
section#productos  .box_2 h5 {
	max-width: 229px;
}
#diseno  {
	padding-top: 200px;
	padding-bottom: 200px;
}
#diseno h2 {
	color: #F0FFDE;
}
#diseno h2 strong {
	color: #01FF34;
	font-weight: inherit;
}
#diseno p {
	color: #F0FFDE;
}
#rse {
	position: relative;
	padding-top: 0;
}
.bg-rse {
	width: 100%;
	height: calc(100% + 100px);
	position: absolute;
	bottom:0;
	left: 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
#contacto {
	background: #013334;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contacto .logo-footer {
	width: 173px;
	margin-bottom: 25px;
}
#contacto p {
	color: #F0FFDE;
}
#contacto p strong {
	font-weight: 700;
}
#contacto .navbar-nav {
	flex-direction: column;
    align-items: flex-start;
	margin-top: 60px;
	margin-bottom: 60px;
}
#contacto .navbar-nav .nav-link {
	padding: 10px 0 !important;
}
#contacto .navbar-nav .nav-link svg {
	width: 20px;
	fill:#F0FFDE;
	vertical-align: baseline;
	margin-right: 20px;
}
#contacto .navbar-nav .nav-link:hover {
	font-weight: inherit;
	text-decoration: none;
}
#contacto .navbar-nav .nav-link:hover svg {
	fill:#01FF34;
}
#contacto .navbar-nav .nav-link::after {
	display: none;
}
#contacto .legal {
	border-top:2px solid #01FF34;
	padding-top: 20px;
}
#contacto .cont-form {
	background: #DAE8DC;
	border-radius:25px;
	padding: 40px;
}
.cont-form .epigrafe {
	color:#F0FFDE;
	font-size: 15px;
	line-height: 25px;
	border-radius:12px;
	background: #68C400;
	text-transform: uppercase;
	font-weight: 600;
    display: inline-block;
    padding: 0 13px;
    margin-bottom: 10px;
}
#contacto .cont-form h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color: #013334;
}
#contacto .cont-form p {
	font-size: 15px;
	line-height: 25px;
	color: #013334;
}
#contacto .cont-form label {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 16px;
}
#contacto .cont-form input {
	width: 100%;
	max-width: 100%;
	border-radius: 5px;
	border:1px solid #FFF;
}
#contacto .cont-form textarea {
	border:1px solid #FFF;
	border-radius: 5px;
	height: 90px;
}
#contacto .cont-form  .wpforms-container .wpforms-field {
	padding-top: 0;
	padding-bottom: 13px;
}
#contacto .cont-form  .wpforms-container .enviar_formulario {
	width: 100%;
	max-width: 100%;
	background: #68C400;
	color: #F0FFDE;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
}

#contacto .cont-form  .wpforms-container .enviar_formulario:hover {
	background: #013334;
	color: #01FF34;
}
/*mobile*/
.only-mobile {
	display: none;
}
@media (max-width:1400px) {
	.navbar-teal {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.navbar-nav .nav-link {
		font-size: 14px;
		padding-left:15px !important;
		padding-right:15px !important;
	}
}

@media (max-width:1200px) {
	.jumbotron h1 {
		font-size: 83px;
		line-height: 93px;
	}
	section h2 {
		font-size: 83px;
	}
	
}
@media (max-width:991px) {
	section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.navbar-teal .navbar-nav {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.navbar-teal .nav-link {
		font-size: 25px;
	}
	.navbar-teal .nav-link::after {
		display: none;
	}
	.navbar-teal .nav-link svg {
		display: inline-block;
		width: 40px;
		fill: #F0FFDE;
		margin-right:30px;
	}
	.jumbotron {
		text-align: center;
	}
	.jumbotron p {
		max-width: 60%;
		margin: 0 auto 25px;
	}
	.extras {
		display: none;
	}
	.slick-dots li button {
		border-radius: 50%;
		border:1px solid #013334;
		background-color:transparent;
		width: 15px;
		margin-top: 10px;
		height: 15px;
	}
	.slick-dots li button:before {
		display: none;
	}
	.slick-dots li.slick-active button {
		background-color:#013334;
	}
	.slick-list {
		overflow: visible;
	}
	.slick-slide > div,
	.slick-slide > div > div {
		height: 100%;
	}
	.slick-dots {
		position: relative;
	}
	#nosotros .slick-list {
		width: 70%;
	}
	#productos .slick-list {
		width: 70%;
	}
	#diseno .lead {
		text-align: center;
	}
	#contacto .row {
		flex-direction: column-reverse;
	}
	#contacto .cont-form {
		margin-bottom: 40px;
	}
	.extra_m {
		display: block;
	}
	.btn_wa_m {
		background: #01FF34;
		border-radius: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #013334;
		padding: 8px;
	}
	.btn_wa_m img {
		width: 37px;
		height: 37px;
		margin-right: 30px;
	}
}
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}
/*formulario footer*/
.wpforms-field-container .success {
	color: #F0FFDE;
    font-size: 15px;
    line-height: 25px;
    border-radius: 12px;
    background: #68C400;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0 13px;
    margin-bottom: 10px;
}
.wpforms-field-container label {
	font-weight:300;
	width:100%;
}
.wpforms-field-container input {
	  width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #FFF;
	line-height:100%;
	padding: 13px;
	font-weight:300;
	margin-bottom:15px;
}
.wpforms-field-container textarea {
	  width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #FFF;
	line-height:100%;
	padding: 13px;
	font-weight:300;
	margin-bottom:15px;
}
.enviar_formulario {
    width: 100%;
    max-width: 100%;
    background: #68C400;
    color: #F0FFDE;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
}
.enviar_formulario:hover {
    background: #013334;
    color: #01FF34;
}
