/*
Theme Name: Dacem
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Muli:300&display=swap');
h1, h2, h3, h4, h5{
	font-family: 'Oxygen Mono', monospace;
	text-transform: uppercase;
}
p{
	 font-family: 'Muli', sans-serif;
	
}
a{
	font-family: 'Oxygen Mono', monospace;
}
header{
	display: flex;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	
}

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: #2EBF91;
	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: #2EBF91;
}
.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);
  	
 }
#check:checked  ~ .check-btn:before {
  	color: #fff;
 }
#check:checked ~ .check-btn i{
	opacity: 0;
}
#check:checked ~ .check-btn .closed{
	opacity: 1;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	background: #fff;
	padding: 10px;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #f3f3f3;
}
.sub-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	width: 40%;
}

.logo{
	width:300px;
}
.phone{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
	border-radius: 50%;
	background: #0c8cb4;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 101;
}
.tel{
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;

}
nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 150px;
	position: sticky;
	z-index: 1000;
	z-index: 10;
	background: #fff;
	top: 0;
	padding: 30px;
	transition:.5s;
	
}
nav ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	right: 0px;
	top: 0;
	position: relative;
	
	margin: 0;
}
nav ul li{
	list-style: none;
	
}
nav ul li a{
	list-style: none;
	font-size: 16px;
	padding: 0 20px;
	margin: 10px;
	background: #0c8cb4;	
	color: #fff;
	text-decoration: none;
	transition: .5s;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav ul li a:hover{
	color: #C8103E;
}

.current-menu-item {
	position: relative;
	
}
.current-menu-item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #188ec3 ;
	z-index: 1;
}


.container-main-home{
	position: relative;
	height: 85vh;
}
.img-main-home{
	width: 70%;
	object-fit: cover;
	height: 100%;
	float: right;
	
	transition: .5s;
	animation-timing-function: step-start;
}

.Iam {
  padding: 2em 2em;
  color: #444;
  position: absolute;
  background: #fff;
  height: 50%;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  box-shadow: 0 0 16px 3px rgb(0 0 0 / 20%);
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: center;
  transition: .5s;
}
.Iam:hover{
	border-radius: 0px;
}
.Iam img{
	width: 70px;

}
.Iam h1 {
	font-size: 30px;
	text-align: center;
	
	padding: 20px 0px;
	color: #5fb1bb;
}

.Iam .description-main {
  text-transform: initial;
  font-size: 14px;
  
}
.container-empresa-home{
	height: 500px;
	border-radius: 90px;
	display: flex;
    box-shadow: 0 0 16px 3px rgb(0 0 0 / 20%);
    background: #7f7e7f ;
    transition: .5s;
}
.container-empresa-home:hover{
border-radius: 0px;
}

.experiencia{
	width: 30%;
	background:#3EB0BF;
	padding: 4em 2em;
	color: #FFF;
	font-family: 'Arvo', serif;
	transition: .5s;
	animation-timing-function: ease-in-out;
}

.experiencia i{
	font-size: 80px;
}
.experiencia span{
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.experiencia span:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50%;
	height: 3px;
	background: #fff;
}
.experiencia span b{
	font-size: 70px;
}
.content-empresa-home{
	width: 40%;
	padding: 4em 2em;
	background: #1190aa ;

}

.content-empresa-home a i{
	font-size: 30px;
	border-radius: 50%;
	color: #444;
	position: relative;
	z-index: 10;
	background: #fff;
	padding: 20px 25px;
	transition: .5s;
}
.content-empresa-home a:hover i{
	border-radius: 0%;
}
.container-empresa-home img{
	width: 30%;
	height: 100%;
	object-fit: cover;
	
	transition: .5s;
}

.container-services-home{

	background-size: cover;
	
}
.container-service-home{
	position: relative;
}
.service-home{
	position: relative;
	overflow: hidden;
	transition: .5s;
	border-radius: 4px;
}
.service-home:hover{
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.service-home:hover .button-service-home{
	bottom: 0%;
}

.service-home:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	transition: .3s;
	background: linear-gradient(50deg, rgba(95,177,187,.7) 55%, transparent 50%) 100% 100% / 100% no-repeat;
	transition: .7s;
	transition-timing-function: ease-in-out;

}
.container-service-home:hover .service-home:before{
	width:250%;
}

.image-service-home{
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: .5s;
}
.title-service-home{
	position: absolute;
	top: 20%;
	left: 5%;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.title-service-home:after{
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	background: #f8f806;
	left: 50%;
}
.text-service-home{
	position: absolute;
	top: 45%;
	left: 5%;
	width: 55%;
	text-align: left;
	color: #fff;
}

.button-service-home{
	position: absolute;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 20%;
	z-index: 20;
	bottom: -20%;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
.service-home:hover .button-service-home{
	bottom: 0;
}
.button-service-home:hover{
	color: #fff;
}
.contenedor-boton-contacto{
	
	position: relative;
}
.titulo-contacto{
	color: #fff;
	text-transform: uppercase;
	display: block;
	background: rgba(1,1,1,.7);
	font-size: 28px;
}
.contenedor-boton-contacto:before{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: -1;
	
}
.boton-contacto{
	background: #CA4A2B;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	z-index: 1000;
	text-transform: uppercase;
	color: #fff;
	transition: .2s;
	font-weight: bold;
	text-decoration: none;
}
.boton-contacto:hover{
	background: #A73419;
	text-decoration: none;
	transform: scaleY(1.4);
	color: #fff;
}	




.container-virtudes{
	background: #E7EDEF  ;
	min-height: 70vh;
}
.text-virtudes{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	color: #188ec3;
	height: 400px;
}
.text-virtudes i{
	font-size: 60px;
}
.text-virtudes p{
	
	
}
.call-to-action{
	background: #0feefa;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 350px;
	background: url(http://localhost/msi-consultores/wp-content/uploads/2022/04/main-page-empresa.jpg);
	background-size: cover;	
	
	position: relative;
}
.call-to-action:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	 -webkit-filter: contrast(1.9) grayscale(1);
  filter: contrast(1.9) grayscale(1);
}
.call-to-action h3{
	z-index: 1;
}
.btn-conversemos{
	background: #2EBF91;
	color: #fff;
	text-decoration: none;
	z-index: 1;
	padding: 5px 13px;
}

.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: #f4f4f4;
	color: #fff;
	text-align: center;
}
footer .col-md-4 {
	color: #444;
	text-align: left;
}
.isologo-footer{
	width: 200px;
}
footer .col-md-4 a{
	color: #444;
	text-decoration: none;
}
.desarrollado{
	color: #444;
}
.service-footer{
	list-style: none;
}
/*EMPRESA*/
	.container-main-page{
		width: 100%;
		height: 50vh;
		position: relative;
	}
	.title-page{
		position: absolute;
		left: 5%;
		top: 50%;
		background: rgba(24,50,106,.5);
		color: #fff;
		padding: 10px;
	}
	.container-text-empresa{
		position: relative;
		/*background: url(../img/slide2.jpg);
		background-size: cover;
		padding: 10px 50px !important;*/
		
		z-index: 1;
	}
	.text-empresa{
		color: #fff;
		background: rgba(12	, 140, 180,.5);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 2;
	}

	.text-empresa:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: -10px;
		top: 10px;
		background: rgba(12	, 140, 180,.5);
		z-index: -1;
		transition: .5s;
	}
	.text-empresa:hover:before{
		
		top: -15px;
	}
	.container-text-mision-vision{
		background: #189094 ;
		color: #fff;
		text-align: justify;
		/*padding: 10px 30px !important;*/
	}
	.title-section{
		position: relative;
		display: block;
		font-weight: bold;
		padding-top: 20px;
	
	}
	.title-section:before{
		content: "";
		position: absolute;
		width: 50px;
		height: 2px;
		left: 0%;
		bottom: -2px;
		background: #0c8cb4;
	}
/*FIN EMPRESA*/
/*Productos Page*/
.sub-header{
	width: 100%;
	height: 370px;
	position: relative;
	z-index: 1;
}
.sub-header img:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(9,9,121);
	z-index: -1;
   background: radial-gradient(circle, rgba(9,9,121,1) 10%, rgba(255,255,255,1) 96%);
}
.sub-header img{
	position: relative;
	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;
	
}
.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%);
}

/*Fin Page Equipo*/
@media screen and (max-width: 750px) {
	body{
		overflow-x: hidden;
	}
	header{
		flex-direction: column;
		align-items: flex-start;
		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{
		position: relative;
		height: 100vh;
	}
	.img-main-home{
		width: 100%;
	}
	.Iam {
	 	width: 70%;
	 	
	 	
	}
	.container-empresa-home{
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.experiencia{
		width: 100%;
	}
	.content-empresa-home{
		width: 100%;
	}
	.container-empresa-home img{
		width: 100%;
	}
	.text-service-home{
		position: absolute;
		top: 45%;
		left: 5%;
		width: 95%;
		text-align: left;
		color: #fff;
	}
	.container-call-to-action{
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	
}