/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Logo */
.tm-navbar > .uk-container-center > .uk-flex-middle > .uk-text-center  {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: 10;
  padding-left:0;
  
}
.tm-navbar.uk-active .tm-logo img { height:100px !important; width:100px !important; }
.tm-navbar { z-index:5; }

.tm-logo-small img {
	position: absolute;
	z-index: 10;
	top: 20px;
}
/* Teaser slider */
@media (min-width: 768px) {
  .tm-teaser-container { margin-bottom: 20px; }
}
/* .tm-heading-teaser { line-height: 0.8; } */
.tm-heading-teaser {
	margin-bottom: -0.15em;
	padding: 0 60px;
	padding-top: 0.15em;
	line-height: 160px;
	font-size: 280px;
}
.mobile .tm-heading-teaser {
	font-size: 38vw;
	padding: 0 21px;
	line-height: 100px;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
}
.tm-heading-lead {
	/* position: absolute;
	left: 50%;
	transform: translate(-50%, -30%);
	bottom: -30px; */
    font-family: 'Qwigley';
	font-size: 100px;
	line-height: 1;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -2px;
	color: #FFFFFF;
    white-space: nowrap;
}
.mobile .tm-heading-lead {
	font-size: 11vw;
	letter-spacing: 0;
}
.tm-block-gradient.uk-block-default {
	background-image: url(../../../images/system/dron-hero.jpg), radial-gradient(at top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%);
    background-size: cover;
    background-position: 50% 50%;
}

/* Boton descubra más */
.tm-scroll-message {
  min-width: 100px;
  text-align: center;
  position: relative;
  z-index: 10;
  bottom:-30px;
}
svg.tm-icon-scroll > path {
  fill: #ffffff /*#808080*/;
}
.tm-scroll-message a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 300;
  color: #ffffff /*#808080*/;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
}
.tm-scroll-message a:hover {
  color: #2a2a2a;
}
.tm-scroll-message a:hover svg.tm-icon-scroll > path {
  fill: #2a2a2a !important;
}
.tm-icon-scroll {
  -webkit-animation: tm-icon-scroll 3s ease-out infinite;
  animation: tm-icon-scroll 3s ease-out infinite;
}
@-webkit-keyframes tm-icon-scroll {
  0% {
    -webkit-transform: translateY(0);  
  }  
  20% {  
    -webkit-transform: translateY(0);  
  }  
  25% {  
    -webkit-transform: translateY(3px);  
  }  
  30% {  
    -webkit-transform: translateY(-3px);  
  }  
  35% {  
    -webkit-transform: translateY(3px);  
  }  
  40% {  
    -webkit-transform: translateY(0);  
  }  
  100% {  
    -webkit-transform: translateY(0);  
  }  
}  
@keyframes tm-icon-scroll {  
  0% {  
    transform: translateY(0);  
  }  
  20% {  
    transform: translateY(0);  
  }  
  25% {  
    transform: translateY(3px);  
  }  
  30% {  
    transform: translateY(-3px);  
  }  
  35% {  
    transform: translateY(3px);  
  }  
  40% {  
    transform: translateY(0);  
  }  
  100% {  
    transform: translateY(0);  
  }  
}


.frontpage .tm-top-b { padding-top:100px; }

/*Creditos creativa*/
div.creativa { margin-top:0px !important; }

/*Gradiente inferior slider inicio*/
.tm-top-a::after { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #f4f4f4 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
}
/*Nuestros serv. Inicio*/
.ourserv .uk-panel > .uk-panel-title { margin-top: 60px; }
.ourserv .uk-panel > .uk-panel-title + div { padding-bottom: 30px; }

/*Video de youtube*/
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube-video iframe, .youtube-video object, .youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*SECCION CABANAS*/
.uk-panel.uk-padding-small { padding: 10px; }
.uk-margin-medium-top { margin-top:10px !important; }
.sec-cabanas #tm-main .uk-panel h3 {
	font-size: 22px;
	border-left: 3px solid #1FA2D6;
	padding-left: 8px;
}
.sec-cabanas .uk-article.tm-blog-single>ul.uk-list:last-child { display:none; }
#rl_modals_loaded_content { padding:30px 40px !important; }
.ca-single-descr { display:flex;flex-flow:column; }
.sec-cabanas .uk-width-small-1-2 { margin-top:15px; }
@media (min-width: 480px) {
  .sec-cabanas .uk-width-small-1-2 { margin-top:0px !important; }
}
.sec-cabanas .uk-slideshow>li { min-height:200px; }
@media (min-width: 768px) {
.sec-cabanas .uk-slideshow>li { min-height:400px !important;height: calc(((90vw - 80px) / 2) * 0.75); }
}
button#rl_modals_close { display:none; }
.uk-article > .uk-close {
	margin: -10px -10px 0 0;
	float: right;
}
/*Tarifas*/
.uk-table thead th {
	font-size: 16px;
	color: #598bd8;
    background-color: rgba(0, 0, 0, 0.05);
}
th:first-child { border-top-left-radius: 45px; border-bottom-left-radius: 45px; }
th:last-child { border-top-right-radius: 45px; border-bottom-right-radius: 45px; }
.uk-table thead th.sorttable_sorted {
	color: #fff;
	background-color: #4a78bf;
	border-radius: 45px;
}
.uk-table th, .uk-table td { padding-left:15px; }
.sorttable_sorted > div {display: contents;}
.ca-tarifas th { cursor: pointer; }
/*SECCION EVENTOS*/
.sec-eventos #tm-main .uk-panel h3 {
	border-left: 3px solid #1FA2D6;
	padding-left: 8px;
    color: #464646;
}

.sec-eventos .uk-width-small-1-2 { margin-top:15px; }
@media (min-width: 480px) {
  .sec-eventos .uk-width-small-1-2 { margin-top:0px !important; }
}

/*Banner eventos*/
.sticky-sidebar, .sticky-sidebar .uk-sticky-placeholder { height: 100% !important; padding: 0px;}
.sticky-sidebar div[data-uk-sticky] {
	background: #f9f9f9;
	color: #626262;
	overflow: hidden;
	border-radius: 6px;
	background-image: none;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.2);
}
@media (max-width: 480px) {
  .frames .uk-cover-background { background-size:contain !important; }
}

/*SECCION RESERVAS*/
#tm-bottom-d { padding-top:60px !important; }

/*SECCION RESERVAS*/
@media (max-width: 767px) {
.boton-contacto { font-size:2.3vw; }
}

.chrono_credits { display: none !important; }
.chronoform #fin-enviar { text-align: center; }
.chronoform #fin-enviar input {
	width: 50%;
	border-radius: 55px;
}
.padding-contacto { padding-bottom:100px !important; }

 /*GLOBALES*/ 
/*Padding content*/
.sec-cabanas #tm-main, .sec-eventos #tm-main, .sec-reservas #tm-main, .sec-ubicacion #tm-main, .sec-nosotros #tm-main { padding-top:50px; }
@media (min-width: 768px) {
  .sec-eventos #tm-main, .sec-reservas #tm-main, .sec-ubicacion #tm-main, .sec-nosotros #tm-main { padding-top:100px; }
  }
/*to top*/
@media (max-width: 767px) {.tm-totop-scroller { top:92%; } }
/*links ocultos*/
.uk-link-muted { color:#ffffff;outline:0 !important; }
.uk-link-muted:hover { color:#ffffff; text-decoration:underline; }
.uk-link-muted:focus { color:#ffffff; text-decoration:none; }
.ca-text-medium { font-size:18px; }
.ca-icon { height: 18px; vertical-align:sub; margin-right: 10px; }
.ca-margin-medium-top { margin-top:30px !important; }
.sec-cabanas .uk-article .ca-margin-medium-top { margin-bottom:30px !important; }
.ca-linkd:hover { text-decoration:underline; }
.ca-socialicon { min-width:60px; }
.ca-socialicon-inner:hover {
	background-color: rgba(98, 98, 98, 0.3);
	border-radius: 5px;
	padding: 3px;
}

.uk-navbar-nav > li > a {
	color: rgba(98, 98, 98, 1);
	font-size: 12px;
}
select#habitacion {
	padding-left: 10px;
	height: 55px;
}
.sec-cabanas .uk-article.tm-blog-single > ul:first-child  { display:none !important; }

[title~=Faboba] { display: none !important;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sun {
    margin-left:5px;
    float:left;
    height:32px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s ease-in-out 1;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    }
  .titulonosotros > .uk-flex {
	height: 100vh;
	min-height: 600px;
  }
}
.fit-images .uk-cover-background { background-size: contain !important; }

.titulonosotros > .uk-flex > .uk-width-9-10 { width:100% !important; }