/*
Theme Name: CS& V Abogados
Author: SA Publicidad SpA
Author URI: https://www.sapublicidad.cl/
Description: Template desarrollado por SA Publicidad, el uso de este template es privado y de exclusivo uso de SA Publicidad SpA.
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;
}

body, html{
	font-family: 'Open Sans', sans-serif;
}

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

.clear{
	clear: both;
}

* img{
	height: auto;
}

/* header */
header{
	position: absolute;
	width: 100%;
	padding: 10px 0 0 0;
}

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

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

header .social-top{
	float: right;
	margin:50px 0 0 0;
}

@media(max-width: 800px){
	header .social-top{
		display: none;
	}
}

header .social-top li{
	list-style: none;
	display: inline-block;
}

header .social-top li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
}

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

header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		line-height: 45px;
		width: 45px;
		text-align: center;
		position: absolute;
		color: #ffffff;
		top:20px;
		right: 20px;
		display: block;
		background-color: #212121;
		cursor: pointer;
	}
}

header nav{
	border:solid 1px rgba(255,255,255,.7);
	margin:10px 0 0 0;
	position: relative;
	z-index: 9999999;
}

header nav > ul > li{
	float: left;
	list-style: none;
 	width: 20%;
 	position: relative;
}

header nav > ul > li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top:0;
	background-color: rgba(255,255,255,.7);
}

header nav > ul > li:last-child:after{
	display: none;
}

header nav > ul > li > a{
	display: block;
 	color: #ffffff;
 	font-weight: 600;
 	font-size: 15px;
 	line-height: 50px;
 	text-align: center;
 	text-decoration: none;
 	transition:all .4s ease;
}

@media(max-width: 800px){
	header nav{
		position: absolute;
		width: 50%;
		top:0;
		left: 0;
		margin:0  0 0 0;
		border:none;
		transform: translateX(-100%);
		opacity: 0;
		transition:all .4s ease;
	}

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

	header nav > ul > li{
		display: block;
		float: none;
		text-align: left;
		border-bottom: solid 1px rgba(255,255,255,.1);
		background-color: #313131;
		width: 100%;
	}

	header nav > ul > li:after{
		display: none;
	}

	header nav > ul > li > a{
		text-align: left;
		padding: 0 10px;
	}
}

header nav li.active a,
header nav li:hover a{
	background-color: #ffffff;
	color: #313131;
}

/* sub-nav */
header nav ul > li > ul{
	position: absolute;
	width: 100%;
	left: 0;
	top:100%;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: all .4s ease;
}

header nav ul > li:hover > ul{
	max-height: 300px;
	opacity: 1;
}

header nav ul > li > ul > li{
	display: block;
	list-style: none;
	background-color: #313131;
}

header nav ul > li > ul > li > a{
	display: block;
	padding: 5px 10px;
	border-bottom: solid 1px rgba(255,255,255,.1);
	text-decoration: none;
	color: #ffffff;
}

/* home */
.home{
	background-color: #212121;
	padding: 150px 0 0 0;
	background-image: url(img/bg-home.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

@media(max-width: 800px){
	.home{
		background-size: 300%;
		background-position: center;
		background-attachment: scroll;
	}
}

.home .slider{
	text-align: center;
	position: relative;
}

.home .slider .single{
	height: 100%;
	position: relative;
}

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

.home .slider .single .middle .inter{
	vertical-align:middle;
	display: table-cell;
	width: 100%;
}

.home .slider .single .middle .inter .content-slide{
	background-color: #ffffff;
	border:solid 10px #313131;
	box-shadow: 0 0 0 10px #ffffff;
	max-width:500px;
	margin:auto;
	position: relative;
	z-index: 10;
}

.home .slider .single .middle .inter .content-slide h1{
	padding:30px 40px;
	font-family: 'Cinzel', serif;
	font-size: 40px;
	color: #313131;
	position: relative;
	z-index: 9999;

}

@media(max-width: 800px){
	.home .slider .single .middle .inter .content-slide{
		border:none;
		background-color: transparent;
		box-shadow: none;
		color: #ffffff;
	}

	.home .slider .single .middle .inter .content-slide h1{
		color: #ffffff;
		font-size: 30px;
		padding: 0 0 !important;
	}
}

.slidesjs-pagination{
	position: absolute;
	left: 50%;
	bottom:10%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
}

.slidesjs-pagination-item{
	list-style: none;
	margin:0 20px 0 0;
	display: inline-table;
}

.slidesjs-pagination-item a{
	display: block;
	text-decoration: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	line-height: 16px;
	border:solid 1px #ffffff;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.slidesjs-pagination-item a:hover{
	border-color: rgba(255,255,255,.5);
}

.slidesjs-pagination-item a.active{
	background-color: #ffffff;
}



@media(max-width: 800px){
	.slidesjs-pagination{
		display: none;
	}

	.slidesjs-navigation{
		display: none;
	}
}

a.slidesjs-previous{
	position: absolute;
	left: 0;
	top:0;
	width: 50px;
	height: 50px;
	top:50%;
	transform: translateY(-50%);
	background-image: url(img/previous.svg);
	z-index: 999;
}

a.slidesjs-next{
	position: absolute;
	top:0;
	width: 50px;
	height: 50px;
	top:50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url(img/next.svg);
	z-index: 999;
}

/* wellcome */
.wellcome{
	padding: 120px 0;
}

.wellcome .left{
	width: 40%;
	float: left;
	position: relative;
	padding: 50px 0 50px 0;
}

.wellcome .left:after{
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #212121;
}

.wellcome .left h2{
	font-family: 'Cinzel', serif;
	font-size: 74px;
	color: #313131;
	margin:0 0 20px 0;
}

.wellcome .left p{
	font-size: 22px;
	font-weight: 300;
	line-height: 40px;
	color: #313131;
}

.wellcome .right{
	width: 40%;
	float: right;
	position: relative;
}

@media(max-width: 800px){
	.wellcome .left{
		width: 90%;
		float: none;
		padding: 40px 5%;
	}

	.wellcome .right{
		width: 90%;
		float: none;
		padding: 20px 5%;
	}
}

.wellcome .right .icon{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 100px;
	color: rgba(255,255,255,.3);
}

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

.wellcome .right:after{
	content: "";
	position: absolute;
	width: 85%;
	height: 88%;
	left: 7.5%;
	top:6%;
	box-shadow: 0 0 0  10px #ffffff;
}

.wellcome .right:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,.3);
}

/* showcase */
.showcase{
	padding: 100px 0;
	background-color: #f9f9f9;
	text-align: center;
	background-image: url(img/bg-2.jpg);
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0em 100em rgba(0,0,0,.4);
}


.showcase h2{
	font-family: 'Cinzel', serif;
	font-size: 70px;
	color: #ffffff;
}

.showcase h3{
	font-size: 20px;
	font-weight: 300;
	max-width: 50%;
	line-height: 30px;
	color: rgba(255,255,255,.8);
	margin:0 auto 70px auto;
}

.showcase article{
	width: 30%;
	margin:0 5% 5% 0;
	float: left;
}

@media(max-width: 800px){
	.showcase{
		padding: 40px 0;
		background-size: 200%;
		background-attachment: scroll;
		background-position: center;
	}
	.showcase h2{
		font-size: 30px;
	}

	.showcase article{
		width: 90%;
		float: none;
		margin:0 0 20px 0;
	}
}

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

.showcase article .icon{
	font-size: 30px;
	width: 50px;
	padding: 20px;
	text-align: center;
	margin:0 auto 20px auto;
	border:solid 2px #f0f0f0;
	color: #f0f0f0;
}

.showcase article .icon img{
	width: 100%;
	margin:0 0 -5px 0;
	padding: 0 0  0 0;
}

.showcase article h4{
	font-size: 20px;
	margin:0 0 5px 0;
	color: #f0f0f0;
}

.showcase article p{
	font-weight: 300;
	font-size: 15px;
	max-width: 80%;
	margin:auto;
	color: rgba(255,255,255,.8);
}

/* banner-bottom */
.banner-bottom{
	padding:40px 0;
	background-color: #313131;
}

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

.banner-bottom .wrap{
	border-bottom: solid 1px rgba(255,255,255,.5);
	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%;
}

@media(max-width: 800px){
	.banner-bottom .left{
		width: 100%;
		float: none;
		text-align: center;
	}

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

.banner-bottom .left h2{
	font-family: 'Cinzel', serif;
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	margin:0 0 20px 0;
}

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

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

.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 #ffffff;
	text-decoration: none;
	color: #ffffff;
	padding: 0 50px;
	display: inline-block;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

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

	.banner-bottom .right .btn-1{
		display: inline-block;
	}
}

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

/* page-banner */
.page-banner{
	padding: 300px 0 30px 0;
	background-color: #313131;
	box-shadow: inset 0em 100em rgba(0,0,0,.4);
	background-size: cover;
	background-position: center;
}

.page-banner h1{
	font-family: 'Cinzel', serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	font-variant: small-caps;
}

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

.content input[type="text"],
.content input[type="email"],
.content textarea,
.content input[type="tel"]{
	background-color: #f0f0f0;
	padding: 18px 1%;
	border:none;
	color: #212121;
	border-radius: 5px;
	margin:0 0 10px 0;
	outline: none;
}

.col-1 input[type="text"],
.col-1 input[type="email"],
.col-1 textarea,
.col-1 input[type="tel"]{
	width: 98%;
	display: inline-block;
	resize: vertical;
}


.col-2 input[type="text"],
.col-2 input[type="email"],
.col-2 textarea,
.col-2 input[type="tel"]{
	width: 48%;
	display: inline-block;
	margin:0 2% 10px 0;
	resize: vertical;
}

.col-2 input[type="text"]:nth-child(2),
.col-2 input[type="email"]:nth-child(2),
.col-2 textarea:nth-child(2),
.col-2 input[type="tel"]:nth-child(2){
	display: inline-block;
	margin:0 0% 10px 0;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content textarea:focus,
.content input[type="tel"]:focus{
	background-color: #f9f9f9;
}

.content input[type="text"]::placeholder,
.content input[type="email"]::placeholder,
.content textarea::placeholder,
.content input[type="tel"]::placeholder{
	color: #212121;
}

.content input[type="submit"]{
	padding: 18px 40px;
	background-color: #212121;
	color: #ffffff;
	border:none;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

/* sub-footer */
.sub-footer{
	padding: 50px 0;
	background-color: #313131;
}

.sub-footer article{
	float: left;
}

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

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

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

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

@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){
		float: none;
		width: 100%;
		margin:0 0 50px 0;
	}

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

.sub-footer article h2{
	font-family: 'Cinzel', serif;
	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  h3,
.sub-footer article ul li a{
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,.6);
	line-height: 30px;
	text-decoration: none;
}

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

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

.sub-footer article ul.social li a{
	font-size: 14px;
}

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

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

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

/* footer */
footer{
	background-color: #313131;
	color: rgba(255,255,255,.5);
	font-weight: 300;
	font-size: 15px;
	padding: 20px 0;
}

footer a{
	color: rgba(255,255,255,.8);
	text-decoration: none;
	font-weight: 400;
}

footer p:nth-child(1){
	float: left;
	margin:20px 0 0 0;
}

footer p:nth-child(2){
	float: right;
}

@media(max-width: 800px){
	footer p:nth-child(1){
		float: none;
		text-align: center;
		margin:0 0 20px 0;
	}

	footer p:nth-child(2){
		float: none;
		margin:auto;
		text-align: center;
	}
}

footer p:nth-child(2) img{
	width: 130px;
	filter: grayscale(100%);
	opacity: .7;
	transition:all .4s ease;
}

footer p:nth-child(2) img:hover{
	opacity: 1;
	filter:grayscale(0%);
}

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


.btn-call{
	position: fixed;
	z-index: 9999;
	bottom: 25px;
	right: 25px;
	color: #ffffff;
	background-color: #25d366;
	line-height: 60px;
	width: 60px;
	font-size: 30px;
	text-align: center;
	display: block;
	border-radius: 50%;
	color: #046667;
	cursor: pointer;
}

.btn-call a{
	display: block;
	text-decoration: none;
	color: #075e54;
}

.btn-call:hover{
	box-shadow: 0 0px 10px rgba(0,0,0,.3);
}

.btn-call i{
	display: block;
	line-height: 60px;
	width: 60px;
	text-align: center;
	transition:all .4s ease;
}

.btn-call:hover i{
	color: #ffffff;
}

.btn-call .bounce{
	position: absolute;
	right: 0;
	bottom: 100%;
	text-align: left;
	width: 200px;
	margin:0 0 20px 0;
	background-color: #ece5dd;
	padding: 18px;
	border-radius: 5px;
}

@media(max-width: 800px){
	.btn-call .bounce{
		display: none;
	}
}

.btn-call .bounce h2{
	font-size: 18px;
	line-height: 18px;
	margin:0 0 15px 0;
}

.btn-call .bounce p{
	font-size: 12px;
	margin:5px 0 0 0;
	line-height: 12px;
}

.btn-call .bounce:after{
	content: "";
	position: absolute;
	border-top:solid 10px #ece5dd;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
	bottom: -10px;
	right: 22px;
}

