@font-face{
    font-family: heebo-bold;
    src: url(../font/Heebo-Bold.ttf);
}
@font-face{
    font-family: heebo-regular;
    src: url(../font/Heebo-Regular.ttf);
}
.bold{
    font-family: heebo-bold;
}
body{
    font-family: heebo-Regular;
    font-size: 16px;
    max-width: 1920px;
    margin: 0 auto;
}
.azul{
    color: #1d506b;
}
.btn-ubicacion{
    padding: 0 15px;
    width: 270px;
    height: 40px;
    justify-content: left;
    background-color: #1d506b;
    border: none;
    letter-spacing: 4px;
    border-radius: 10px;
}
.btn-azul{
    padding: 0 15px;
    width: 270px;
    height: 40px;
    background-color: #1d506b;
    border: none;
    letter-spacing: 4px;
    border-radius: 10px;
}
.contenedor-sitios{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}
.contenedor-sitios .columns .column.sitio{
    padding-bottom: 1.1rem !important;
}
.datos-sitio{
    border: 1px solid #1d506b;
    border-radius: 10px;
}
.pin-ubicacion{
    position: absolute;
    right: 15px;
    width: 15px;
}
.wrap-header{
    width: 80%;
    margin: 0 auto;
}
.columns{
    width: 100%;
}
.wrap-contenido{
    width: 85%;
    margin: 0 auto;
}
p.disponible{
    background-color: #00a4af;
    padding: 2px 20px;
    border-radius: 5px;
    width: 100%;
    min-width: 96.39px;
}
p.reservado{
    background-color: #1d506b;
    padding: 2px 20px;
    border-radius: 5px;
    width: 100%;
    min-width: 96.39px;
}
p.vendido{
    background-color: #e84541;
    padding: 2px 20px;
    border-radius: 5px;
    width: 100%;
    min-width: 96.39px;
}
.mapa iframe{
    border-radius: 15px;
    width: 100%;
}
.center .item:not(.slick-center) {
  opacity: 0.7;
}
.prev, .next {
    display: unset !important;
    max-width: 53px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prev {
    position: absolute;
    left: 80px !important;
    z-index: 20;
}
.next {
    position: absolute;
    right: 80px !important;
    z-index: 20;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:before {
    position: absolute;
/*    top: -100px;*/
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    font-family: "slick";
    line-height: 20px;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff!important;
    border: 1px solid #1d506b;
    border-radius: 99999px;
    font-size: 17px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #1d506b !important;
    line-height: 18px;
    border: none;
    background-color: #1d506b;
}
.slick-dots{
    bottom: -40px !important;
}
.empresa{
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff;
    color: #1d506b;
    min-width: 100px;
    padding: 0 20px;
    border-radius: 5px;
    letter-spacing: 4px;
    font-family: heebo-bold;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 35px;
}
label{
    font-weight: normal !important;
    padding-left: 10px;
}
.enviar{
    width: 100%;
    background-color: #00a3ae;
    color: #fff;
    border-radius: 5px;
    border:none;
    letter-spacing: 4px;
    height: 40px;
}
.iframe-youtube iframe{
    width: 100% !important;
    height: 480px !important;
}
.imagen-carrusel img{
    object-fit: cover;
}
footer{
    background-color: #1d506b;
}
.wpcf7-response-output{
	color: #fff;
}
nav {
    /* background: #2fcdcd; */
    position: absolute;
    margin-top: 30px;
    height: 80px;
    width: 92%;
    z-index: 99;
    left: 0;
}
.enlace{
    position: absolute;
    padding: 0px 10%;
}
.logo{
    height: 120px;
}
nav ul{
    float: right;
    margin-right: 20px;
    margin-top: 55px;
}
nav ul li{
    display: inline-block;
    line-height: 25px;
    /*margin: 0 5px;*/
}
nav ul li a{
    color: #fff;
    font-family: heebo-bold;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
li a.active, li a:hover{
	color: #fff;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 30px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.mouse {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    left: calc(50% - 12.5px);
    bottom: 10px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.fixed{
    position: fixed;
    z-index: 99999;
}
#menu.fixed nav{
    position: fixed;
}
.wrap-header.fixed {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #fff;
}

#menu.fixed nav {
    margin-top: 0px;
    z-index: 99999;
}
#menu.fixed .enlace {
    position: absolute;
    padding: 0px 10%;
    margin-top: 7px;
}
#menu.fixed .logo {
    height: 45px;
}
#menu.fixed nav ul{
    margin-top: 18px;
}
#menu.fixed li a.active, #menu.fixed li a:hover {
    color: #00a3ae;
    transition: .5s;
}
#menu.fixed nav i{
    color: #1d506b;
}
#menu.fixed .checkbtn {
    line-height: 65px;
}
#menu.fixed li a{
    color: #1d506b;
}