/*
Theme Name: Famavir
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: 2021
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;
}

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

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

.clearfix{
	clear: both;
}

* img{
	height: auto;
}

/* top-banner */
.top-banner{
	text-align: right;
	padding: 10px 0;
	position: absolute;
	width: 100%;
	top: 3px;
	line-height: 20px;
	z-index: 100;
}

.top-banner li{
	display: inline-block;
}

.top-banner li a{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	margin: 0 0 0 20px;
	position: relative;
	color: #313131;
	transition: all .3s ease;
	font-weight: 500;
}

.top-banner li a:hover{
	color: #313131;
}

.top-banner li a:before{
	width: 1px;
	height: 12px;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	content: "";
	position: absolute;
	background: #bebebe;
}

.top-banner li:nth-child(1) a:before{
	display: none;
}

.top-banner li a i{
	display: inline-block;
	font-size: 12px;
}

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


/* header */
header{
	position: absolute;
	top: 45px;
	width: 100%;
	z-index: 100;
}

header.stick{
	position: fixed;
	width: 100%;
	background: #ffffff;
	top: 0;
	transition: all .3s ease;
}


@media(max-width: 800px){
	header, header.stick{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff !important;
		z-index: 99999;
		padding: 10px 0;
	}
}


header .logo{
	margin: -32px 0 -32px 15px;
	float: left;
	width: 131px;
	z-index: 2;
	position: absolute;
}

header.stick .logo{
	transform: scale(0);
}

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


@media(max-width: 800px){
	header .logo,
	header.stick .logo{
		width: 100px;
		transform: scale(1);
		margin: 0px  !important;
		position: relative;
		float: none;
	}
}
/* btn-nav */
#btn-nav,
header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		display: block;
		background: #1d1f2d;
		color: #fff;
		width: 45px;
		line-height: 45px;
		text-align: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		cursor: pointer;
	}

	#btn-nav:checked ~ label i:nth-child(2){
		display: inline-block;
	}

	#btn-nav:checked ~ label i:nth-child(1){
		display: none;
	}

	header label i:nth-child(2){
		display: none;
	}
}

/* nav */
nav{
	margin: 0 0 0 170px;
	background: #ffffff;
}

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

nav ul li{
	float: left;
	line-height: 65px;
	list-style: none;
	position: relative;
}

@media(max-width: 800px){
	nav, header.stick nav{
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 60%;
		background: #ffffff;
		margin: 0 0 0 0;
		transform: translateX(-100%);
		transition: All .3s ease;
		opacity: 0;
		z-index: 999999;
		box-shadow: 0 5px 20px rgba(0,0,0,.1);
	}

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



	nav ul li{
		line-height: 50px;
		display: block;
		float: none;
	}
}

nav ul li a{
	text-decoration: none;
	color: #313131;
	font-weight: 600;
	padding: 0 20px;
	font-size: 14px;
	display: block;
	transition: all .3s ease;
	position: relative;
}

nav ul li:hover a{
	color: #555;
}

nav ul li.current-menu-item a,
nav ul li.current-menu-item:hover a{
	background: #cab07a;
	color: #1d1f2d;
	position: relative;
}


nav ul li a::after{
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:#cab07a;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s ease-in-out;
	transition-delay:0s;
}

nav ul li a:hover::after{
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.5s ease-in-out;
	transition-delay:0s;

}

/* sub-nav */
nav ul li ul{
	position: absolute;
	width: 300px;
	top: 100%;
	left: 0;
	background: #f0f0f0;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: all .3s ease;
}

@media(max-width: 800px){
	nav ul li ul{
		position: static;
		width: 100%;
	}
}

nav ul li:hover ul{
	max-height: 200px;
	opacity: 1;
}

nav ul li ul li{
	display: block;
	width: 100%;
}

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

/* slider */
.slider{
	position: relative;
	z-index: 10;
	background: #ffffff;
	overflow: hidden;
}


.slider .single{
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 99999;
	background-color: rgba(202,176,122,.3);
}

.slider .single img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	filter: grayscale(80%);

}

.content--slider{
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	width: 90%;
	margin: auto;
	max-width: 1200px;
	display: table;
	z-index: 999999;
}

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

.content--slider .wrap-slider{
	vertical-align: bottom;
	display: table-cell;
	position: relative;
	z-index: 999999;
}

.content--slider .wrap-slider h1{
	font-weight: 300;
	font-size: 40px;
	position: relative;
	max-width: 700px;
	z-index: 999999;
	color: #212121;
	margin: 0px 0 50px 0;
}

.content--slider .wrap-slider h1 span{
	
	font-weight: 900;
	font-size: 55px;
	font-family: 'Style Script', cursive;
}

@media(max-width: 800px){
	.content--slider .wrap-slider{
		vertical-align: middle;
	}
	.content--slider .wrap-slider h1{
		text-align: center;
		font-size: 24px;
		margin: 0 0 0 0;
	}

	.content--slider .wrap-slider h1 span{
		font-size: 24px;
	}
}

.content--slider .wrap-slider a:hover{
	background: #ffff;
	color: #313131;
}

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

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

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

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

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

.slidesjs-pagination-item a.active{
	background-color: #212121;
	transform: rotate(45deg);
	border-radius: 50%;
}

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

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

a.slidesjs-previous:hover,
a.slidesjs-next:hover{
	opacity: 1;
}

/* banner1 */
.banner-1{
	padding: 50px 0;
}

.banner-1 article{
	width: 30%;
	float: left;
	margin: 0 4% 0 0;
}

.banner-1 article:nth-child(3n + 0){
	margin: 0 0 0 0;
}

.banner-1 article .icon{
	width: 10%;
	float: left;
}

.banner-1 article .icon img{
	max-width: 100%;
}


.banner-1 article .info{
	width: 85%;
	float: left;
	margin: 0 0 0 5%;
}

.banner-1 article .info h2{
	color: #cab07a;
	font-weight: 300;
	font-size: 20px;
}

.banner-1 article .info p{
	font-size: 17px;
	font-weight:800;
	color: #1d1f2d;
}

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

	.banner-1 article{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	.banner-1 article .icon img{
		max-width: 40px;
	}

	.banner-1 article .info p a{
		text-decoration: none;
		color: #333;
	}
}

/* wellcome */
.wellcome{
	background: #1d1f2d;
	padding: 100px 0 180px 0;
}

.wellcome article{
	width: 48%;
	float: left;
	margin: 0 4% 0 0;
}

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

	.wellcome article{
		width: 100%;
		float: none;
	}
}


.wellcome article:nth-child(2n + 0){
	margin: 0 0 0 0;
}

.wellcome article h2{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	margin: 0 0 40px 0;
}

.wellcome article h2:after{
	background: #fff;
	width: 100px;
	height: 1px;
	left: 0;
	bottom: -20px;
	content: "";
	position: absolute;
}

.wellcome article:nth-child(2n + 0) h2{
	display: none;
}

.wellcome article:nth-child(2n + 0) p{
	margin: 50px 0 0 0;
}

.wellcome article:nth-child(2n + 0) a{
	display: none;
}

.wellcome article p{
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	color: rgba(255,255,255,.6);
}

.wellcome article a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	margin: 40px 0 0 0;
	background-color: #cab07a;
	color: #1d1f2d;
	font-weight: 600;
	padding: 0 50px;
	line-height: 55px;
	border-radius: 5px;
}

.wellcome article a:hover{
	background: #fff;
	transition: all .3s ease;
}

/* showcase */
.showcase {
	background: #f9f9f9;
	padding: 0 0 50px 0;
}
.showcase article{
	width:29%;
	float: left;
	margin: -80px 0 0 0;
	padding: 50px 2.1%;
	background: #fff;
	position: relative;
}

.showcase article:nth-child(1){
	border-radius: 5px 0 0 5px;
}

.showcase article:nth-child(3){
	border-radius: 0 5px 5px 0;
}

.showcase article:after{
	width: 1px;
	background: #f0f0f0;
	height: 100%;
	top: 0;
	right: 0;
	content: "";
	position: absolute;
}

.showcase article:nth-child(3):after{
	display: none;
}

.showcase article .icon{
	max-width: 40px;
}

.showcase article .icon img{
	width: 100%;
}

.showcase article h2{
	color: #1d1f2d;
	font-size: 20px;
	margin: 10px 0 25px 0;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.showcase article h2:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: -10px;
	background: #1d1f2d;
	opacity: .7;
}

@media(max-width: 800px){
	.showcase article{
		margin: 10px 0;
		width: 95%;
		text-align: center;
	}

	.showcase article .icon{
		margin: auto;
	}

	.showcase article:after{
		display: none;
	}

	.showcase article h2:after{
		left: 50%;
		transform: translateX(-50%);
	}
}

.showcase article p{
	color: #777777;
	line-height: 25px;
	font-size: 17px;
}

/* banner-2 */
.banner-2{
	background: #f9f9f9;
	padding: 50px 0 130px 0;
}

.banner-2 .left{
	width: 75%;
	float: left;
}

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

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

.banner-2 .left h2{
	font-size: 35px;
	color: #1d1f2d;
}

.banner-2 .left h2 span{
	font-family: 'Style Script', cursive;
	font-size: 45px;
}

.banner-2 .left p{
	max-width: 600px;
	font-size: 17px;
	color: #777;
	line-height: 35px;
}

.banner-2 .right{
	width: 20%;
	float: right;
}

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


.banner-2 .right a{
	text-decoration: none;
	color: #cab07a;
	width: 100%;
	margin: 10px 0 0 0;
	max-width: 200px;
	text-align: center;
	border: solid 1px #cab07a;
	line-height: 55px;
	display: inline-block;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
}

.banner-2 .right a:hover{
	background: #cab07a;
	color: #1d1f2d;
	transition: all .3s ease;
}

/* banner-3 */
.banner-3{
	padding: 120px 0;
	background-image: url(images/slide-1.jpg);
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0em 100em rgba(0,0,0,.5);
	text-align: center;
}

.banner-3 h2{
	font-size: 70px;
	font-family: 'Style Script', cursive;
	color: #fff;
}

.banner-3 p{
	font-weight: 400;
	font-size: 30px;
	max-width: 700px;
	margin: auto;
	color: rgba(255,255,255,.6);
}

@media(max-width: 800px){
	.banner-3{
		padding: 40px 0;
		background-size: 500%;
		background-position: center;
	}

	.banner-3 h2{
		font-size: 40px;
	}

	.banner-3 p{
		font-size: 16px;
	}
}


/* testimonials */
.testimonials{
	text-align: center;
	background-size: cover;
	padding: 140px 0;
	display: none;
	background-position: center;
}

.testimonials article .image{
	text-align: center;
	margin:0 auto 10px auto;
	width: 100px;
	display: block;
}

.testimonials article .image img{
	border-radius: 50%;
	border:solid 10px #cab07a;
}

.testimonials article h2{
	color: #cab07a;
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0 0 0;
}

.testimonials article h3{
	font-family: 'Style Script', cursive;
	font-size:22px;
	margin:0px 0 20px 0;
	font-weight: 400;
	color:#777;
}

.testimonials article p{
	font-weight: 300;
	text-align: center;
	font-size: 18px;
	color: #777777;
	max-width: 700px;
	margin:auto;
	position: relative;
	display: table;
}

.testimonials article p:before{
	content: "";
	position: absolute;
	background-image: url(images/comillas-1.svg);
	background-size: 100%;
	width: 50px;
	height: 50px;
	top: -20px;
	left: 0px;
}

.testimonials article p:after{
	content: "";
	position: absolute;
	background-image: url(images/comillas-2.svg);
	background-size: 100%;
	width: 50px;
	height: 50px;
	top: 20px;
	right: 0px;
}

@media(max-width: 800px){
	.testimonials{
		padding: 40px 10%;
	}

	.testimonials article p:after,
	.testimonials article p:before{
		display: none;
	}
}

.suscribe{
	padding: 40px 0;
	background-color: #111111;
}

.suscribe span{
	display: inline-block;
	font-size: 30px;
	line-height: 55px;
	color: #ffffff;
	transform: translateY(5px);
	width: 40%;
	text-align: right;
}

.suscribe  .wpcf7{
	display: inline-block;
	margin:0 0 0 2%;
	width: 48%;
	position: relative;
}

.suscribe  .wpcf7-not-valid-tip{
	position: absolute;
	font-size: 12px;
	color: #fff;
	top: -30px;
	right: 0;
	width: 100%;
}

.suscribe input[type="email"]{
	-webkit-appearance: none;
	padding: 15px 2%;
	display: inline-block;
	width: 80%;
	outline: none;
	border:none;
	border-radius: 25px;
	background-color: transparent;
	border:solid 1px rgba(255,255,255,.5);
	color: #ffffff;
}

.suscribe input::placeholder{
	color: rgba(255,255,255,.5);
}

.suscribe .wpcf7-response-output{
	color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	bottom: -50px;
	right: 0;
}

.suscribe input[type="submit"]{
	-webkit-appearance: none;
	display: inline-block;
	padding: 15px 2%;
	border:none;
	background-color: #ffffff;
	border:solid 2px #ffffff;
	color: #111111;
	border-radius: 25px;
	width: 30%;
	margin:0 0 0 2%;
	cursor: pointer;
	outline: none;
}

@media(max-width: 800px){
	.suscribe span,
	.suscribe .wpcf7{
		display: block;
		text-align: center;
		width: 100%;
	}

	.suscribe input[type="submit"]{
		margin: 20px auto 0 auto;
		width: 50%;
	}
}

.suscribe input[type="submit"]:hover{
	background: #fff;
	transition: all .3s ease;
	border-color: #fff;
}

/* page-banner */
.page-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #cab07a;
	color: #1d1f2d;
	box-shadow: inset 0em 100em rgba(255,255,255,.5);
}

.page-banner .bg1{
	background: url(images/slide-1.jpg);
}

.page-banner #bg{
	opacity: .1;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100%;
	text-align: center;
	padding: 350px 0 80px 0;
}

.page-banner h1{
	font-size: 40px;
	text-transform: uppercase;
	-webkit-text-stroke: 2px #cab07a;
}

@media(max-width: 800px){
	.page-banner #bg{
		background-size: 150%;
		padding: 80px 0;
	}

	.page-banner h1{
		font-size: 20px;
	}
}

/* not-found */
.not-found{
	padding: 200px 0 50px 0;
}
.not-found i{
	text-align: center;
	display: block;
	margin: 0 0 10px 0;
	font-size: 200px;
}
.not-found h1{
	font-size: 40px;
	text-align: center;
	font-weight: 400;
	color: #313131;
}
.not-found h2{
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	color: #313131;
}

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

.content a{
	text-decoration: none;ç
	-webkit-appearance: none;

}

.content input[type="text"],
.content input[type="email"],
.content textarea{
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	padding: 12px 1%;
	border: none;
	border-bottom: solid 2px #212121;
	outline: none;
	width: 98%;
	margin: 0 0 10px 0;
	resize: none;
}

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

.content select{
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	padding: 12px 1%;
	border: none;
	border-bottom: solid 2px #212121;
	outline: none;
	width: 100%;
	margin: 0 0 10px 0;
	resize: none;
}

.content input[type="submit"]{
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	padding: 12px 2%;
	border: none;
	background: #1d1f2d;
	color: #fff;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
}

.content input[type="submit"]:hover,
.content input[type="submit"]:focus{
	background: #313131;
}

/* sub-footer */
.sub-footer{
	padding: 70px 0 120px 0 ;
	background-color: #f0f0f0;
}

.sub-footer article{
	float: left;
	margin:0 1% 0 0;
}

.sub-footer article img{
	width:70%;
	margin:20px 0 20px 0;
	border-radius: 50%;
	max-width: 100px;
}

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

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

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

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

@media(max-width: 800px){
	.sub-footer{
		padding: 40px 0;
	}

	.sub-footer article{
		width: 100% !important;
		float: none;
		padding: 0 0 50px 0 !important;
		position: relative;
	}

	.sub-footer article:before{
		content: "";
		width: 8px;
		height: 8px;
		background: #1d1f2d;
		position: absolute;
		border-radius: 50%;
		top: -20px;
	}

	.sub-footer article:after{
		content: "";
		width: 90%;
		height: 1px;
		background: #1d1f2d;
		position: absolute;
		top: -16px;
	}

	.sub-footer article:nth-child(1):before,
	.sub-footer article:nth-child(1):after{
		display: none;
	}
}

.sub-footer article h3{
	color: rgba(0,0,0,.7);
	font-weight: 500;
	margin:0 0 19px 0;
	text-transform: uppercase;
}

.sub-footer article p,
.sub-footer article li a,
.sub-footer article li{
	color: rgba(0,0,0,.6);
	font-size: 15px;
	line-height: 35px;
	list-style: none;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.sub-footer article  input[type="text"]{
	padding: 12px 2%;
	border:none;
	outline: none;
	float: left;
	border-radius: 3px;
}

.sub-footer article form input[type="submit"]{
	padding: 12px 12px;
	float: left;
	margin:0 0 0 5px;
	border:none;
	border-radius: 3px;
	cursor: pointer;
}

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

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

.sub-footer article ul.social li a{
	font-size: 20px;
	display: block;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

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

/* footer */
footer{
	background-color: #f0f0f0;
	color: rgba(0,0,0,.4);
	font-size: 15px;
	font-weight: 300;
}

@media(max-width: 800px){
	footer{
		text-align: center;
		padding: 30px 15%;
	}
}


footer .wrap{
	border-top:solid 3px #cab07a;
	padding: 40px 0;
}

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

.go-top {
	display:none;
	background:#1d1f2d;
	font-size:15px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color:#cab07a;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}



