/*
Theme Name: Núñez Meza
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad de manera exclusiva para usted.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/

*{
	padding: 0;
	margin:0;
	font-family: sans-serif;

}

.wrap{
	max-width: 1200px;
	margin:auto;
	width:90%;
}

.clear{
	clear: both;
}

::selection{
	background: #355d6c;
	color: #ffffff;
}

/* header */
header{
	background: #ffffff;
	padding: 10px 0;
}

header .logo{
	width: 250px;
	float: left;
}

@media(max-width:800px){
	header .logo{
		width: 200px;
		float: none;
	}
}

header .logo img{
	width: 100%;
	margin:0 0 -5px 0;
}

/* btn-nav */
#btn-nav{
	display: none;
}


header label{
	display: none;
}

@media screen and (max-width:800px){
	header label{
		display: block;
		position: absolute;
		width: 50px;
		line-height: 50px;
		margin:10px 20px 0 0;
		right: 0;
		top:0;
		background: #355d6c;
		color: #ffffff;
		border-radius: 5px;
		cursor: pointer;
		outline: none;
		text-align: center;
	}
}
/* nav */
nav{
	float: right;
	margin:24px 0 0 0;
}

nav ul{
	display: flex;
	list-style: none;
	gap:30px;
}

nav ul li a{
	display: block;
	color: #313131;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
}

nav ul li a:after{
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background: #212121;
	left: 0;
	bottom: -10px;
	transition: all .3s ease;
}

nav ul li:hover a:after,
nav ul li.current-menu-item a:after{
	width: 100%;
}

@media screen and (max-width:800px){
	nav{
		position: absolute;
		width: 50%;
		top:0;
		left: 0;
		margin:0 0 0 0;
		background: #ffffff;
		transform: translateX(-100%);
		transition: all .3s ease;
		z-index: 9999;
	}

	nav ul{
		display: block;
	}

	#btn-nav:checked ~  nav{
		transform: translateX(0);
	}

	nav ul li{
		display: block;
	}

	nav ul li a{
		display: block;
		line-height: 50px;
		padding: 0 10px;
	}

	nav ul li a:after{
		display: none;
	}

	nav ul li:hover a:after,
	nav ul li.current-menu-item a:after{
		background: #355d6c;
		color: #ffffff;
	}
}



/* home */
.home{
	position: relative;
	background: #355d6c;
}

.home img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	position: absolute;
	opacity: .4;
}

.home .single{
	height: 100%;
}

.home .single .middle{
	height: 100%;
	display: table;
	width: 100%;
}

.home .single .middle .inter{
	height: 100%;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.home .wrap{
	position: relative;
	z-index: 10;
}

.home h1{
	font-size:45px;
	text-align: center;
	max-width: 1000px;
	margin:auto;
	color: #ffffff;
}

.home h2{
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	max-width: 700px;
	margin:30px auto;
	color: #ffffff;
}

.home p a{
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	background: #212121;
	color: #ffffff;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 500;
	line-height: 60px;
	padding: 0 50px;
	transition: all .3s ease;
}

@media screen and (max-width:800px){
	.home h1{
		font-size: 20px;
		line-height: 30px;
	}

	.home h2{
		font-size: 16px;
		line-height: 20px;
		margin:0 0 0 0;
	}

	.home p a{
		display: none;
	}
}

.home p a:hover{
	transform: scale(1.1) rotate(-2deg);
	background: #355d6c;
}


/* valors */
.valors .wrap{
	justify-content: center;
	display: flex;
	gap:5%;
	text-align: center;
	padding: 120px 0;
}

@media(max-width:800px){
	.valors .wrap{
		display: block;
		padding: 20px 0;
	}

	.valors .wrap article{
		margin: 40px 0;
	}
}


.valors article .icon .material-symbols-outlined {
	font-weight: 100;
	font-size: 50px;
	color: #355d6c;
}

.valors article h2{
	font-size: 20px;
	color: #355d6c;
	margin:10px 0;
}

.valors article p{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	width: 80%;
	margin:auto;
	color: #777777;
}

/* showcase */
.showcase .wrap{
	display: flex;
	flex-wrap: wrap;
	gap:5%;
	padding: 120px 0;
}

.showcase .wrap article{
	width: 30%;
	margin:0 0 50px 0;
}

@media(max-width:800px){
	.showcase .wrap{
		display: block;
	}

	.showcase .wrap article{
		width: 100%;
	}
}

.showcase .wrap article img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: all .3s ease;
}

.showcase .wrap article:hover img{
	transform: scale(1.02) translateY(-10px);
}

.showcase .wrap article h2{
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	color: #355d6c;
}

/* wellcome */
.wellcome{
	padding: 100px 0;
	justify-content: center;
}

.wellcome .wrap{
	display: flex;
	justify-content: center;
	align-content: center;
	gap:10%;
	flex-wrap: wrap;
}

@media screen and (max-width:800px){
	.wellcome{
		padding: 20px 0;
	}


	.wellcome .wrap{
		display: block;
		width: 90%;
		margin:auto;
	}
}

.wellcome article{
	width: 35%;
	height: 550px;
	position: relative;
}

.wellcome article .center{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	border-radius: 20px;
	margin:50px 0 0 50px;
	backdrop-filter: blur(4px);
	display: table;
	transition: all .3s ease;
	animation: changecolor 2s infinite;
}

@keyframes changecolor{
	0%{
		transform: translateY(-10px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

.wellcome article .center .inter{
	width: 80%;
	padding: 0 10%;
	display: table-cell;
	vertical-align: middle;
}

.wellcome article > img{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius:20px;
	object-fit: cover;
	top:0;
	left: 0;
	transition: all .3s ease;
}

.wellcome article:hover img{
	border-radius: 20px;
}

.wellcome article .center .inter h2{
	color: #ffffff;
	font-size: 50px;
	margin:0 0 20px 0;
}

.wellcome article .center .inter p{
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
}

@media screen and (max-width:800px){
	.wellcome .wrap{
		display: block;
		width: 90%;
		margin:auto;
	}

	.wellcome article{
		width: 90%;
		height: auto;
		padding: 10px 0;
	}

	.wellcome article .center{
		animation: none;
		padding: 40px 0;
	}

	.wellcome article .center .inter h2{
		font-size: 30px;
	}

	.wellcome article .center .inter p{
		font-size: 16px;
	}
}

.wellcome article .item{
	gap:20px;
	margin:0 0 40px 0;
}

.wellcome article .item img{
	width: 100px;
	height: 120px;
	border-radius:10px;
	object-fit: cover;
	float: left;
}

.wellcome article .item h3{
	font-size: 20px;
	color: #355d6c;
	margin:10px 0 10px 120px;
}

.wellcome article .item p{
	margin:0 0 0 120px;
	color: #777777;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
}

/* team */
.team{
	padding: 120px 0;
	background: #355d6c;
	position: relative;
}

.team > img{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	top:0;
	filter: blur(4px) grayscale(100%);
	left: 0;
}

.team .wrap{
	display: flex;
	gap:10%;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.team .wrap h3{
	font-size: 70px;
	margin:0 0 80px 0;
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	letter-spacing: 20px;
}

.team .wrap article{
	width: 26%;
	background: #ffffff;
	border-radius: 10px;
	padding:390px 0 20px 0;
	text-align: center;
	transition: all .3s ease;
	position: relative;
}

@media(max-width:800px){
	.team .wrap h3{
		font-size: 20px;
		text-align: center;
		margin:0 0 20px 0;
	}
	.team .wrap{
		display: block;
	}


	.team .wrap article{
		width: 100%;
		margin:40px 0;
	}
}

.team .wrap article:hover{
	transform: translateY(-10px);
	box-shadow: 0 30px 50px rgba(0,0,0,.1);
}

.team .wrap article img{
	width: 100%;
	height: 390px;
	object-fit: cover;
	position: absolute;
	top:0;
	left: 0;
	transition: all .3s ease;
	border-radius: 10px 10px 0 0;
	filter: grayscale(100%);
	opacity: .8;
}

.team .wrap article:hover img{
	filter: none;
	opacity: 1;
}

.team .wrap article h2{
	font-size: 20px;
	padding: 15px 0 0px 0;
	color: #313131;
}

.team .wrap article .excerpt p{
	font-size: 16px;
	font-weight: 400;
	margin:0 0 5px 0;
	color: #515151;
}

.team .wrap article > .info > p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #515151;
	max-width: 90%;
	margin:0 auto;
}

.team .wrap article p span{
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #355d6c;
}

.team .wrap article ul{
	display: flex;
	justify-content: center;
	gap:5px;
	margin:20px 0 0 0;
}

.team .wrap article ul li{
	display: block;
	width: 40px;
	text-align: center;
	line-height: 40px;
}

.team .wrap article ul li a{
	display: block;
	background: #355d6c;
	color: #ffffff;
	border-radius: 5px;
	transition: all .3s ease;
}

.team .wrap article ul li a:hover{
	background: #313131;
}

/* page-banner */
.page-banner{
	position: relative;
	height: 300px;
	overflow: hidden;
}

.page-banner img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}

/* content */
.content{
	padding: 80px 0;
}

.content input[type="text"],
.content input[type="email"],
.content textarea{
	padding: 15px 1%;
	width: 98%;
	border:none;
	border-radius: 5px;
	margin:0 0 10px 0;
	resize: none;
	background: #f0f0f0;
	font-size: 14px;
}

.content input[type="submit"]{
	padding: 14px 20px;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	background: #355d6c;
	border:none;
	text-transform: uppercase;
	color: #ffffff;
}

/* sub-footer */
.sub-footer{
	background: linear-gradient(to bottom right, #ffffff, #f0f0f0);
}

.sub-footer .wrap{
	display: flex;
	padding: 80px 0;
	justify-content: space-between;
}

.sub-footer .wrap article:nth-child(1){
	width: 30%;
}

@media(max-width:800px){
	.sub-footer .wrap{
		display: block;
		padding: 20px 0;
		text-align: center;
	}

	.sub-footer .wrap article{
		margin:20px 0;
	}

	.sub-footer .wrap article:nth-child(1){
		width: 100%;
	}
}

.sub-footer .wrap article img{
	max-width: 170px;
}

.sub-footer .wrap article p{
	color: #999999;
	font-weight: 400;
	line-height: 30px;
}

.sub-footer .wrap article h2{
	color: #355d6c;
	font-weight: 600;
	line-height: 30px;
	margin:0 0 20px 0;
	font-size: 18px;
	text-transform: uppercase;
}

.sub-footer .wrap article ul li{
	list-style: none;
}

.sub-footer .wrap article ul li a{
	color: #999999;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	font-size: 15px;
}

.sub-footer .wrap article ul li a:hover{
	color: #212121;
}

.sub-footer .wrap article ul.social{
	display: flex;
	margin:40px 0 0 0;
	gap:10px;
	line-height: 45px;
}

@media(max-width:800px){
	.sub-footer .wrap article ul.social{
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}

.sub-footer .wrap article ul.social li a{
	display: block;
	width: 45px;
	text-align: center;
	background: #355d6c;
	color: #ffffff;
	line-height: 45px;
	border-radius: 50px;
	transition: all .3s ease;
}

.sub-footer .wrap article ul.social li a:hover{
	background-color:#212121;
	transform: scale(1.2);
	color: #ffffff;
}
/* footer */
footer{
	background: #f0f0f0;
	color: #999999;
	padding: 30px 0;
	text-align: center;
	font-size: 15px;
}

footer span{
	display: block;
}

footer span a{
	color: #212121;
	text-decoration: none;
	font-weight: 600;
	transition: all .3s ease;
}

footer span a:hover{
	color: #355d6c;
}







