/*
Theme Name: EMATER
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Muli:300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,900;1,400;1,900&display=swap');
body{
	
}
h1, h2, h3, h4, h5{
	font-family:'Playfair Display', serif;
	text-transform: uppercase;
}
p{
	 font-family: 'Muli', sans-serif;
	
	 color: #444 "important";
}
a{
	font-family: 'Oxygen Mono', monospace;
}
.preload{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	opacity: 1;
	transition: .3s;
	transition-delay: 1s;
	
	
}
.content-preload{
	background-size: red;
}
.preload .content-preload img{
	width: 250px;
	animation: animapreload 1s infinite;
}
@keyframes animapreload{
	0%{
		transform: scale(1);
	}
	50%{
        transform: scale(1.1);
	}
	100%{
		transform: scale(1);

	}
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	padding: 0px;
	top: 0;
	width: 100%;
	padding: 0px 20px;
	z-index: 100;
	background: #fff;
	
}


header a{
	text-decoration: none;
	
}

#check{
	display: none;
}
.check-btn{
	position: fixed;
	right: 10px;
	top: 30px;
	overflow: hidden;
	height: 50px;
	width: 50px;
	background: #161616  ;
	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{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	z-index: 1000;
	z-index: 10;
	background: transparent;
	top: 0;
	padding: 10px;
	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: square;
	font-size: 16px;
	padding: 0 8px;
	margin: 10px;	
	color: #164D63;
	text-decoration: none;
	transition: .5s;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav ul li a:hover{
	color: #245a81 ;
}

.current-menu-item {
	background: #67414a ;
	color:#fff;
	position: relative;
	
}
.current-menu-item a{
	color: #fff;
}
.menu-item-146{
	position: relative;
}
.menu-item-146:hover .sub-menu{
	display: block;
}
.sub-menu{
	display: none;
	position: absolute;
	top: 25px;
	width: 200px;
	left: 0;
	padding: 10px;
	background: #1282c1;
}
/*.current-menu-item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #188ec3 ;
	z-index: 1;
}*/

/*SEARCH FORM*/
.searchform{
	background: blue;
}
.searchsubmit{
	background: red;
}
form input[type=" email"]{
  border: none;
   border-bottom: 1px solid #17141d;
  background: transparent;
   outline: none;
   display: inline-block;
   width: 50%;
   position: relative;
   transition: .3s;
   color:#444;
}
form input:focus{
	border: none;
	background: #17141d;
	border-bottom: 1px solid #fff;
	transition: 2s;
}
form input[type="submit"]{
   border: none;
   background: #e43714 ;
   outline: none;
   transition: .3s;
   color:#fff;
}
/*FIN SEARCH FORM*/
.container-video{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 !important;
}
video{
	width: 100%;
	height: auto;
	
}
.navigation-top{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 1;
	display: flex;

}
.navigation-top div{
	width: 25%;
	height: 100%;
	position: relative;
	transition: 3s;
}
.navigation-top div p{
	color: #fff;
	padding: 10px;
	font-size: 14px;
}
.navigation-top div a{
	color: #444;
	padding: 10px;
}
.navigation-top div h2{
	color: #fff;
	padding: 15px;
	font-size: 24px;
}
.navigation-top div:nth-child(1){
	background: rgba(22, 99, 56, .7);
}
.navigation-top div:nth-child(1):hover{
	background: rgba(22, 99, 56, 1);
}
.navigation-top div:nth-child(2){
	background: rgba(120, 171, 141, .7);
}
.navigation-top div:nth-child(2):hover{
	background: rgba(120, 171, 141, 1);
}
.navigation-top div:nth-child(3){
	background: rgba(139, 184, 193, .7);
}
.navigation-top div:nth-child(3):hover{
	background: rgba(139, 184, 193, 1);
}
.navigation-top div:nth-child(4){
	background: rgba(189, 227, 204, .7);
}
.navigation-top div:nth-child(4):hover{
	background: rgba(189, 227, 204, 1);
}
.container-text-home{
	margin: auto;
	width: 100%;
	text-align: center;
	background: url(http://emater.hostingpremium.cl/wp-content/uploads/2023/08/background-clientes-2.jpeg);
	background-size: cover;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.container-text-home:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(4,4,4,.3);
}
.text-emater-home{
 	position: relative;
	width: 50%;
}

.text-emater-home p{
	color: #fff;
}
/*SWIPER*/
      .swiper {
        width: 100%;
        height: 500px;
        position: relative;
        background: rgb(97,172,96);
background: linear-gradient(325deg, rgba(97,172,96,1) 17%, rgba(124,180,76,1) 68%);
      }
      .swiper-slide: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(97,172,96,1) 13%, rgba(255,255,255,0) 99%);
}
.swiper-wrapper{
	position: relative;
}
      .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%;
      	display: flex;
      	flex-direction: column;
      	align-items: flex-start;
      	justify-content: space-around;
      	padding: 30px;
      	z-index: 10;	

      }
      .content-slide h2{
      	color: #e7e8ec;
      	font-family:'Playfair Display', serif;
      	font-weight: bold;
      }
      .content-slide h2 span{
      	color: #f2f2f2 ;
      	font-family:'Playfair Display', serif;
      	font-weight: bold;
      }
      .content-slide p{
      	font-weight: 100;
      	font-size: 16px;
      	color: #e7e8ec;
      	z-index: 10;
      }
      .link-read-more-slide{
		border: 1px solid #d84905  ;
		text-decoration: none;
		color: #fff;
		background: rgb(235,124,6);
	background: linear-gradient(325deg, rgba(235,124,6,1) 17%, rgba(228,55,20,1) 68%);
		font-size: 16px;
		display: inline-block;
		text-align: center;
		padding: 10px 10px;
		transition: .5s;
		font-weight: 100;
	}
	.link-read-more-slide:hover{
		color: #fff;
		background: transparent;
	}
/*FIN SWIPER*/


.title-service-home{
	background: #1D1C20;
	color: #fff;
	padding: 10px;
	display: inline-block;
	text-align: right;
}
.container-service{
	background: #DDE1DC;
}
.container-service-home{
	width: 100%;
	
	overflow: hidden;
}
.container-service-home img{
	width: 100%;
	object-fit: cover;
	transition: .4s;
	transition-timing-function: ease-in-out;
}
.container-service-home:hover img{
	transform: scale(1.2);
}
.container-service-home:hover .content-service-home{
    top: -40px;

}
.content-service-home{
	position: relative;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	background: #1D1C20;
	color: #fff !important;
	padding: 10px;
	box-shadow:0 15px 20px 0 rgba(0,0,0,0.5);
    transition: .5s;
    min-height: 240px;
}
.content-service-home h3{
	font-weight: bold;
	font-family:'Playfair Display', serif;
	letter-spacing: 2px;	
}
.content-service-home p{
	color: #fff !important;
}
	.link-read-more, .link-conversemos{
	border: 1px solid #9D5053 ;
	text-decoration: none;
	color: #fff;
	background: rgb(235,124,6);
	background: linear-gradient(325deg, rgba(103,65,74,1) 17%, rgba(157,80,83,1) 68%);
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 10px 10px;
	transition: .5s;
	font-weight: 300;
	position: relative;
	font-family:'Playfair Display', serif;
	font-size: 24px;
}
.link-read-more:hover{
	color:#fff;
	background: transparent;
}
	.container-call-to-action{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	height: 50vh;
	background-image: linear-gradient(45deg, #529D1B, #1B529D);
	color: #fff;
	text-transform: uppercase;
}
.container-call-to-action h5{
	font-size: 30px;
}

.link-conversemos:hover{
	background: transparent;
	color: #fff;
}

.wsp{
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 100;
	animation: animate 2s linear infinite;
	background-image: linear-gradient(to right, #50b353  , #94cd96 );
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 4px;
	transition: .3s;
}

.wsp a{
	color: #fff;
}
.wsp a i{
	font-size: 40px;
}
.wsp a:hover{
	color: #fff;
}

@keyframes animate {
	0%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,.7);
	}
	30%
	{
		box-shadow: 0 0 0 50px rgba(38, 178, 143,.0);
	}
	60%
	{
		box-shadow: 0 0 0 90px rgba(38, 178, 143,0);
	}
	100%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,0);
	}
}

.title-section{

 /* background: url('https://images.unsplash.com/photo-1567459169668-95d355371bda?fit=crop&w=1349&q=80');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5em;
  text-transform: uppercase;
  font-weight: bold;*/
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  position: relative;
}
.title-section:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50px;
	height: 4px;
	background: #73dae6 ;

}
/*SERVICES PAGE*/
.container-service-page{
	background: #B6C2D1;
	min-height: 100vh;
	width: 100%;
	margin: auto;
	padding: 150px;
	position: relative;
}
.container-service-page-2{
	background: #CFD3D8;
}
.background-service{
	background: url(http://emater.hostingpremium.cl/wp-content/uploads/2023/08/background-clientes-2.jpeg);
	width: 60%;
	height: 500px;
	background-size: cover;
	position: absolute;
}
.background-service-2{
	right: 200px;
	
}
.content-service-page{
	right: 250px;
	top: 30%;
	margin: auto;
	background: #627D9D;
	padding: 15px;
	color: #fff;
	position: absolute;
	z-index: 1;
	max-width: 40%;
	transform: translateY(-90%);
}
.content-service-page-2{
	left: -200px;
}

.content-service-page:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #78889B;
	transition: 1.2s;
	transition-timing-function: ease-in-out;
	z-index: -1;
}
.title-service{
	text-transform: capitalize;
	color: #083C7A;
}
.service-industrial{
	background: #eb7e06;
	position: relative;
}
.service-industrial:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #e43714 ;
	transition: .3s;
	transition-timing-function: ease-in-out;
	z-index: 10;
}
.container-service-page img{
	transition: .3s;
	transition-timing-function: ease-in-out;
	width: 100%;
	height: 300px;

}
.container-service-page:hover img{
	transform: scale(1.4) rotate(10deg);
}

.container-service-page:hover .content-service-page:before{
	height: 95%;
}
/*FIN SERVICES PAGE*/
/*PERMISOS SECTORIALES*/
.img-permiso-sectorial{
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	transition: .3s;
	transition-timing-function: ease-in-out
}
.img-permiso-sectorial:hover{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/*FIN PERMISOS SECTORIALES*/
/*Contact Page*/
.contact-us-page{
	visibility: visible;
 display: block;
	flex-direction: row;
}
/*FIN CONTACT PAGE*/
.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: #b9ac89;
	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%;
}
.phone{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background: rgb(235,124,6);
	background: linear-gradient(325deg, rgba(235,124,6,1) 17%, rgba(228,55,20,1) 68%);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 101;
	color: #fff;
}
.tel{
	color: #fff;
	text-decoration: none;
	font-size: 20px;

}
.contact-footer{
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-content: center;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    visibility: hidden;

}
.content-contact{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px;
	width: 33.3%;
	background: #f2f2f2;
	color: blue;
	
}
.location-mobile{
	border-top-left-radius: 15px;
}
.phone-mobile{
	background: #E6E7E5;
	

}
.email-mobile{
	border-top-right-radius: 15px;
}
.content-contact a{
	color: #d84905;
}
.content-contact a i{
	font-size: 30px;
	color: #161616 ;
}
footer{
	color: #fff;
	background: url(http://emater.hostingpremium.cl/wp-content/uploads/2023/09/background-footer.jpeg);
	background-size: cover;
	
	position: relative;
	z-index: 1;
}
footer h4{
	font-weight: bold;
}
footer:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,1,1,.6);
	z-index: -1;
}
.services-footer{
	text-transform: uppercase;
	font-weight: bold;
}
.derechos{
	position: relative;
	font-family:'Playfair Display', serif;
	padding-bottom:100px;
	padding-top:10px;
}
.derechos:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;

}

/*HEADER PAGE*/

.sub-header{
	width: 100%;
	height: 480px;
	position: relative;
	z-index: 1;
	background: #97cdf1 ;
	background: blue;
}
.sub-header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
   
}
.sub-header img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.title-header{
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	font-style: italic;
	background: #d9b179 ;
}
.title-page{
	position: relative;
	font-size: 40px;
	font-weight: bold;
	 background-image: linear-gradient(45deg, #529D1B, #1B529D);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; 
	
}
/*SERVICE HOME*/
article{
	outline: 2px solid #eb7c06 ;
	border-radius: 10px;
	outline-offset: -15px;
	position: relative;
	width: 100%;
	height: 350px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	overflow: hidden;
	color: #fff;
}
article:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(4,4,4,.5);
	z-index: 1;
}

article img{
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
	transition-timing-function: ease-in-out;
	opacity: .8;
}

article:hover img{
	transform: scale(1.1);
}
article:hover .content-service .logo-proyect{
	transform: scale(.7);
}
.content-service{
	position: absolute;
	left: 5%;
	bottom: -25%;
	padding: 15px;
	z-index: 1;
	transition-timing-function: cubic-bezier(1,.39,.42,1.41);
	transition:.3s;
}
.logo-proyect{
	width: 250px !important;
	object-fit: cover;
	padding: 10px;
	left: 10px;
	top: -120px;
	position: absolute;
}

.content-service .title-service::first-letter{
	background: #fff;
	padding: 3px;
	color: #444;
	border-radius: 5px;
}
.content-service p{
	opacity: 0;
	transition:.3s;
}

article:hover .content-service{
	bottom: 15%;
}
article:hover .content-service p{
	opacity: 1;
}
article .content-service img{
	width: 125px;
}
/*END SERVICE HOME*/

/*CAROUSEL*/
.container-carousel{
	position: relative;

}
.carousel-element{
    
    display:flex;
    flex-direction: row;
    justify-content:center;
    width:auto;
    height:200px !important;
   

}
.carousel-element img{
    height:200px !important;
    object-fit: cover;
}
.glider-dot{
	background: rgb(30,172,226);
	background: linear-gradient(325deg, rgba(30,172,226,1) 17%, rgba(21,133,190,1) 68%);
	width: 10px;
	height: 10px;
	border-radius: 0px;
}
.carousel-before, .carousel-next{
	display: block;
	width: 30px;
	height: 30px;
	background: rgb(235,124,6);
	background: linear-gradient(325deg, rgba(235,124,6,1) 17%, rgba(228,55,20,1) 68%);
	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;
}
/*FIN CAROUSEL*/
/*HEADER PAGE*/
.container-about-us{
	top: -100px;
	position: relative;
	z-index: 10;
}
.content-about-us{
	width: 50%;
	padding: 10px;
	left: 50%;
	transform: translateX(50%);
}
.content-about-us img{
	width: 100%;
}
.content-about-us .parrafo::first-letter {
    font-size: 1.5rem;
    font-weight: bold;
    color: brown;
}

.container-mision{
	background: #97cdf1 ; 
}
@media screen and (max-width: 800px) {
	body{
		overflow-x: hidden;
	}
	header{
		flex-direction: column;
		align-items: flex-start;
		padding: 0px;
		background: transparent;
		height: 120px;
		position: relative;
	}
	.contact-header{
		display: none;
	}
	.check-btn{
		visibility: visible;
	}
	.sub-menu-header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 100%;

}

	nav{
		right: 100%;
		height: 100%;
		position: fixed;
		overflow: scroll;
		background: #949494 ;
	
	}
	nav ul{
		flex-direction: column;
		top: -30px;
		justify-content: space-between;
		flex-wrap: wrap;
		height: 80%;
		width: 100%;		
	}
	nav ul li{
		flex-direction: column;
		left: 0%;
		align-content: flex-start;
		justify-content: space-around;	
	}

	nav ul li ul{
		background: #4f76b7;
		position: relative;
		width: auto;
		left: 0px;
		z-index: 10;
		padding: auto;
	}
	nav ul li:hover ul{
		display: block;
	}
  
	.title-header{
	position: absolute;
	font-size: 30px;
  }
  .container-video{
  	margin-top: 140px !important;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 !important;
	
}
video{
	width: 100%;
	height: 250px;
	
}
.navigation-top{
	position: relative;
	
	width: 100%;
	height: 80vh;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}
.navigation-top div{
	width: 50%;
	height: 50%;
	position: relative;
	transition: 3s;
}
	.navigation-top div h2{
		font-size: 20px;
	}
.navigation-top div p{
	color: #fff;
	padding: 10px;
	font-size: 14px;
}
.navigation-top div a{
	color: #444;
	padding: 10px;
}
	.container-call-to-action{
		flex-direction: column;
		align-items: center;
		align-content: center;
		padding: 10px;
	}
	.container-service-page{
	background: #B6C2D1;
	min-height: 100vh;
	width: 100%;
	margin: auto;
	padding: 20px;
	position: relative;
}
.container-service-page-2{
	background: #CFD3D8;
}
.background-service{
	background: url(http://emater.hostingpremium.cl/wp-content/uploads/2023/08/background-clientes-2.jpeg);
	width: 95%;
	height: 500px;
	background-size: cover;
	position: absolute;
}
	.content-service-page{
	right: 10%;
	top:20%;
	margin: auto;
	background: #627D9D;
	padding: 15px;
	color: #fff;
	position: relative;
	z-index: 1;
	max-width: 80%;
	
	transform: translateY(-90%);
}
.content-service-page-2{
	left: 0px;
}

    .container-about-us{
		top: -60px;
		position: relative;
		z-index: 10;
		width: 100%;

	}
	.content-about-us{
		position: relative;
		width: 80%;
		padding: 10px;
		left: 50%;
		transform: translateX(-50%);
		
	}
	article .content-service .logo-proyect{
		width:100px;
	}
	.contact-footer{
		visibility: visible;
	}

}
@media only screen and (max-width: 800px) and (min-width: 650px)  {
	.contact-footer{
		visibility: hidden;
	}
}