/*@font-face {
  font-family: 'Futura';
  src: url('futuramedium.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  /* url('futuramedium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5
}  
*/


/** Generated by FG **/
@font-face {
	font-family: 'Conv_futura medium bt';
	src: url('fonts/futura medium bt.eot');
	src: local('☺'), url('../fonts/futuramediumbt.woff') format('woff'), url('../fonts/futuramediumbt.ttf') format('truetype'), url('../fonts/futuramediumbt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

@font-face {
	font-family: 'Conv_futura medium condensed bt';
	src: url('fonts/futura medium condensed bt.eot');
	src: local('☺'), url('../fonts/futura medium condensed bt.woff') format('woff'), url('../fonts/futura medium condensed bt.ttf') format('truetype'), url('../fonts/futura medium condensed bt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html{
	font-family: 'Conv_futura medium condensed bt', sans-serif;
	font-size: 16px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
	/* overflow-x: hidden; */
	 letter-spacing: 2px !important;
	 overflow-x: hidden;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.containersalones {
  margin: 3em auto;
  width: 100%;
  max-width: 1100px;
}



/*
h2 {
  position: relative;

  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #959595;
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  border-bottom: 3px solid #e2cef9;
  width: 30px;
}*/

ul.ulsalones {
  list-style: none;
  margin: 4em 0 0;
  padding: 0;
}
ul.ulsalones::after {
  clear: both;
  content: "";
  display: table;
}
ul.ulsalones li {
  margin-bottom: 2em;
}
@media only screen and (min-width: 700px) {
  ul.ulsalones li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
  ul.ulsalones li:nth-child(2n) {
    margin-right: 0;
  }
}
ul.ulsalones li h3 {
  position: relative;
  z-index: 1;
  margin: 0;

  font-size: 1.25em;
  line-height: 2.5em;
  font-weight: 300;
  letter-spacing: 1px;
}
ul.ulsalones li h3:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(21, 42, 79, .4);
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
ul.ulsalones li h3 span {
  padding-left: 15px;
}
ul.ulsalones li p {
  padding-left: 15px;

  font-size: 1.1em;
  line-height: 1.6875em;
  font-weight: 400;
  color: #959595;
}


.service-grid {
    background: #fcfcfc;
}
    .service-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}
.service-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e8bc00;
    bottom: -25px;
    margin: auto;
    right: 0;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.service-icon i {
    font-size: 40px;
    color: #e8bc00;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap,.service-wrap1 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap p,.service-wrap1 p{
      position: relative;
}

.service-wrap:hover {
    background-image: url(../img/salones/salon-suecia.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
.service-wrap1:hover {
    background-image: url(../img/salones/salon-viena.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap:hover:before,.service-wrap:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap:hover h4,.service-wrap:hover p..service-wrap1:hover h4,.service-wrap1:hover p{
    color: #fff;
}
.service-wrap h4,.service-wrap1 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
    color: #e8bc00;
}




/*---------------------------
  WhatsApp Button
---------------------------*/

.fa-whatsapp {
color: #fff;
background: linear-gradient(#25d366,#25d366)10px 84%/10px 9px no-repeat,
radial-gradient(circle at center, #25d366 63%,transparent 0);
opacity:0.8;
}

.label-container {
position: fixed;
bottom: 25px;
right: 80px;
display: table;
visibility: visible;
}

.label-text {
color: #fff;
background: rgba(51,209,107,0.8);
display: table-cell;
vertical-align: middle;
padding: 10px;
border-radius: 0px;
}

.label-arrow {
display: table-cell;
vertical-align: bottom;
padding-top: 13px;
left: 0px;
color: #25d366;
opacity: 0.8;
border-radius: 0px;
}

.float {
position: fixed;
width: 64px;
height: 64px;
bottom: 40px;
right: 40px;
color: #FFF;
border-radius: 50px;
text-align: center;

}

.my-float {
font-size: 24px;
margin-top: 18px;
}

a.float + div.label-container {
visibility: hidden;
opacity: 0;
transition: visibility 3s, opacity 0.5s ease;
}

a.float:hover + div.label-container {
visibility: visible;
opacity: 1;
}




/*---------------------------
  Facebook Messenger Button
---------------------------*/
.fa-facebook-messenger {
color: #238af7;
background: linear-gradient(#ffffff,#ffffff)10px 54%/10px 9px no-repeat,
radial-gradient(circle at center, #ffffff 40%,transparent 0);
opacity:0.8;
}

.label-container2 {
position: fixed;
bottom: 100px;
right: 80px;
display: table;
visibility: visible;

}

.label-text2 {
color: #fff;
background: rgba(35,138,247,0.8);
display: table-cell;
vertical-align: middle;
padding: 10px;
border-radius: 0px;

color: #fff;
/*background: rgba(51,209,107,0.8);*/
display: table-cell;
vertical-align: middle;
padding: 10px;
}

.label-arrow2 {
display: table-cell;
vertical-align: bottom;
padding-top: 13px;
left: 0px;
color: #238af7;
opacity: 0.8;
border-radius: 0px;
}



.float2 {
position: fixed;
width: 64px;
height: 64px;
bottom: 110px;
right: 40px;
color: #FFF;
border-radius: 50px;
text-align: center;

}

.my-float2 {
font-size: 24px;
margin-top: 18px;
}


a.float2 + div.label-container2 {
visibility: hidden;
opacity: 0;
transition: visibility 3s, opacity 0.5s ease;
}

a.float2:hover + div.label-container2 {
visibility: visible;
opacity: 1;
;
}





#hideMe {
    -moz-animation: cssAnimation 1s ease-in 2s forwards;
    -webkit-animation: cssAnimation 1s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 1s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 1s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    from {left: 0px;}
    to {left: 1900px;}
}
@-webkit-keyframes cssAnimation {
    from {left: 0px;}
    to {left: 1900px;}
}


.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #152B4F;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1040;
}
.modal {
	z-index: 9999 !important;
}

h1{
	text-transform: uppercase;
	font-family: 'Conv_futura medium bt', sans-serif;
}

h1.lineas {
  overflow: hidden;
  text-align: center;
}

h1.lineas:before,
h1.lineas:after {
  background-color: #162B4f;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

h1.lineas:before {
  right: 0.5em;
  margin-left: -50%;
}

h1.lineas:after {
  left: 0.5em;
  margin-right: -50%;
}


h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 20px;
margin-top: 0px;
/*font-weight: 900;*/
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Conv_futura medium condensed bt', sans-serif;
}
p.intro{
	font-size: 22px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Conv_futura medium condensed bt', sans-serif;
}
a{ color: #F15A2A;}
a:hover,
a:focus{
	text-decoration: none;
	color: #F15A2A;
}

.imgHeader{
	max-width: 25px;
}
.imgHeaderTel{
	margin-top: 5px;
	max-width: 25px;
}
.reserva{
	color: white;
font-family: 'Conv_futura medium bt', sans-serif;
font-size: 14px;
}

.reservaIzq{
	width: 40px;
	height: 40px;
		padding-top: 4px;
	float: left;
}
.reservaDer{
	width: 40px;
	height: 40px;
	padding-top: 4px;
	float: left;
}
.tel{
font-family: 'Conv_futura medium bt', sans-serif;
font-size: 14px;
}

.bordeBlanco{
	width: 160px;
	height: 50px;
	border: 1px solid white;
	border-radius: 10px;
}
.contenedorHeaderReservar{
	border: 1px solid white !important;
	border-radius: 10px;
}
.bordeDer{
  border-right: 1px solid gray;
}

.border-between > [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #25A6DD;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
}


.llamar{
	border: 1px solid white !important;
  border-radius: 25px;
  color: #FFFFFF !important;
  background: none !important;
  padding: 12px !important;
  display: inline !important;
  font-size: 0.9em !important;
}


.sizeIcons{
 
    height: 30px;
    width: 31px;

}
.sizeIcons1{
 
    height: 25px;
    width: 25px;

}

.logomovil{
	max-width: 140px;
}
.
.navbar-mobile{
	display: none !important;
}

.tooltip-main {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 700;
  background: #162B4F;
  border: 1px solid #737373;
  color: white;
  margin: 4px 5px;
  float: right;
  text-align: left !important;
}

.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px;
}

.tooltip-inner {
  max-width: 236px !important;
  height: 35px;
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  background: #162B4F;
  color: white;
  border: 1px solid #737373;
  text-align: left;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f00;
  /* Red */
}


.navbar-right{
	max-height: 30px;
}


.navbar-default{
  background-color: rgba(22,43,79, 0.8) !important;
  border: 0;
  padding: 35px 0px;
  border-radius: 0px 0px 60px 60px;

}

.navbar-default .navbar-nav > li > a{
	color: white;
	border-right: 1px solid white;
	font-family: 'Conv_futura medium bt', sans-serif;
	font-size: 12px;
}
.navbar-default .navbar-nav > li > a:hover{
		color: #25A6DD;
	}

.nav > li > a {
	padding: 2px 15px;
}
.redes{
	position: absolute;
	right: -100px;
	top: 1em;
	color: white;
}
.redes i{
	padding-top: 5px;
	
}

.iconos{
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,0.8);
    padding:7px 7px 7px 7px;
    border-radius: 50%;
    color: #162B4f !important;
}
.iconoFooter{
	width: 30px !important;
}

.bordeDerFooter{
	border-right: 1px solid white;
}

.lienasTitulos{
	margin-top: 10em;
}
.lienasTitulos1{
	margin-top: 3em;
}

.operadopor{
	font-size: 8px;
	text-align: center;
}
.textoAzulClaro{
	color: #25A6DD;
}

.textoAzul{
	color: #162B4f !important;
}

.textoBlanco{
	color: white !important;
}

.contenedorLogo{
	background: rgba(255,255,255,0.8);
    padding:150px 50px 50px 50px;
    border-radius: 50%;
    position: absolute;
    
    top: -140px;
    left: 100px;
}
.logo{
	max-width: 250px;
}

.estrellas{
	max-width: 25px;
	margin: 10px 0 10px 0;
}

.bordeForm{
  border-right: 1px solid #162B4f;
}

/*
.container {
  margin-top:30px;
}*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Conv_futura medium bt', sans-serif;
  font-weight:700;
}

.fancyTab {
	text-align: center;
  padding:15px 0;
  background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top:15px;	
  transition: top .2s;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTab a {
	font-family: 'Conv_futura medium condensed bt', sans-serif;
	font-size:1.65em;
	font-weight:300;
  transition:.2s;
  color:#333;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
	border-bottom:2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 40px;
	width:100%;
	padding: 15px 0 5px;
  color:#666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width:0;
}

.nav-tabs > li.fancyTab:hover {
	background-color:#f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
	border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right:0;
	border-top:0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
	margin-right:0;
	margin-bottom:0;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
  top:0;
}


.fancyTab.active {
  background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:30px;
}

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

@media (max-width: 1200px) {
  
  .fancyTab .fa {
  	font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
	}
		
}
	
	
@media (max-width: 992px) {
    
  .fancyTab .fa {
  	font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
  	font-size:18px;
    font-weight:normal;
  }
		
}
	
	
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
	}
  a.btn{
    width: 200px !important;
    font-size: 1em !important;
  }
  .horarios{
    padding: 0 15px;
  }
  .iconosHoteles{
    text-align: center !important;
  }
  .bordeDerFooter, .bordeForm{
    border-right: none !important;
  }
		
}


/* parallax hoteles */

#header {
  box-sizing:border-box;-moz-box-sizing:border-box;
  z-index:3;
  position:fixed;
  top:0;
  width:100%;
  background:#F9B802;
  color:#000;
  text-align:center;
  -webkit-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  border-bottom:3px solid #000;
}

.parallax {
  position:relative;
  z-index:1;
  height:450px;
  -webkit-box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
}

.round-button {
  width:100%;
}
.round-button-circle {
  width: 100%;
  height:0;
  padding-bottom: 100%;
  border-radius: 50%;
  border:10px solid #cfdcec;
  overflow:hidden;
        
  background: #162B4f; 
  box-shadow: 0 0 3px gray;
}
.round-button-circle:hover {
  background:#25A6DD;
}
.round-button a {
  display:block;
  float:left;
  width:100%;
  padding-top:40%;
  padding-bottom:50%;
  line-height:1em;
  margin-top:-0.5em;
        
  text-align:center;
  color:#e2eaf3;

  font-size:2em;
  font-weight:bold;
  text-decoration:none;
}

.round-button-circle1 {
  width: 100%;
  height:0;
  padding-bottom: 100%;
  border-radius: 50%;
  border:10px solid #cfdcec;
  overflow:hidden;
        
  background: white; 
  box-shadow: 0 0 3px gray;
}
.round-button-circle1:hover {
  background:#162B4f;
}
.round-button a.blanco {
  display:block;
  float:left;
  width:100%;
  padding-top:40%;
  padding-bottom:50%;
  line-height:1em;
  margin-top:-0.5em;
        
  text-align:center;
  color:#162B4f;

  font-size:2em;
  font-weight:bold;
  text-decoration:none;
}
.round-button a.blanco:hover {
	color: white;
	}
.tituloBoton{
	font-size: 3em;
}

.txt {
  font-size:35px;
 
  color:white;
  width:auto;
  color: #162B4F;
  text-align: left;
  line-height: 23px;
  text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);

}
.txt.left {
  position: absolute;
  left: 2%;
  bottom: 10%;
  width: 95%;


}

.txt.right{
  position: absolute;
  right: 10%;
  bottom: 10%;
  font-size: 14px;
}


.txt.center{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10%;
  font-size: 14px;
  text-align: center;
}


.sub {
  
  font-size:20px;
  color:white;

}

.section-title hr{
	border-color: #F15A2A;
	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;
}
/* Navigation */
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.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;
font-weight: 900;
}

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

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #162B4F;
	border-color: #162B4F;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
/* Home Style */
#tf-home{
	background: url(../img/catedral.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: white;
    height:100vh;
    
}

#tf-home1{
	background: url(../img/catedral.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: white;
    height:100vh;
    
}

#tf-home2{
  background: url(../img/tarascas.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: white;
    height:100vh;
    
}

/*
#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%); 
	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))); 
	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%); 
	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%); 
	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%); 
	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%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); 
	height: 650px;
	background-attachment: fixed;
}
*/
#tf-home h1{
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}
#tf-home p.lead{
	color: white;
	font-size: 28px;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}
/*
.content{
	position: relative;
	padding: 20% 0 0;
}
*/



/* checboxes */

div.options > label > input {
    visibility: hidden;
}

div.options > label {
    display: block;
    margin: 0 0 0 -10px;
    padding: 0 0 20px 0;  
    height: 20px;
    /*width: 150px;*/
    
}

div.options   img {
    display: inline-block;
    padding: 0px;
    height:30px;
    width:30px;
    background: none;
    border: 1px solid #162B4f;
}

div.options   input:checked +img {  
    background: url(http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_34.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:30px 30px;
}

/*/ checkboxex*/

.iconosServicios{
	font-size: 14px;
}

.content{
	position: absolute;
	left: 4em;
	bottom: 1em;
}

.content h1{
	font-size: 55px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.lead{
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.color{
	color: #F15A2A;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	/*margin-top: 200px;*/
	margin-top: 10px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #F15A2A;
	color: #ffffff;
	border: 2px solid #F15A2A;
}
/* About Section */
#tf-about{
	padding: 30px 0;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Conv_futura medium condensed bt', sans-serif;
}
/*ul.about-list li span{ 
	margin-right: 10px;
}*/

/* Team Section */
#tf-team{
	background: url(../img/acueducto.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: 80px 0;
}

#tf-team1{
	background: url(../img/centro.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-team1 .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: 80px 0;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}
.section-title.center .line{
	border-top: 4px solid #F15A2A;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(241, 90, 42, 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.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.team-img{
	border: 4px solid #F15A2A;
}
#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: #F15A2A;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #F15A2A;
}

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

.space{
	margin-top: 40px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #F15A2A;
	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: #F15A2A;
	color: #ffffff;
}

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

#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: 20px 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;
	color: #25A6DD;
}
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: 150px;
	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: 5% 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 #25A6DD;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #25A6DD;
}
/* Testimonials Section */
#tf-testimonials{
	background: url(../img/05.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	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;
	background-attachment: fixed;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */
#tf-contact{
	padding: 10px 0;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Conv_futura medium condensed bt', sans-serif;
}
#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;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #F15A2A;
	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: #162B4f;
	color: #ffffff;
	padding: 20px 0 15px 0;
	border-radius: 50px 50px 0 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: #F15A2A;
	border-color: #F15A2A;
	color: #ffffff;

}
*/
::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: '\f073';
  color: #F15A2A;
  padding: 0 5px;
}
::-moz-placeholder::before {
  font-family: fontAwesome;
  content: '\f073';
  color: #F15A2A;
  padding: 0 5px;
}
/* firefox 19+ */
:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: '\f073';
  color: #F15A2A;
  padding: 0 5px;
}
/* ie */
input:-moz-placeholder::before {
  font-family: fontAwesome;
  content: '\f073';
  color: #F15A2A;
  padding: 0 5px;
}


select{
	background: url(../img/arrow.png) no-repeat white 95% 50%;
   width: 100%;
   margin-top: 20px;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border: 1px solid #CCCCCC;
   border-radius: 0;
   height: 26px;
   color: #A9A9A9;
   -webkit-appearance: none;
}


.btnNaranja{
	margin-top: 19px;
	padding: 3px 15px;
	border: 0;
	color: white;
	background-color: #162B4F;
	border-bottom: 4px solid #091830;
}

.btnNaranja:hover{
	background-color: #091830;
}

.btnAzul{
	margin-top: 19px;
	padding: 3px 15px;
	border: 0;
	color: white;
	background-color: #162B4F;

}
.btnAzulClaro{
	margin-top: 19px;
	padding: 3px 15px;
	border: 0;
	color: white;
	background-color: #25A6DD;
	border-radius: 0;
	padding: 0 17px;

}

.btnAzulClaro:hover{
	color: #25A6DD;
	background-color: white;
}


/* arrow animado */


.fa-angle-double-down:before {content: "\f103";}

.bounce .fa {
	width: 60px;
	display: block;
	text-align: center;
	color:#F15A2A;
	font:normal 45px 'FontAwesome';
	line-height:60px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.bounce {
	position: absolute;
	bottom: -80px;
	left: 50% !important;
	width: 60px;
	height: 60px ;
	margin-left:-30px;
	/* border: 2px solid #F15A2A;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;*/
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}



.fondoHoteles{
	background-image: url("../img/bg.png");
}

.fondoNaranja{
	background-image: url("../img/bgNaranja7.png");
}

.fondoBlanco{
	background-color: white;
}

.fondoAzulMarino{
	margin-top: 40px;
	background-color: #162B4f;
	padding: 10px 0;
	border-radius: 0 0 50px 50px;
}

.fondoAzulBG{
  background-color: #102B4E;
}

.horarios{
	padding-top: 10px;
}

.textoNaraja{
	color: #162B4f;
}
.textoBlanco{
	color: white !important;
}

.telefono{
	color: #F15A2A !important;
	font-weight: bold;
	font-size: 1.3em !important;
}






@-webkit-keyframes intermittente {
  75% {
    opacity: 0.7;
  }
}
@keyframes intermittente {
  75% {
    opacity: 0.7;
  }
}


.btnReservarAqui {
  
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 18px center;
  border: 1px solid #F15A2A;


  color: white;
  font-size: 16px;
  
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;

  white-space: pre-wrap;
  padding: 10px 1.8em;
  

           -webkit-animation: intermittente 0.1s infinite alternate;
          animation: intermittente 0.1s infinite alternate;
  box-shadow: 0px 0px 35px rgba(241, 90, 42, 0.3), 0 0 11px rgba(241, 90, 42, 0.3), 0 0 2px rgba(255, 0, 0, 0.3), 0 0 1px rgba(241, 90, 42, 0.3), 0 0px 17px rgba(241, 90, 42, 0.3), inset 0px 0 17px rgba(241, 90, 42, 0.3), inset 0px 0 30px rgba(241, 90, 42, 0.3);
}
@media (min-width: 480px) {
  .btnReservarAqui {
    width: auto;
  }
}
.btnReservarAqui:hover {
  background-color: #F15A2A !important;
   -webkit-animation: none;
          animation: none;
  box-shadow: none;
}







/* imagenes hover hoteles.html */
/* Included color classes.. 
	.red 
	.blue 
	.yellow 
	.green
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
figure.snip1281 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;
*/
 
  max-height: 220px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
figure.snip1281 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1281 img {
  opacity: 0.7;
  max-width: 100%;
}
figure.snip1281:after {
  background: #000000;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1281 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1281 h2,
figure.snip1281 span {
  margin: 0;
  width: 100%;
}
figure.snip1281 h2 {
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1281 span {
  color: #e6e6e6;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1281 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1281.yellow:after {
  background-color: #F15A2A;
}
figure.snip1281.yellow span {
  color: #F15A2A;
}
figure.snip1281:hover img,
figure.snip1281.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.snip1281:hover:after,
figure.snip1281.hover:after {
  width: 100%;
}

.contenedorHotel:hover .snip1281 img{
	 -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.contenedorHotel:hover figure.snip1281:after{
	width: 100%;
}

.pHotel:hover figure.snip1281{
	width: 20px !important;
}



.pHotel{
	background-color: white;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.75);
}



.fondoGris{
	background-color: #f4f4f4;
}

.fa-star{
	color: #f8b933;
}

.redes i{
	color: #F15A2A;
}

.logo{
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.logoFull{
	width: 320px !important;
}

.logoSmall{
	width: 165px;
}



/* botones sociales flotados */


.social-fixed {
  position: fixed;
  top: 40%; right: 0px;  
}

.social-fixed div.item {  
  width: 42px;
  height: 42px;
  text-align: center;
  padding: 10px 12px 12px;
}

.social-fixed div.item {
	margin-top: 0px;
}


.social-fixed div.item a {
  color: #ffffff;
  display: block;

}

.social-fixed div.item a, .social-fixed div.item {
  transition: 0.3s all ease-in;
}

#fb {background: #4862A3;
color: white !important;
}
#twitter{
	background-color: #5EA9DD;
}
#twitter:hover{
	background-color: #2988c6
-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
}

#fb:hover {background: #2B4480;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
}


#ig {background: red;} 

#ig:hover {background: #b2152c;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
}
#pin {background: #B70A0F;
color: white;
}
#pin:hover {background: #9C0106;}


.hrNaranja{
	border-color: #F15A2A;
	border-width: 4px;
	width: 60px;

}

.textoNaraja{

}

.contenedorHotel a{
	color: white !important;
}


#tf-contact h2, #tf-works h2{
	padding-bottom: .3em;
}


.nopadding{
	padding: 0 !important;
	margin: 0 !important;
}


.btn-azul{
	background-color: #162B4f;
	color: white;
	border-radius: 0;
	padding: 5px 25px;
}


/* acordion salones */



.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 1px solid #F16133;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #ce3e12;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}



.accordionTitle,
.accordion__Heading {
  background-color: #F16133;
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #ce3e12;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #ce3e12;
 
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #F16133;
  color: white;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}


/* acordion salones */



/* redes sociales */


a.btn {
  border: 0;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
  vertical-align: middle;
  width: 50px;
}
a.btn.facebook {
  background: center center no-repeat #3e5a92;
  border: 1px solid #2f446e;
  box-shadow: 0 3px 0 0 #364f80, 0px 1px 0px #2f446e;
  box-sizing: border-box;
}
a.btn.facebook:hover {
  background-color: #4665a4;
}
a.btn.twitter {
  background: center center no-repeat #31a6d8;
  border: 1px solid #2288b4;
  box-shadow: 0 3px 0 0 #2698c9, 0px 1px 0px #2288b4;
  box-sizing: border-box;
}
a.btn.twitter:hover {
  background-color: #46afdc;
}

a.btn.youtube {
  background: center center no-repeat #FF3333;
  border: 1px solid #ff0000;
  box-shadow: 0 3px 0 0 #c1152f, 0px 1px 0px #ff0000;
  box-sizing: border-box;
}
a.btn.youtube:hover {
  background-color: #ff4d4d;
}

a.btn:active {
  box-shadow: none;
  margin: 3px 0 -3px;
  outline: 0;
}



/* map */


* {
  box-sizing: border-box !important;
}



#map-canvas {
  height: 350px;
  width: 100%;
}

#overlay {
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
/*
#activeMap {
  background-color: #162B4f;
  display: block;
  margin-bottom: 5px;
  height: 8px;
  width: 25.08%;
  position: relative;
  z-index: 999;
} */
.activeMap{
	border-top: 8px solid  #162B4f;
}

.navMapa {
  display: table;
  height: 15%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navMapa li {
  border-left: 1px solid #E5E5E5;
  color: #787878;
  cursor: pointer;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 25%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.navMapa li:first-child {
  border-left: none;
}



/* map */


/* media queries */

@media screen and (max-width: 1260px){
  .logoFull{
  width: 165px !important;
}
#tf-menu{
	padding: 0 !important;
}
.navbar-default{
	background-color: black !important;
}
}

@media screen and (max-width: 480px){
h2{
	line-height: 30px;
}
.logomovil{
	padding-left: 10px;
}
#navbar-mobile{
	width: 100%;
}
.content{
	left: 1em;
}
.content h1{
	font-size: 18px;
}
#tf-home p.lead{
	font-size: 14px;
}
.inputreservas{
	width: 100%;
}
h1.lineas{
	font-size: 15px;
	display: block;
	
}
h1.lineas:after, h1.lineas:before{
	 background-color: #162B4f;
  content: "";
  display: block;
  height: auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.hidden-xs1{
  font-size: 12px;
}
}

@media only screen and (max-width : 1024px) {
    #navbar-escritorio {
        display: none;
    }
    #navbar-mobile{
    	display: block !important;
    	text-align: center;
    	background: #e7e7e7 !important;
    }
    .navbar-collapse{
    	padding-bottom: 35px;
    }
    .contenedorLlamada{
    	padding-top: 10px;
    }
    .navbar-default{
    	border-radius: 0 !important;
    }
    .reservaDer{
    	width: 100% !important;
    }
    .reservaIzq{
    	width: 100% !important;
    }
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color: #162B4f;
}
#footer h2{
	font-size: 17px;
}
.telfooter{
	max-width: 50px !important;
	padding-top: 12px;
}



