.first,
.second,
.third {
    background-size: cover;
}

.closed,
.disabled {
    pointer-events: none;
}

h3 {
    color: #fff !important;
}

.option {
    background-color: #2f2f2f;
    margin: 10px;
    padding: 10px;
}

.container {
    margin-top: 20px;
}

.first {
    background-image: url(/static/img/cuadro1.jpg);
}

.first > div > p,
.first > h4,
.first > h6,
.second > div > p,
.second > h4,
.second > h6 {
    color: #fff;
}

.third > div > p,
.third > h4,
.third > h6 {
    color: #000;
}

.second {
    background-image: url(/static/img/cuadro2.jpg);
}

.third {
    background-image: url(/static/img/cuadro3.jpg);
}

img {
    margin: 20px;
}

.grid {
    margin-top: 40px;
}

td {
    color: #fff;
}

.people,
th {
    color: #009ee3;
}

.line {
    margin: 50px;
}

.highlight {
    border: 5px solid #fff;
}

.highlightrow {
    background-color: #009ee3 !important;
}

.highlightrowintermediate {
    background-color: #e6007e;
}

.disabled {
    filter: brightness(.5);
}

.closed {
    color: red;
}

#data tr.busy,
.busy {
    background-color: #da8065;
}

#data tr.normal,
.normal {
    background-color: #fdfd8e;
}

.normal > td {
    color: #000;
}

/* ================================
   FLEX YOUTUBE PLAYER
   ================================ */
   .flex_play_youtube {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.flex_play_youtube .play_youtube_item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
}

.flex_play_youtube .play_youtube_item.right_ {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.flex_play_youtube .play_youtube_item.left_ {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

/* ================================
   LISTA YOUTUBE
   ================================ */
.list_youtube {
    padding: 0 15px;
}

.list_youtube .item_video {
    position: relative;
    display: table;
    width: 100%;
}

.list_youtube .item_video + .item_video {
    margin-top: 10px;
}

.list_youtube .item_video img {
    float: left;
    margin-right: 10px;
}

.list_youtube .item_video span {
    line-height: 1em;
}

.list_youtube .item_video a {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

/* ================================
   FLICKR VISOR
   ================================ */
.flickr_visor .album ul li a:before,
.flickr_visor .album:before {
    content: "";
    z-index: 2;
    width: 100%;
    left: 0;
}

.visor_youtube {
    position: relative;
    height: 100%;
}

.visor_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.carousel-control,
.close {
    opacity: 1;
}

.flickr_visor {
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    max-height: 380px;
}

.flickr_visor .img_big {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    width: 100%;
    padding-bottom: 2px;
}

.flickr_visor img {
    width: 100%;
    height: auto;
    display: block;
}

.flickr_visor .album {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

/* ================================
   FLICKR VISOR (continuación)
   ================================ */
   .flickr_visor .album:before {
    position: absolute;
    height: 10px;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.flickr_visor .album ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: -2px;
}

.flickr_visor .scroll {
    position: relative;
}

.flickr_visor .album ul li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.close,
.redes {
    float: right;
}

.flickr_visor .album ul li + li {
    margin-top: 2px;
}

.flickr_visor .album ul li a {
    display: block;
    position: relative;
    width: 100%;
}

.flickr_visor .album ul li a:before {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
}

.flickr_visor .album ul li p {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
    margin: 0;
    line-height: 1em;
    width: 100%;
    padding: 10px;
    color: #FFF;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.flickr_visor .album ul li span {
    display: block;
    font-size: 12px;
    padding: 1px 3px;
    color: #FFF;
}

.flickr_visor .album ul li span:last-child {
    display: block;
    font-size: 12px;
    padding: 1px 3px 1px 22px;
    color: #FFF;
    background: url(../img/icon_album.svg) no-repeat;
    background-size: auto 100%;
}

.flickr_visor .album ul li span b {
    display: block;
    font-size: 12px;
    padding: 1px 3px;
    color: #FFF;
}

.album::-webkit-scrollbar {
    width: 10px;
    position: absolute;
}

.album::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.album::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 57, 92, .6);
}

.album::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 57, 92, .2);
}

/* ================================
   NAVBAR / TIPOGRAFÍA
   ================================ */
.navbar-default {
    background: 0 0 !important;
    border: none !important;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.actividades p,
.btn-costo a,
.btn-costo-actividad,
.card-service ul,
.costo p,
.footer p,
.parque p,
a.btn.btn-lg.btn-costos.mt20,
a.btn.btn-lg.pull-right.btn-costos,
a.btn.btn-lg.pull-right.btn-mayo,
button.btn.btn-lg.pull-right.btn-costo,
h1,
h2,
h3,
h4,
h5,
h5.title-footer {
    font-family: Montserrat, sans-serif;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}

h1,
h2 {
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    background: #ec228f !important;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease 0s.5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
}

.btn-costo-actividad,
.redes a,
.redes a:hover {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease 0s.5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
}

.redes a,
.redes a:hover {
    transition: all ease .5s;
}

.redes a:hover {
    color: #ec228f !important;
}

ul.list-inline.redes {
    margin-top: 28px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}

.navbar-default .navbar-toggle {
    border-color: #018fce;
    background: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff !important;
}

.scrollaction.navbar-fixed-top {
    background: #222 !important;
    padding: 0 45px 0 15px !important;
}

h2,
h3 {
    padding-top: 30px;
}

body {
    overflow-x: hidden;
    background-color: #222 !important;
}

.box-color-primary,
header {
    background-color: #009ee3;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}

h1 {
    font-size: 84px;
    letter-spacing: -2px;
    line-height: 90px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 20px;
    padding-top: 0;
}

h5 {
    font-size: 15px;
}

.text-leftimp {
    text-align: left !important;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 22px;
    padding-right: 10px;
}

/* ================================
   ESPACIADOS (utilities)
   ================================ */
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.mt-40 { margin-top: -40px; }

.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }

.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }

/* ================================
   BASE / UTILIDADES
   ================================ */
a:active,
a:focus,
a:hover,
button:focus {
    color: inherit;
    text-decoration: none;
}

:focus {
    outline: 0;
}

.box-padding {
    padding: 40px 0 60px;
}

.box-padding-b0 {
    padding-bottom: 0;
}

.box-padding-header {
    padding: 100px 0 200px;
}

.txt-color-primary {
    color: #009ee3;
}

.txt-color-secondary {
    color: #222 !important;
}

.txt-color-gray-wh {
    color: #888;
    font-weight: 400;
}

.txt-color-gray-bk {
    color: #1e1e1e;
}

.txt-color-wh {
    color: #fff;
}

.txt-font-size {
    font-size: 18px;
}

.txt-color-bk {
    color: #141414;
}

.box-color-secondary {
    background-color: #222;
}

.box-color-secondary-other {
    background-color: #f4f4f4;
}

.box-color-gray-wh {
    background-color: #ececec;
}

.box-color-gray-bk {
    background-color: #1e1e1e;
}

.box-color-wh {
    background-color: #fff;
}

.box-color-bk {
    background-color: #141414;
}

.box-color-other {
    background-color: #e6007e;
}

.box-color-other-2 {
    background-color: #fd0;
}

.border-color-primary {
    width: 50px;
    border-top: 3px solid;
    border-color: #009ee3;
}

.border-color-secondary {
    width: 50px;
    border-top: 3px solid;
    border-color: #222;
}

.border-color-gray-wh {
    width: 50px;
    border-top: 3px solid;
    border-color: #ececec;
}

.border-color-gray-bk {
    width: 50px;
    border-top: 3px solid;
    border-color: #1e1e1e;
}

.border-color-wh {
    width: 50px;
    border-top: 3px solid;
    border-color: #fff;
}

.border-color-bk {
    width: 50px;
    border-top: 3px solid;
    border-color: #141414;
}

/* ================================
   VIDEO / BACKGROUNDS
   ================================ */
#container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#background_video,
.background_desktop {
    position: relative;
    top: 50%;
    object-fit: cover;
    width: 100%;
}

#background_video {
    height: 100%;
    -webkit-filter: blur(-1px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(-1px);
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.background_desktop {
    height: 630px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.back-tarjeta .btn-success {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #fff;
    margin-bottom: 15px;
}

.back-tarjeta .btn-success:hover {
    color: #000;
    background-color: #00adee;
    border-color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: lowercase;
}

.header-promo h4,
.header-promo h5.promo {
    text-transform: uppercase;
    font-weight: 700;
}

#video_cover {
    position: absolute;
    width: 100%;
    height: 650px;
    background: url(/static/video_cover.jpeg) center no-repeat;
    background-size: cover;
}

#video_controls {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#container {
    height: 100%;
    background-color: #000;
}

#overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.logo img {
    width: 160px;
    height: auto;
}

.redes a {
    color: #fff;
}

/* ================================
   HEADER / TITULARES
   ================================ */
.header-promo {
    padding-top: 30px;
    color: #fff;
}

.header-promo h4 {
    font-size: 40px;
    padding-top: 20px;
}

.header-promo h5.direccion {
    margin-top: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 20px;
    padding: 0 15px !important;
}

.header-promo h5.promo {
    margin-top: 20px;
    letter-spacing: 2px;
    color: #fff;
}

.header-promo h5 {
    font-size: 25px;
}

.home.header {
    padding-top: 30px;
    background-image: url(../images/back-header.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    background-size: cover;
}

.header {
    padding-top: 15px;
    background: center top no-repeat #222;
    color: #fff;
    background-size: cover;
}

h4.hall {
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 50px;
    color: #fff;
}

.btnpark,
.btnpark:hover,
.btnpark:last-child:hover {
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: lowercase;
    color: #fff;
}

h1.title {
    margin-top: 0;
    padding: 0 130px;
    color: #fff;
}

h2.title-sec {
    font-size: 50px;
    color: #fff;
}

h5.direccion {
    margin-top: 20px;
    letter-spacing: 4px;
    color: #fff;
    padding: 0 15px;
}

/* ================================
   SECCIONES / BLOQUES
   ================================ */
.element {
    margin-top: 40px;
}

.estacionamineto {
    position: relative;
    background-color: #fff;
    padding: 1px 0 0;
}

.estacionamineto p {
    font-weight: 700;
    font-size: 20px;
}

.col-md-6.col-md-offset-3.box-import p,
.parque p {
    font-size: 16px;
}

.pagos {
    margin-top: -35px;
}

.pagos1 {
    margin-top: -25px;
}

.parque,
.talleresimg {
    background-repeat: no-repeat;
    background-position: right top;
    text-align: left;
    background-attachment: fixed;
    margin-top: -5px;
}

.parque {
    background-image: url(../images/plantas.png);
}

.col-lg-5.txt-color-secondary {
    font-size: 20px;
    padding: 15px 20px 20px 15px;
}

.talleresimg {
    background-image: url(../images/talleres.png);
}

.actividades p,
.btn-costo-actividad {
    margin-top: 10px;
}

.talleresimg h3 {
    padding-top: 0;
}

.carousel-control.left,
.carousel-control.right {
    background: 0 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 20px;
}

.btnpark {
    background-color: #ec228f;
    border-color: #bb0c6a;
}

.btnpark:last-child {
    background-color: #00adee;
    border-color: #04a4e0;
    margin-left: 10px;
}

.btnpark:hover,
.btnpark:last-child:hover {
    background-color: #222;
    border-color: #000;
}

.actividades {
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-position: center bottom;
}

.back-tarjeta {
    background-color: #2f2f2f;
    padding: 15px 15px 40px 20px;
}

.tamanio p {
    font-size: 18px;
}

.btn-costo-actividad {
    background-color: #4c4c4c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    transition: all ease .5s;
    display: inline-block;
}

.btn-costo-actividad:hover {
    background-color: #fff;
    color: #111;
}

.eventos-img {
    border-radius: 400px;
    border: 5px solid #fff;
    width: 230px;
    margin-top: 35px;
}

.custommap {
    height: 350px;
    width: 100%;
    background: url(../images/mapa1920.jpg) center center no-repeat;
}

.btnreserva {
    color: #fff;
    background-color: #ec228f;
    border-color: #bb0c6a;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: lowercase;
}

.btnreserva:hover,
.btnreservaDark,
.btnreservaDark:hover {
    background-color: #222;
    margin-bottom: 15px;
    text-transform: lowercase;
    font-weight: 700;
}

.btnreservaDark {
    border-color: #444;
}

.btnreserva:hover,
.btnreservaDark:hover {
    color: #fff;
    border-color: #000;
}

a.btn.btn-lg.btn-costos.mt20,
a.btn.btn-lg.pull-right.btn-mayo,
button.btn.btn-lg.pull-right.btn-costo {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease 0s.5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    margin-left: 10px;
}

/* ================================
   EVENTOS / SERVICIOS / ARROWS
   ================================ */
.eventos,
.eventos.box-color-other,
.servicios {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pt0 {
    padding-top: 0 !important;
    cursor: pointer;
}

.eventos.box-color-other {
    background-image: url(../images/arrow-sky.png);
    background-position: left top;
}

.eventos,
.servicios {
    background-image: url(../images/arrow-violet.png);
    background-position: right bottom;
}

.bg-arrow-1,
.bg-arrow-2,
.bg-arrow-3 {
    background-repeat: no-repeat;
    background-position: bottom right;
}

a.btn.btn-lg.pull-right.btn-mayo {
    background-color: #e6007e;
    color: #fff;
    padding: 10px 20px;
    transition: all ease .5s;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    cursor: unset;
}

.card-service ul {
    list-style: none;
    font-size: 17px;
    margin-top: 40px;
    min-height: 170px;
    padding: 0 15px;
}

.back-tarjeta.card-service {
    padding: 5px 15px 35px;
}

.bg-arrow-1 {
    background-color: #009fe3;
    background-image: url(../images/arrow-bk-1.png);
}

.bg-arrow-2 {
    background-color: #fd0;
    background-image: url(../images/arrow-bk-2.png);
}

.bg-arrow-3 {
    background-color: #e6007e;
    background-image: url(../images/arrow-bk-3.png);
}

span.regulator {
    margin-left: 10px;
}

/* ================================
   BOTONES COSTOS / ACCIONES
   ================================ */
a.btn.btn-lg.btn-costos.mt20,
button.btn.btn-lg.pull-right.btn-costo {
    background-color: #009ee3;
    border: 2px solid #086a94;
    color: #06425d;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all ease .5s;
    font-size: 14px !important;
    margin-bottom: 15px;
}

a.btn.btn-lg.btn-costos.mt20:hover,
a.btn.btn-lg.pull-right.btn-costos,
button.btn.btn-lg.pull-right.btn-costo:hover {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease 0s.5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
}

a.btn.btn-lg.btn-costos.mt20:hover,
button.btn.btn-lg.pull-right.btn-costo:hover {
    background-color: #fd0 !important;
    border: 2px solid #dec101;
    color: #000;
    transition: all ease .5s;
}

.btn-costo a,
a.btn.btn-lg.pull-right.btn-costos {
    border-radius: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

a.btn.btn-lg.pull-right.btn-costos {
    background-color: #222;
    border-color: #222;
    color: #fff;
    padding: 10px 20px;
    transition: all ease .5s;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 100%;
}

a.btn.btn-lg.pull-right.btn-costos:hover {
    background-color: #929291;
    color: #fff;
}

/* ================================
   FOOTER / MODAL / MAPA
   ================================ */
.btn-costo a,
.footer,
.modal-header {
    background-color: #009ee3;
}

.btn-costo a {
    color: #222;
    padding: 20px 50px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease 0s.5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
}

.costo p {
    font-size: 30px;
}

#map {
    width: 100%;
    height: 400px;
}

h5.title-footer {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer p {
    font-size: 18px;
}

.footer {
    margin-bottom: -45px;
}

.horarios {
    font-size: 16px !important;
}

.direction {
    font-size: 18px;
}

.size-monte {
    font-size: 20px;
}

.direction span {
    font-size: 13px;
}

h5.text-center.eventos {
    background-image: none;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
    color: #fff;
}

.modal-content {
    border-radius: 0;
}

.close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
}

h4#myModalLabel {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}

.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.btn-default,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

/* ================================
   MISC / FORM / INSTAGRAM
   ================================ */
.container.aos-init img {
    margin: 0;
}

.mb60 {
    margin-bottom: 60px;
}

.back_instagram {
    background: #ececec;
    padding: 30px 15px 50px;
}

h3.info {
    margin-bottom: 15px !important;
    color: #141414 !important;
}

.flickr_visor .album:before {
    display: none;
}

.play_youtube_item.left_.js_playlist {
    background: #dedddd;
    border: 1px solid #cecccc;
    border-left: 0;
    padding-top: 20px;
}

.list_youtube .item_video {
    line-height: 14px;
}

.list_youtube .item_video img {
    width: 120px;
    margin-top: 0;
}

.list_youtube .item_video span {
    font-size: 12px;
}

.flickr_visor .album ul {
    padding-left: 0 !important;
}

.flickr_visor .album ul li {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
}

.flickr_visor .album ul li a {
    height: 270px !important;
}

.btn {
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-family: Montserrat, sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

#frm_subscribe h2,
.erroresli,
li.subtit {
    text-transform: uppercase;
}

input#mc-embedded-subscribe,
input#mc-embedded-subscribe:hover {
    width: 70px;
    float: left;
    color: #fff;
    font-weight: 700 !important;
    height: 40px;
}

div#frm_subscribe {
    padding: 5px 15px 45px;
    background: #fff;
}

input#mce-EMAIL {
    width: calc(100% - 70px) !important;
    border-radius: 0 !important;
    background: #fff;
    border: 1px solid #353535;
    float: left;
    height: 40px;
    box-shadow: none;
}

input#mc-embedded-subscribe {
    border-radius: 0 !important;
    background: #ff0080;
    border: 1px solid #ff0080;
    font-size: 12px;
    padding: 0;
}

input#mc-embedded-subscribe:hover {
    border-radius: 0 !important;
    background: #009ee3;
    border: 1px solid #009ee3;
}

#frm_subscribe h2 {
    font-size: 30px;
    font-weight: 700;
    padding-top: 5px;
    margin-bottom: -10px;
    text-align: center;
    color: #353535;
}

#frm_subscribe p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 11px;
    color: #353535;
    text-align: center;
    line-height: 17px;
    padding-bottom: 6px;
}

i.fa.fa-newspaper-o {
    color: #353535;
    font-size: 30px !important;
    padding-bottom: 10px;
}

li.subtit {
    font-weight: 700;
    padding-bottom: 10px;
}

::-webkit-input-placeholder { color: #353535 !important; }
::-moz-placeholder { color: #353535 !important; }
:-ms-input-placeholder { color: #353535 !important; }
:-moz-placeholder { color: #353535 !important; }

#summary {
    text-align: center;
    list-style-type: none;
    margin-top: 20px;
}

#summary p,
#summary ul {
    list-style-type: none;
    padding: 15px;
    background: #f31f1f;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.btn_guardar,
button.btn.btn_add.btn-success.mopen {
    font-family: Montserrat, sans-serif !important;
    line-height: 30px;
}

.btn-vista,
.btn_guardar,
button.btn.btn_add.btn-success.mopen {
    border-radius: 0 !important;
    font-weight: 700 !important;
}

.erroresli {
    margin-bottom: 10px;
}

svg.tripadvisor {
    width: 32px;
    vertical-align: top;
    margin: -6px 1px;
    fill: #fff;
}

svg.tripadvisor:hover {
    fill: #ec228f !important;
}

.menu_reservas p {
    float: right;
    margin: 8px 10px 8px 45px;
}

.btn-vista {
    color: #fff;
    background-color: #007aff;
    border-color: #007aff;
    padding: 10px 20px;
}

.btn-vista:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.input_search {
    width: 80%;
    height: 40px;
}

.col-md-6.pull-right.menu_reservas {
    padding-top: 15px;
}

.seleccionar_date {
    background: url(/static/images/calendar.svg) right no-repeat;
    background-size: 28px;
}

input#datetime {
    border-left: 1px solid;
}

.only_ocupation {
    display: none !important;
}

.nav_occupation .only_ocupation {
    display: block !important;
}

img.calendar {
    border-left: none !important;
    padding: 8px !important;
    border-right: 1px solid;
    background: #fff;
}

hr.dark {
    border-top: 2px solid #6d6d6d;
}

button.btn.btn_add.btn-success.mopen {
    text-transform: none;
    font-size: 27px !important;
    padding: 0 8px !important;
    color: #232322;
    border-color: #989897;
    background-color: #fff;
}

button.btn.btn_add.btn-success.mopen:hover {
    color: #fff;
    border-color: #222;
    background-color: #222;
}

button.btn.btn_add.btn-success.mopen.pencil {
    font-size: 16px !important;
}

i.fa.fa-pencil {
    font-size: 17px;
}

.btn_guardar {
    font-size: 15px !important;
    padding: 5px 50px !important;
    color: #fff;
    border-color: #007aff;
    background-color: #007aff;
    margin: 30px 0;
}

.tipclass span,
p.step3 {
    color: #fff;
    font-weight: 700;
}

.btn_guardar:hover {
    color: #fff;
    border-color: #222;
    background-color: #222;
}

.w100 {
    width: 100%;
}

.disabled-date {
    background: None;
    border: None;
}

.bootstrap-datetimepicker-widget {
    background-color: #3c3e43;
}

.tipclass span {
    background: #ee588f;
    padding: 12px 30px;
}

span#selected-people-amount {
    font-size: 17px !important;
    background: 0 0;
    padding: 0 2px;
    color: #fff;
    font-weight: 700;
}

span.people-amount {
    padding: 12px 2px !important;
}

.tipclass svg {
    margin-bottom: -8px;
    margin-right: 8px;
}

p.step3 {
    background: #ee588f;
    padding: 12px 15px;
    line-height: 22px;
    width: 80%;
    margin: auto;
}

.ttuppercase {
    text-transform: uppercase !important;
}

.ttnone {
    text-transform: none !important;
}

#moreinfo_mob10,
#moreinfo_mob2 {
    display: none !important;
}

.pad-0 {
    padding: 0 !important;
}

a#join-us {
    background-color: #009ee3;
    border: 2px solid #086a94;
    color: #06425d;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all ease .5s;
    font-size: 14px !important;
    margin-bottom: 15px;
}

a#join-us:hover {
    background-color: #fd0 !important;
    border: 2px solid #dec101;
    color: #000;
    transition: all ease .5s;
}

span#no-client-msg {
  color: red;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 10px;
}

span#no-quote-msg {
  color: red;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 10px;
}
#quote-msg {
  color: #0ea0e0;
  font-size: 12px !important;
  font-weight: bold;
  clear: both;
  display: block;
}

div.events-msg-container {
    display: flex;
    justify-content: center;
    justify-items: center;
    color: red;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 10px;
}

button.slick-prev {
    z-index: 1000;
}

button.slick-next {
    z-index: 1000;
}

button.slick-prev::before {
    color: white;
    font-size: 35px;
}

button.slick-next::before {
    color: white;
    font-size: 35px;
}

div#carouselInnerItems img {
    width: 100%;
    margin: 20px;
    margin-left: 0px;

}

div.carousel-item img {
    margin: 0;
}

div#carouselInnerItems video {
    width: 100%;
    margin: 20px;
    margin-left: 0px;
}

ul.slick-dots button::before{
    color: white;
}


.slick-next {
    right: 3%!important;
}
.slick-prev {
    left: 2%!important;
}

div.collapse.navbar-collapse {
    margin-bottom: 10px;
}


div.activity-btns {
  display: block;
  justify-content: center
}


.margin-r {
	margin-right: 5px;
}

.margin-l {
	margin-left: 5px;
}
img.activity-img {
  object-fit: cover;
  width: 100%;
  height: 145px;
}

div.overlay {
	width: 100vw;
	height: 95vh;
	top: 0%;
	position: absolute;
	background-color: black;
	opacity: 0.4;
}

div.more-pt80 {
  padding-top: 80px;
}

div.more-pt60 {
  padding-top: 60px;
}

.nav-tabs > li > a {
	border: 1px solid #fff9f966!important;
	color: white;
	border-right: 1px solid rgb(132, 132, 129);
}

.centered {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.white-txt {
  color: white;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 0 10px;
}

.black-txt {
  color: #222222;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 0 10px;
}


.btn-secondary {
	color: #272727;
	background-color: #efefef;
	border-color: #fff;
}

.btn-secondary:hover {
	color: #272727;
	background-color: #bdbdbd;
	border-color: #8d8d8d;
}

.modal-dialog img {
  margin: 0;
}

.video-item {
  padding: 10px 10px 10px 10px;
  box-shadow: 0 0 2px 0px #00000082;
}

.video-item h5 {
  text-align: left;
  margin-top: 5px;
}

.video-item img {
  margin: 0;
}

ul.menu-px > li > a{
  padding-left: 9px!important;
  padding-right: 9px!important;
}

.jobs h3._ttl {
  font-size: 2.2rem;
  padding-top: 1rem;
}
#Ubicacion img {
  border: 2px solid #ccc;
}
#Ubicacion {
  background-color: #fff;
  background: #fff;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

#Ubicacion .container {
  background-color: #fff;
  background: #fff;
  margin-top: 0;
}

tr.cumple-con-amigos td {
  background-color: #7eb3ff;
}
.modal-content h2 {
  font-size: 3rem;
}
.modal-content .modal-body h4 {
  font-size: 1.8rem;
  text-transform: none;
  line-height: unset;
}
.tipclass-blue span {
  background: #fff;
  padding: 12px 30px;
  color: #000;
  border: 3px solid #EC2290;
  font-size: 1.5rem;
  display: block;
}

.scrollaction.navbar-fixed-top