/*
Theme Name: Promares
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@300&display=swap');
h1, h2, h3, h4, h5{
	font-family: 'Anton', sans-serif;
}
p, a, span, li{
	font-family: 'Montserrat', sans-serif;
}

header{
	display: flex;
	align-content: center;
	justify-content: space-around;
	align-items: center;
}
header i{
	font-size: 25px;
	color: #D63A26;
}
header a{
	text-decoration: none;
	color: #565a7a;
}
.translate img{
	width: 30px !important;
	height: 18px !important;
	object-fit: cover;
}
#check{
	display: none;
}
.check-btn{
	position: fixed;
	right: 10px;
	bottom: 30px;
	overflow: hidden;
	height: 50px;
	width: 50px;
	background: #D63A26;
	cursor: pointer;
	z-index: 101;
	transition: .5s;
	visibility: hidden;
}

.check-btn .line-check{
	position: absolute;
	width: 35px;
	height: 2px;
	background: #fff;
	z-index: 102;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: .5s;
	transform-origin: left top;
	transition-timing-function: cubic-bezier(.29, 1.01, 0.5, 2);
}
.check-btn .line-check:nth-child(2){
   top: 65%;
}
.check-btn .line-check:nth-child(3){
   top: 35%;
}
#check:checked  ~ nav{
   	right: 0%; 
 }

#check:checked  ~ .check-btn .line-check:nth-child(1){
	left: -100%;

}
#check:checked  ~ .check-btn .line-check:nth-child(2){
   top: 50%;
    transform:rotate(45deg) translate(-50%,-50%);
}
#check:checked  ~ .check-btn .line-check:nth-child(3){
	top: 50%;
	transform:rotate(-45deg) translate(-50%,-50%);
}
nav{
	width: 100%;
	background: #045cac;
	position: sticky;
	top: 0;
	z-index: 100;
	transition: .5s;
	margin: 0;

}
nav ul{
	display: flex;
	justify-content: space-around;
	align-content: center;
	list-style: none;
	color: #fff;
	margin: 0;
	
}
nav ul li{
	padding: auto;
	position: relative;
	margin: auto;
	padding: 15px 5px;
}
.current-menu-item {
	
	position: relative;
}
.current-menu-item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 50px;
	height: 2px;
	background: #c18e46;

}

ul li ul{
	display: flex;
	flex-direction: column;
	position: absolute;
	display: none;
	background: #2c3c64;
	width: 380px;
	left: -20px;
	z-index: 10;
}
ul li:hover ul{
	display: block;
}

nav ul li a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
nav ul li a:hover{
		color: #c18e46;
}
.main-home{
	width: 100%;
	height: 80vh;
	clip-path: polygon(0 0, 0 91%, 20% 100%, 50% 94%, 80% 100%, 100% 91%, 100% 0);

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:relative;

}
.main-home h1{
	position: absolute;
	left: 10%;
	top: 50%;
	width: 50%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.shape-main{
	width: 1800px;
	height: 800px;
	
	background: red;
	z-index: 1;
	position: relative;
	clip-path: polygon(0 100%, 0 75%, 23% 92%, 50% 76%, 76% 93%, 100% 75%, 100% 100%);
}
.container-empresa-home{
	clip-path: polygon(0 100%, 0 0, 27% 14%, 52% 8%, 73% 14%, 100% 0, 100% 100%);


	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 70vh;
	background-image: linear-gradient(to right, #04acec , #0430d0);
}
.image-empresa-home{
	width: 50%;
}
.image-empresa-home img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.text-empresa-home{
	width: 70%;
	
}
.text-empresa-home p{
	color: #fff !important;
}
/*SWIPER*/
      .swiper {
        width: 100%;
        height: 450px;
        

      }

      .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        position: relative;
      }
   		.swiper-slide img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		} 
      .content-slide{
      	position: absolute;
      	left: 5%;
      	height: 50%;
      	width: 35%;
      	background: rgba(79,118,183,.7);
      	display: flex;
      	flex-direction: column;
      	align-items: flex-start;
      	justify-content: space-around;
      	padding: 30px;

      }
      .content-slide h2{
      	color: #e7e8ec;
      }
      .content-slide p{
      	font-weight: 100;
      	font-size: 16px;
      	color: #e7e8ec;
      }
      .link-read-more-slide{
		border: 1px solid #D63A26;
		text-decoration: none;
		color: #fff;
		background: #D63A26;
		font-size: 16px;
		display: block;
		text-align: center;
		padding: 10px 10px;
		transition: .5s;
		font-weight: 100;
		width: 150px;
	}
	.link-read-more-slide:hover{
		color: #fff;
		background: transparent;
	}
		

/*FIN SWIPER*/

.title-services-home{
	position: relative;
	text-transform: uppercase;
	padding: 20px 0px;
	display: block;
	letter-spacing: 3px;
	display: inline-block;
	
}
.title-services-home:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 160px;
	height: 3px;
	background: #c18e46;
}
.service-main-home{
	margin: auto;
	width: 85%;
	height: 400px;
	transition: .3s;
	position: relative;	
}
.service-main-home img{
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 50%, 0 0);
	width: 100%;
	height: 400px;
	transition-timing-function: ease-in-out;
	transition: .3s;
	object-fit: cover;
	position: relative;
	z-index: -1;
}
.service-main-home img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background-color: blue;
 z-index: 10000;
  opacity: 1; 
}
.service-main-home:hover img{
	width: 120%;
	height: 100%;
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	object-fit: cover;
	transform: translateX(-7%);
}
.service-main-home:hover img{
	transform: translateX(-2%);

}
.service-main-home img:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:blue;
  mix-blend-mode: multiply;
  opacity: 1;
  transform: translateZ(0);
 
}
.title-service-home{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    transition: .5s;
	z-index: 11;
	text-transform: uppercase;
	 line-height: 1.2;
	color: #fff;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.14, 1);
}
.title-service-home:first-letter{
	text-transform: uppercase;
}
.service-main-home:hover .title-service-home{
	transform: translate(0%,-50%);
}
.arrow-service{
	position: absolute;
	width: 50px;
	height: 1px;
	background: #fff;
	left: 75%;
	top: 69%;
	z-index: 1000;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	transition: .2s;
}
.arrow-service:before{
	content: "";
	position: absolute;
	right: -2px;
	top: -4px;
	width: 12px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}
.arrow-service:after{
	content: "";
	position: absolute;
	right: -2px;
	top: 4px;
	width: 12px;
	height: 1px;
	background: #fff;
	transform: rotate(-45deg);
	transition: .6s;
}
.service-main-home:hover .arrow-service{
	opacity: 1;
	
}


.link-read-more, .link-conversemos{
	border: 1px solid #D63A26;
	text-decoration: none;
	color: #fff;
	background: #D63A26;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 10px 10px;
	transition: .5s;
	font-weight: 300;
}
.link-read-more:hover{
	color: #444;
	background: transparent;
}
.section-empresa-home{
	background: url("http://localhost/microfilter/wp-content/uploads/2021/08/section_02__bg.jpg");
	background-size: cover;
	min-height: 100vh;
	display: flex;
	align-content: center;
	justify-content: center;
}

.text-empresa-home{
	
	display: flex;
	flex-direction: column;
	
	color: #c18e46;
	width: 50%;
	padding: 20px;
}
.title-section-home{
	font-size: 50px;
	color: #fff;
	position: relative;
	display: inline-block;

}
.title-section:before{
	content: "";
	position: absolute;
	right: -50px;
	top: 0px;
	width: 150px;
	height: 6px;
	background: #c18e46;
}

.container-call-to-action{
	background: #045cac;
	height: 30vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
}
.container-call-to-action h5{
	font-size: 30px;
}
.link-conversemos:hover{
	background: transparent;
	color: #fff;
}
.arrow{
	background: #3d6cb4;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	top: 60%;
	opacity: 0;
	transition: .5s;
	cursor: pointer;
	z-index: 10000;
}
.arrow:hover{
	background: #4f76b7;
}
.anima-arrow{
	animation: anima-arrow .7s;
	animation-iteration-count: 2;
}
@keyframes anima-arrow{
	0%{
		transform: scale(1.4);
		border-radius: 40%;
	}
	30%{
		border-radius: 0%;
	}
	100%{
		transform: scale(1.0);
		
	}

}
.icon-arrow{
	font-size: 20px;
	color: #fff;
}
.aparece-arrow{
	opacity: 1;
}
footer{
	background: #e7e8ec;
}
.container-footer-contact{
	display: flex;
	flex-direction: column;
}
.container-footer-contact a{
	text-decoration: none;
	color: #444;
}
.content-label-products{
	display: flex;
	flex-wrap: wrap;

}
.label-product{
	color: #fff;
	background: #c18e46;
	text-decoration: none;
	padding: 12px;
	margin: 5px;
}

footer p{
	text-align: center;
	padding-top: 70px;
}

/*Productos Page*/
.sub-header{
	width: 100%;
	height: 370px;
	position: relative;
}
.sub-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.title-page{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 60px !important;
	font-family: 'Anton', sans-serif !important;
}
.waves {
      position: absolute;
/*      left: 0;
      right: 0;
      height: 200px;
      bottom: 0;*/
      bottom: -135px;
      height: 527px;
      width: 100%;
      overflow: hidden;
    }
    .wave {
      position: absolute;
      left: -180px;
      bottom: 0;
      /*width: 200px;*/
      /*height: 200px;*/
      /*width: 100%;*/
      /*border-radius: 50%;*/
      /*background:rgba(0,0,0, .3);*/
      width: 2402px;
      height: 427px;
      background: url(https://static.platzi.com/media/files/waves_c8551f5d-ecf6-4a81-ae1d-f3a0ad55ba10.png) center bottom no-repeat;

      animation: 5s wave ease-in-out infinite alternate;
    }
    .wave.a {
      background-position: 0 -854px;
    }
    .wave.b {
      background-position: 0 -427px;
      animation-delay: .6s;
    }
    .wave.c {
      background-position: 0 0;
      animation-delay: 1.2s;
    }
    /*.container {
      position: absolute;
    }*/
    @keyframes wave {
      0% {
        transform: translate(0 , 0);
      }
      50% {
        transform: translate(-80px, 30px);
      }
      100% {
        transform: translate(160px, -60px);
      }
    }
.container-empresa-page{
	background: #F9F9F9;
}
.text-history-page{
	text-align: justify;
}
.text-history-page span{
	color: #0eaae4;
	font-weight: bold;
}
.container-service-page{
	background: #F9F9F9;
}
.image-service-page{
	object-fit:cover;
	width:100%;
	height:300px;
}
.container-img-representaciones{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.img-representaciones{
	width: 50%;

}
.title-section-page{
	font-size: 30px;
	color: #4f76b7;
	position: relative;
}
.title-section-page:before{
	content: "";
	position: absolute;
	left: 10%;
	bottom: -5px;
	width: 150px;
	height: 3px;
	background: #c18e46;
}

.content-page{
	background: #a4b4d5	;
}
.content-page h3{
	color: #4f76b7;
}
.content-page p{
	color: #fff;
}
.content-page ul li{
	color: #fff;
	list-style: afar;
}
/*Fin Productos Page*/
/*Page Equipo*/
.title-page-equipo{
	background: rgba(4,4,4,.6);
	padding: 5px;

}
.content-equipo{
	box-shadow: 0 16px 32px 0 rgb(148 148 164 / 40%);
	text-align: justify;
	transition: .4s;
	min-height: 250px;
	padding: 8px;
}
.content-equipo:hover{
	box-shadow: 0 16px 22px 0 rgb(148 148 164 / 20%);
}
.content-equipo p{
	
	
}
/*Fin Page Equipo*/
@media screen and (max-width: 750px) {
	body{
		overflow-x: hidden;
	}
	header{
		flex-direction: column;
		align-items: center;
		padding: 10px;
	}
	.mail-header{
		display: none;
	}
	.check-btn{
		visibility: visible;
	}

	nav{
		right: -100%;
		height: 100%;
		position: fixed;
		overflow: scroll;	
	}
	nav ul{
		flex-direction: column;
		align-content: flex-start;
		justify-content: flex-start;		
	}
	nav ul li{
		flex-direction: column;
		left: 0%;
		align-content: flex-start;
	}

	nav ul li ul{
		background: #4f76b7;
		position: relative;
		width: auto;
		left: 0px;
		z-index: 10;
		padding: auto;
	}
	nav ul li:hover ul{
		display: block;
	}
	.main-home{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	
    position: relative;
}
.main-home h1{
	position: absolute;
	left: 10%;
	top: 50%;
	width: 80%;
	color: #fff;
	font-size: 20px !important;
	text-transform: uppercase;
	letter-spacing: 3px;
	transform: translateY(-50%);
}
.container-empresa-home{
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 78% 6%, 50% 0, 25% 7%);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	min-height: 70vh;
}
.image-empresa-home{
	width: 95%;
}
.image-empresa-home img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
	.content-service{
		top: -98%;
		background: rgba(255,255,255,.8);
	}
	.title-section:before{
		content: "";
		position: absolute;
		right: 50px;
		top: 40px;
		width: 150px;
		height: 3px;
		background: #c18e46;
	}
	.section-empresa-home{
		flex-direction: column;
	}
	.text-empresa-home{
		flex-direction: column;
		width: 100%;
	}
	.container-representaciones{
		width: 100%;
	}
	.container-call-to-action{
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	.swiper {
        height: 400px;
      }
      .content-slide{
      	position: absolute;
      	left: 5%;
      	height: 60%;
      	width: 75%;
      }
}