/*
Theme Name: Lab2017
Description: 
Author: 
Author URI: http://uilab.cl/
Theme URI: http://uilab.cl/
Version: 1.0
Tags: 
License: 
License 
*/


*{
	box-sizing: border-box;
}
body{
	background:#FFF;
	font-family: "Montserrat", sans-serif;
}
section{
	width: 100%;
	height: 100%;
    margin: 0 auto;
	max-width:1400px;
}
.center-box{
	width: 100%;
    margin: 0 auto;
	max-width:1400px;
}
.grey-bg{
	background: #eaeaea;
	padding:60px 0px;
	max-width:100%;
}
.img1400{
	max-width:1400px;
}
#home-head{
	margin-top:150px;
	margin-bottom:100px;
	border-bottom: 2px solid #f0f0f0;
    padding-bottom: 140px;
}
.txt-sinlgle{
	position:absolute;
	width:120%;
	top:90px;
	border:2px solid #fff;
	padding:25px;
	left:-20%;
	background-color:rgba(255,255,255,0.45);
}
.txt-sinlgle h2{
	margin:0px 0px 15px;
	color:#000;
	font-size:21px;
	font-weight:normal;
	letter-spacing: 2px;
	text-transform:uppercase;
	font-family: 'Space Mono', monospace;
}
.contenido-single:after{
	contet:'';
	display:block;
	width:100%;
	height:1px;
	clear:both;
	color:#000;
}
.contenido-single p{
	color:#000;
}
header{
	width:100px;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background:#000;
	z-index:9999;
}
.launch-menu{
	position:absolute;
	bottom:20px;
	left:0px;
	right:0px;
	margin:0 auto;
	width:50px;
	height:50px;
	border:0px solid rgb(117, 117, 117);
	border-radius:5px;
	padding:8px;
	transition:0.3s;
	cursor:pointer;
}
.launch-menu span{
	display:block;
	width:100%;
	height:3px;
	background:rgb(117, 117, 117);
	margin:5px 0px;
	transform: rotate(0deg);
}

header h1{
	color:rgba(255,255,255,0.2);
	text-align:center;
	font-size:60px;
	-ms-transform: rotate(90deg); /* IE 9 */
    	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    	transform: rotate(90deg);
	display: block;
	    width: 220px;
	    margin: 0px;
	    position: absolute;
	    left: -60px;
	top: 110px;
	letter-spacing: 4px;
}
.menu{
	position: fixed;
	left:-380px;
	top:0px;
	width:380px;
	min-height:100%;
	height:100%;
	background: #f7ff00; 
	background: -webkit-linear-gradient(-45deg, #f7ff00 , #db36a4); 
	background: linear-gradient(-45deg, #f7ff00 , #db36a4);

	z-index:9990;
	transition:1s;
}
.menu.active{
	left:100px;
}
.menu ul{
	list-style:none;
	position:absolute;
	bottom:0px;
	height:100%;
	margin:0px;
	padding:30px;
	width:100%;
	background-image: -webkit-linear-gradient(30deg, rgba(27, 27, 27, 0) 50%, rgba(103, 103, 103, 0.10) 50%);
}
.menu ul li{
	margin-bottom:20px;
}
.menu ul li a{
	color:#000;
	text-transform:uppercase;
	font-size: 21px;
	letter-spacing: 2px;
	font-family: 'Space Mono', monospace;
	display:block;
}
#single-page{
	width:100%;
}
.principal{
	width:100%;
}
.grilla{
	width: 33.3333%;
	height: 280px;
	float:left;
	border:1px solid #000;
	position:relative;
	z-index:999;
}

.img-grilla{
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size:cover;
	background-position:center;
	padding:20px;
	transition:0.3s;
}
.img-grilla .border{
	border:1px solid #fff;
	width:100%;
	height:100%;
	position: relative;
	z-index: 99;
	opacity:0.4;
}
.info-grilla{
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	transition:1s;
	position: absolute;
	top: 0px;
	left: 0px;
}
.grilla:hover .info-grilla{
	background-color: rgba(0,0,0,0.8);
}
.info-grilla h3{
	color: #fff;
	text-transform:uppercase;
	font-weight:300;
	opacity:0.35;
	text-align:center;
        margin-top: 125px;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'Space Mono', monospace;	
	margin-bottom:0px;
	padding: 0px 40px;
}

.grilla:hover .info-grilla h3{
	opacity:1;
}
.info-grilla span{
	color: #fff;
	text-transform:uppercase;
	display:block;
	opacity:0.35;
	text-align:center;
	font-size: 10px;
	letter-spacing: 2px;
	font-family: 'Lora', serif;
	margin-top:3px;
}
.grilla:hover .img-grilla{
	padding:35px;
}
.grilla:hover .img-grilla .border{
	opacity:1;
}

/** ESTILOS ***/

.flex-center{
	display: flex;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
}
.w65{
	width:65%;
}

.avatarwink{
	width:400px;
	height:400px;
	background-size:cover;
	background-image: url("https://www.jeanstaig.com/wp-content/uploads/2025/10/avatar_yampi1.png");
}
.avatarwink:hover{
	background-image: url("https://www.jeanstaig.com/wp-content/uploads/2025/10/avatar_yampi2.png");
}
h2{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight:400;
	line-height:1.5;
}
article{
	width:100%;
	border: 1px solid lightgray;
	margin: 0 auto 60px;
	overflow:hidden;
	border-radius: 50px;
	position:relative;
}
article h3{
	position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    display: inline-table;
    left: 50px;
    color: #fff;
    text-transform: uppercase;
    width: 350px;
    text-shadow: 2px 2px 6px #2d2d2d;
    font-size: 36px;
    line-height: 1.2;
}
article h3 span{
	color: #ff24cf;
    line-height: 0;
    height: 30px;
    display: block;
    padding-top: 15px;
    font-size: 56px;
}
.highlight{
	width:100%;
	height:500px;
	background-size:cover;
	filter: blur(5px);
}
#itemShell{
	background-image: url("https://www.jeanstaig.com/wp-content/uploads/2025/10/bg_shell.jpg");
}
#itemBupa{
	background-image: url("https://www.jeanstaig.com/wp-content/uploads/2025/10/bg_agendaBupa.jpg");	
}
#item3{
	background-image: url("https://www.jeanstaig.com/wp-content/uploads/2025/10/bg_people.jpg");	
}
#item4{
	background-image: url("https://www.jeanstaig.com/wp-content/uploads/2025/10/bg_visa.jpg");
}


.img-showcase{
	position: absolute;
    bottom: 0px;
    right: 50px;
	max-width:890px;
}
.img-showcase>img{
	width:100%;
	height:auto;
}

/*********************/
#page-content-wrapper{
    width: 100%;
    margin: 0 auto;
}
.single-head{
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #949494;
	max-width: 1400px;
    margin: 0 auto;
}
.back-button{
	font-size:60px;
	color:#000;
	line-height:0;
}
.single-head h1{
	font-size: 24px;
    text-transform: uppercase;
    color: #333;
}
.titulo-single{
	width: 50%;
    font-size: 50px;
	line-height: 1.2;
    padding: 30px 0px;
}
.first-img{
	margin-bottom:30px;
}
.first-img img{
	width:100%;
	height:auto;
}
.texto-single p{
	font-size:20px;
	margin: 0px 0px 30px;
    text-align: justify;
}
.cut-box{
	max-width:75%;
}
.cut-box h3, .flex-col h3{
	font-weight:600;
}
.cut-box h3{
	margin-top: 60px;
}
.cut-box ul li, .flex-col ul li{
	font-size: 20px;
	margin-bottom: 16px;
}
.cut-box ul li.fixli{
	list-style: none;
    padding: 0px;
    margin-left: -30px;
	font-weight: 500;
    margin-top: 16px;
}
.flex-col{
	display:flex;
	justify-content: space-between;
    max-width: 1300px;
}
.flex-col ul{
	width:400px;
	list-style: none;
    padding: 0px;
    text-align: justify;
	border-top:2px solid grey;
	border-bottom:2px solid grey;
}
.flex-col ul li.fixli{
	list-style: none;
    padding: 0px;
    margin-left: 0px;
	font-weight: 600;
    margin-top: 16px;	
}
p>small{
	font-weight:bold;
}
.bloke-img{
	margin-bottom:50px;
}
.cta-inicial{
	display:flex;
}
.cta-inicial a{
	display:flex;
	width:45px;
	height:45px;
	background-color:#000;
	color:#fff;
	margin-right:20px;
	border-radius:12px;
	padding:12px;
	justify-content: center;
    font-size: 18px;
    font-weight: bold;
}
.cta-inicial a:hover{
	text-decoration:none;
}
.cta-inicial a img{
	width:100%;
	height:auto;
}
footer{
	width:100%;
	height:100px;
	max-width: 1400px;
    margin: 40px auto 0px;
    border-top: 2px solid #666;
}

@media only screen and (max-width: 500px) {
    header{
	width:60px !important;
    }
    header h1{
        left: -80px;
    }
    section{
	
    }
    .menu.active {
	left: 60px;
    }
    .grilla{
	width: 100%;
	height: 200px;
	padding:15px;
    }
    .grilla .info-grilla h3{
	opacity:1;
    }
    .grilla .img-grilla{
	padding:15px;
    }
    .info-grilla span{
	opacity:1;
   }
	.flex-center{
		flex-direction: column;
	}
	.principal{
		padding: 0px 30px;
	}
	.avatarwink {
		width: 300px;
		height: 300px;
	}
	.w65 {
		width: 100%;
	}
	 .w65>h2 {
		font-size: 22px;
		text-align: center;
	}
	article h3{
		top: 50px;
		left:0px;
		bottom: initial;
		width: 70%;
		font-size: 20px;
		background: rgb(0 0 0 / 60%);
		padding: 15px;
	}
	#home-head {
		margin-top: 80px;
		padding-bottom: 40px;
	}
	.img-showcase{
		width:890px;
	}
	.img1400 {
		width: 100%;
		height: auto;
	}
	.titulo-single {
		width: 100%;
		font-size: 30px;
		font-weight: 600;
	}
	.cut-box{
		max-width:100%;
	}
}