/*** LANDINGS POWER **/
html {scroll-behavior: smooth;}

html, body{
	height: 100%;
}
body{
    background-color: #fff;
    font-family: 'Lato', sans-serif;
}
 header{
    display: none !important;
}
section.content-main {
    padding-top: 6%;
    padding-bottom: 3%;
}
.content-right {
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.content-right .content-text{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.p-shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: rgba(0,21,40, 0.28);
}
@media(min-width: 576px){
	#page-ldh{
		height: 100vh !important;		
	}
}
@media(max-width: 576px){
	#page-ldh {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.content-right .content-text{
		width: 100%;
		padding: 10% 0;
	}
}
.form-container{
	padding: 20px 5%;
    border-radius: 10px;
    box-shadow: 3px 3px 18px -1px rgba(0,0,0, 0.2);
	background-color: #001528;
	border: 3px solid #668FAA;
}
/*=== formulario ==*/
.form-container {
	position: relative;
}
.ws-link{
	position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1;
	color: #8A8A8A;
}
/* Dots */
.p-dots{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background-image: url(https://devmacanudo.com/ldpower/wp-content/uploads/tornillo-power.png);
	background-position: center;
    background-size: cover;
}
.form-container .p-dots:nth-child(1),
.industry-title .p-dots:nth-child(1){
	top: 10px;
	left: 10px
}
.form-container .p-dots:nth-child(2),
.industry-title .p-dots:nth-child(2){
	top: 10px;
	right: 10px
}
.form-container .p-dots:nth-child(3),
.industry-title .p-dots:nth-child(3){
	bottom: 10px;
	left: 10px
}
.form-container .p-dots:nth-child(4),
.industry-title .p-dots:nth-child(4){
	bottom: 10px;
	right: 10px
}
/* ==== end dots ==== */
.logo-power-mobile{
	margin: 20px auto;
}
.form-container .gform_description{
    display: block;
    text-transform: initial;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
	color: #E6A040;
}
@media (max-width: 768px){
	.form-container .gform_description{
		display: none;
	}
}
.form-container .gfield input, .gfield select{
	outline: none;
    border-width: 0 0 1px 0;
	border-color: #C8C8C8;
}
.form-container .gfield input::placeholder,
.form-container .gfield select{
	color: #0C79B6;
	font-weight: 800 !important;
}
.form-container .gchoice label{
	color: #0C79B6;
}
.form-container .gchoice label a{
	font-weight: 900;
}
.form-container .gform_footer.top_label input {
	width: 100%;
    border: 1px solid transparent;
    color: #001528;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 4px 0;
}
.form-container .gform_footer.top_label input:hover {
    color: #fff;
    background-color: #E6A040;
}
p.gform_required_legend{
    display: none;
}
.gform_heading {
    margin-bottom: 35px;
}
/** SECCION INDUSTRIA ***/
.section-gamas{
	padding: 80px 0 120px;
    background-color: #3386D1;
}
.industry-title{
	text-align: center;
    padding: 20px 0;
    background: #001528;
    clip-path: polygon(3% 0, 97% 2%, 100% 17%, 100% 83%, 97% 100%, 3% 100%, 0 83%, 0 17%);
    margin-bottom: 35px;
	position: relative;
}
.industry-title h2{
	line-height: 1;
    color: #fff;
    font-weight: 900;
}
.industry-title h2 span{
	color: #EFAD19;
}
.industry-box{
	background-color: rgba(0,21,40, 0.28);
    padding: 20px;
    border-radius: 10px;
}
.industry-body{
	border-width: 7px 0 7px 0;
    border-style: solid;
    border-color: #EFAD19;
    padding: 15px 0;
}
.industry-body ul{
	color: #ffffff;
}
.industry-body ul li{
	margin-bottom: 15px;
	padding-left: 10px;
}
.industry-body ul li::marker{
	content: '\2713';
	font-family: 'Fontawesome';
	font-size: 14px;
	color: #EFAD19;
}
.title-features{
	text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
	margin-top: 20px;
	color: #ffffff;
	margin-bottom: 35px;
}
.title-features span{
	color: #EFAC15;
}
.fila-features{
	margin-bottom: 15px;
}
.fila-features .col-6>div{
	text-align: center;
}
.fila-features p{
	color: #FFFFFF;
}
.fila-features img{
	margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------------------------------------------------- page compresoras --------------------------------------------*/
.container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.home-section{
		position:relative;
		min-height: 100vh !important;
    	padding: 5% 0px;
	}
	
	.home-section > .home-form{
		width: 100%;
	}
	
	.home-section::before {
		content: '';
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
		background: #007AC0;
		height: 70%;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}

	.home-title-section{
		display:flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	
	.tittle {
		display: flex;
		flex-direction: column;
	}
	.tit.num1{
		color: #FFF;
		font-size: 26px;
		font-weight: 400;
	}
	.tit.num2{
		color: #FFF;
		font-size: 34px;
		font-weight: 700;
		letter-spacing: 9.6px;
	}

	img.home-image {
		max-width: 530px;
		width: 100%;
	}

	div#wpcf7-f115-p108-o1 {
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		padding: 40px 60px;
	}
	
	input.wpcf7-form-control, label {
		width: 100%;
	}
	
	input.wpcf7-form-control {
		width: 100%;
		border-radius: 5px;
		border: 0.5px solid #D0D2D3;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
	}
	
	.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.linea-producto {
		width: 100%;
		border-radius: 5px;
		border: 0.5px solid #D0D2D3;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
	}
	
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
		background: #F1AD16;
		color: white;
		box-shadow: none;
		border: none;
	}
	
	.wpcf7-list-item {
		margin: 0 !important;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		border-color: #ffb900;
		border-color: transparent;
		padding: 0;
		margin: 0;
		color: #17A2B8;
		font-weight: 700;
	}
	
	.wpcf7-not-valid-tip {
		font-size: 14px;
	}

	/* -------------------------------------- caractersiticas section ------------------------------------------------*/
	.caracteristicas-section{
		background-color:#EDF2F6;
		/*clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);*/
    	padding: 80px 0px;
	}
	.caract-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
		border-radius: 16px;
		background: #FFF;
		box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
		padding: 30px;
	}

	.caract-item img{
		max-width: 110px;
	}

	.caract-item span {
		color: #555E62;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
	}
	
	/* -------------------------------------- galleria section ------------------------------------------------*/

	.gallery-section {
		padding: 120px 0px;
	}
	
	.mini-gallery {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.gallery-item {
		position: relative;
		overflow: hidden;
	}
	
	.gallery-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 12px;
	}
	
	.gallery-item::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background: #000;
		left: 0;
		top: 0;
		opacity: 0.4;
	}

	.gallery-item .gallery-item-text {
		position: absolute;
		display: flex;
		flex-direction: column;
		color: white;
		width: 80%;
		height: auto;
		bottom: 30px;
		left: 30px;
		z-index: 999;
		gap: 6px;
		max-width: 90%;
	}
	
	.gallery-item .gallery-item-text span:nth-child(1) {
		font-weight: 700;
		width: fit-content;
	}
	
	.gallery-item.it1 {
		height: 580px;
	}
	.gallery-item.it2, .gallery-item.it3, .gallery-item.it4 {
		height: 280px;
	}
	
	.button-more-info {
		width: fit-content;
		padding: 8px 14px;
		border: none;
		background-color: #F1AD16;
		color: white;
		border-radius: 6px;
		text-decoration: none;
	}

	.button-more-info:hover {
		background-color: #fff;
		color: #17A2B8;
		text-decoration: none;
	}
	
	/* -------------------------------------- marcas section ------------------------------------------------*/
	.marcas-section{
		background-color:#EAEAEA;
		padding: 30px 0px;
	}
	
	.marca-item {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.marca-item img{
		height: 50px;
	}
	
	/* -------------------------------------- footer section ------------------------------------------------*/
	.footer-section{
		background-color:#007AC0;
		padding: 20px 0px;
		margin-top: 60px;
	}
	
	.footer-item {
		color: white;
		display: flex;
    	flex-direction: column;
		margin-bottom: 20px;
		gap: 10px;
	}
	
	.footer-item span:nth-child(1) {
		font-weight: 600;
	}

	.footer-item p{
			font-size: 16px;
			line-height: 1.2;
	}
	.footer-item span:not(:first-child){
			display: block;
			margin-top: 10px;
	}

	.redes{
		display:flex;
		gap: 10px;
	}
	
	.icons {
		background: white;
		color: #007AC0;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration:none;
	}
	
	.fa-facebook:before {
    	content: "\f09a";
		font-family: 'FontAwesome';
		color: black;
		font-style: normal;
	}
	
	.fa-instagram:before {
    	content: "\f16d";
		font-family: 'FontAwesome';
		color: black;
		font-style: normal;
	}
	
	.fa-linkedin-in:before {
    	content: "\f0e1";
		font-family: 'FontAwesome';
		color: black;
		font-style: normal;
	}
	
	@media(max-width: 990px){
		#page-ldh {
			background-image: url(<?= $img_link_mobile ?>);
		}
		.tit.num1 {
			font-size: 21px;
		}
		.tit.num2 {
			font-size: 33px;
			letter-spacing: normal;
		}
		
		.logo-form img{
			width:200px !important;
		}
		
		div#wpcf7-f115-p108-o1 {
			padding: 30px 30px;
		}
		
		.gallery-item {
			overflow: hidden;
			margin-bottom: 10px;
		}
		
		.marca-item {
			margin-bottom: 20px;
		}
		
		.marca-item img{
			width: 150px;
        	height: auto;
		}
		
		.mini-gallery > .row{
			margin:0;
		}
		
		.mini-gallery > .row > .col-12 , .mini-gallery > .row > .col-md-12{
			padding:0;
		}
	}
	
	@media(max-width: 768px){
		.caracteristicas-section {
			clip-path: none;
			padding: 60px 0px 50px;
			margin-top: 20px;
		}
		
		.caract-item {
			gap: 0px;
			margin-bottom: 20px;
		}
		.gallery-section {
			padding: 40px 0px;
		}
	}