/*
Theme Name: Mediación Familiar de Rengo
Author: Agencia SA Publicidad SPA
Author URI: https://www.sapublicidad.cl/
Description: Template desarrollado por Agencia SA Publicidad, el uso de este template es privado y de exclusivo uso de SA Publicidad.</br></br> ¿Sabías que este template fue desarrollado 100% por SA Publicidad?
Version: 2.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;
}

::selection{
	background: #212121;
	color: #ffffff;
}
	
body{
	font-family: 'Raleway', sans-serif;
}

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

.clear{
	clear: both;
}

* img{
	height: auto;
}

/* header */
header{
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
	transition: all .3s ease;
}

header.stick{
	background: #121212;
	padding: 5px 0;
}

@media(max-width: 800px){
	header, header.stick{
		position: relative;
		padding: 10px 0;
		background: #313131;
	}
}

header .logo{
	width: 120px;
	float: left;
	transition: all .3s ease;
}

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

header.stick .logo{
	width: 70px;
}

@media(max-width: 800px){
	header .logo,
	header.stick .logo{
		width: 70%;
		max-width: 120px;
		float: none;
		margin: auto;
	}
}

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

header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		position: absolute;
		display: block;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 15px;
		right: 15px;
		background: #f0f0f0;
		cursor: pointer;
		border-radius: 3px;
	}

	header label span{
		position: absolute;
		width: 50%;
		height: 2px;
		background: #131e26;
		transition: all .3s ease;
	}

	header label span:nth-child(1){
		left: 25%;
		top: 14px;
	}

	header label span:nth-child(2){
		left: 25%;
		bottom: 14px;
	}

	#btn-nav:checked ~ label span:nth-child(1){
		transform: rotate(45deg);
		top: 21px;
	}

	#btn-nav:checked ~ label span:nth-child(2){
		transform: rotate(-45deg);
		bottom: 21px;
	}
}

/* nav */
nav{
	float: right;
	margin: 10px 0 0 0;
	transition: all .3s ease;
}

header.stick nav{
	margin: 5px 0 0 0;
}

nav ul li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 10px;
}

nav ul li:before{
	z-index: 1;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 3px;
	background: #022c44;
	transform: rotateY(90deg);
	transition: all .3s ease;
}

nav ul li:hover:before{
	opacity: 1;
	transform: skew(0deg);	
}


nav ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0 0px;
	line-height: 45px;
	position: relative;
	z-index: 2;
}

header.stick nav ul li a{
	color: #ffffff;
}

header nav ul li:hover a,
header.stick nav ul li:hover a{
	color: #ffffff;
}


nav ul li:last-child:before{
	display: none;
}

nav ul li:last-child{
	margin: 0 0 0 40px;
	border-radius: 50px;
	transition: all .3s ease;
}

nav ul li:last-child a{
	color: #E32333;
	background-color: #ffffff;
	border-radius: 50px;
	font-weight: 300;
	transition: all .3s ease;
}

nav ul li:last-child:hover a{
	background-color: #E32333;
	color: #ffffff;
}

nav ul li:last-child:hover{
	box-shadow: 0 0 0 10px #908f8e40;
}

header.stick nav ul li:last-child a{
	color: #ffffff;
	background-color: #E32333;
}


@media(max-width: 800px){
	header nav, 
	header.stick nav{
		position: absolute;
		top: 0;
		width:60%;
		background: #212121;
		margin: 0 0 0 0;
		left: 0;
		transition: all .2s linear;
		transform: translateX(-100%);
		opacity: 0;
		transition-delay: .2s;
	}

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

	nav ul li{
		display: block;
		padding: 0 10px;
		margin: 0 0 0 0;
	}

	nav ul li:last-child{
		margin: 0 0 0 0;
		border-radius: 0;
	}

	nav ul li a{
		line-height: 50px;
	}

	nav ul li:before{
		display: none;
	}
}


nav ul li a .material-symbols-outlined{
  font-variation-settings: 'FILL' 0, 'wght' 400,'GRAD' 0, 'opsz' 48;
  font-size:25px;
  line-height: 0px;
  transform: translateY(8px);
} 

/* slider */
.wrap-slider{
	position: relative;
	max-height: 100vh;
	overflow: hidden;
	background: #ffffff;
}



.slider{
	background: #000;
}

.slider .single{
	background: #000000;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider .single:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background-color: rgba(0,0,0,.3);
}

.slider .single img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

@media(max-width: 800px){
	.slider .single{
		background: #000000;
	}

	.slider .single:after{
		display: none;
	}

	.slider .single img{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		opacity: .3;
	}
}

.slider .single .wrap{
	position: relative;
	z-index: 100;
	text-align: left;
	height: 100%;
	width: 100%;
}


.slider .single .wrap .content-slider{
	width: 55%;
	float: left;
	height: 100%;
	position: relative;
	margin: 0 0 0 10%;
	z-index: 20;
}



.slider .single .wrap h1{
	font-family: 'Bitter', serif;
	font-size: 3em;
	margin: 40% 0 0 0;
	color: #ffffff;
	font-weight: 800;
	text-align: left;
}


@media(max-width:800px){
	.slider .single .wrap .content-slider{
		width: 100%;
		text-align: center;
		float: none;
		height: 100%;
		margin:0 0 0 0;
		display: table;
	}

	.slider .single .wrap h1{
		margin:0 0 0 0;
		font-size: 30px;
		padding: 0px 10%;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
}


/* banner-home */
.banner-home article{
	width: 25%;
	float: left;
	color: #ffffff;
}

@media(max-width: 800px){
	.banner-home article{
		width: 100%;
		float: none;
	}
}

.banner-home article .content{
	padding: 70px 15%;
	position: relative;
	overflow: hidden;
}

.banner-home article .content:before{
	content: "";
	width: 50%;
	height: 100%;
	top: 100%;
	left: 0;
	background: #131e26;
	position: absolute;
	z-index: 1;
	opacity: 1;
}

.banner-home article .content:after{
	content: "";
	width: 50%;
	height: 100%;
	top: -100%;
	right: 0;
	background: #131e26;
	position: absolute;
	z-index: 1;
	opacity: 1;
}

.banner-home article:hover .content:before,
.banner-home article:hover .content:after{
	top: 0;
	transition: all .3s linear;
}

.banner-home article:nth-child(1){
	background: #666666;
}

.banner-home article:nth-child(2){
	background: #555555;
}

.banner-home article:nth-child(3){
	background: #444444;
}

.banner-home article:nth-child(4){
	background: #333333;
}

.banner-home article h3{
	font-family: 'Bitter', serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.banner-home article p{
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	color: rgba(255,255,255,.7);
	position: relative;
	z-index: 2;
}

/* wellcome */
.wellcome{
	background: #ffffff;
	padding: 80px 0;

}

.wellcome .left{
	width: 50%;
	float: left;
}

.wellcome h2{
	font-family: 'Bitter', serif;
	font-size: 40px;
	color: #131e26;
	font-weight: 800;
	margin: 120px 0 50px 0;
	max-width: 500px;
}

.wellcome p{
	font-weight: 300;
	font-size: 20px;
	color: #999999;
	margin: 0 0 30px 0;
	max-width: 500px;
}

.wellcome h3{
	font-weight: 300;
	font-size: 20px;
	color: #999999;
	margin: 30px 0 10px 0;
}

@media(max-width: 800px){
	.wellcome{
		padding:20px 0;
	}
	.wellcome .left{
		width: 100%;
		float: none;
		padding: 1px 0 0 0;
	}

	.wellcome h2{
		font-size: 30px;
		margin: 70px 0 0 0;
	}
	.wellcome h3,
	.wellcome p{
		font-size: 18px;
		line-height: 30px;
	}
}

.wellcome .right{
	width: 45%;
	float: right;
}

.wellcome .right img{
	width: 100%;
	margin: 0 0 -5px 0;
	border-radius: 200px 0 200px 0;
}

@media(max-width: 800px){
	.wellcome .right{
		width: 100%;
		float: none;
	}
}

/* showcase */
.showcase{
	padding: 120px 0 80px 0;
	background: #f9f9f9;
	position: relative;
	overflow: hidden;
}

.showcase h2{
	font-family: 'Bitter', serif;
	font-size: 40px;
	text-align: center;
	color: #131e26;
}

.showcase h3{
	font-weight: 300;
	max-width: 600px;
	margin: 0 auto 40px auto;
	text-align: center;
	color: #777777;
}

.showcase article{
	width: 22%;
	padding: 2%;
	float: left;
	text-align: center;
	margin: 0 4% 20px 4%;
}

.showcase article a{
	text-decoration: none;
}

.showcase article:nth-child(3n + 0){
	margin: 0 0% 20px 4%;
}

@media(max-width:800px){
	.showcase article,
	.showcase article:nth-child(3n + 0){
		width: 90%;
		margin:0 auto 20px auto;
	}
}

.showcase article .icon .material-symbols-outlined{
  font-size: 50px;
  font-weight: 200;
  color: #212112;
} 

.showcase article h4{
	font-size: 20px;
	color: #212121;
	margin: 5px 0 30px 0;
	position: relative;
}

.showcase article h4:after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 50px;
	height: 4px;
	background: #212121;
}

.showcase article p{
	font-weight: 300;
	color: #888888;
	max-width: 280px;
	margin: auto;
}

/* banner-1 */
.banner-1{
	position: relative;
	max-height: 500px;
	overflow: hidden;
	background: #000000;
	padding: 200px 0;
}

.banner-1 img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .5;
}

.banner-1 .wrap{
	position: relative;
	z-index: 2;
}

.banner-1 h2{
	font-family: 'Bitter', serif;
	font-size: 50px;
	text-align: center;
	color: #ffffff;
}

.banner-1 h3{
	font-weight: 300;
	font-size: 30px;
	max-width: 800px;
	margin: 50px auto;
	color: #fff;
	text-indent: 80px;
}


@media(max-width:800px){
	.banner-1{
		padding: 40px 0 80px 0;
	}

	.banner-1 img{
		position: absolute;
		width: 250%;
	}

	.banner-1 h2{
		font-size: 30px;
	}

	.banner-1 h3{
		font-size: 18px;
		text-indent: 20px;
		text-align: justify;
	}
}
.banner-1 p{
	max-width: 800px;
	margin: auto;
	color: #fff;
	font-weight: 300;
}

/* banner-bottom */
.banner-bottom{
	padding:40px 0;
	background-color: #131e26;
	position: relative;
}



.banner-bottom .left{
	width: 60%;
	float: left;
	position: relative;
}

.banner-bottom .wrap{
	border-bottom: solid 1px rgba(255,255,255,.2);
	padding: 50px 0;
}

.banner-bottom .left:after{
	content: "";
	width: 1px;
	height: 90%;
	background-color: rgba(255,255,255,.5);
	right: 0;
	top:0;
	position: absolute;
	top:10%;
}

.banner-bottom .left h2{
	font-weight: 300;
	color: #999999;
	font-size: 50px;
	margin:0 0 20px 0;
}

.banner-bottom .left p{
	color: rgba(255,255,255,.8);
	font-weight: 300;
	width:80%;
	font-size: 20px;
}

@media(max-width: 800px){
	.banner-bottom{
		padding: 20px 0;
	}

	.banner-bottom .left{
		width: 100%;
		float: none;
		text-align: center;
		width: 100%;
	}

	.banner-bottom .left:after{
		display: none;
	}

	.banner-bottom .left p{
		width: 100%;
	}
}

.banner-bottom .right{
	width: 25%;
	float: right;
	display: table;
	position: relative;
	height: 170px;
}

@media(max-width: 800px){
	.banner-bottom .right{
		width: 100%;
		float: none;
		text-align: center;
		height: auto;
		margin: 10px 0 0 0;
	}
}

.banner-bottom .right .btn-1{
	line-height: 50px;
	margin:40px 0 0 0;
	vertical-align: middle;
	display: table-cell;
}

.banner-bottom .right .btn-1 a{
	border:solid 2px #f9f9f9;
	text-decoration: none;
	color: #f9f9f9;
	padding: 0 50px;
	display: inline-block;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 4px;
}

.banner-bottom .right .btn-1 a:hover{
	background-color: #ffffff;
	color: #022c44;
	border-color: #ffffff;
}

/* page-banner */
.page-banner{
	padding:180px 0 44px 0;
	background: #022c44;
	color: #ffffff;
	background-size: cover;
	text-align: right;
	background-position: center;
}

.page-banner h1{
	font-family: 'Bitter', serif;
	font-size: 34px;
	color: #ffffff;
}

@media(max-width:800px){
	.page-banner{
		padding: 40px 0;
		text-align: center;
	}
}

.content input[type="text"],
.content input[type="email"],
.content textarea{
	font-family: 'Raleway', sans-serif;
	padding: 16px 2%;
	width: 96%;
	outline: none;	
	background-color: #f9f9f9;
	border-radius: 3px;
	border:none;
	resize: none;
	background-color: #f0f0f0;
	margin:0 0 10px 0;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus{
	background-color: #f9f9f9;
	box-shadow: 0 3px 10px rgba(0,0,0,.05);
}

.content input[type="submit"]{
	padding: 14px 4%;
	background: #131e26;
	border: none;
	font-weight: 600;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	border:solid 1px #ffffff;
	outline: none;
	cursor: pointer;	
}

.content input[type="submit"]:focus,
.content input[type="submit"]:hover{
	background: #022c44;
	color: #ffffff;
}

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


/* sub-footer */
.sub-footer{
	padding: 30px 0;
	background-color: #131e26;
}

.sub-footer article{
	float: left;
}

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

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

.sub-footer article:nth-child(1){
	width:25%;
	margin:0 6% 0 0;
}

.sub-footer article:nth-child(2){
	width: 34%;
}

.sub-footer article:nth-child(3){
	width: 30%;
	margin:0 0 0 5%;
}

@media(max-width: 800px){
	.sub-footer article,
	.sub-footer article:nth-child(1),
	.sub-footer article:nth-child(2),
	.sub-footer article:nth-child(3){
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.sub-footer article:nth-child(3){
		margin: 0 0 0 0;
	}
}

.sub-footer article h2{
	font-size: 20px;
	text-transform: uppercase;
	margin:0 0 30px 0;
	color: rgba(255,255,255,.8);
	font-weight: 300;
}

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

.sub-footer article ul.other li a i{
	display: inline-block;
	font-size: 5px;
	transform: translateY(-3px);
	margin: 0 5px 0 0;
	color: #ffffff;
}

.sub-footer article  h3,
.sub-footer article ul li a{
	font-family: 'Bitter', serif;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,.69);
	line-height: 30px;
	text-decoration: none;
}

.sub-footer article ul.other li a{
	line-height: 20px;
	padding: 0 0 20px 0;
	display: block;
}

.sub-footer article  h3 span{
	display: block;
	font-weight: 600;
}

.sub-footer article ul li:hover a{
	color: #ffffff;
	transition: all .3s ease;
}

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

.sub-footer article ul.social li{
	line-height: 40px !important;
	width: 40px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
}

.sub-footer article ul.social li a{
	font-size: 14px;
	display: block;
	padding: 5px 0;
	border-radius: 3px;
}

.sub-footer article ul.social li:hover a{
	color: #212121;
	background-color: #ffffff;
	transition: all .3s ease;
}

.sub-footer article form input[type="text"],
.sub-footer article form input[type="email"]{
	width: 98%;
	padding: 17px 1%;
	margin:0 0 10px 0;
	border:none;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	color: #444444;
	background-color: #f9f9f9;
	border-radius: 4px;
	outline: none;
}

.sub-footer article form input[type="text"]::placeholder,
.sub-footer article form input[type="email"]::placeholder{
	color: #444444;
}

.sub-footer article form input[type="submit"]{
	background-color: #212121;
	color: #ffffff;
	border:solid 1px #212121;
	line-height: 50px;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer;
	outline: none;
	border-radius: 4px;
}

.sub-footer article form input[type="submit"]:hover{
	background-color: #f0f0f0;
	color: #212121;
	border-color: #f0f0f0;
	transition: all .3s ease;
}
/* footer */
footer{
	background-color: #131e26;
	padding: 20px 0;
	color: #999999;
	font-size: 13px;
	font-weight: 300;
}

footer .copy{
	float: left;
	padding: 5px 0 0 0;
}

footer .author{
	float: right;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
}

@media(max-width: 800px){
	footer .copy{
		float: none;
		text-align: center;
		margin: auto;
	}

	footer .author{
		float: none;
		margin: 20px 0 20px 0;
		display: block;
		text-align: center;
	}
}

footer .author a{
	color: rgba(255,255,255,.7);
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}

footer .author a:hover{
	color: rgba(255,255,255,1);
}