@charset "UTF-8";

@font-face {
    font-family: 'handwritten';
    src: url('../fonts/handwritten/jrhand-webfont.eot');
    src: url('../fonts/handwritten/jrhand-webfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/handwritten/jrhand-webfont.woff') format('woff2'),
    url('../fonts/handwritten/jrhand-webfont.woff') format('woff'),
    url('../fonts/handwritten/jrhand-webfont.ttf') format('truetype'),
    url('../fonts/handwritten/jrhand-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GENERAL */
html{
    font-family: 'Nunito', sans-serif;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

h6{
    font-size: 1.32rem;
    margin: 0.65rem 0 0.52rem 0;
}
i[class^="bbike"]{
    font-size:5.8rem;
    color: #EA973C !important;
    font-family: 'bbike' !important;
    display: inline-block;
    margin-top:-10px;
    margin-bottom: 10px;
}
i.material-icons{
    color:#EA973C;
}

a{
    text-decoration: none;
}
a:hover{

}
::selection{
    background: #f8d7b8;
}

*{
    outline: none;
}

/* TOPBAR */
#topbar{
    background-color: rgb(234, 136, 45);
}
#topbar, #topbar > .container, #topbar > .container > .row{
    height: 40px;
}
#topbar ul{
    list-style: none;
    margin-top: 0;
    text-align: right;
}
#topbar-social{
    text-align: left;
    -webkit-padding-start: 0 !important;
}
#topbar-social > li{
    width:25%;
}
#topbar ul > li{
    display: inline-block;
    text-align: center;
}
#topbar ul > li > a{
    width:100% !important;
    min-width:40px;
    height:40px;
    padding:10px;
    padding-bottom:0;
    text-align: center;
}
#topbar ul li.active a{
    color:rgb(25,25,25) !important;
}
#topbar ul > li > a > i{
    margin-top:-3px;
    padding:0 10px;
    transition: 0.3s;
}
@media(max-width:599px){
    #topbar ul > li > a > i{
        padding:0;
    }
}
li.spacer-h{
    padding:0 50px;
}
#li-twitter:hover > a > i{
    color:#00aced !important;
}
#li-facebook:hover > a > i{
    color:#3b5998 !important;
}
#li-spotify:hover > a > i{
    color:#2ebd59 !important;
}
#li-whatsapp:hover > a > i{
    color:#43d854 !important;
}
#topbar-lang > li{

}


/* NAVBAR */
nav.nav-fixed {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    margin-bottom: 0px;
    z-index: 997;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /*-webkit-transform: translateZ(0.1px);
    -moz-transform: translateZ(0.1px);
    -ms-transform: translateZ(0.1px);
    -o-transform: translateZ(0.1px);
    transform: translateZ(-.1px);*/
    background-color: rgba(253, 241, 230, 0.9);/*rgba(255, 248, 225,0.9)*/
    height: 64px !important;
}
nav .container{
    position: relative;
}
nav .button-collapse {
    padding:4px 15px;
}
nav ul{
    height: 64px;
    padding-left:220px;
    margin-right:-200px;
    position: absolute;
    top:0;
    left:0;
}
nav ul > li{
    display: inline;
    text-transform: uppercase;
    text-align: center;
    margin-right: 2px;
    height: 64px;
}
nav ul > li > a{
    color:rgb(25,25,25) !important;
    margin-top:-2px;
}
nav ul li:hover, nav ul li.active {
    background-color: rgba(234, 136, 45, 0.3);
}
nav ul > li.active{
    background-color: rgba(234, 136, 45, 0.5);
}
a.brand-logo{
    margin-top:7px;
    margin-left:20px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left:0;
    z-index: 2;
}
@media(max-width: 991px){
    a.brand-logo{
        left:50%;
    }
}
a.brand-logo img{
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.scrolled{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}


/* SIDENAV */

li.logo img{
    margin:10px 0;
}
li.logo > a{
    width:100%;
    height: 80px;
    text-align: center;
}
li.logo{
    margin-top:10px;
    margin-bottom:15px !important;
    height:80px;
}
ul.side-nav li.logo:hover {
    background-color:inherit;
}
ul.side-nav li{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.side-nav li:hover, .side-nav li.active{
    background-color: rgba(234, 136, 45, 0.3);
}
.side-nav li.active{
    background-color: rgba(234, 136, 45, 0.5);
}

/* MAIN */
main {
    flex: 1 0 auto;
}
nav.scrolled ~ main{
    margin-top:64px;
}
main p{
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}
main .first-h{
    padding-top: 50px !important;
}

/* SLIDER */
.slider{
    margin-top:-64px;
}
.slider .indicators .indicator-item.active {
    background-color: rgb(234, 136, 45);
}
.caption{
    padding-top: 50px;
}
.caption > span{
    border-radius: 2px;
    font-weight: 200;
    padding:15px 50px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    background-color: #e87f1e;
}
@media (max-width:600px){
    .caption > span {
        font-size: 17px;
        padding:5px 10px;
    }
}
.caption{
    webkit-transition-delay: 2s !important; /* Safari */
    transition-delay: 2s !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.caption.bottom-caption{
    top:auto !important;
    bottom:15%;
}

/* HOME */
.parallax-container {
    height: auto;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.16), inset 0 2px 10px 0 rgba(0, 0, 0, 0.12), inset 0 -2px 5px 0 rgba(0, 0, 0, 0.16), inset 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
    margin:50px 0;
}

div.row.fullwidth-banner{
    padding: 15px 100px;
    margin: 50px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: rgba(234, 136, 45, 0.8);
}
@media(max-width: 992px) {
    div.row.fullwidth-banner{
        padding: 30px 50px;
    }
}
@media(max-width: 600px) {
    div.row.fullwidth-banner{
        padding: 30px 20px;
    }
}
.fullwidth-banner a.btn-large{
    color: rgb(234, 136, 45);
}
.opinion{
    padding: 0 15px !important;
}
.opinion-img {
    height: 160px;      /* equals max image height */
    width: 160px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 20px auto;
}
.opinion-img > img {
    max-width:100%;
}
.opinion-text > p{
    font-size:15px;
}

/* ACTIVITY */
#polaroid-imgs-wrapper{
    padding:30px 50px;
    margin-bottom: 33vw;
    width:100%;
}
@media(min-width:993px){
    #polaroid-imgs-wrapper{
        margin-bottom: 33vw;
    }
}
@media(max-width:600px){
    #polaroid-imgs-wrapper{
        padding:30px 20px;
        margin-bottom: 100vw;
    }
}
#tour-map-wrapper{
    width:100%;
    height: 52.5vh;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media(min-width:1200px) {
    #tour-map-wrapper {
        height: 60vh;
    }
}
#tour-map-wrapper-small{
    width:100%;
    height: 500px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#tour-map-banner-wrapper{
    width: 100%;
}
#tour-map-banner-wrapper.pinned{
    width: 34%;
}
@media(max-width:992px) {
    #tour-map-banner-wrapper.pinned{
        width: 41.5%;
    }
}
#tour-banner-wrapper{
    width:100%;
    padding:10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top:20px;
    background-color: rgb(234, 136, 45);
 }
@media(max-width:1050px) {
    #tour-banner-wrapper h4{
        font-size: 26px;
    }
}
#tour-banner-wrapper-small{
    width:100%;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top:-150px;
    margin-bottom:50px;
    background-color: rgb(234, 136, 45);
}
#tour-banner-wrapper a.btn-large, #tour-banner-wrapper-small a.btn-large{
    color:rgb(234, 136, 45);
}
.polaroid-img{
    margin:30px 0;
    position: relative;
    height: 100px;
    margin-left: -50px;
    margin-right: 20px;
}
@media (max-width:600px){
    .polaroid-img{
        margin-left: 0;
        margin-right: 0;
    }
}
.polaroid-img{
    z-index: 4;
}
.polaroid-img:first-of-type{
    z-index: 5 !important;
}
.polaroid-img > div{
    position: absolute;
    border-radius: 2px;
    -webkit-transform:translate3d(-1500px,250px,-0.1px) rotate(-90deg) scale(2);
    -moz-transform:translate3d(-1500px,250px,-0.1px) rotate(-90deg) scale(2);
    -ms-transform:translate3d(-1500px,250px,-0.1px) rotate(-90deg) scale(2);
    -o-transform:translate3d(-1500px,250px,-0.1px) rotate(-90deg) scale(2);
    transform:translate3d(-1500px,250px,-0.1px) rotate(-90deg) scale(2);
}
@media (max-width:600px){
    .polaroid-img > div{
        -webkit-transform:translate3d(-1500px,250px,-0.1px) rotate(-45deg) scale(2);
        -moz-transform:translate3d(-1500px,250px,-0.1px) rotate(-45deg) scale(2);
        -ms-transform:translate3d(-1500px,250px,-0.1px) rotate(-45deg) scale(2);
        -o-transform:translate3d(-1500px,250px,-0.1px) rotate(-45deg) scale(2);
        transform:translate3d(-1500px,250px,-0.1px) rotate(-45deg) scale(2);
    }
}
.polaroid-img:first-of-type > div{
    left:0 !important;
    top:0 !important;
    -webkit-transform: rotate(3deg) scale(0.9) !important;
    -moz-transform: rotate(3deg) scale(0.9) !important;
    -ms-transform: rotate(3deg) scale(0.9) !important;
    -o-transform: rotate(3deg) scale(0.9) !important;
    transform: rotate(3deg) scale(0.9) !important;
}
#counters-wrapper > div{
    margin-top:30px;
    margin-bottom:30px;
    min-height: 200px;
}
#counters-wrapper > div > i{
    padding:10px;
    border-radius: 50%;
    background-color: #EA973C;
}
p.counter{
    font-weight: 600;
    font-size: 32px;
    margin: 5px auto;
    text-align: center;
}
p.counter-text{
    margin:5px auto;
    font-size: 16px;
    text-align: center;
}

.polaroid-frame{
    height:35vw;
    width:100%;
    position:absolute;
    top:0;
    left: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 6px 16px 0 rgba(0, 0, 0, 0.12),  0 -2px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #f6f6f6;
}
@media(max-width:600px){
    .polaroid-frame{
        height:85vw;
    }
}

.polaroid-content{
    position: absolute;
    height: 75%;
    width: 90%;
    top:5%;
    left:5%;
    z-index:98;
    border-radius: 2px;
    overflow:hidden;
    box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.16),inset 0 2px 10px 0 rgba(0, 0, 0, 0.12), inset 0 -2px 5px 0 rgba(0, 0, 0, 0.16),inset 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #d6d6d6
}
.polaroid-note{
    display: block;
    position: absolute;
    top:82.5%;
    width: 100%;
}
.polaroid-note > p{
    position: relative;
    margin:0;
    font-size: 2vw;
    font-family: handwritten, "Roboto", sans-serif;
    width:90%;
    left:5%;

}
@media(max-width:600px){
    .polaroid-note > p{
        font-size: 5vw;
    }
}
.polaroid-content > .popup-link{
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.polaroid-content img.horiz{
    position: relative;
    margin:0 -100%;
    max-height: 100%;
}
.polaroid-content img.vert{
    position: relative;
    margin:-100% 0;
    max-width: 100%;
}
.polaroid-content img.vert-top{
    position: relative;
    max-width: 100%;
}


/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-bottom-bar {
    margin-top: -50px !important;
    padding-top: 20px;
    background-color: rgba(0,0,0,0.5);
    height: 50px;
}

.mfp-title{
    text-align: center !important;
    font-family: handwritten;
    font-size: 24px;
}

/* BUSINESS */
#empresas > div{
    height: 120px;
}
@media(max-width:992px ){
    #empresas > div{
        height: 100px;
    }
}
@media(max-width: 600px){
    #empresas > div{
        height: 80px;
    }
}
.empresa{
    height: 100%;
}
.empresa > img{
    margin:0 auto;
    max-height: 50%;
}


/* MEDIA */
.foto-folder{
    padding: 20px 50px;
    margin-top:50px;
}
.articulo-img{
    width: 100%;
    min-height: 250px;
    max-height: 350px;
    height: 45vw;
    transition: 0.5s;
    overflow:hidden;

}
@supports (overflow: hidden) {
    .articulo-img{
        overflow: hidden;
    }
}

.articulo-img video{
    /*width:100%;
    height: 100%;*/
    max-width:100%;
    max-height:100%;
}

.articulo-text{
    padding: 10px;
}
.articulo-text > a{
    font-size: 18px;
    cursor: pointer;
}

.folder{
    position: relative;
    width:100%;
    height: auto;
    min-height: 500px;
    margin-top:-15px;
    background-color:white;
    -webkit-transform: translateZ(-0.1px);
    -moz-transform: translateZ(-0.1px);
    -ms-transform: translateZ(-0.1px);
    -o-transform: translateZ(-0.1px);
    transform: translateZ(-0.1px);
    -webkit-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) ;
    -moz-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) ;
    -ms-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) ;
    -o-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) ;
    filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) ;
}

.folder:first-of-type{
    margin-top: 90px;
}

.folder-tab {
    position: absolute;
    border-bottom: 70px solid white;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    height: 0;
    width: 33vw;
    top:-70px;
}
@media (max-width: 992px){
    .folder-tab {
        position: absolute;
        border-bottom: 56px solid white;
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        width: 38vw;
        top:-50px;
    }
}
@media (max-width: 600px){
    .folder-tab {
        border-bottom: 40px solid white;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        width: 43vw;
        top:-30px;
    }
}
div.folder:nth-of-type(1) > .folder-tab, div.folder:nth-of-type(4) > .folder-tab{
    left:0;
    right: auto;
}
div.folder:nth-of-type(2) > .folder-tab, div.folder:nth-of-type(5) > .folder-tab{
    right: 0;
    left: auto;
}
.folder-hidder{
    width:100%;
    height:50px;
    margin-top:-20px;
    background-color: white !important;
    z-index: 1000000;
}
.quotation-wrapper{
    margin-top:50px;
    height: 350px;
    padding:20px;
    margin-bottom: 80px;
}
.quotation img{
    max-height:40px;
}
.quot-top{
    margin:0;
    margin-bottom:-10px;;
    text-align: left;
}
.quot-top > i{
    font-size: 60px;
}
.quot-bottom{
    margin:0;
    margin-top:-10px;
    padding-right: 30px;
    text-align: right;
}
.quot-bottom > i{
    font-size: 60px;
}
blockquote {
    margin:0;
    padding: 0 1.5rem;
    border-left: 5px solid #cf6f15;
}
.quot-author{
    font-size: 20px;
    font-weight: 400;
    margin-top:-20px;
}
.quotation a.btn{
    margin-top:-20px;
}
.modal{
    overflow: inherit;
    width: 80%;
    max-height: 80%;
}
@media(max-width:600px){
    .modal{
        width: 95%;
    }
}
#article-close{
    position: absolute;
    top:-10px;
    right: -10px;
    z-index: 1004;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}
.modal iframe{
    width:100%;
    height: 75vh;
}

#tv-wrapper{
    position: relative;
    margin-top:80px;
    margin-bottom:150px;
}
@supports ( filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ) or
    ( -o-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ) or
    ( -ms-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ) or
    ( -moz-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ) or
    ( -webkit-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) )
{
    #tv-wrapper{
        -webkit-transform: translateZ(-0.1px);
        -moz-transform: translateZ(-0.1px);
        -ms-transform: translateZ(-0.1px);
        -o-transform: translateZ(-0.1px);
        transform: translateZ(-0.1px);
        -webkit-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ;
        -moz-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ;
        -ms-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ;
        -o-filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ;
        filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.16)) drop-shadow(0 -2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) drop-shadow(0 2px 10px rgba(0,0,0,0.12)) ;
        box-shadow: none;
    }
}
#tv {
    position: relative;
    width: 60vw;
    height: 40vw;
    margin: 20px auto;
    border-radius: 50% / 10%;
    color: white;
    text-align: center;
    text-indent: .1em;
    background: rgb(253, 231, 220)
}
#tv:before {
    content: '';
    position: absolute;
    top: 8.5%;
    bottom: 8.5%;
    right: -4.5%;
    left: -4.5%;
    background: inherit;
    border-radius: 5% / 50%;
}
#tv-wrapper video{
    position: absolute;
    width:54vw;
    height: 36vw;
    top:1.25vw;
    left: 2.75vw;

}
#tv-logo{
    text-align: center;
    margin-bottom: -20px;
}
#tv-logo img{
    max-height: 40px;
    margin:0 auto;
}

@media (max-width:600px){
    #tv {
        width: 80vw;
        height: 53.5vw;
    }
    #tv-wrapper video{
        width:72vw;
        height: 48vw;
        top:1.25vw;
        left: 3.5vw;

    }

}

/* PRECIOS Y RESERVAS */

input.select-dropdown {
    color: rgb(158, 158, 158);
}

.picker__date-display{
    background-color: #ffc107;
}
.picker__weekday-display {
    background-color: #fff8e1;
    color: #757575;
    font-weight: 300;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #ff8f00;
}
.picker__close, .picker__today {
    color: #ffa000 ;
}
button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
    background-color: #ffecb3;
}
.picker__day.picker__day--today {
    color: #ffc107;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
    background-color: #ffecb3;
}

.dropdown-content li:not(.disabled) > a, .dropdown-content li:not(.disabled) > span {
    color: #ffa000;
}
.dropdown-content li.disabled > a, .dropdown-content li.disabled > span {
    color: rgba(0,0,0,0.4);
    font-size:16px;
}

.dropdown-content.select-dropdown{
    max-height: 370px;
}
.picker__select--year{
    width:30% !important;
}

#date-reserva, #date-reserva ~ label{
    cursor: pointer;
    left:0;
}

#arc-wrapper{
    height: 180px;
    padding: 50px 20px;
    position: relative;
    width:100%;
    margin-top: 40px;
}
#arc{
    border-top: 3px dashed rgba(255,30,30,0.7);
    border-radius: 50%;
    height: 340px;
}
#arc-text{
    font-weight: normal;
    font-size: 14px;
    padding-top: 60px;
}
#sun-morning, #sun-midday, #sun-afternoon{
    position: absolute;
    width: 33%;
    text-align: center;
}
#sun-morning{
    left: 0;
    top:40px
}
#sun-morning img{
    max-width: 140px;
}
#sun-midday{
    left: 33%;
    top:-30px;
}
#sun-midday img{
    max-width: 140px;
    margin-left: 10px;
}
@media(max-width: 992px){
    #sun-midday img{
        margin-left: 5px;
    }
}
#sun-afternoon{
    top:26px;
    right:0;
}
#sun-afternoon img{
    max-width: 140px;
}
@media(max-width: 600px){
    #sun-morning img, #sun-midday img, #sun-afternoon img{
        max-width: 120px;
    }
    #sun-morning{
        top:60px
    }
    #sun-midday{
        top:-10px;
    }
    #sun-afternoon{
        top:46px;
        right:0;
    }
}
@media(max-width: 400px){
    #sun-morning img, #sun-midday img, #sun-afternoon img{
        max-width: 100%;
    }
}
#horarios-wrapper > div{
    padding: 0 0.3em;
}
a.horario{
    width:100%;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 30px;
    padding: 0;
    margin-bottom: 30px;
    background-color: rgb(234, 136, 45);
}
a.horario.seleccionado{
    background-color: #64dd17;
}
a.horario:hover{
    background-color: #e87f1e;
}
a.horario.seleccionado:hover{
    background-color: #50D200;
}
a.horario p{
    font-size:15px;
    font-weight: normal;
    text-align:center;
    margin:0;
    margin-top:5px;
    margin-bottom: -10px;
}
a.horario small{
    margin-top:-15px;
}

.varios-note{
    margin-top:-20px;
    font-size: 14px;
}
.opciones{
    position: relative;
    padding:0 !important;
    margin:0 -15px;
}
.opcion{
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:calc(20% - 10px);
    height: 400px;
    margin:0 5px;
    float: left;
    background-color: white;
    border: 2px solid #ea882d;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 2px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
@media(max-width:1220px){
    .opcion{
        width:calc(33.33% - 10px);
        margin:5px;
        height: 320px;
    }
    .opcion:nth-of-type(n+4){
        width:calc(50% - 10px);
    }
}
@media(max-width:600px){
    .opcion:nth-of-type(n){
        width:calc(100% - 30px);
        margin-left:15px;
        margin-right: 15px;
        height: 320px;
    }
}
.opcion h3{
    padding:0 10px;
    line-height: 80%;
}

.opcion h5{
    margin:0;
    margin-bottom: 20px;
    padding: 10px 0 !important;
    min-height: 75px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #efa25b;
}

.opcion p{
    padding: 0 10px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.opcion p small:before{
    content: "(";
}
.opcion p small:after{
    content: ")";
}

.opcion:hover{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 99;
}

.opcion.no-disponible{
    background-color: #ececec;
    color: #d4d4d4;
    border-color: #d4d4d4;
}
.opcion.no-disponible:hover{
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 99;
}
.opcion.no-disponible h3{
    color: #d4d4d4;
}
.opcion.no-disponible h5{
    color: #BDBDBD !important;
    background-color: #d4d4d4 !important;
}
.opcion.no-disponible p small{
    position: absolute;
    -webkit-transform: scale(2, 2) translate(-25%, -30%)  rotate(-65deg);
    -moz-transform: scale(2, 2) translate(-25%, -30%)  rotate(-65deg);
    -ms-transform: scale(2, 2) translate(-25%, -30%)  rotate(-65deg);
    -o-transform: scale(2, 2) translate(-25%, -30%)  rotate(-65deg);
    transform: scale(2, 2) translate(-25%, -30%)  rotate(-65deg);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: rgb(206, 61, 17);
    font-weight: 600;
    width:90%;
    border: 2px solid rgb(206, 61, 17)
}
.opcion.no-disponible p small:before{
    content: "";
}
.opcion.no-disponible p small:after{
    content: "";
}
@media(max-width:992px){
    .opcion.no-disponible p small{
        width:60%;
    }
}
@media(max-width:600px){
    .opcion.no-disponible p small{
        width:30%;
    }
}

.drink-select{
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.drink-select .select-wrapper{
    width:40%;
    margin:0 auto;
}
.opcion input.select-dropdown {
    color: rgb(20,20,20);
}

#total-reserva{
    margin-top:0;
    margin-bottom:50px;
    margin-right: 5px;
    padding:20px 40px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#prefix-wrapper ul li:nth-of-type(7):after{
    content:'';
    display: block;
    height: 2px;
    width: 90%;
    margin: 2px 5% 0 5%;
    background: rgb(234, 136, 45);
}

a:hover > i.fa-spotify{
    color:#2ebd59 !important;
}
i.fa-spotify{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.form-reserva > .input-field{
    min-height: 60px;
}
.form-reserva .input-field > button.btn-large{
    width:50%;
}
@media (max-width:600px){
    .form-reserva .input-field > button.btn-large{
        width:75%;
        margin-left: 0;
    }
}
@media (min-width:601px){
    .form-reserva .input-field{
        margin-left:5.3vw !important;
    }
}

.form-reserva .g-recaptcha{
    margin-top:1em;
    margin-bottom:1em;
}
.form-reserva .g-recaptcha > div > div{
    margin:0 auto;
}



/* FAQ */
.collapsible-header{
    padding: 0.5rem 1rem;
    height: auto;
}

/* CONTACTO */
#contacto i{
    vertical-align: text-bottom;
}
#contacto h5{
    margin-bottom:30px;
}
textarea{
    width: 100%;
}


/* label color */
.input-field label {
    /*color: #000;*/
}
.input-field .prefix{
    color:#9e9e9e;
}
/* label focus color */
.input-field input:focus + label, textarea:focus + label {
    color: #ea882d  !important;
}
/* label underline focus color */
.input-field input:focus, textarea:focus {
    border-bottom: 1px solid #ea882d  !important;
    box-shadow: 0 1px 0 0 #ea882d  !important;
}
/* icon prefix focus color */
.input-field .prefix.active {
    color: #ea882d  !important;
}
button[type=submit]{
    margin-left:45px;
    margin-bottom:50px;
}
.social-button{
    margin:0 auto;
    height: 80px;
    width:80px;
    text-align: center;
    background-color: #ffc107;
    border-radius: 50%;
    margin-top:-20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    margin-bottom:50px;
}
.social-button > a{
    min-width: 100% !important;
    min-height: 100% !important;
    line-height: 100px;
    padding:20px 18px;
}
.social-button > a > i{
    vertical-align: -1% !important;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.social-button:hover{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #f5f5f5;
}
.g-recaptcha.contact{
    padding-left:45px;
    margin-bottom: 30px;
}


/* FOOTER */
footer{
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media(max-width: 600px){
    footer{
        text-align: center;
    }
}
footer li{
    margin-bottom:10px;
}
#footer-social{
    margin-left:-20px;
    margin-top:-5px;
}
@media(max-width: 600px){
    #footer-social{
        margin:10px 0;
    }
}
#footer-social > li{
    display: inline-block;
    width:45px;
    height: 40px;
}
#footer-social > li > a{
    width: 100%;
    height: 100%;
    text-align: center;
}
#footer-social > li > a > i{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top:5px;
}
#trip-advisor-wrapper{
    width:150px;
    margin:30px auto;
}
#trip-advisor-wrapper > div > div{
   margin:0 !important;
}

#link-digital{
    width:60px;
    height: 60px;
}
#logo-digital{
    max-height:40px;
    margin-top:5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
}
#link-digital:hover #logo-digital{
    opacity: 0.8;
}

footer i.material-icons{
    vertical-align: text-bottom;
}

.metodo{
    height: 64px;
    margin-bottom:5px;
}
.metodo img{
    display: block;
    margin:0 auto;
}
.metodo ~ p{
    font-size: 12px;
}
footer #contact-info{
    padding-left:60px;
}
@media(max-width: 599px){
    footer #contact-info{
        padding-top: 40px;
        padding-left:0px;
    }
}
#contact-info img{
    max-height: 60px;
}



/* HELPER CLASSES */
.nopadding{
    padding:0 !important;
}
.nomargin{
    margin:0 !important;
}
.nopaddingtop{
    padding-top:0 !important;
}
.nopaddingbottom{
    padding-bottom: 0 !important;
}
.nomargintop{
    margin-top: 0 !important;
}
.nomarginbottom{
    margin-bottom:0 !important;
}
.fa-1-5x {
    font-size: 1.5em;
}
.fa-1-7x {
    font-size: 1.7em;
}
.fa-6x {
    font-size: 6em;
}
.fa-5-2x {
    font-size: 5.2em;
}
.accent-text{
    font-weight: 500;
    color:#df7716;
}
.italic{
    font-style: italic !important;
}
.cursor-pointer{
    cursor:pointer;
}
.small-85{
    font-size: 85%;
}
.small{
    font-size: 75%;
}
.small-50{
    font-size: 50%;
}
.small-35{
    font-size: 35%;
}
.min-h-200{
    min-height: 200px;
}

#preload-veil{
    position: fixed;
    width:100%;
    height: 100%;
    top:0;
    right: 0;
    left:0;
    bottom: 0;
    z-index: 999999;
    background-color: #fdf1e6;
    padding-top:25%;
    text-align: center;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
#spotify-player{
    position: fixed;
    bottom: -100px;
    right:30px;
    z-index: 6;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 380px;
}
#spotify-player.inside{
    bottom: 40px;
}
#spotify-close{
    position: absolute;
    top: -11px;
    right: -11px;
    background-color: white;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    padding: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor:pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#spotify-close i{
    color: red !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#spotify-close:hover{
    background-color: red;
}
#spotify-close:hover i{
    color: white !important;
}
#spotify-wrapper{
    height: 80px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#spotify-player.expanded #spotify-wrapper{
    height: 380px;
}
#spotify-expand{
    position: absolute;
    border-radius:2px;
    height: 16px;
    width:34px;
    padding:0 3px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);*/
    cursor:pointer;
    bottom:-8px;
    left: calc(50% - 17px);
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #EA882D;
}
#spotify-expand i{
    color: #EA882D !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top:-6px;
}
#spotify-expand:hover{
    background-color: #EA882D;
}
#spotify-expand:hover i{
    color: white !important;
}
#spotify-player.expanded #spotify-expand{
    bottom:-18px;
    height: 36px;
    width:34px;
    padding:6px 3px;
    padding-top: 16px;
}
#spotify-player.expanded #spotify-expand i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.black{
    background-color: rgb(25,25,25) !important;
}
.black-text{
    color:rgb(25,25,25) !important;
}
.orange{
    background-color: rgb(234,136,45) !important;
}
.orange-text{
    color: rgb(234,136,45) !important;
}
.white-text{
    color:rgb(255,255,255) !important;
}
p.errorLabel{
    font-size: 14px;
    color:rgb(255, 55, 55);
}
.nowrap{
    white-space: nowrap;
}