@font-face {
    font-family: rebel;
    src: url(fonts/Rebel.otf);
    src: url(fonts/Rebel.ttf);
}
/*  
==========================================================================
Reset
========================================================================== 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    min-width: 1000px;
}
ul {
    list-style: none;
}
ol {
    padding-left: 15px;
}
ol li {
    padding-left: 10px;
}
em {
    font-style: italic;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#main *, #main-header *, #main-footer *, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-image {
    overflow: hidden;
    position: relative;
}
.box-image img {
    display: block;
}
.img-responsive {
    width: 100%;
}
.img-max {
    max-width: 100%;
}
.resize-on-hover img {
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.resize-on-hover:hover img:not(.play-icon) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
a {
    text-decoration: none;
}
.white-bg {
    background: white;
}
.play-icon,
.play-icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.play-icon-svg{
    fill: white;
    width: 50px;
}

/*  
==========================================================================
Global classes
========================================================================== 
*/
:root {
  --blue-color: blue;
  --red-color: blue;
}
.relative {position: relative;}
.clear {clear: both;}
.pull-right {float: right !important;}
.pull-left {float: left;}
.center-block {margin: 0 auto;}
.pad{padding: 15px;}
.pad-small{padding: 5px}
.pad-v-small{padding: 10px 0}
.pad-h-small{padding: 0px 10px}
.pad-h {padding: 0 15px;}
.pad-v {padding: 15px 0;}
.no-pad {padding: 0 !important}
.no-pad-top {padding-top: 0 !important;}
.no-pad-bot {padding-bottom: 0 !important;}
.no-pad-left {padding-left: 0 !important;}
.no-pad-right {padding-right: 0 !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}
.text-uppercase {text-transform: uppercase;}
.text-capitalize {text-transform: capitalize;}
.container {min-width: 1000px; max-width: 1200px; padding: 0 15px; margin: 0 auto; }
.small-container {min-width: 750px; max-width: 850px; padding: 0 15px; margin: 0 auto; position: relative;}
.clearfix::after, .section:after, .container:after {content:""; display:block; clear:both;
}
._flex {
    display: flex;
}
._flex--col {
    flex-direction: column;
}
._flex--aic {
    align-items: center;
}
._flex--jcc {
    justify-content: center;
}
.grid {
    display: grid;
}
.grid--colFour {
    grid-template-columns: repeat(4, minmax(0, 281px));
}

.grid--gap15 {
    gap: 15px;
}
/*  
==========================================================================
Grid
========================================================================== 
*/

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row-small {
    margin-left: -5px;
    margin-right: -5px;
}
/* Floating */
.col-fifth, .col-half, .col-third, .col-two-third, .col-complete, .col-one, .col-two, .col-three, .col-four, .col-five, .col-six, .col-seven, .col-eight, .col-nine, .col-ten, .col-eleven, .col-complete {float: left;}
/* Grid sizes */
.col-one {width: 4.66666666667%;}
.col-two {width: 13.3333333333%;}
.col-fifth {width: 19.5%;}
.col-three {width: 25%;}
.col-four {width: 30.6666666667%;}
.col-third {width: 33.333%;}
.col-five {width: 43.3333333333%;}
.col-six {width: 48%;}
.col-half {width: 50%;}
.col-seven {width: 56.6666666667%;}
.col-eight {width: 65.3333333333%;}
.col-two-third {width: 66.666%;}
.col-nine {width: 75.0%;}
.col-ten {width: 82.6666666667%;}
.col-eleven {width: 91.3333333333%;}
.col-complete { width: 100%;}
/* Padding */
.col-padding {padding: 25px 15px;}
.col-block {display: inline-block; float: none !important; vertical-align: top;}
.col-third.col-block {width: 32.9%;}
.col-two-third.col-block {width: 66%;}
.col-three.col-block {width: 24.5%;}
.col-half.col-block {width: 49%;}

/*  
==========================================================================
Colors
========================================================================== 
*/
.white {color: #fff;}
.orange {color: #e77917;}
.black {color: #545454;}
.grey {color: #999;}
.bgorange {background-color: #e77917;}
/*  
==========================================================================
Fonts
========================================================================== 
*/
/* font-sizes */
html {
    font-size: 14px;
}
@media(max-width: 1400px) {
    html {
        font-size: 14px;
    }   
}

.title-small {
    font-size: 0.9rem;
}
.content, .description, .side-content {
    font-size: 1.1rem;
    line-height: 1.5;
}
.title6 {
    font-size: 1.1rem;
}
.title5 {
    font-size: 1.3rem;
}
.title4 {
    font-size: 1.6rem;
}
.title3 {
    font-size: 2rem;
}
.title2 {
    font-size: 2.6rem;
}
.title1 {
    font-size: 3.5rem;
}
.actividad-main-title {
    font-size: 5rem;
}
.main-title {
    font-size: 8.5rem;
    margin-bottom: 20px;
}

/* font-weights */
.light {font-weight: 300;}
.normal {font-weight: 400;}
.bold {font-weight: 700;}

/* font-style */
.italic {font-style: italic;}
.normal {font-style: normal;}
/*  
==========================================================================
Breadcrumbs
========================================================================== 
*/
ul.breadcrumbs {
    position: absolute;
    top: 0;
    padding-top: 30px;
    padding-left: 0;
}
ul.breadcrumbs li {
    display: inline;
    margin-right: 5px;
    color: #777;
}
ul.breadcrumbs li a:last-child {
    color: #777;
}
.breadcrumbs li:not(:last-child):after {
    content: ">";
    margin-left: 5px;
    color: #777;
}

/*  
==========================================================================
Forms
========================================================================== 
*/

.form-container {
    background: #f5f5f5;
    -webkit-box-shadow: 0px 5px 35px -15px #222;
    box-shadow: 0px 5px 35px -15px #222;
    position: relative;
}

select,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"] {
    border: 1px solid #fff;
    background-color: #fff;
    border-style: solid;
    border-radius: 0;
    padding: 15px 12px;
    letter-spacing: 1px;
    font-size: 0.95em;
    width: 100%;
    display: inline-block;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.second-step select,
.second-step textarea,
.second-step input[type="text"],
.second-step input[type="number"],
.second-step input[type="email"],
.second-step input[type="search"] {
    font-size: 1em;
}
input.calendar {
    cursor: pointer;
    background: #fff url(/templates/images/icalendario.png) 95% no-repeat;
}
input.ipeople {
    cursor: pointer;
    background: #fff url(/templates/images/ipersona.png) 95% no-repeat;
}
textarea {
    height: 120px;
}
.fast-booking-container textarea {
    height: 155px;
}
.footer-newsletter input[type="email"] {
    background: white;
    margin-right: -3px;
    margin-top: 5px;
    outline: 0px !important;
    border: 0px transparent;
}

/* force place holder to change */
 ::-webkit-input-placeholder {
    color: #111;
    font-weight: 100;
    font-family: "helvetica";
}

 ::-moz-placeholder { /* firefox 19+ */
    color: #111;
    font-weight: 100;
    font-family: "helvetica";
}

 :-ms-input-placeholder { /* ie */
    color: #111;
    font-weight: 100;
    font-family: "helvetica";
}

/*  
==========================================================================
Buttons
========================================================================== 
*/
.btn {
    border: 1px solid #333;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    color: #333;
    padding: 14px 38px;
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 0px;
    cursor: pointer;
    min-width: 175px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.btn.fast-booking-btn {
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #555;
    background-color: #fff;
    font-weight: 400;
    -webkit-box-shadow: 0px 5px 25px -14px #717171;
    box-shadow: 0px 5px 25px -14px #717171;
}
.btn.fast-booking-btn:hover {
    border: 1px solid #e77917;
    background-color: #e77917;
    color: #fff;
}
.btn.btn-info {
    border: 1px solid #111;
    color: #111;
    background-color: transparent;
    font-weight: bold;
}
.btn.btn-info:hover {
    border: 1px solid #111;
    background-color: #111;
    color: #fff;
}
.btn.btn-info-orange {
    border: 1px solid #e77917;
    color: #fff;
    background: #e77917;
    font-style: italic;
    padding: 14px 38px 14px 38px;
    text-align: center;
}
.btn.btn-info-orange:hover {
    background: #e86d00;
    border: solid 1px #e86d00;
}
.btn.btn-submit-white {
    border: 1px solid #fff;
    color: #e77917;
    background: white url(/templates/images/send-orange.png) 86% no-repeat;
    font-style: italic;
    padding: 14px 38px 14px 20px;
    text-align: left;
}
.btn.btn-submit-white:hover {
    background: white url(/templates/images/send-orange.png) 90% no-repeat;
}
.btn.btn-submit-orange {
    border: 1px solid #e77917;
    color: #fff;
    background: #e77917 url(/templates/images/send-white.png) 86% no-repeat;
    font-style: italic;
    padding: 14px 38px 14px 20px;
    text-align: left;
}
.btn.btn-submit-orange:hover {
    background: #e77917 url(/templates/images/send-white.png) 90% no-repeat;
}
.btn-fixed {
    border: 1px solid #e77917;
    border-width: 1px;
    border-style: solid;
    background: #e77917;
    color: #fff !important;
    padding: 6px 22px;
    text-align: center;
    font-size: 1.15rem;
    font-style: italic;
    border-radius: 1px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.btn-fixed:hover {
    background: #e86d00;
    border: solid 1px #e86d00;
}
.btn.list-box-btn {
    border: 1px solid #f5f5f5;
    font-size: 1.2rem;
    color: #e77917 !important;
    background: #f5f5f5 url(/templates/images/send-orange.png) 86% no-repeat;
    font-style: italic;
    padding: 12px 50px 12px 20px;
    text-align: left;
    position: absolute;
    right: 20px;
    bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.list-box-btn:hover {
    background: #f5f5f5 url(/templates/images/send-orange.png) 90% no-repeat;
}
.btn.form-btn {
    border: 1px solid #f5f5f5;
    font-size: 1.2rem;
    color: #e77917 !important;
    background: url(/templates/images/send-orange.png) 96% no-repeat;
    font-style: italic;
    padding: 1px 50px 1px 20px;
    outline: 0px;
    display: inline-block;
    text-align: right;
    margin-top: 15px;
    float: right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.form-btn:hover {
    background: #f5f5f5 url(/templates/images/send-orange.png) 100% no-repeat;
}

/*  
==========================================================================
Separators
========================================================================== 
*/
.separador {
    display: block;
    padding: 10px 0;
    width: 100%;
}
.separador:before {
    content: "-";
    font-size: 2rem;
}

/*  
==========================================================================
Icons
========================================================================== 
*/
.material-icons {
    font-size: 20px;
    vertical-align: bottom !important;
}
.material-icons.md-18 {font-size: 50px !important;}
.material-icons.md-24 {font-size: 50px !important;}
.material-icons.md-28 {font-size: 50px !important;}
.material-icons.md-32 {font-size: 50px !important;}

/*  
==========================================================================
Animated effects
========================================================================== 
*/
.animated {
    opacity: 1 !important;
}
.animated.slideInLeft,
.animated.slideInRight,
.animated.zoomIn,
.animated.fadeInLeft,
.animated.fadeInUp,
.animated.fadeInRight {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
}

.animated.bounceInUp,
.animated.bounceInDown {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}
.marker {
    position: relative;
    top: 70px;
}

/* 
==========================================================================
Overlays
========================================================================== 
*/
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    background-color: rgba(41, 39, 33, 0.4);
}
.orange-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    background-color: #e2791e;
}

.orange-matic-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    background: rgba(226,122,30,1);
    background: -moz-linear-gradient(left, rgba(226,122,30,1) 0%, rgba(226,122,30,1) 50%, rgba(226,121,30,0.79) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,122,30,1)), color-stop(50%, rgba(226,122,30,1)), color-stop(100%, rgba(226,121,30,0.79)));
    background: -webkit-linear-gradient(left, rgba(226,122,30,1) 0%, rgba(226,122,30,1) 50%, rgba(226,121,30,0.79) 100%);
    background: -o-linear-gradient(left, rgba(226,122,30,1) 0%, rgba(226,122,30,1) 50%, rgba(226,121,30,0.79) 100%);
    background: -ms-linear-gradient(left, rgba(226,122,30,1) 0%, rgba(226,122,30,1) 50%, rgba(226,121,30,0.79) 100%);
    background: linear-gradient(to right, rgba(226,122,30,1) 0%, rgba(226,122,30,1) 50%, rgba(226,121,30,0.79) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27a1e', endColorstr='#e2791e', GradientType=1 );
}

/* 
==========================================================================
Detailed classes
========================================================================== 
*/
.section {
    position: relative;
    padding: 75px 0;
}
.section-center, .content-center {
    position: relative;
    width: 800px;
    margin: 0 auto;
}
.subtitle {
    font-style: italic;
}
.special-title {
    font-family: "rebel";
}
.content p:not(:last-child), .side-content p:not(:last-child) {
    margin-bottom: 15px;
}
.content a {
    color: #e77917;
}
#content-home .content a, #category-actividad .content a {
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#content-home .content a:hover, #category-actividad .content a:hover {
    font-weight: bold !important;
}
.grid-box {
    position: relative;
}
.grid-box-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: white;
}

.grid-box figure {
    background: #e77917;
}
.grid-box figure img {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.grid-box:hover img {
    opacity: 0.1;
}
.grid-box-content .description {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.grid-box:hover .description {
    max-height: 80px;
    padding-top: 15px;
    opacity: 1;
}

/* header */
#content-home #main-header {
    height: auto;
    width: 100%;
    min-height: 600px;
}
#content-actividad #main-header {
    height: 70vh;
}
#content-fullpage #main-header {
    height: 100px;
    background: transparent;
}
#main-header {
    height: auto;
    width: 100%;
    background: #f5f5f5;
}
.top-header {
    background: white;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #f5f5f5;
    z-index: 9;
    /*height: 105px;*/
    overflow: hidden;
    top: 0;
}
.top-header-pad {
    padding: 10px 15px;
}
.header-info {
    margin-top: 8px;
}
.header-navigation {
    margin-top: 25px;
}
.header-navigation ul li {
    display: inline-block;
    padding-left: 30px;
    font-style: italic;
    font-size: 1.15rem;
}
.header-navigation ul li a {
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-navigation ul li a:hover {
    color: #e77917;
}
.header-info a {
    color: #333;
}
.header-phone {
    padding-right: 6px;
}
.header-email {
    padding-left: 6px;
}
.header-languages {
    display: inline-block;
    padding-left: 20px;
}
.header-languages ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 3px;
}
.header-languages ul li.active a {
    color: #e77917;
}
.home-slideshow {
    width: 100%;
    height: 100vh;
    top: 85px;
    position: relative;
    background: #e1e1dd;
    background-size: cover;
}
.cycle-slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.cycle-slideshow > div {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
}
.slideshow-box .container {
    height: 100%;
}   

.slide-cta {
    margin-top: 30px;
}
.cycle-main-box {
    position: relative;
}
.pager {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;           
}
.pager span {
    display: block;
    cursor: pointer;            
    font-size: 1.5em;
    line-height: 1;
    color: #999;
}
span.cycle-pager-active {
    color: orange;
}

/* footer */

.footer-newsletter {
    padding-bottom: 100px !important;
}
.footer-newsletter-container {
    background: #f5f5f5;
    padding: 30px 20px;
}
.footer-newsletter-container .col-block {
    vertical-align: middle;
}
#main-footer {
    padding: 75px 0 0;
    background: #e77917;
}
#main-footer a {
    color: white;
    font-weight: 300;
}
.footer-links ul li {
    padding: 5px;
    font-weight: 300;
    width: 33%;
    float: left;
}
.footer-links a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-links a:hover {
    opacity: 0.9;
}
.post-footer {
    padding: 35px 0 15px;
    color: white !important
}
.post-footer a {
    color: white !important;
}

.post-footer ul li {
    display: inline-block;
    font-weight: 300;
}

.icon.icon-facebook,
.icon.icon-youtube,
.icon.icon-twitter,
.icon.icon-instagram {
    margin: 0 3px;
    width: 25px;
    height: 20px;
    display: inline-block;
}
.icon.icon-facebook:hover,
.icon.icon-youtube:hover,
.icon.icon-instagram:hover,
.icon.icon-twitter:hover {
    opacity: 0.7;
    cursor: pointer;
}
.icon.icon-youtube { 
    background-image: url(/templates/images/youtube.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.icon.icon-facebook { 
    background-image: url(/templates/images/facebook.svg);
    background-position: center;
    background-repeat: no-repeat;  
    width: 30px; 
}
.icon.icon-twitter { 
    background-image: url(/templates/images/twitter.png);
    background-position: center;
    background-repeat: no-repeat;       
}
.icon.icon-instagram { 
    background-image: url(/templates/images/instagram.svg);
    background-position: center;
    background-repeat: no-repeat;       
}

/* content-home */

.home-presentacion {
    padding: 70px 0;
    background: url(/templates/images/bg-presentacion.jpg) center no-repeat;
    background-size: cover;
}
.home-presentacion .col-block {
    vertical-align: middle;
}
.home-reservas {
    padding: 20px 0;
}
.home-reservas-container {
    background: #f5f5f5;
    padding: 30px 20px;
}
.home-reservas-container .col-block {
    vertical-align: middle;
}
.home-featured .special-title {
    margin-bottom: 30px;
}
.featured-box {
    position: relative;
    color: #333;
}
.f-box-price {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #e77917;
    background: transparent;
    padding: 10px 20px;
    z-index: 1;
    font-size: 1.1rem;
}
.f-box-price span {
    font-size: 1.8rem;
}
.f-box-content {
    border: solid 1px #ededed;
    border-top: 0px solid transparent;
    padding-bottom: 50px;
    height: 270px;
    background: white;
    overflow: hidden;
}
.f-box-content .title4:hover {
    text-decoration: underline;
}
.f-box-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #e77917;
    font-size: 1.1rem;
    font-style: italic;
    cursor: pointer;
}
.home-opinions-background {
    width: 100%;
    height: 450px;
    background: url(/templates/images/opiniones-bg.jpg) center no-repeat;
    background-size: cover;
}
.home-opinions-content-container {
    width: 380px;
    background: rgba(231, 121, 23, 0.9);
    height: 525px;
    /*border: solid 1px white;*/
    position: relative;
    top: -38px;
    padding: 40px;
}
.home-opinions-content .special-title {
    margin: 10px 0px 50px;
}
.home-opinions-content .the-opinion {
    margin-bottom: 25px;
}
.home-training-background {
    width: 100%;
    height: 450px;
    background: url(/templates/images/zona-training-portada-3.jpg) center no-repeat;
    background-size: cover;
    margin-top: 40px;
}
.link-arrow {
    background:url(/templates/images/send-white.png) 86% no-repeat;
    color: white;
    font-size: 1.3rem !important;
    font-style: italic;
    font-family: 'Lato';
    width: 180px;
    display: inline-block;
    transition: 0.3s ease all;
}

.link-arrow:hover {
    background:url(/templates/images/send-white.png) 90% no-repeat;
}

.cycle-prev {
    width: 40px;
    height: 40px;
    background: url(/templates/images/cycle-prev.png) center no-repeat;
    position: relative;
    z-index: 999;
    cursor: pointer;
    display: inline-block;
    float: left;
}
.cycle-next {
    width: 40px;
    height: 40px;
    background: url(/templates/images/cycle-next.png) center no-repeat;
    position: relative;
    z-index: 999;
    float: right;
    cursor: pointer;
    display: inline-block;
}
.home-actividades .special-title {
    padding: 70px 30px 55px;
    background: url(/templates/images/bg-actividades.png) top no-repeat;
}
.home-featured .special-title {
    padding: 65px 30px 40px;
    background: url(/templates/images/bg-packs.png) top no-repeat;
}


/* category-actividad */

#category-actividad .section-presentacion {
    padding: 50px 0;

}
#category-actividad .section-presentacion .col-block {
    vertical-align: middle;
}
.list-box {
    border: solid 1px #ddd;
    height: 280px;
    color: #333;
    position: relative;
}
.list-box .title4:hover {
    text-decoration: underline;
}
.related-products {
    background: #f5f5f5;
    margin-bottom: 90px;
}
.list-box-price {
    position: absolute;
    bottom: 20px;
    font-style: italic;
    color: #e77917;
    padding: 10px 12px;
    z-index: 1;
    font-size: 1.1rem;
}
.list-box-price span {
    font-size: 1.8rem;
}
.list-box .col-three{
    height: 100%;
    overflow: hidden;
}
.list-box-content {
    height: 125px;
    overflow: hidden;
}

.list-box-link, .list-box a, .featured-box a {
    color: inherit;
}
.form-overlay {
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    background: rgba(0, 0, 0, 0.74);
    z-index: 999;
}
.form-overlay.opened-form {
    opacity: 1;
    position: fixed;
    left: 0;
}
#form-popup {
    width: 450px;
    opacity: 0;
    padding: 15px;
    left: 50%;
    top: -100%;
    position: fixed;
    min-height: 400px;
    z-index: 9999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#form-popup.opened {
    top: 50%;
    opacity: 1;
}

/* content-actividad */

/* .activity-gallery .col-half.pad-small img {
    max-height: 163px;
} */

.actividad-main-titles {
    position: absolute;
    width: 950px;
    bottom: 20px;
}
.activity-price span {
    color: #e77917;
    font-size: 2rem;
    padding-left: 5px;
}
.actividad-main-titles {
    text-shadow: 1px 1px 5px #111;
}
.i-con .title5, .i-con .description {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ieuro .title5 {
    background: url(/templates/images/euro.png) left no-repeat;
}
.ireloj .title5 {
    background: url(/templates/images/ireloj.png) left no-repeat;
}
.ilocalizacion .title5 {
    background: url(/templates/images/ilocalizacion.png) left no-repeat;
}
.ipersona .title5 {
    background: url(/templates/images/ipersona.png) left no-repeat;
}
.ihorario .title5 {
    background: url(/templates/images/icalendario.png) left no-repeat;
}
.imenu .title5 {
    background: url(/templates/images/imenu.png) left no-repeat;
}
.istar .title5 {
    background: url(/templates/images/istar.png) left no-repeat;
}
.ismile .title5 {
    background: url(/templates/images/ismile.png) left no-repeat;
}
.interior-opinions {
    background: #e77917;
    margin-top: 150px;
}
.interior-opinions:before {
    content: " ";
    height: 300px;
    width: 100%;
    position: absolute;
    background: url(/templates/images/ikayac.png) 84% no-repeat;
    top: -215px;
    right: 0px; 
}

/* content-about-us */

.person-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.62) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(44%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.62)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.62) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.62) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.62) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.62) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.person-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.home-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.31) 53%, rgba(0,0,0,0) 91%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(11%, rgba(0,0,0,0)), color-stop(53%, rgba(0,0,0,0.31)), color-stop(91%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.31) 53%, rgba(0,0,0,0) 91%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.31) 53%, rgba(0,0,0,0) 91%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.31) 53%, rgba(0,0,0,0) 91%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.31) 53%, rgba(0,0,0,0) 91%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#content-contact .content strong, #content-contact .side-content strong {
    font-weight: bold;
}

/* Content Training Zone */

#content-training .header-background {
    height: 400px;
}

.videoContainer video {
    width: 100%;
}

.orange-overlay--training {
    position: absolute;
    height: 265px;
    width: 100%;
    top: 50%;
    z-index: -1;
    background-color: #e2791e;
    transform: translateY(-50%);
    transition: height 0.4s;
}
/* 
@media (max-width: 1136px) {
    .orange-overlay--training {
        height: 350px;
    }
} */

#content-training .special-title.title2 {
    padding: 70px 30px 55px;
    background: url(/templates/images/bg-reserva.png) top no-repeat;
}

.greyBorder {
    border: 1px solid #e6e6e6;
    border-top: none;
    overflow: hidden;
}

.greyBorder .description {
    height: 95px;
    overflow: hidden;
}

#content-training .list-box-content {
    height: 150px;
} 

#content-training .list-box-content p{
    max-width: 100%;
}

.list-box-price--relative {
    margin-top: 15px;
    position: relative !important;
    bottom: 0;
}


#content-training main ul {
    padding-left: 25px;
}

#content-training main ul li {
    list-style-type: disc;
}


/* Content Training Zones */

#content-trainingzones .header-background {
    height: 400px;
}

#content-trainingzones .orange-overlay--training {
    transform: translateY(-191px);
    height: 305px;
}

@media (max-width: 1136px) {
    #content-trainingzones  .orange-overlay--training {
        transform: translateY(-209px);
        height: 350px;
    }
}

.difficulty-blocks {
    margin-top: 30px;
}

.difficulty-block {
    margin-bottom: 15px;
}

.difficulty-block .special-title {
    font-size: 28px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.difficulty-block .content ul {
    padding-left: 25px;
    margin-bottom: 30px;
}

.difficulty-block .content ul li {
    list-style-type: disc;
}

.double-arrow {
    transform: rotate(90deg);
    fill: white;
    transition: transform ease-out .3s;
}

.difficulty-block .content {
    padding: 0 20px 0;
    overflow: hidden;
    display: none;
    width: 755px;
    max-width: 100%;
}

.difficulty-block .content > *:last-child {
    padding-bottom: 15px;
} 

.nivel1 {
    background-color: #589156;
}

.nivel2 {
    background-color:  #477EA5;
}

.nivel3 {
    background-color: #BD4A52;
}

.presentacion-logo--warning {
    display: flex;
    justify-content: left;
    margin-right: 15px;
    width: 30px;;
}

.presentacion-logo--warning svg {
    fill: white;
    width: 135px;
}

.ieuro p:not(:first-of-type){
    margin-top: 15px;
}

.video-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.box-image--title,
.overlay--container {
    position: absolute;
    bottom: 0; 
    left: 0;
    padding: 15px;
    font-family: 'Lato';
    font-style: italic;
    font-size: 1.6rem;
    color: white;
}

.overlay--description {
    font-size: 1.1rem !important;
    margin-top: 15px;
}

.box-image--overlay {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
}

.show-overlay-hover:hover .box-image--overlay {
    opacity: 0.9;
}

.show-overlay-hover:hover .box-image--title{
    display: none;
}

.rotate svg{
    transform: rotate(-90deg);
    transition: transform ease-out .3s;
}


/* Fast-booking */

.fast-booking-container {
    padding: 0;
    background: #f6f6f6;
}

.fast-booking-container .second-step{
    position: relative;
}
.first-step, .second-step {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.first-step.opened {
    opacity: 1;
    padding: 30px;
    max-height: 500px;
}
.second-step {
    max-height: 0;
    padding: 0;
    overflow: hidden;
}
.second-step.opened {
    max-height: 1000px;
    padding: 40px 0 25px;
}
.first-step, .first-step.closed {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
}
.fast-close {
    position: absolute;
    right: 30px;
    padding: 4px 9px;
    height: 25px;
    border: solid 1px #e77917;
    border-radius: 100%;
    width: 26px;
    text-align: center;
    color: #e77917;
    cursor: pointer;
    font-family: arial;
}
#close-first-step {
    top: -5px;
}
#close-second-step {
    top: 20px;
}

#form-popup .thanks-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
}
.thanks-container {
    text-align: center; 
}
.thanks-title {
    font-size: 2rem;
    color: #444;
    padding: 0 0 15px;
    font-style: italic;
}
.thanks-subtitle {
    font-size: 1.4rem;
    font-style: italic;
    color: #444;
    padding-bottom: 15px;
}
.ajax-form-loader {
    position: absolute;
    bottom: 15px;
}
#form-popup .ajax-form-loader {
    position: absolute;
    bottom: 15px;
}
.ajax-form-errors {
    display: block;
    font-size: 1.2rem;
    font-style: italic;
    color: #2b2b2b;
    padding-left: 5px;
}
#form-popup .ajax-form-errors {
    text-align: center;
    padding-top: 15px;
    padding-left: 0px;
}

.form-container .thanks-container {
    padding-bottom: 40px;
}
.form-container .ajax-form-errors {
    text-align: center;
    padding-top: 20px;
    padding-left: 0px;
}

.thanks-container {
    padding: 8px;
    text-align: center;
}
.thanks-container .thanks-title {
    font-size: 32px;
    padding-bottom: 15px;
    color: #444444;
}
.thanks-container .thanks-subtitle {
    font-size: 21px;
    line-height: 1.2;
    color: #444444;
}


._leadform textarea{
    resize: none;
}
    
/*--- form errors ---*/
._leadform input.error,
._leadform input.error ~ .checkbox__checkmark{
    background-color: rgba(145, 143, 76, 0.2);
    background-color: hsl(28deg 82% 50% / 20%);
    border-color: transparent !important;
}

.leadform__errors > div{
    display: none;
}
.leadform__errors > div.show {
    display: block;
    font-size: 17px;
    font-style: italic;
    color: #2b2b2b;
    margin-top: 20px;
    text-align: center;
    font-family: 'Lato';
    line-height: 1.2;
}
.leadform__errors > div.show > p:not(:last-child){
    margin-bottom: 5px;
}
.leadform__errors .form-container .ajax-form-errors{
    padding-top: 0;
}


.leadform__loader{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}
.leadform__loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*
     FILE ARCHIVED ON 18:34:18 Apr 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:19:29 Feb 22, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 272.176
  exclusion.robots: 0.102
  exclusion.robots.policy: 0.093
  cdx.remote: 0.063
  esindex: 0.008
  LoadShardBlock: 232.365 (3)
  PetaboxLoader3.datanode: 240.821 (5)
  load_resource: 133.328
  PetaboxLoader3.resolve: 88.464
  loaddict: 14.953
*/

.activity-gallery .col-half.pad-v.no-pad-bot {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    flex-wrap: wrap;
}

.activity-gallery .resize-on-hover,
.activity-gallery .box-image {
    height: 100%;
}

.activity-gallery .img-responsive {
    object-fit: cover;
    height: 100%;
}

.activity-gallery .col-complete {
    max-height: 400px;
    min-height: 400px;
}

.activity-gallery .col-complete img{
    object-fit: cover;

}