@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
 

body, html{
	 
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

body {
	font-family: 'Lato', sans-serif !important; 
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 20px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: lowercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #FCAC45;} 
a:hover,
a:focus{
	text-decoration: none;
	color: #FCAC45;
}

.section-title hr{
	border-color: #fcac45;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { /*height: 1%; */}
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none; 
}


/* Navigation */
#tf-menu {
 
	transition: all 0.8s;
}
#tf-menu.navbar-default, .navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
padding: 0px !important; 
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF !important;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold; 
}
#tf-menu.navbar-default .navbar-nav > li > a:hover {
	text-transform: uppercase;
	color: #FFF !important;
	font-size: 12px;
	letter-spacing: 1px !important;
}
#tf-menu.navbar-default .navbar-nav > .active > a, #tf-menu.navbar-default .navbar-nav > .active > a:hover, #tf-menu.navbar-default .navbar-nav > .active > a:focus{ 
	background-color: transparent !important;  }
 
.on {
	background-color: #222222 !important;
	padding: 0 !important;
}
.navbar-nav .navbar-nav > .active > a, 
.navbar-nav .navbar-nav > .active > a:hover, 
.navbar-nav .navbar-nav > .active > a:focus {
	color: #FCAC45 !important;
	font-weight: 700;
}

.nav .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav .navbar-nav > .active > a:focus {
    color: #FCAC45 !important;
    background-color: red;
    font-weight: 700;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 0px !important; 
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000 !important;

}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #FCAC45;
	border-color: #FCAC45;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}


	.navbar-header .navbar-brand .img-responsive {
		margin-left: 15px !important; 
	}

	.navbar-brand > img {
		margin-top: 5px; 
	}

	ul.nav li:hover  {
		background-color: #FCAC45 !important;
		transition: background 0.3s ease-in-out; 
	}

	#bs-example-navbar-collapse-1 ul.nav li a  {
 		margin-left: !important;
	}

	@media (max-width:768px) {
	#bs-example-navbar-collapse-1 ul.nav li a  {
 	margin-left: 10px !important;
	} 

	#tf-menu.navbar-default .navbar-nav > li > a:hover  {
		background-color: #FCAC45 !important;
		transition: background 0.3s ease-in-out; 
	}
}


/* estilos sitio */


#tf-rest-cuenca {
	background: url(../images/02.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden !important;
	height: 450px;
}
#tf-rests {
/*	background: url(../images/01.jpg); */
 background-size: cover;
	background-position: center;
	background-attachment: fixed; 
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden !important;
	height: 450px;
}

#tf-rests .overlay {
    background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%) repeat fixed 0% 0%;
    height: 450px;   
	}

#tf-rests .overlay .content {
	padding: 15% 0px 0px
	}		
#tf-rests img.post {
	position: absolute;
	z-index: -10;
	vertical-align: top;
	display: inherit;
	overflow: hidden !important;
	height: inherit; 
	width:inherit;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden !important;
  	}

/* Home Style */
 
#tf-home{
	background: url("../images/01.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: ;
	background-repeat: no-repeat;
	color: #fff;
}

#tf-home > b, strong {
    font-weight: normal;
 
}

#tf-about strong {
    font-weight: 800;
    color: #FCAC45 !important;
}

#tf-about ul li {
	list-style: none;
 	transform: translate(0px, 20px);
}

#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
	overflow: hidden !important;
}
#tf-home p.lead {
	color: #e3e3e3;
	padding: 0px 5px; 
}


#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF !important;
	font-size: 12px;
	letter-spacing: 1px;
}


.content {
	position: relative;
	padding: 18% 0 0;
}

.color {
	color: #fcac45;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 60px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;
}



/* About Section */

#tf-about{
	padding: 30px 0;
}

ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Team Section */
#tf-team{
	background: url(../images/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-team .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 30px 0;
	overflow: hidden !important;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
	font-size: 1.9em; 
	line-height: 26px; 
}
.section-title.center .line{
	border-top: 4px solid #d75137; /*naranja Romolo*/
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(255, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 200px;
	height: 200px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #FCAC45;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #FCAC45;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #FCAC45;
}

/* Services Section */
#tf-services{
	padding: 30px 0;
}

.space{
	margin-top: 30px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #d75137; /*naranja Romolo*/
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
	background: #FCAC45;
	color: #ffffff;
}

/* Clients Section */
#tf-clients{
	background: url(../images/04.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-menus .borde-decorativo {
	border: solid 2px #01b499; 

}

#tf-menus .overlay{background: rgba(238,82,58,1);
	color: #fff;
	padding: 20px;
background: -moz-linear-gradient(top, rgba(238,82,58,1) 0%, rgba(238,82,58,1) 34%, rgba(238,82,58,1) 88%, rgba(238,82,58,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,82,58,1)), color-stop(34%, rgba(238,82,58,1)), color-stop(88%, rgba(238,82,58,1)), color-stop(100%, rgba(238,82,58,1)));
background: -webkit-linear-gradient(top, rgba(238,82,58,1) 0%, rgba(238,82,58,1) 34%, rgba(238,82,58,1) 88%, rgba(238,82,58,1) 100%);
background: -o-linear-gradient(top, rgba(238,82,58,1) 0%, rgba(238,82,58,1) 34%, rgba(238,82,58,1) 88%, rgba(238,82,58,1) 100%);
background: -ms-linear-gradient(top, rgba(238,82,58,1) 0%, rgba(238,82,58,1) 34%, rgba(238,82,58,1) 88%, rgba(238,82,58,1) 100%);
background: linear-gradient(to bottom, rgba(238,82,58,1) 0%, rgba(238,82,58,1) 34%, rgba(238,82,58,1) 88%, rgba(238,82,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee523a', endColorstr='#ee523a', GradientType=0 );
}

#tf-clients .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;

}

#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}
/* Gallery Section 
==============================*/
#tf-works{
	padding: 80px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #FCAC45;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FCAC45;
}
/* Testimonials Section */
#tf-testimonials{
	background: url("../images/03.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: ;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-testimonials .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
}


#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 800;
	margin: 10px 0 30px;
	color: #fff;
}
#testimonial .item p strong{ font-weight: bolder; }
small { font-size: 100% !important; } 
/* Contact Section */
#tf-contact{
	margin-top: 20px; 
	margin-bottom: 30px; 
}
 
label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

li#menu-item-165 {
	display: inline; 
}

#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
 .btn.tf-btn.btn-default {
	float: right;
	background: #FCAC45;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}

#footer i.fa:hover{
	background: #FCAC45;
	border-color: #FCAC45;
	color: #ffffff;
}

.screens {
	height: 300px;
}

.menu strong {
	font-weight: bolder;
	color:#fff;
	margin-top:10px;
	display: block;
}

.menu .row .col-md-12 {
	width: 70% !important;
	margin-left: 15%;
}

.about h4 {
	font-size: 1.2em;
}

.about-text {
	margin-top: 10px;
}

.service h4 strong {
	color: #FCAC45;
}

.logo-menu {
 	display: block;
}

.precio-productos {
	float: right;
}

.menu ul li {
	text-align: left;
	margin: 10px 10px;
	font-size: 1.2em; 
}

.menu ul li .small {
	font-size: 0.8em;
}
.service { margin-top: 20px; }
blockquote {
    padding: 10px 5px;
     font-size: 14px;
    border-left: none;
    margin-bottom: 0px; 
 }

input.wpcf7-form-control {
    border: 1px solid #CCC !important;
    padding: 5px;
    margin-top: 5px;
    border-radius: 3px;
    width: 100%;
}

textarea.wpcf7-form-control {
    border: 1px solid #CCC !important;
    padding: 5px;
    margin-top: 5px;
    border-radius: 3px;
    width: 100%;
    height: 100px; 
}

.p_contacto { 
	margin-bottom: 20px;
}

.wpcf7 .screen-reader-response ul li {
	display: inline-block;
}

	.margen-top { margin-top: 80px}
 	.restaurantes { margin-top: 20px }

	a.logo-menu{
		margin-top: 20px; 
	}

	a:focus {
    color: #555;
    background-color: none transparent !important;
	}


.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}

.screen-reader-response {
	display: inline-block;
	padding: 15px; 
}

 	@media (max-width: 990px){
 		#tf-home .overlay{
			background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
			height: 350px;
			background-attachment: fixed;
			overflow: hidden !important;
		}


		a.fa.fa-angle-down {
		padding: 10px 15px;
		color: #fff;
		border: 2px solid #b4b4b4;
		border-radius: 50%;
		font-size: 24px;
		margin-top: 40px;
		transition: all 0.5s;
		}

		a.fa.fa-angle-down:hover{
		background: #fcac45;
		color: #ffffff;
		border: 2px solid #fcac45;
		}

 		h1 {font-size: 26px;
 			margin-top: 1.9em; 
 			padding: 0px !important 25px;
 		}

 		#tf-menu a.navbar-brand {
			text-transform: uppercase;
			font-size: 22px;
			color: #fff;
			padding: 0px !important; 
			width: 250px !important; 
		}

		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
/*    		border-color: #000 !important;
    		display: inline-block;*/
		}

 	}

 

@media (max-width: 990px){
	.content {
	    position: relative;
	    padding: 7% 0 0;
 		}

 	.hover-text h4 { 
		margin-top: 20px; 
		font-size: 1.9em !important;
		font-family: 'Permanent Marker', cursive; 
		}	

		#tf-home .overlay{
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
		height: 350px;
		background-attachment: fixed;
		overflow: hidden !important;
	}


	a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 15px;
	transition: all 0.5s;
	}

	a.fa.fa-angle-down:hover{
	background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;
	}

		h1 {font-size: 26px;
			margin-top: 1.9em; 
			padding: 0px !important;
		}

		#tf-menu a.navbar-brand {
		text-transform: uppercase;
		font-size: 22px;
		color: #fff;
		padding: 0px !important; 
			width: 250px !important; 
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
/*    		border-color: #000 !important;
		display: inline-block;*/
	}

	}

@media (max-width: 340px){
 		h1 {font-size: 26px; 
 			margin-top: 2em; 
 			padding: 15px !important;
 		}

 		.hover-text h4 { 
			margin-top: 20px; 
			font-size: 1.6em !important;
			font-family: 'Permanent Marker', cursive;
		}


 		#tf-menu a.navbar-brand {
			text-transform: uppercase;
			font-size: 22px;
			color: #fff;
			padding: 0px !important; 
			width: 180px !important; 
		}
		
		a.navbar-brand .img-responsive {
			margin-top: 10px;
		}
		
		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
			/* border-color: #000 !important;
    		display: inline-block;
			width: 99%; */
		}
 	}

 @media (max-width:768px) {
	#bs-example-navbar-collapse-1 ul.nav li a  {
	 	margin-left: 10px !important;
	} 

	#tf-menu.navbar-default .navbar-nav > li > a:hover  {
		background-color: #FCAC45 !important;
		transition: background 0.3s ease-in-out; 
		}
	}

	.hover-text h4 { 
		margin: 20px 0px; 
		font-size: 3em;
		font-family: 'Permanent Marker', cursive !important;
	}

	#wpcf7-f216-o1 .screen-reader-response ul li {
		display: inline-block !important;
	}
	
	#wpcf7-f216-o1 .screen-reader-response {
		display: inline-block !important;
	}

/* Menu responsive */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden !important;
    }
}

.clear { clear: both;}
#tf-menus h2 .widget-title { margin-top: 20px; }


.row {
    display: flex;
    flex-wrap: wrap;
}

.bg-img-start {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.card {
    display: flex;
    border-radius: 1rem;
    flex-direction: column;
    color: #ffffff;
}


.card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
        flex: 1 1 auto;
        padding: 3rem; 
}

.card-stretched-vertical .card-body .card-footer {
    padding: 0;
    margin-top: auto;
    z-index: 1;
    text-align: left;
    font-size: larger;
    text-shadow: 2px 1px 3px #000;
}

.pd0 {padding: 0px;}

.mb-20{margin-bottom:20px;}
 

.gradient-overlay-lg-dark::before{
    background-image: linear-gradient(to bottom,transparent 15%,rgba(12,13,14,.9));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 0;
    width: 95%;
    height: 100%;
    content: "";
 }

*, ::after, ::before {
    box-sizing: border-box;
}

.card::before {
    border-radius: 1rem;
}

.badge-rr {
       width: max-content;
    background-color: #00000054;
    text-align: left;
    font-size: 2rem;
    padding: 1rem;
}

@media only screen and (max-width: 600px) {
    
 .col-xs-12 {
    width: 105%;
 } 

}

.panel-menu{
    background-color: transparent;
    border: solid 2px #01b499;
    transition: all ease-in-out 0.2s;
    margin-top: 20px;
    padding:10px;
    font-size: 14px;
    font-weight:bolder;
}

.panel-menu:hover{
    background-color: rgb(208 59 36);
    border: solid 2px #fff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.panel-menu {
    
    h2, p {
        color: white;
    }
    
}

div.menu .panel-menu:nth-last-child(1){
    margin-bottom: 20px;
}

