/*
Theme Name: Figmo
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 2.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: #c18e46;
}
header a{
	text-decoration: none;
	color: #565a7a;
}
#check{
	display: none;
}
.check-btn{
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background: #c18e46;
	cursor: pointer;
	z-index: 10000;
	transition: .5s;
	visibility: hidden;
}
.check-btn:before{
	content: "MENU";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:-25px;
	color: #f3f3f3;
	font-weight: bold;
	transform: .5s;
	background: #c18e46;
}
.check-btn i{
	color: #fff;
	font-size: 30px;
	transition: .5s;
}
.check-btn .closed{
	color: #fff;
	font-size: 30px;
	position: absolute;
	opacity: 0;
	transition: .5s;
}
#check:checked  ~ nav{
   	top: 0%;
   	
   
 }
#check:checked  ~ .check-btn {
  	transform: rotate(-360deg);
  	top: 70%;
 }
#check:checked  ~ .check-btn:before {
  	color: #fff;
 }
#check:checked ~ .check-btn i{
	opacity: 0;
}
#check:checked ~ .check-btn .closed{
	opacity: 1;
}
nav{
	width: 100%;
	background: #2d45e2;
	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;

}
#menu-item-33{
	background: #c18e46;
	padding: 5px;
}
#menu-item-33:hover{
	color: #fff !important;
}

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: #fff;
}
.menu-direccion{
	display: flex;
	align-items: initial;
	align-content: flex-start;
	flex-direction: column;
	text-align: left;
}
.menu-contact{
	display: flex;
	flex-direction: column;
	
}

.title-home{
	color: #fff;
	top: 10%;
	left: 1%;
	position: absolute;
	z-index: 1;
}
.container-main-home{
	width: 100%;
	height: 100vh;
	position: relative;
}
.container-main-home:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(209,103,95);
    background: linear-gradient(6deg, rgba(214,155,106,.7) 13%, rgba(255,255,255,0) 99%);
}
.container-main-home h1{
	font-size: 3em;
	text-transform: uppercase;
}
.content-main-home span{
	font-size: 20px;
}
.container-main-home img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-main-home{
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #fff;
	flex-direction: column;
		align-items: center;
		justify-content: center;
		display: flex;

}
.container-logo{
    width:330px;
}
.container-logo img{
    width:100%;
    object-fit: cover;
}
.container-main-home h1:before{
	position: absolute;
	content: "";
	width: 50%;
	height: 3px;
	background: #19498D;
	left: 0;
	bottom: 0;
}
.text-valor{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	padding: 10px;
	margin: 20px 0px;
	min-height: 200px;
	transition: .4s;
	border-radius: 4px;
	text-align: center;
}
.text-valor:hover{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.text-valor h4{
	position: relative;
}
.text-valor h4:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 40px;
	height: 2px;
	background: #65d839 ;
}
.text-mision{
	background: rgb(85,150,236);
	background: linear-gradient(257deg, rgba(85,150,236,1) 34%, rgba(25,73,141,1) 91%);
	color: #fff;
	padding: 10px;
	min-height: 300px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.text-mision .fas{
	font-size: 30px;
	color: #fff;
}

.name-empresa{
	color:#19498d ;
	font-weight: bold;
}
.content-team{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.people{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 3px solid #5596ec;
}
.name-people{
	color: #19498d;
	font-weight: bold;
	font-size: 18px;
}
.cargo-people{
	color: #19498d;
	font-weight: bold;
	font-size: 16px;
}
.content-service-home{
	position: relative;

	height: 300px;
	box-shadow: 7px 7px 10px rgba(0,0,0,.2)
	outline: 1px solid rgba(255,255,255,.2);
	outline-offset: -8px;
	transition: .5s;
}
.content-image-service-home{
	overflow: hidden;
	width: 100%;
	height: 100%;
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.content-service-home img{
	transition: .5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.content-service-home:hover img{
	transform: scale(1.2);
}
.title-service-home{
	font-size: 24px;
	text-transform: uppercase;
}
.text-service-home{
	background: #188ec3;
	color: #fff;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	bottom: 80px;
	z-index: 100;
	padding: 20px 10px;
	transition: .5s;
	transition-timing-function: ease-in-out;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
}
.content-service-home:hover .text-service-home{
   
	width: 100%;
}
.text-service-home:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background: #bcccdc;
	transition: .5s;
	transition-timing-function:  ease-in;
	z-index: -1;
}
.content-service-home:hover .text-service-home:before{
    background: #bcccdc;
	width: 100%;
}
.text-service-home-2{
	background: #c18e46;
}
.text-service-home-3{
	background: #2EBF91;
}
.text-service-home a{
	font-size: 20px;
	color: #fff;
}
.image-area-home:hover .desciption-service-home:before{
	width: 200px;
}
.link-read-more, .link-conversemos{
	border: 1px solid #c18e46;
	text-decoration: none;
	color: #fff;
	background: #c18e46;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 10px 10px;
	transition: .5s;
	font-weight: 300;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%,-50%);
}
.link-read-more:hover{
	color: #fff;
	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;
	align-content: center;
	justify-content: center;
	color: #c18e46;
	width: 50%;
	padding: 20px;
}
.title-section{
	font-size: 50px;
	color: #65d839 ;
	position: relative;
	display: inline-block;

}
.title-section:before{
	content: "";
	position: absolute;
	right: -50px;
	top: 0px;
	width: 150px;
	height: 6px;
	background: #d69b6a;
}
.subtitle-empresa-home{
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	color: #88a0cc;
}
.text-empresa-home p{
	color: #444;
}
.container-representaciones{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.container-carousel{
	position: relative;
}
.carousel-before, .carousel-next{
	display: block;
	width: 30px;
	height: 30px;
	background: #c18e46;
	border-radius: 0;
	border: none;
	position: absolute;
}
.carousel-before, .carousel-next i{
	color: #fff;
}
.carousel-before{
	bottom: 20px;
	right: 60px;
}
.carousel-next{
	bottom: 20px;
	right: 20px;
}
.container-call-to-action{
	background: #3d6cb4;
	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;
}
.whatsapp{
	width: 60px;
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 100000;
}
.whatsapp img{
	width: 100%;
}
footer{
	background: #19498D;
	color: #fff;
}
footer a{
	text-decoration: none;
	color: #fff;
}
footer .col-md-6{
	display: flex;
	flex-direction: column;
}

footer p{
	text-align: center;
	padding-top: 70px;
}
/*Page Áreas*/
.container-area-link{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.container-area-link img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;

}
.container-area-link:hover img{
	transform: scale(1.2) rotate(5deg);
	filter: contrast(30%);
}
.title-area-link{
	position: absolute;
	left: 5%;
	top: 5%;
	color: #c18e46;
	transition: .5s;
}
.container-area-link:hover .title-area-link{
	color: #fff;
}
/*Fin Page Áreas*/
/*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;
}
.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;
	}
	.check-btn{
		visibility: visible;
	}

	nav{
		top: -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;
	}

.container-main-home h1{
	font-size: 40px;
	text-transform: uppercase;
}
	.element-1, .element-2, .element-3{
		width: 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%;
      }
}