/* generales
-------------------------------------------------------------------------------------------------------------- */
html, body {font-family:'Ubuntu',sans-serif;background:#ebe7d9;color:#1D1D1B;}
ul {list-style-type: none;padding:0;margin:0;}
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-size:inherit;line-height:inherit;font-weight:inherit;}
.col-xs-15 {position:relative;min-height:1px;padding-right:10px;padding-left:10px;width:20%;float:left;}
.form-control:focus {border-color:#666;outline:0;-webkit-box-shadow:none;box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, a:focus, .btn:active, .btn.active {outline:none;outline-offset:0;}
label.error {font-size:11px !important;line-height:11px !important;padding:4px 5px 5px;color:#fff;background:#97368f;text-transform:uppercase;}
button:focus {outline:none;}
.navbar-toggler:focus {box-shadow:none;}
.back-to-top, .back-to-top:focus, .back-to-top:active {cursor:pointer;position:fixed;bottom:20px;right:20px;display:none;background:#ef322e !important;border:none;color:#fff !important;border-radius:100px;padding:10px 16px !important;z-index:50000;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
.back-to-top:hover {background:#222 !important;color:#fff !important;}
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {display:none;}
body {padding-top:0 !important;}


/* links
-------------------------------------------------------------------------------------------------------------- */
a, a:focus, a:active, a:focus.active {color:#333;text-decoration:none;outline:none;}
a:hover {color:#000;text-decoration:none;outline:none;}
.anchor {position:relative;}
.anchor::before {content:"";display:block;height:60px;margin-top:-60px;}


/* carousel
-------------------------------------------------------------------------------------------------------------- */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-dots,.owl-nav {text-align:center;-webkit-tap-highlight-color:transparent}
.owl-nav {margin-top:10px}
.owl-nav [class*=owl-] {color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-nav [class*=owl-]:hover {background:#869791;color:#FFF;text-decoration:none}
.owl-nav .disabled {opacity:.5;cursor:default}
.owl-nav.disabled+.owl-dots {margin-top:10px}
.owl-dots .owl-dot {display:inline-block;zoom:}
.owl-dots .owl-dot span {width:10px;height:10px;margin:5px 7px;background:#fbe6e3;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {background:#613C8F}
.carousel-wrap {width:1000px;margin:auto;position:relative;}
.owl-carousel {padding:0 50px;}
.owl-carousel .owl-nav {overflow:hidden;height:0px;}
.owl-carousel .item {text-align:center;}
.owl-carousel .nav-btn {height:47px;position:absolute;width:17px;cursor:pointer;top:42%;}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {pointer-events:none;opacity:0.2;}
.owl-carousel .prev-slide {background:url(images/usted-esta-aqui-nav-icon.png) no-repeat scroll 0 0;left:5px;}
.owl-carousel .next-slide {background:url(images/usted-esta-aqui-nav-icon.png) no-repeat scroll -33px 0px;right:5px;}
.owl-carousel .prev-slide:hover {background-position:0 -53px !important;}
.owl-carousel .next-slide:hover {background-position:-33px -53px !important;}

@media (min-width: 992px) {
.owl-carousel .nav-btn {top:44%;}
}

@media (min-width: 1200px) {
.owl-carousel .nav-btn {top:45%;}
}

@media (min-width: 1400px) {
.owl-carousel .nav-btn {top:46%;}
}


/* galería
-------------------------------------------------------------------------------------------------------------- */
.tz-gallery {padding:0 10px;}
.tz-gallery .row > div {padding:5px;}
.tz-gallery .col-6 {position:relative;}
.tz-gallery .lightbox img {width:100%;border-radius:0;position:relative;}
.tz-gallery .lightbox:before {position:absolute;top:50%;left:50%;margin-top:-13px;margin-left:-13px;opacity:0;color:#fff;font-size:26px;font-family:'Font Awesome 5 Free';content:'\f00e';font-weight:700;pointer-events:none;z-index:9000;transition:0.4s;}
.tz-gallery .lightbox:after {position:absolute;top:0px;left:0px;width:100%;height:100%;opacity:0;background-color:rgba(97,60,143,0.8);content:'';transition:0.4s;}
.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before {opacity:1;}
.baguetteBox-button {background-color:transparent !important;color:#fff !important;}
.baguetteBox-button:focus {outline:none !important;outline-offset:0 !important;}
#baguetteBox-overlay {display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


/* generales
-------------------------------------------------------------------------------------------------------------- */
.idioma {font-size:15px;line-height:19px;}
.intro-logo {max-width:200px;}
.intro h1 {font-size:30px;line-height:32px;font-weight:700;}
.intro h2 {font-size:22px;line-height:28px;}
.intro p {font-size:16px;line-height:24px;}
.intro .btn, .intro .btn:focus, .intro .btn:active, .intro .btn:focus.active {color:#fff;background-color:#F26922;border:none;border-radius:5px;padding:10px 20px;transition:.2s all;}
.intro .btn:hover {color:#fff;background-color:#00B1EB;border:none;transform:scale(1.02);}
.galeria {background:#1B9738;border-radius:10px;padding:30px 20px 20px;}
.faq {background:#00B1EB;}
.faq h2 {font-weight:700;font-size:25px;line-height:30px;color:#fff;}
.faq h3 {font-weight:500;font-size:18px;line-height:24px;color:#00B1EB;}
.faq .accordion-body {font-size:16px;line-height:22px;}
.faq .accordion-item {margin-top:20px;border:none;border-radius:5px !important;}
.faq .accordion-button {border-radius:5px !important;}
.faq .accordion-button:not(.collapsed) {background:none;box-shadow:none;}
.faq .accordion-button:focus {box-shadow:none;border:none;}
.faq .accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300B1EB'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.faq .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300B1EB'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.faq .accordion-button {padding:20px 20px;}
.faq .accordion-body {padding:0px 20px 20px;}
footer {background:url(images/usted-esta-aqui-fondo-lineas.svg) center center no-repeat;background-size:cover;}
.footer-mapa {height:125px;}
.footer-texto {font-size:20px;line-height:24px;font-weight:500;}
.footer-texto strong {font-weight:800;font-size:25px;}
.footer-kells img {height:25px;}

@media (min-width: 768px) {
.intro-logo {max-width:100%;}
.galeria {padding:60px 50px 50px;}
}

@media (min-width: 992px) {
.galeria {padding:80px 70px 70px;}
.faq h2 {font-size:35px;line-height:40px;}
.faq h3 {font-size:26px;line-height:30px;}
.faq .accordion-body {font-size:20px;line-height:30px;}
.faq .accordion-item {margin-top:20px;}
.faq .accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300B1EB'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");width:30px;height:30px;background-size:contain;background-repeat:no-repeat;}
.faq .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300B1EB'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");width:30px;height:30px;background-size:contain;background-repeat:no-repeat;}
.faq .accordion-button {padding:25px 30px;}
.faq .accordion-body {padding:0px 30px 25px;}
.footer-mapa {height:170px;}
.footer-texto {font-size:30px;line-height:34px;}
.footer-texto strong {font-size:35px;}
}

@media (min-width: 1200px) {
.intro h1 {font-size:40px;line-height:44px;}
.intro h2 {font-size:25px;line-height:30px;}
.galeria {padding:100px 90px 90px;}
}

@media (min-width: 1400px) {
.faq h3 {font-size:28px;line-height:32px;}
}