/*
Theme Name: Servitrac SPA 2022
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Template desarrollado por SA Publicidad, el uso de este template es privado y de exclusivo uso de Servicios gastronómicos Hernández Echeverría 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 Echeverría's
*/

/** 
 font-family: 'Inspiration', cursive;
 font-family: 'Open Sans', sans-serif;
 * */

 *{
	padding: 0;
	margin: 0;
}

body, html{
	font-family: 'Open Sans', sans-serif;
	background-color: #f0f0f0;
}

* img{
	height: auto;
}

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

.none{
	display: none;
}

.clear{
	clear: both;
}

*::selection {
    background: #32291d;
    color: #ffffff;
}

/* Firefox */
*::-moz-selection {
    background: #32291d;
    color: #ffffff;
}



header{
	padding: 5px 0;
	width: 100%;
	z-index: 999999;
}

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

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

header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		display: block;
		position: absolute;
		width: 45px;
		line-height: 45px;
		text-align: center;
		background-color: #32291d;
		color: #ffffff;
		right: 15px;
		top: 15px;
		cursor: pointer;
		outline: none;
		border-radius: 3px;
	}

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

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


/* nav */
nav{
	float: left;
	margin: 17px 0 0 5%;
}

nav ul li{
	display: inline-block;
	margin: 0 30px 0 0;
}

nav ul li a{
	display: block;
	text-decoration: none;
	line-height: 45px;
	color: #32291d;
	font-size: 15px;
	font-weight: 400;
}

nav ul li:last-child a{
	background-color: #32291d;
	color: #ffffff;
	padding: 0 20px;
	border-radius: 3px;
}

nav ul li:last-child:hover a{
	background-color: #313131;
	transition: all .3s ease;
}

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

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

	nav ul li{
		margin: 0 0 0 0;
		display: block;

	}

	nav ul li a{
		padding: 0 10px;
	}
}

/* slider */
.slider{
	position: relative;
	margin:0  0 20px 0;
}

.slider .content-slider{
	position: relative;
	overflow: hidden;
}

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


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

.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 #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;
}

a.slidesjs-previous{
	position: absolute;
	left: 2%;
	top:0;
	width: 40px;
	height: 40px;
	top:50%;
	opacity: .4;
	transform: translateY(-50%);
	background-image: url(img/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(img/next.svg?a);
	z-index: 999;
}

a.slidesjs-previous:hover,
a.slidesjs-next:hover{
	opacity: 1;
}
/* wellcome */
.wellcome{
	padding: 90px 0;
}

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

.wellcome .left article{
	width: 36%;
	background-color: ;
	display: inline-table;
	background-color: #ffffff;
	padding: 50px 5%;
	color: #313131;
	margin: 0 2% 5% 0;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,.03);
	transition: all .3s ease;
	transition-delay: .1s;
}

.wellcome .left article:nth-child(2){
	background-color: #32291d;
	color: #fff !important;
	transform: translateY(20px);
}

.wellcome .left article:nth-child(4){
	transform: translateY(20px);
}

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

@media(max-width: 800px){
	.wellcome .left article:nth-child(2),
	.wellcome .left article:nth-child(4){
		transform: translateY(0);
	}
	
	.wellcome{
		padding: 40px 0;
	}

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

	.wellcome .left article,
	.wellcome .left article:nth-child(2n + 0){
		width: 89%;
		margin: 0 0 20px 0;
	}
}


.wellcome .left article .icon{
	font-size: 40px;
	color: #32291d;
	transition: all .3s ease;
}

.wellcome .left article:nth-child(2) .icon,
.wellcome .left article:hover .icon{
	color: #ffffff;
}

.wellcome .left article h2{
	font-size: 24px;
	margin: 10px 0 0 0;
}

.wellcome .left article p{
	font-size: 14px;
	opacity: .7;
	line-height: 24px;
	margin: 10px 0 0 0;
}


.wellcome .left article:hover{
	background-color:  #32291d;
	color: #ffffff;
}

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

.wellcome .right h2{
	font-size: 40px;
	color: #32291d;
	max-width: 400px;
	line-height: 45px;
	margin: 70px 0 20px 0;
}

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

	.wellcome .right h2{
		margin: 0 0 20px 0;
	}
}

.wellcome .right h3{
	font-size: 20px;
	line-height: 30px;
	color: #f0f0f0;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.wellcome .right p{
	margin: 0 0 30px 0;
	font-weight: 300;
	color: #999999;
	font-size: 18px;
}

.wellcome .right article{
	padding:0px  0;
	margin: 0 0 20px 0;
	background-color: #ffffff;
	border-radius: 10px;
	transition: all .3s ease;
}

.wellcome .right article:hover{
	transform: scale(1.1);
	box-shadow: 0 5px 30px rgba(255,255,255,.2);
}

.wellcome .right article .image{
	width: 30%;
	float: left;
	height: 125px;
	overflow: hidden;
	position: relative;
	border-radius:10px 0 0 10px;
}

.wellcome .right article .info{
	width: 68%;
	margin: 0 0 0 2%;
	float: left;
}

.wellcome .right article .image img{
	width: auto;
	height: 100%;
	margin: 0 0 -5px 0;
	position: absolute;
	left: 0;
	transition: all .3s ease;
}

.wellcome .right article:hover .image img{
	left: 50%;
	transform: translateX(-50%);
}

.wellcome .right article h2{
	margin: 0 0 0 0;
	font-size: 20px;
	color: #32291d;
}

.wellcome .right article p{
	font-weight: 300;
	font-size: 16px;
	position: relative;
	margin: 0 0 20px 0;
	color: #999;
}


.wellcome .right article:nth-child(4){
	margin: 0 0 0 0;
}


/* banner-logos */
.banner-logos{
	background-size: cover;
	background-attachment: fixed;	
	padding: 50px 0;
	position: relative;
}

.banner-logos .left{
	width: 40%;
	float: left;
	text-align: right;
	font-size: 40px;
}

.banner-logos .left h2{
	color: #313131;
	font-weight: 900;
	line-height: 90px;
}

.banner-logos .rigth{
	width: 55%;
	float: right;
	height: 100px;
}

.clearout {
height:0px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
}

.nbs-flexisel-nav-right{
	right: -10px;
}

.nbs-flexisel-nav-left{
	left: -10px;
}

.nbs-flexisel-nav-right,
.nbs-flexisel-nav-left{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #32291d;
	cursor: pointer;
	width: 45px;
	line-height: 45px;
	text-align: center;
	opacity: .7;
	transition: all .3s ease;
}

.nbs-flexisel-nav-right:hover,
.nbs-flexisel-nav-left:hover{
	opacity: 1;
}



.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-inner li{
	list-style: none;
}

.nbs-flexisel-item {
    float:left;
    list-style: none;
    margin:0 0px 0 0px;
    padding:0px;
    position:relative;
    line-height:0px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.nbs-flexisel-item img {
    max-width: 50%;
    min-width: 100px;
    position: relative;
    border-radius: 5px;
    
}

.nbs-flexisel-item p{
	position:relative;
	font-size: 13px;
	z-index: 999;
	transform: translateY(-10px);
	margin:0px 0;
	color: #444444;
}

@media(max-width: 800px){
	.barra-1,
	.barra-2{
		padding: 10px 0;
	}
}

/* banner-1 */
.banner-1{
	padding: 250px 0;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0em 100em rgba(0,0,0,.5);
	position: relative;
	text-align: center;
}

.banner-1 h1{
	font-size: 40px;
	color: #ffffff;
}

.banner-1 h2,
.banner-1 p{
	font-weight: 300;
	color: #ffffff;
	line-height: 50px;
	max-width: 800px;
	margin: auto;
}

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



/* banner-bottom */
.banner-bottom{
	padding:40px 0;
}

.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%;
}

.banner-bottom .left h2{
	font-weight: 300;
	color: #ffffff;
	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;
}

.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;
}

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

/* page-banner */
.page-banner{
	background-color: #32291d;
	color: #ffffff;
	padding: 200px 0 30px 0;
}


.page-banner h1{
	color: rgba(255,255,255,.9);
	font-size: 120px;
}

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


/* content */
.content{
	padding: 80px 0;
	background-color: #f9f9f9;
}

.content a{
	color: #32291d;
	font-weight: 900;
}

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

.content input[type="text"],
.content input[type="email"],
.content textarea{
	font-family: 'Open Sans', sans-serif;
	padding: 17px 2%;
	width: 96%;
	margin: 0 0 10px 0;
	border: none;
	outline: none;
	resize: none;
	font-size: 14px;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content textarea:focus{
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
	transition: all .3s ease;
}


.content input[type="submit"]{
	font-family: 'Open Sans', sans-serif;
	border: none;
	border-radius: 5px;
	outline: none;
	line-height: 45px;
	padding: 0 30px;
	background-color: #32291d;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
}

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


.category article{
	width: 30%;
	float: left;
	background-color: #ffffff;
	padding: 20px 2%;
	margin: 0 2% 2% 0;
}

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

.category article:hover{
	box-shadow: 0 5px 30px rgba(0,0,0,.05);
	transition: all .3s ease;
}

.category a{
	text-decoration: none;
}

.category a h3{
	text-decoration: none;
	color: #32291d;
	text-decoration: none;
	font-size: 30px;
}

.category a p{
	color: #777777;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
	font-size: 18px;
}

/* 404 */
.title404{
	padding: 50px 0 50px 0;
}
.error404{
	text-align: center;
	background-color: #ffffff;
	margin: -120px auto 0 auto;
	max-width: 900px;
	box-shadow: 0 10px 30px rgba(0,0,0,.1);

}

@media(max-width: 800px){
	.error404{
		margin: 40px auto;
	}
}

.error404 h1{
	font-weight: 300;
	padding: 100px 0;
	font-weight: 30px;
}


/* sub-footer */
.sub-footer{
	padding: 80px 0;
	background-color: #32291d;
}

.sub-footer article{
	float: left;
}

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

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

.sub-footer article:nth-child(1){
	width: 33%;
	margin:0 6% 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){
		width: 100%;
		float: none;
		text-align: center;
		padding: 40px 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-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,.69);
	line-height: 30px;
	text-decoration: none;
}

.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: 5px;
}

.sub-footer article ul.social li:hover a{
	background-color: #32291d;
	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: #ffffff;
	background-color: rgba(255,255,255,.2);
	outline: none;
}

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

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

.sub-footer article form input[type="submit"]:hover{
	background-color: #32291d;
	color: #ffffff;
	border-color: #ffffff;
	transition: all .3s ease;
}
/* footer */
footer{
	padding: 20px 0;
	color: #ffffff;
	font-size: 13px;
	background-color: #32291d;
	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;
		width: 100%;
	}

	footer .author{
		float: none;
		text-align: center;
		width: 100%;
		margin: 20px 0;
	}
}

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

footer .author a:hover{
	color: #ffffff;
}