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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&family=Roboto:wght@300;400;700&display=swap');


h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif;

}
p{
	  font-family: 'Open Sans', sans-serif;
	 text-align: justify;
}
a{
	 font-family: 'Open Sans', sans-serif;
	text-decoration:none;
}
.preload{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(to right, #ccc9c4 , #5c645d );
	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;
	
	
}

.preload img{
	width: 300px;
	animation: animapreload 1s infinite;
}
@keyframes animapreload{
	0%{
		transform: scale(1);
	}
	50%{
        transform: scale(1.1);
	}
	100%{
		transform: scale(1);

	}
}
header{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	background: #fff;
	padding: 0px;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #f3f3f3;
	
}
.contact-header{
	
	display: flex;
	justify-content: space-around;
	align-items: center;
	background:#f2f2f2;
	width: 100%;
	padding: 3px;
	top: 0;
}
.contact-header i{
	font-size: 16px;
	color: #641c74;
}
.contact-header a{
	color: #641c74;
}
.contact-header a:hover{
	color: #f2f2f2;
}
.sub-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 50px;
	width: 100%;
}
.tel-menu{
	color: #245a81 ;
	text-decoration: none;
	font-size: 20px;
}
.tel-menu i{
	color: #641c74 ;
}
header i{
	font-size: 25px;
	color: #fff;
}
header a{
	text-decoration: none;
	color: #565a7a;
}

#check{
	display: none;
}
.check-btn{
	position: fixed;
	right: 10px;
	top: 30px;
	overflow: hidden;
	height: 50px;
	width: 50px;
	background: #641c74;
	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: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: sticky;
	z-index: 1000;
	z-index: 10;
	background: #fff;
	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 20px;
	margin: 10px;	
	color: #1D1C20;
	text-decoration: none;
	transition: .5s;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
nav ul li a:hover{
	color: #245a81 ;
}

.current-menu-item {
	/*border-bottom-color: 20px #24d404  solid;	*/
	background: #24d404;
	
}

/*.current-menu-item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #188ec3 ;
	z-index: 1;
}*/
/*SWIPER*/
      .swiper {
        width: 100%;
        height: 600px;
        position: relative;
        background: rgb(97,172,96);
      }
      .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(100,28,116,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 #368CD5  ;
		text-decoration: none;
		color: #fff;
		background: rgb(235,124,6);
	background: linear-gradient(325deg, rgba(19,97,162,1) 17%, rgba(54,140,213,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*/

.content-words{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #f1f1f1;
	/*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
	padding: 2em;
	border-radius: 1em;
	min-height: 150px;
}
.content-words img{
	width: 40px;
}
.content-words span{
	color:#641C74;
	text-transform: uppercase;
}


.container-empresa-home p{
	color: #444;		
}
.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);
}


.link-read-more:hover{
	color:#fff;
	background: transparent;
}
	.container-call-to-action{
	background: rgb(30,172,226);
background: linear-gradient(325deg, rgba(202,183,107,1) 17%, rgba(247,202,21,1) 68%);
	height: 50vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
}
.container-call-to-action h5{
	font-size: 30px;
}
.link-conversemos{
	font-size: 30px;
}
.link-conversemos:hover{
	background: transparent;
	color: #fff;
}
.container-valores{
	position: relative;
	padding: 3em;
	width: 100%;
	min-height: 400px;
}
.container-valores:before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(36, 212, 4, .5);
	background: rgba(4,4,4,.2);
	
}
.container-valores span{
	color:#fff;
	font-weight: bold;
	font-size: 2em;
	z-index:1;
	position: absolute;
}
.container-valores span:nth-child(1){
	top: 10%;
	left: 10%;
	color: #641c74;
}
.container-valores span:nth-child(2){
	top: 30%;
	left: 25%;
	color: #641c74;
}
.container-valores span:nth-child(3){
	top: 70%;
	left: 30%;
	color: #641c74;
}
.container-valores span:nth-child(4){
	top: 50%;
	left: 30%;
	color: #fff;
}
.container-valores span:nth-child(5){
	top: 20%;
	left: 60%;
	color: #fff;
}
.container-valores span:nth-child(6){
	top: 80%;
	left: 70%;
	color: #fff;
}
.container-valores span:nth-child(7){
	top: 60%;
	left: 5%;
	color: #641c74;
}
.container-valores span:nth-child(8){
	top: 30%;
	left: 65%;
	color: #fff;
}

.nosotros{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.img-nosotros{
	width:250px;
	height: 250px;
	object-fit:cover;
	border-radius: 50%;
	filter: brightness(1.1);
	mix-blend-mode: multiply;
}
.documentos{
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2em;
	width:100%;
	min-height: 270px;
}
.documentos i{
	font-size: 34px;
	color: #641c74;
}
.links-interes img{
	width:100%;
	object-fit:cover;
}
.title-item-docs{
	
	color: #641c74;
	text-transform:
}
.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{

  text-transform: uppercase;
  position: relative;
  color: #484c78;
  font-weight: bold;
  z-index: -1;

  display: inline-block;

}
/*.title-section:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: #24d404  ;
	 z-index: -1;

}*/
.title-section span{
	color: #24d404  ;
}
.title-item{
text-transform: uppercase;
  position: relative;
  color: #484c78;
  font-weight: bold;
  z-index: 1;
	text-align: center;
  display: inline-block;
}
.container-valores{
	width: 100%;
	height: 350px;
	background: url(https://spsky.cl/wp-content/uploads/2024/05/sky-1.jpg);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.container-valores h3{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	color: #ffffff;
	font-weight: bold;


}
.whatsapp{
	color: #fff;
	text-decoration:none;
}
.whatsapp:hover{
	color: #fff;
}
.instagram{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
}
.instagram:hover{
	color: #fff;
}
.content-valores{
	padding: 2em;
	background: #641c74 ;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 1em;
	color: #fff;
	min-height: 362px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-end;

}
.title-mision{
	text-transform: capitalize;
}
.content-valores i{
	font-size: 3em;
}
.content-valores-2{
	justify-content: flex-start;
	align-items: flex-start;
}
.content-valores-2 h3{
	position: relative;
	left:50% !important;
	transform: translateX(-50%);
}
.content-valores-2 i{
	position: relative;
	left:50% !important;
	transform: translateX(-50%);
}
.legend{
	color: #444;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
/*SERVICES PAGE*/
.container-service-page{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.content-service-page{
	background: #24a3db;
	padding: 15px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.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);
}


/*FIN SERVICES PAGE*/

.call-to-action{
	background: #0feefa;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 350px;
	
	
	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;
}


footer{
	color: #fff;
	font-weight: bold;
	background: #641c74  ;
	background: rgba(100, 28, 116, .9);
	position: relative;
	z-index:1;
}
footer:before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(https://spsky.cl/wp-content/uploads/2024/05/airplane-221526_1280.jpg);
	opacity: .2;
	background-size:cover;
	z-index:-1;
	background-position: 50% 70%;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #fff;
}
.direccion-footer{
	font-weight: bold;
}
.phone-footer{
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}
.phone-footer:hover{
	color: #f2f2f2;
}
.container-app{
	display: flex;
	flex-direction: column;
}
.container-app img{
	left:50%;
	transform: translateX(-50%);
	position: relative;
}
.container-app a{
	text-decoration:none;
	color:#fff;
}
.container-app a:hover{
	
	color:#f2f2f2;
}
.derechos{
	position: relative;
	font-family:'Playfair Display', serif;
}
.derechos:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.grecaptcha-badge, .grecaptcha-logo{
	display:none;
}
/*HEADER PAGE*/

.sub-header{
	width: 100%;
	height: 540px;
	position: relative;
	z-index: 1;
	background: #97cdf1 ;
}
.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;
}

.sub-header-docs{
	display: flex;
	height: 280px;
}
.sub-header-docs img{
	width: 50%;
	height: 100%;
	object-fit:cover;
}
.title-header{
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	font-style: italic;
	background: #24d404 ;
	padding: 5px;
}
.title-page{
	position: relative;
	font-size: 40px;
	font-weight: bold;
	 background-image: linear-gradient(45deg, #897e44 , #f7ca15  );
	 -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);
}
.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: 150px !important;
	display: block;
	padding: 10px;
}
.title-service{
	left: 5%;
	bottom: 5%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
	z-index: 2;
	font-weight: bold;

}
.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: 5%;
}
article:hover .content-service p{
	opacity: 1;
}
article .content-service img{
	width: 25px;
}
/*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) {
	p{
	 font-family: "Roboto", sans-serif;
  font-weight: 300;
	 text-align: justify; 
	  hyphens: manual;
		letter-spacing: 0em;
	
}
	body{
		overflow-x: hidden;
	}
	header{
		flex-direction: column;
		align-items: flex-start;
		padding: 10px;
	}
	.contact-header{
		display: none;
	}
	.check-btn{
		visibility: visible;
	}
	.sub-menu{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 100%;

}
	
.phone{
	display: none;
}
	nav{
		right: 100%;
		height: 100%;
		position: fixed;
		overflow: scroll;
		background:#641c74;
		background: url(https://spsky.cl/wp-content/uploads/2024/05/sky-nav.jpg);
		background-size:cover;
		
	}
	nav:before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background: rgba(100,28, 116,.7);
	}
	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 a{
		color:#fff;
	}
	nav ul li ul{
		background: #4f76b7;
		position: relative;
		width: auto;
		left: 0px;
		z-index: 10;
		padding: auto;
	}
	nav ul li:hover ul{
		display: block;
	}
	.sub-header{
	height: 200px;

}
	.sub-header-links {
	height: 150px;
}
	
	.container-call-to-action{
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	.swiper {
        height: 200px;
      }
      .content-slide{
      	position: absolute;
      	left: 5%;
      	height: 60%;
      	width: 75%;
      }
	.container-valores span{
	font-size: 1.5em;

}
  .container-valores span:nth-child(1){
	top: 10%;
	left: 10%;
	color: #641c74;
}
.container-valores span:nth-child(2){
	top: 30%;
	left: 25%;
	color: #641c74;
}
.container-valores span:nth-child(3){
	top: 70%;
	left: 30%;
	color: #641c74;
}
.container-valores span:nth-child(4){
	top: 50%;
	left: 30%;
	color: #fff;
}
.container-valores span:nth-child(5){
	top: 10%;
	left: 55%;
	color: #fff;
}
.container-valores span:nth-child(6){
	top: 80%;
	left: 10%;
	color: #fff;
}
.container-valores span:nth-child(7){
	top: 60%;
	left: 5%;
	color: #641c74;
}
.container-valores span:nth-child(8){
	top: 83%;
	left: 55%;
	color: #fff;
}

	
	.contact-footer{
		visibility: visible;
	}

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

}
}