@import 'owl.carousel.css';

body, h1, h2, h3, h4, h5, h6, p{
    /*font-family: 'Fira Sans', sans-serif!important;*/
    font-family: 'Roboto', sans-serif!important;
    color: #333;
}
p{
    font-size: 14px;
}
body a{
    color: #609a99;
}
body a:hover{
    color: #333;
}
#roi-loyalty-icon{
    display: inline-block;
}
.club_zenit a{
    color: #60709A;
    font-weight: 700;
}
.club_zenit a:hover{
    color: #EAA700;
}
#content{
    margin-top: -80px;
    height: 80px;
}

header.header_principal{
    /*font-family: 'Fira Sans', sans-serif!important;*/
    font-family: 'Roboto', sans-serif!important;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    background: #fff;
    z-index: 9;
}
.ancla_contenido{
    position: absolute;
    bottom: 15px;
    right: 25px;
    background: rgba(0,0,0,.5);
    color: #fff;
}
.ancla_contenido:hover{
    color: rgba(255,255,255,0.8);
}
.ancla_contenido > span{
    font-size: 40px;
}
.btn.focus, .btn:focus{
    box-shadow: none!important;
}
.header_principal.scroll_menu{
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.hidden{
    display: none!important;
}
.mtb_50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.mtb_25{
    margin-top: 25px;
    margin-bottom: 25px;
}
.image_fondo{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.title_first{
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: 2px;
}
.title_first span{
    /*color: #ccc;*/
    color: #999;
    font-weight: 700;
}
.description_first{
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.line_separador{
    /*width: 200px;*/
    width: 200;
    height: 2px;
    background: #ccc;
    margin: 30px auto;
}

.logo_gn img{
    width: 100%;
    max-width: 300px;
}
.logo_gn a:hover{
    outline: none;
}
.box_menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}
.main_principal{
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.main_principal li{
    margin: 0 10px;
    /*color: #333;*/
    color: #609a99;
}
.main_principal a{
    /*color: #333;*/
    color: #609a99;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
}
.main_principal a:hover,
.sub_menu span:hover,
.menu_select p:hover{
    color: #EAA700;
    text-decoration: none;
}
.menu_select p{
    margin-bottom: 0px;
    cursor: pointer;
    /*color: #333;*/
    color: #609a99;
    font-weight: 700;
    font-size: 16px;
}
.box_slid{
    height: calc(100vh - 0px);
    overflow: hidden;
    padding: 80px 0px 0px;
    position: relative;
    border: 10px solid #fff;
}
.box_slid_general{
    height: calc(100vh - 10px);
    overflow: hidden;
    padding: 85px 0px;
    margin-bottom: 10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    position: relative;
}
.box_slid_general > img{
    animation: breath 50s infinite;
    width: 100%;
    position: relative;
    z-index: -1;
}
.tipologia_apartamentos h5{
    font-weight: 600;
    font-size: 18px;
    margin:15px 0 30px;
}
@keyframes breath{
  0% {transform: scale(1);}
  50% {transform: scale(1.4);}
  100% {transform: scale(1);}
}
.box_slid_small{
    height: 300px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.box_slid img,
.box_slid_small img{
    height: 100%;
    width: 100%;
}
.slide_corporativo{
    background: #60709A;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.slide_corporativo h2{
    color: #fff;
    letter-spacing: 2px;
    font-size: 36px;
    text-align: center;
}
.menu_select{
    color: #609a99;
    margin: 0 15px 0 5px;
    border-left: 2px solid;
    padding: 0 15px;
    position: relative;
}





a.telefono {
    color: #3e52d9;
    font-weight: 900;
    font-size: 18px;
    display: flex;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    margin-top: -2px;
}

button#dropdownMenu2 {
    background: none;
    border: none;
    color: #609a99;
    margin: 0 5px 0 10px;
    padding-left: 14px;
    border-left: 2px solid;
    position: relative;
    outline:0px;
}

button#dropdownMenu2:hover {
    color: #EAA700;
    text-decoration: none;
}

ul.dropdown-menu.show {
    margin: 0 15px 0 5px;
    position: relative;
    position: absolute;
    background: rgba(255,255,255,.95);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    line-height: 40px;
    padding: 0px 0px 0px 0px;
}

a.link.fz2.fw3.ctm.db {
    color: #333;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 20px;
}

.acc_cli {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

li.acc_cli:hover {
    background-color: #EAA700;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.logo_gn {
    display: flex;
    align-items: center;
}





.sub_menu span{
    /*color: #333;*/
    color: #609a99;
    cursor: pointer;
    font-size: 40px;
}

.slide_corporativo ~.container_bmk{
    margin-top: -110px;
    height: 110px;
}
.bookingmask form{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
}
.bookingmask .item_bmk{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 15%;
    border-right: 2px solid #EAA700;
    position: relative;
    cursor: pointer;
    height: 44px;
}
.bookingmask .item_bmk .gj-datepicker-md [role=right-icon]{
    top: -3;
}
.bookingmask .item_bmk input,
.bookingmask .item_bmk input:focus,
.bookingmask .item_bmk select,
.bookingmask .item_bmk select:focus{
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    box-shadow: none;
    color: #333;
}
.bookingmask label{
    margin-bottom: 0px;
    font-size: 14px;
}
.bookingmask .buscar_bmk{
    background: #EAA700;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    width: 15%;
    color: #333;
    z-index: 1;
}
.bookingmask .buscar_bmk:hover{
    background: #60709A;
    color: #fff;
}
.caja_destacados{
    padding: 20px 10px;
}
.caja_destacados h2.intro{
    text-align: center;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.caja_destacados h2.intro > span{
    font-weight: 700;
    color: #EAA700;
}
.caja_destacados p.intro{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.caja_destacados > .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.caja_destacados .item_destacado{
    text-align: center;
    width: 18%;
    /*border: 1px solid #fff;*/
    margin: 1%;
    padding: 10px 10px 20px;
    /*background: rgba(255,255,255,0.05);*/
    background: #60709A;
    cursor: pointer;
    position: relative;
}
.caja_destacados .item_destacado a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.caja_destacados .item_destacado:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.caja_destacados .item_destacado img{
    width: 60px;
    height: 60px;
    margin: 20px 0 10px;
}
.caja_destacados .item_destacado .text > h4{
    font-size: 14px;
    margin: 15px 0 0;
    text-transform: uppercase;
    letter-spacing: 2;
    color: #fff;
}
.caja_destacados .item_destacado .text > p{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 2;
    color: #fff;
}
.apartamentos{
    padding:50px 10px;
}
.item_type{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    /*pacity: 0.6;*/
    background: #609a99;
    margin-bottom: 10px;
    cursor: pointer;
}
.item_type.active{
    opacity: 1;
    background: #EAA700;
}
.item_type p{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-align: right;
    font-weight: 300;
}
.item_type > span{
    margin: 0 15px;
    font-size: 40px;
    color: #fff;
}
.item_apartamento{
    min-height: 500px;
    padding: 25px 25px 50px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
}
.item_apartamento .capacidad{
    position: absolute;left: 15px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}
.item_apartamento .fondo{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4) , rgba(0,0,0,.7));
}
.item_apartamento p{
color: #fff;
}
.item_apartamento a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}
.item_apartamento p > span.ap_link{
    background:#609a99;
    color:#fff;
    margin-top: 10px;
    padding:5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.item_apartamento h3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2;
}
.select_idiomas{
    position: absolute;
    left: -1px;
    top: 30px;
    background: rgba(255,255,255,.95);
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.select_idiomas ul{
    padding-left: 0;
    list-style: none;
    padding: 0px;
    width: 140px;
    margin-bottom: 0px;
}
.select_idiomas li > a{
    display: block;
    padding: 5px 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.select_idiomas li > a:hover,
.content_submenu li > a:hover{
    background: #EAA700;
    color: #333;
    text-decoration: none;
}
.content_submenu ul{
    overflow: auto;
    height: 100vh;
}
.content_submenu{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100vh;
    right: 0;
    background: rgba(255,255,255,1);
    width: 100%;
    max-width: 500px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.content_submenu ul{
    list-style: none;
    padding: 50px 0;
    margin: 0;
}
.content_submenu li > a{
    display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}
.content_submenu hr{
    width: 50px;
    border-top: 2px solid @333;
}
span#cerrar-submenu{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    color: #333;
    cursor: pointer;
}
span#cerrar-submenu:hover{
    color: #EAA700;
}
.caja_servicios{
    background: #eee;
    padding:50px 10px 30px;
}
.caja_actividades,
.caja_ofertas{
    padding:50px 10px;
}
.caja_actividades .actividades{
    margin: 50px 0 0;
}
.caja_actividades .actividades .card,
.box_ofertas  .card{
    margin-bottom: 20px;
}
.caja_actividades .actividades .card h5{
    font-size: 18px;
}
.caja_actividades .actividades .card a{
    background: #609a99;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.caja_actividades .actividades .card a:hover{
    background: #EAA700;
    text-decoration: none;
}
.caja_servicios .title_first,
.caja_servicios .description_first{
    color: #333;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.servicios_apartamento{
    margin-top: 50px;

}
.servicios_home .servicios_apartamento{
display: grid;
    grid-template-columns: 60% 20% 20%;
    grid-template-rows: 50% 50%;
}
.servicios-page .servicios_apartamento > div{
    flex:1 1 50%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.servicios-page .servicios_apartamento > div:first-child{
flex:1 1 100%;
}
.servicios_home .servicios_apartamento .item_servicio{
    min-height: 200px;
    height: 100%;
     cursor: pointer;
}
.servicios_home .servicios_apartamento .item_servicio .content{
    top:inherit;
    height:auto;
}

.servicios_home .servicios_apartamento .item_servicio .content > div{
    display: flex;
    align-items: center;
}
.servicios_home .servicios_apartamento .item_servicio .image img{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.servicios_home .servicios_apartamento > div:first-child .item_servicio .image{
    max-width: 100px;
    min-width: 60px;
}
.servicios_home .servicios_apartamento .item_servicio .image{
    max-width: 60px;
    min-width: 40px;
}
.servicios_home .servicios_apartamento .item_servicio h4{
    margin-bottom: 0;
}
.servicios_home .servicios_apartamento .item_servicio .text{
    text-align: left;
    padding-top: 0;
    padding-left: 10px;
}
.servicios_home .servicios_apartamento .item_servicio .text > p{
    display: none;
}
.piscina{
    grid-row-end: 3;
    grid-row-start: 1;
}
.sauna{
    grid-row-end: 2;
    grid-row-start: 1;
}
.lavadora{
    grid-row-end: 3;
    grid-row-start: 2;
}
.gimnasio{
    grid-row-end: 3;
    grid-row-start: 2;
}
.juegos{
    grid-row-end: 2;
    grid-row-start: 1;
}
.servicios_home .servicios_apartamento .item_servicio .image img{
min-width: 20px;
    max-width: 40px;
}
.servicios_home .servicios_apartamento .item_servicio .text h4{
font-size: 16px;
}
.servicios_home .servicios_apartamento > div:first-child .item_servicio .image img{
min-width: 60px;
    max-width: 100px;
}
.servicios_home .servicios_apartamento > div:first-child .item_servicio .text h4{
font-size: 28px;
}
.servicios_home .servicios_apartamento > div:first-child .item_servicio .text > p{
    display: block;
}

.col-lg-3.col-md-6.col-sm-6 {
    margin-bottom: 20px;
}
.card {
    position: relative;
}

.item_servicio{
    margin-bottom: 30px;
    background: rgba(238, 238, 238, 0.1);
    min-height: 400px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    border: 3px solid #fff;
    position: relative;
}
.item_servicio a{
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.pagina .item_servicio .content,
.pagina .item_servicio .content:hover{
    background: transparent;
    position: initial;
    padding: 20px 15px;
}
.pagina .item_servicio{
    min-height: 270px;
    height: 100%;
}
.pagina .item_servicio .text h4{
    font-size: 18px;
}
.pagina .item_servicio{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_servicio .content{
    padding: 20px;
   background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}
.item_servicio .content.green{
    background: rgba(96, 154, 153, 0.6);
}
.item_servicio .content.blue{
    background: rgba(96, 112, 154, 0.6);
}
.item_servicio .content.yellow{
    background: rgba(234, 167, 0, 0.6);
}
.item_servicio:hover{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.item_servicio .content:hover{
    background: rgba(0,0,0,0.8);
}
.item_servicio .text{
    text-align: center;
    padding-top: 10px;
    /*margin-right: 10px;*/
    /* border-right: 2px solid rgba(0, 67, 234, 0.6); */
}
.item_servicio .text h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2;
}
.item_servicio .text p{
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}
.item_servicio .image{
    text-align: center;
}
.item_servicio .image img{
    width: 100%;
    min-width: 60px;
    opacity: 1;
    max-width: 100px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.section_apartment .carousel-item{
    padding-bottom: 100%;
    overflow: hidden;
}
.section_apartment .carousel-item img{
object-fit: cover;
min-height: 400px;
max-height: 500px;
}

.item_club{
    padding: 40px!important;
    text-align: center;
    color: #fff;
    max-width: 600px!important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 400px;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.5);*/
}
.item_club h3{
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 10px;
}
.item_club p.important{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 20px;
}
.item_club p{
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 10%;
    font-weight: 700;
}
.item_club a{
    display: block;
    margin-bottom: 15px auto;
    background: transparent;
    border: 1px solid #333;
    background: #333;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding:10px;
}
.item_club a:hover{
    text-decoration: none;
    color: #333;
    border-color: #EAA700;
    background: #EAA700;
    font-weight: 700;
}
.opiniones{
    padding: 50px;
}
.opiniones .line_grey{
    width: 200px;
    height: 2px;
    background: #ccc;
}
.opiniones .titular h4{
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.opiniones .titular p{
    padding-right: 25%;
}
.item_opinion{
    margin: 10px auto;
    background: rgba(255,255,255,.5);
    padding: 50px;
    width: 90%;
}
.item_opinion .nombre{
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
}
.item_opinion .fecha{
    font-size: 11px;
    margin-bottom: 20px;
}
.item_opinion .text{
    font-size: 13px;
    margin-bottom: 20px;
}
.item_opinion .line_opinion{
    width: 250px;
    height: 2px;
    background: #ccc;
}
.opiniones .carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #0043ea;
    opacity: 0.2;
}
.opiniones .carousel-indicators .active{
    opacity: 1!important;
}
.opiniones .carousel-indicators{
    left: auto;
    right: 15px;
    margin-right: 0;
}
.opiniones .titular{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacto{
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.4);*/
    background: rgba(0,0,0,0.02);
}
.contacto .informacion{
    display: flex;
    align-items: center;
    padding:30px;
    background: #fff;
    padding: 50px;
    position: relative;
}
.proteccion_datos{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
    background: rgba(0,0,0,0.9);
    padding: 50px;
    color: #fff;
    display: flex;
    align-items: center;
}
.proteccion_datos h3{
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.proteccion_datos p{
    font-size: 12px;
    margin-bottom: 5px;
    color: #fff;
}
.proteccion_datos a{
    color: #EAA700;
    text-decoration: underline;
    font-size: 12px;
}
.contacto > .row{
    /*min-height: 100vh;*/
}
.contacto .informacion h2{
    font-size: 24px;
    letter-spacing: 2px;
}
.contacto .informacion h2 > span{
    color: #ccc;
    font-weight: 700;
}
.contacto .informacion .telefono{
    display: block;
    font-size: 32px;
    letter-spacing: 2px;
    color: #60709A;
}
.contacto .informacion .telefono:hover{
    color: #333;
    text-decoration: none;
}
.contacto .informacion .text{
    margin-bottom: 0px;
}
.iconos_redes{
    margin: 20px auto;
}
.iconos_redes a{
    margin: 0 15px;
}
.iconos_redes a > img{
    width: 100%;
    max-width: 40px;
}
footer{
    background: rgba(0,0,0,.9);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
footer .footer{
    padding: 50px 20px 20px;
}
.footer .logo_gn{
    max-width: 300px;
    margin-bottom: 20px;
}
.footer p{
    margin-bottom: 0px;
    font-size: 13px;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #EAA700;
    text-decoration: none;
}
.footer h5{
    font-size: 12px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    margin: 5px 0;
}
.footer h5.destacado > a{
    color: #EAA700;
    font-weight: 600;
}
.footer h5.destacado > a:hover{
    color: #fff;
}
.politicas{
    background: #609a99;
    padding: 5px;
}
.politicas ul{
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.politicas li > a{
    margin: 0 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.politicas li > a:hover{
    color: #333;
    text-decoration: none;
}
.copy-right{
    text-align: center;
    padding: 10px;
}
.copy-right p{
    font-size: 10px;
    margin-bottom: 0px;
    color: #fff;
    letter-spacing: 0.5;
}
.modal_apartamento .modal-header{
    padding: 5px 10px;
    border-bottom: none;
}
.modal_apartamento .slide_modal,
.modal_apartamento .carousel-inner{
    height: 400px;
}
.modal_apartamento .modal-content{
    border-radius: 0px;
}
.modal_apartamento .modal-body{
    padding:0 30px 30px;
}
.modal_apartamento h5{
    font-size: 22px;
    letter-spacing: 2px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.modal_apartamento .text_modal{
    padding: 30px 50px;
}
.modal_apartamento .text_modal button{
    border: none;
    background: #60709A;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: none;
}
.modal_apartamento .text_modal button:hover{
    background: #EAA700;
    color: #fff;
}
.servicios_modal{
    padding-top: 20px;
    border-top: 1px solid #eee;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}
.servicios_modal h5{
    text-align: center;
    border-bottom: none;
}
.servicios_modal p{
    display: flex;
    align-items: center;
    margin-bottom: 0px;

}.servicios_modal p > span{
    margin-right: 10px;
    color: #EAA700;
}
.list_servicios{
    display: flex;
    justify-content: initial;
    flex-wrap: wrap;
    padding: 50px 10px 0px;
    background: #eee;
}
.list_servicios .item{
    text-align: center;
    padding: 15px;
    width: 16.6%;
}
.list_servicios .item img{
    width: 100%;
    max-width: 30px;
    margin-bottom: 10px;
}
.list_servicios .item img[src='/img/icons/servicios/']{
    display: none;
}
.list_servicios .btn-secondary{
    margin:0 auto;
    display: block;
}
.list_servicios .modal-body{
    display: flex;
    flex-wrap: wrap;
}
.list_servicios .modal-body .item{
    text-align: center;
    padding: 15px;
    width: 33.3%;
    padding: 5px 10px;
}
.list_servicios .modal-body .item > p{
  text-align: left;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.list_servicios .modal-body .item > p > span{
 position: absolute;
    left: 0;
    font-size: 18px;
    background: #609a99;
    border-radius: 25px;
    padding: 2px;
    color: #fff;
}
.box_contacto .text{
    padding: 50px 10px;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.box_contacto .text .item img{
    height: 100%;
    min-height: 15px;
    max-height: 15px;
    margin-right: 15px;
}
.box_contacto .text .item p{
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.box_contacto .text .item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.box_contacto .row{
    min-height: calc(100vh - 300px);
}
.box_contacto .text .title_first{
    text-align: left;
}
.box_contacto .elements_contacto a{
    color: #0043ea;
    cursor: pointer;
}
.box_contacto .elements_contacto a:hover{
    color: #EAA700;
    text-decoration: none;
}
.club_zenit{
    /*padding: 50px 10px;*/
    padding: 0px;
    background: #fff;
    /*background-image: linear-gradient(rgba(255,255,255,1), rgba(51,51,15,0.1), rgba(51,51,15,0.15));*/
}
.club_zenit .enlace{
    display: block;
    background: #60709A;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 90%;
    max-width: 400px;
    margin: 0 auto 5px;
}
.club_zenit .enlace:hover{
    background: #EAA700;
    text-decoration: none;
    color: #333;
}
.club_zenit .title_first,
.club_zenit .description_first{
    color: #333;
}
.club_zenit.box_ventajas{
    padding: 50px 10px;
    background: transparent;
}
.ventajas .card-body{
    font-size: 14px;
    padding: 15px;
}
.ventajas .card-header{
    padding: 0;
    background: #eee;
}
.ventajas .card{
    border-radius: 0;
    border: none;
    background: transparent;
}
.ventajas .card-header button{
    font-size: 15px;
    /*color: #333;*/
    font-weight: 500;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
    background: #60709A;
    color: #fff;
    border-radius: 0;
}
.ventajas.green .card-header button{
    background: #609a99;
}
.ventajas .card-header button:hover{
    text-decoration: none;
}
.text_club{
    padding: 50px!important;
    display: flex;
    align-items: center;
}
.text_club h2,
.text_club p{
    text-align: right;
}
.section_apartment{
    padding-bottom: 50px;
    background: #eee;
}
.section_apartment .image,
.section_apartment .carousel.slide{
    min-height: 400px;
    overflow: hidden;
    height: 300px;
}
.section_apartment .image{
    padding: 0px;
}
.section_apartment .information{
    display: flex;
    align-items: center;
    padding-left: 50px;
    border-top: 1px solid #eee;
    position: relative;
    padding-bottom: 60px;
    background: #fff;
}
.section_apartment .information h3{
    font-size: 24px;
    letter-spacing: 2px
    margin-bottom: 15px;
}
.section_apartment .information p.dimension{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section_apartment .information p.capacidad{
    font-size: 14px;
    margin-bottom: 5px;
}
.buttons_container{
    display: flex;
    align-items: center;
}
.buttons_container .btn-secondary{
     border: none;
    cursor: pointer;
    background: #444;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: auto;
    text-align: center;
    margin-right: 10px;
}
.buttons_container .btn-secondary:hover{
    background: #333;
}
.section_apartment .information a.reservar{
    border: none;
    cursor: pointer;
    background: #EAA700;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: auto;
    text-align: center;
}
.section_apartment .information a.reservar:hover{
    background: #60709A;
    text-decoration: none;
}
.section_apartment .servicios{
    padding: 10px 0px;
    background: #609a99;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.section_apartment .servicios p{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}
.section_apartment .servicios:hover{
    background: #444;
}
.botones_actividades {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boton_loc {
    width: 200px;
    text-align: center;
    background-color: #EAA700;
    margin: 20px 20px;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}
.boton_loc:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    color: white;
}
.boton_act {
    width: 200px;
    text-align: center;
    background-color: #609a99;
    margin: 20px 20px;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}
.boton_act:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    color: white;
}

.but-book-room {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  display: none;
}

.but-book-room .btn {

  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: ##EAA700;
  color: #fff;
}
.but-book-room-static {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
}
.but-book-room-static .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: ##EAA700;
  color: #fff;
}
#enlace_disponibilidad2 {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.5);
  background: #EAA700;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
#enlace_disponibilidad2:hover {
  background: #421A0D;
}

@media (max-width:  375px) {
    .boton_loc {
        width: 40%;
        font-size: 11px;
    }
    .boton_act {
        width: 40%;
        font-size: 11px;
    }
}
.acceso_club{
    padding: 50px;
    /*background: #444;*/
    background: url(/img/theme/general/clubzenit.jpg);
}
.acceso_club h3{
    text-align: center;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 300;
}
.acceso_club input{
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0px;
    padding: 10px;
    color: #fff;
}
.acceso_club button,
.formulario_corporate button{
    width: 100%;
    background: #EAA700;
    border: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
}
.acceso_club button:hover,
.formulario_corporate button:hover{
    background: #609a99;
}
.acceso_club .enlaces{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}
.acceso_club .enlaces > a{
    color: #EAA700;
}
.acceso_club .enlaces > a:hover{
    color: #fff;
}
.ubicacion{
    padding: 50px 10px;
}
.ubicacion .direction{
    text-align: center;
    font-weight: 700;
    color: #444;
    font-size: 18px;
    margin-bottom: 15px;
}
.content_ubicacion .mapa{
    padding: 0;
}
.content_ubicacion .information{
    display: flex;
    align-items: center;
    background: #eee;
    padding: 50px 5%;
}


.content_ubicacion .information #accordion{
    display: flex;
    flex-wrap: wrap;
}

.content_ubicacion .information #accordion > div{
    width: 50%;
}

.content_ubicacion .information #accordion > div p{
    margin-bottom: 5px;
}

.content_ubicacion .information .card-header{
    background: transparent;
    border: none;
}
.content_ubicacion .information .card{
    border-radius: 0px;
    border: none;
    background: none;
}
.content_ubicacion .information .btn.btn-link{
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
    font-size: 18px;
}
.content_ubicacion .information .btn.btn-link:hover{
    color: #EAA700;
    text-decoration: none;
}
.content_ubicacion .information .card-header{
    padding: 5px 20px;
}
.content_ubicacion .information .card-body{
    padding: 5px 20px;
}
.slide_error{
    background: url(/img/theme/cadiz/slide/apartamentos.jpg);
    min-height: calc(100vh - 10px);
    position: relative;
    margin: 0 10px 10px;
}
.slide_error .fondo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide_error .fondo > div{
    text-align: center;
}
.slide_error img{
    width: 100%;
    max-width: 600px;
    opacity: 0.8;
}
.slide_error img.image_avion{
    max-width: 250px;
}
.slide_error h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
}
.slide_error h4{
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}
.slide_error p{
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.slide_error .enlaces{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}
.slide_error .enlaces > a{
    display: block;
    width: 200px;
    background: #EAA700;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.slide_error .enlaces > a:hover{
    text-decoration: none;
    background: #60709A;
}
.pag_politicas{
    padding: 50px 10px;
}
.pag_politicas p{
    text-align: justify;
    margin-bottom: 15px;
}
.pag_politicas h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
}
.pag_politicas h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}
.pag_politicas a{
    font-weight: 700;
    color: #60709A;
}
.pag_politicas a:hover{
    color: #EAA700;
}
.pag_politicas .table_politicas{
    width: 100%;
    margin: 40px 0;
}
.pag_politicas .table_politicas td{
    font-size: 13px;
    padding: 10px;
}
.pag_politicas .table_politicas,
.contenedor_faqs{
    padding: 50px 10px;
}
.container-fluid.medidas_sanitarias{
    padding: 50px 0 0;
}
.medidas_sanitarias{
    padding: 50px 10px;
}
.medidas_sanitarias .anclas{
    padding: 50px 0;
}
.medidas_sanitarias .item_ancla{
    text-align: center;
    padding: 20px;
    cursor: pointer;
    position: relative;
}
.medidas_sanitarias .item_ancla a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.medidas_sanitarias .item_ancla:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.medidas_sanitarias .item_ancla img{
    width: 100%;
    max-width: 80px;
    margin-bottom: 15px;
}
.medidas_sanitarias .item_ancla h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}
.medidas_sanitarias .content_ancla{
    position: relative;
    padding: 50px 10px;
}
.medidas_sanitarias .content_ancla > div{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.medidas_sanitarias .content_ancla span{
    position: absolute;
    top: -80px;
}
.medidas_sanitarias .content_ancla h3{
    text-align: center;
    letter-spacing: 2px;
    font-size: 28px;
}
.medidas_sanitarias .content_ancla h4{
    text-align: center;
    font-size: 18px;
    color: #60709A;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #60709A;
}
.medidas_sanitarias .content_ancla h5{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 50px;
    background: #EAA700;
    padding: 5px;
}
.medidas_sanitarias .content_ancla img{
    width: 100%;
    max-width: 800px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.medidas_sanitarias .content_ancla li{
    font-size: 14px;
}
.medidas_sanitarias .content_ancla .conditions{
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    /*margin-top: 60px;*/
    border-top: 1px solid #ccc;
}
.name_ciudad.container{
    padding: 50px;
    /*background: #609a99;*/
    min-height: 400px;
    padding-bottom: 150px;
}
.name_ciudad h2{
    color: #333;
    letter-spacing: 2px;
    font-size: 40px;
}
.name_ciudad p{
    font-size: 18px;
    color: #333;
    width: 40%;
}
.apartamentos_ciudad{
    margin-top: -300px;
    margin-bottom: 100px;
}
.item_ciudad{
    height: 400px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.item_ciudad .fondo{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.item_ciudad > div{
    z-index: 2;
}
.item_ciudad h3{
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.item_ciudad p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.item_ciudad p.numero{
    font-size: 14px;
    font-weight: 700;
}
.item_ciudad .enlace{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.item_ciudad .enlace a{
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.item_ciudad .enlace a:hover{
    color: rgba(255,255,255,.8);
}
.item_ciudad .enlace a > span{
    margin-left: 5px;
    font-size: 40px;
}
.item_ciudad .enlace a > span:hover,
.enlace_ciudad a > span:hover{
    margin-left: 25px;
}
.enlace_ciudad{
    padding-top: 80px;
}
.enlace_ciudad a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
}
.enlace_ciudad a > span{
    font-size: 60px;
    margin-left: 5px;
}
.porque_gna{
    padding: 50px 10px;
}
.item_porque{
    margin: 20px auto;
    padding: 15px 50px!important;
}
.item_porque .titular{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.item_porque .titular img{
    margin-right: 20px;
    width: 100%;
    max-width: 80px;
}
.item_porque .titular h3{
    font-size: 26px;
    margin: 0;
}
/* BOOKINGMASK*/
.elige_apartamento,
.numero_adultos,
.numero_ninos{
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    padding: 20px;
    width: 100%;
    min-width: 300px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 10;
}
.elige_apartamento ul,
.numero_adultos ul,
.numero_ninos ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.elige_apartamento a,
.numero_adultos a,
.numero_ninos a{
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.elige_apartamento li.ciudad{
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.elige_apartamento li.ciudad:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.elige_apartamento .apartamento a{
    font-weight: 400;
}
.elige_apartamento a:hover,
.numero_adultos a:hover,
.numero_ninos a:hover{
    color: #EAA700;
    text-decoration: none;
}
.numero_adultos li,
.numero_ninos li{
    padding: 5px 10px;
}
.numero_adultos li:hover,
.numero_ninos li:hover{
    background: #eee;
}
.numero_ninos p{
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    cursor: initial;
}
.gj-picker-md {
    margin-top: 10px;
    margin-left: -10px;
}
.bookingmask .gj-textbox-md,
.gj-textbox-md{
    border-bottom: none!important;
}
.bookingmask .gj-textbox-md::placeholder {
    color: #333;
    font-size: 14px;
}
.hotel_multiple{
    padding-top: 150px;
}
.box-newsletter{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
}
.box-newsletter h2{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.box-newsletter p{
    color: #fff;
    font-size: 16px;
}
.box-newsletter label{
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}
.box-newsletter a,
.modal_cookies a{
    color: #EAA700;
    font-weight: 600;
}
.box-newsletter a:hover{
    color: #fff;
}
.modal_cookies a:hover{
    color: #333;
}
.box-newsletter input{
    width: 100%;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.2);
    padding: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.box-newsletter .button-politicas{
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-newsletter .button-politicas input{
    width: auto;
    margin-bottom: 0px;
    margin-right: 10px;
}
.button_news,
.aceptar_cookies,
.acceso_form .button_news{
    background: #EAA700;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #333;
    margin-top: 30px;
}
.button_news:hover,
.aceptar_cookies:hover,
.acceso_form .button_news:hover{
    background: #60709A;
    color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.twobutton {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.twobutton:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.notice_cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.notice_cookies .text p{
    font-size: 14px;
    margin-bottom: 0px;
}
.notice_cookies .text{
    width: 60%;
}
.notice_cookies .buttons{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.notice_cookies .buttons a{
    margin: 0px 15px;
    display: block;
    color: #609a99;
    text-decoration: underline;
    font-size: 16px;
}
.notice_cookies .buttons a:hover{
    color: #333;
}
.notice_cookies .buttons button{
    background: #609a99;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
}

input:checked + .twobutton {
  background-color: #609a99;
}

input:focus + .twobutton {
  box-shadow: 0 0 1px #609a99;
}

input:checked + .twobutton:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.twobutton.round {
  border-radius: 34px;
}

.twobutton.round:before {
  border-radius: 50%;
}

.modal_cookies .modal-dialog{
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.modal_cookies .modal-header h5{
    font-size: 26px;
}
.modal_cookies .item_configuraciones{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal_cookies .item_configuraciones > div{
    width: 80%;
}
.modal_cookies .item_configuraciones h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.modal_cookies .item_configuraciones p{
    font-size: 14px;
}
.box_ofertas .card-body{
    text-align: center;
}
.box_ofertas .card-body h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.box_ofertas .card-body h4{
    font-size: 14px;
    font-weight: 700;
}
.box_ofertas .card-body p{
    margin-bottom: 0px;
}
.box_ofertas .card-body p > span{
    font-size: 40px;
    color: #609a99;
    font-weight: 700;
}
.box_ofertas .card-body p.condiciones{
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
}
.box_ofertas p.sin_ofertas{
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}
.box_ofertas .card-body a{
    display: block;
    width: 100%;
    margin: 5px auto;
    background: #609a99;
    text-align: center;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.box_ofertas .card-body a:hover{
    background: #EAA700;
    text-decoration: none;
}
.box_ofertas .card-body a.ver_mas{
    background: transparent;
    color: #EAA700;
    padding: 0px;
    font-weight: 700;
    text-transform: none;
}
.box_ofertas .card-body a.ver_mas:hover{
    color: #EAA700;
}
.box_ofertas{
    margin-top: 50px;
    justify-content: center;
}
.select_apartamentos{
    position: absolute;
    background: rgba(255,255,255,.95);
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    top: 30px;
    width: 200px;
    max-height: 350px;
    overflow-y: auto;
}
.select_apartamentos ul{
    padding: 0px;
}
.select_apartamentos ul > li{
    list-style: none;
    margin: 0px;
}
.select_apartamentos ul > li > a{
    font-weight: 400;
    font-size: 14px;
    text-transform: initial;
    display: block;
    padding: 10px 20px;
    color: #333;
}
.select_apartamentos ul > li > a:hover{
    background: #EAA700;
    color: #333;
    text-decoration: none;
}
.select_ofertas{
    margin: 50px 0;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.select_ofertas h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.select_ofertas ul{
    padding: 0px;
}
.select_ofertas ul > li{
    list-style: none;
}
.select_ofertas ul > li > p{
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0px;
}
.select_ofertas ul > li > p:hover{
    background: #fff;
}
.grecaptcha-badge{
    display: none;
}
.form .error .required, .form .error .required-alojamiento1, .form .error .required-alojamiento2, .form .error .required_restautant_events {
    border: 1px solid #EE3D3D;
}
.formulario_corporate{
    margin: 30px auto 50px;
}
.formulario_corporate input,
.formulario_corporate select,
.formulario_corporate textarea{
    width: 100%;
    margin-bottom: 10px;
    border: none;
    color: rgb(117, 117, 117);
    font-size: 13px;
    min-height: 40px;
    padding: 5px 10px;
}
.formulario_corporate .checkbox input{
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.formulario_corporate .checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.formulario_corporate .checkbox p{
    font-size: 13px;
    margin-bottom: 0px;
    width: 90%;
}
.politica_rgdp_corporate{
    padding: 40px 0;
    border-top: 1px solid #ccc;
}
.politica_rgdp_corporate h3{
    font-size: 18px;
}
.politica_rgdp_corporate p{
    font-size: 13px;
    margin-bottom: 5px;
}
.modal_condiciones .modal-dialog{
    width: 100%;
    border-radius: 0px;
    max-width: 1200px;
}
.modal_condiciones .modal-header,
.modal_condiciones .modal-body{
    padding: 20px;
}
.modal_condiciones .modal-header h5{
    font-size: 20px;
    margin: 0px;
}
.modal_condiciones .modal-body h6{
    font-size: 16px;
    margin: 15px 0 10px;
}
.modal_condiciones .modal-body p{
    font-size: 13px;
    margin-bottom: 10px;
}
.modal_condiciones a,
.formulario_corporate a{
    color: #609a99;
    text-decoration: underline;
    cursor: pointer;
}
.modal_condiciones a:hover,
.formulario_corporate a:hover{
    color: #333;
}
.box_slid img.big,
.box_slid_small img.big{
    display: block;
    height: auto;
    width: 100%;
}
.box_slid img.small,
.box_slid_small img.small{
    display: none;
}

.download_app{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px 0;
}
.download_app a {
    width:50%;
    box-sizing: border-box;
    padding:0 5px;
    max-width: 200px;
}
.download_app a img{
    width: 100%
}

/*GALERY CSS*/
.portfoliofilters{
    padding-top: 50px;
}
.portfoliofilters .portfoliofilter.active .text {
    color: #609a99;
    border-bottom: 3px solid;
}
    .list.inline.xsgutter>li {
    margin-left: 10px;
    margin-right: 10px;
}
.p5{
    padding:5px!important;
}
.ac {
    text-align: center;
}
    .list.inline>li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    cursor: pointer;
    margin-bottom: 10px;
}
    .input.ttu, .link.ttu, .text.ttu, .textarea.ttu {
    text-transform: uppercase;
}

.input.fw3, .link.fw3, .text.fw3, .textarea.fw3 {
    font-weight: 600;
}
.input.fz3, .link.fz3, .text.fz3, .textarea.fz3 {
    font-size: 14px;
}
    .mb50 {
    margin-bottom: 50px!important;
}
    .large-12 {
    width: 100%;
}
.portfolio {
    margin-left: 5px;
    margin-right: 6px;
    -webkit-transition-duration: .8s!important;
    -moz-transition-duration: .8s!important;
    -ms-transition-duration: .8s!important;
    -o-transition-duration: .8s!important;
    transition-duration: .8s!important;
}
    .portfolio .item>div {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
    .portfolio .item {
    width: 20%;
    position: relative;
    vertical-align: top;
    zoom: 1;
    -webkit-transition-duration: .8s!important;
    -moz-transition-duration: .8s!important;
    -ms-transition-duration: .8s!important;
    -o-transition-duration: .8s!important;
    transition-duration: .8s!important;
}

    .portfolio .item img{
    max-width: 100%;
}
.portfolio .sizer {
    width: 20%;
}

@media (min-width: 1200px){
    .box_slid img.big{
        height: auto;
        width: 100%;
    }
    .section_apartment .row{
        max-width: 1300px;
        margin:0 auto;
    }
}


@media (max-width: 1023px){
    .tablet #content{
        margin-top: -70px;
        height: 70px;
    }
    .tablet .ancla_contenido{
        right: 15px;
        bottom: 15px;
    }
    .tablet .main_principal{
        display: none;
    }
    .tablet header.header_principal{
        padding: 10px 20px;
    }
    .tablet .logo_gn img{
        max-width: 250px;
    }
    .tablet .menu_select{
        margin: 0 10px;
    }
    .tablet .select_idiomas{
        left: -30px;
    }
    .tablet .box_slid{
        height: 400px;
        padding: 60px 0 0;
        margin-bottom: 0px;
    }
    .tablet .box_slid_small{
        height: 250px;
        padding: 60px 0 0;
        margin-bottom: 0px;
    }
    .tablet .box_slid img,
    .tablet .box_slid_small img{
        height: auto;
    }

    .tablet .item_club{
        min-height: 300px;
    }
    .tablet .contacto .image_fondo{
        height: 300px;
    }
    .tablet .iconos_redes{
        text-align: center;
        margin: 30px auto 0;
    }
    .tablet .caja_destacados .item_destacado{
        width: 30%;
    }
    .tablet .apartamentos {
        padding: 40px 0px;
    }
    .tablet .item_apartamento{
        min-height: 400px;
    }
    .tablet .item_type{
        padding: 10px;
        height: auto;
    }
    .tablet .servicios_apartamento{
        margin-top: 0px;
        padding: 20px 20px 0;
    }
    .tablet .elige_apartamento,
    .tablet .numero_adultos,
    .tablet .numero_ninos{
        min-width: 200px;
    }
    .tablet .caja_destacados h2.intro{
        font-size: 32px;
    }
    .tablet .tipologia_apartamentos{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .tablet .item_type{
        width: 48%;
        margin: 1%;
    }
    .tablet .container-fluid.section_apartment{
        padding-left: 30px;
        padding-right: 30px;
    }
    .tablet .section_apartment .information{
        padding-top: 40px;
        padding-left: 20px;
        padding-bottom: 80px;
    }
    .tablet .slide_corporativo{
        height: 70px;
    }
    .tablet .box_contacto .image{
        min-height: 300px;
    }
    .tablet .ubicacion{
        padding: 40px 20px 20px;
    }
    .tablet .ventajas.mtb_50{
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .tablet .name_ciudad p{
        width: 100%;
    }
    .tablet .hotel_multiple{
        margin-bottom: 25px;
    }
    .tablet .enlace_ciudad{
        padding-top: 50px;
    }
    .tablet .apartamentos_ciudad{
        margin-bottom: 40px;
    }
    .tablet .box_slid_general{
        margin-bottom: 0px;
        border: none;
        height: auto;
        padding: 70px 0 0;
    }
    .tablet .item_porque .titular h3{
        font-size: 18px;
    }
    .tablet .item_porque .titular img{
        max-width: 50px;
    }
    .tablet .item_type p{
        font-size: 14px;
    }
    .tablet .item_type > span{
        margin: 0px;
        display: none;
    }
    .tablet .item_servicio .content{
        padding: 15px;
    }
    .tablet .item_servicio .image img{
        max-width: 60px;
    }
    .tablet .item_servicio .text h4{
        font-size: 20px;
    }
    .tablet .item_servicio .text p{
        font-size: 14px;
    }
    .tablet .box_contacto .text{
        border-bottom: 1px solid #ccc;
    }
    .tablet .widget_01,
    .tablet .widget_close{
        display: none;
    }
    .tablet .content_ubicacion .mapa{
        padding: 0 30px 30px;
    }
    .tablet .item_type{
        width: calc(50% - 4px);
        margin: 2px;
    }
    .tablet .tipologia_apartamentos{
        display: flex;
        flex-wrap: wrap;
    }
    .tablet .box_apartamentos{
        margin: 5px 2px;
    }
}
@media (max-width: 767px){
    .no_scroll{
        overflow: hidden;
    }
    .notice_cookies .text,
    .notice_cookies .buttons{
        width: 100%;
    }
    .notice_cookies .text{
        margin-bottom: 20px;
        text-align: center;
    }
    .notice_cookies .buttons{
        justify-content: center;
    }
    .movil #content{
        margin-top: -86px;
        height: 86px;
    }
    .movil .ancla_contenido{
        right: 10px;
        bottom: 10px;
    }
    .movil .caja_destacados .item_destacado{
        width: 48%;
    }
    .movil .caja_destacados .item_destacado:last-child{
        width: 48%;
    }
    .movil .caja_destacados > .container{
        justify-content: start;
        padding: 0px;
    }
    .movil .caja_destacados h2.intro{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .movil .caja_destacados p.intro{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .description_first{
        font-size: 14px;
    }
    p{
        font-size: 14px;
    }
    .item_type{
        width: 100%;
        margin-bottom: 5px;
        height: auto;
        padding: 10px;
    }
    .movil .item_type p{
        font-size: 14px;
    }
    .movil .item_type > span{
        margin: 0px;
    }
    .movil .header_principal{
        padding: 10px;
        top: 0;
    }
    .movil .main_principal{
        display: none;
    }
    .movil .menu_select{
        margin: 0px;
        padding: 0 10px;
    }
    .movil .logo_gn img{
        max-width: 300px;
        padding: 10px;
    }
    .movil .content_submenu{
        background: rgba(255,255,255,0.9);
    }
    .movil .box_slid{
        padding: 50px 0 0;
        margin: 0px;
        height: 50%!important;
        min-height: 400px;
        border: 10px solid #fff;
    }
    .movil .box_slid_small{
        padding: 80px 0 0;
        margin: 0px;
        /*height: 10%!important;*/
        min-height: 160px;
        border: 10px solid #fff;
    }
    .movil .box_slid img.big,
    .movil .box_slid_small img.big{
        display: none;
    }
    .movil .box_slid img.small,
    .movil .box_slid_small img.small{
        display: block;
        height: auto;
    }
    .movil .container_bmk{
        margin-top: 0px;
        height: auto;
        position: static;
    }
    .movil .container_bmk .col-md-12{
        padding-left: 0px;
        padding-right: 0px;
    }
    .movil .bookingmask form{
        display: block;
        height: auto;
        background: #eee;
        padding: 10px;
    }
    .owl .owl-item{
        height: auto!important;
    }
    .owl .owl-item .slide{
        height: auto!important;
        padding-top:85px;
    }
    .caption_slide h1{
        font-size:1.5rem;
    }
    .owl .owl-item img{
       width: 100%;
    }
    .movil .bookingmask .buscar_bmk{
        width: 100%;
    }
    .movil .bookingmask .item_bmk,
    .movil .bookingmask button,
    .movil .gj-datepicker{
        width: 100%;
    }
    .movil .bookingmask .item_bmk{
        border-right: none;
        border-bottom: 1px solid #EAA700;
        margin-bottom: 2px;
        background: transparent;
    }
    .movil .bookingmask #ninos{
        border-bottom: none;
    }
    .movil .caja_destacados{
        padding: 10px;
    }
    .movil .politicas ul{
        display: block;
        text-align: center;
    }
    .movil footer .footer{
        padding: 20px;
        text-align: center;
    }
    .movil .footer .logo_gn{
        margin: 20px auto;
    }
    .movil .apartamentos{
        padding: 20px 0px 10px;
        margin-top: 10px;
    }
    .movil .title_first{
        font-size: 22px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .movil .item_apartamento{
        min-height: 350px;
    }
    .movil .iconos_redes a > img{
        max-width: 30px;
    }
    .movil .iconos_redes{
        text-align: center;
    }
    .movil .select_idiomas{
        left: -50px;
    }
    .movil .box_slid_small {
        height: auto;
        padding: 0;
        padding-top: 80px;
    }
    .movil .container-fluid.section_apartment{
        padding-left: 30px;
        padding-right: 30px;
    }
    .movil .section_apartment .image,
    .movil .section_apartment .carousel.slide{
        min-height: auto;
    }
    .movil .section_apartment .information{
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 80px;
    }
    .movil .section_apartment .information > div{
        text-align: center;
    }
    .movil .list_servicios{
        padding: 20px 10px 0px;
    }
    .movil .list_servicios .item {
        padding: 10px;
        width: 33.3%;
    }
    .movil .form_clubzenit > div{
        margin-bottom: 10px;
    }
    .movil .club_zenit.mtb_50,
    .movil .ventajas.mtb_50{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .movil .slide_corporativo{
        height: 95px;
        background: #fff;
    }
    .movil .box_contacto .image{
        min-height: 300px;
        order: 2;
    }
    .movil .box_contacto .text{
        padding: 20px 15px;
        border-bottom: 1px solid #eee;
    }
    .movil .box_contacto .text .title_first{
        text-align: center;
    }
    .movil .ubicacion{
        padding: 30px 20px 20px;
    }
    .movil .contenedor_faqs{
        padding: 20px 10px 10px;
    }
    .movil .box_slid_general{
        height: auto;
        border: none;
        padding: 70px 0 0;
        margin-bottom: 0px;
    }
    .movil .name_ciudad p{
        width: 100%;
    }
    .movil .name_ciudad.container{
        padding: 20px 20px 50px;
        min-height: auto;
    }
    .movil .apartamentos_ciudad{
        margin-top: -30px;
        margin-bottom: 50px;
    }
    .movil .hotel_multiple{
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .movil .enlace_ciudad{
        padding-top: 50px;
    }
    .movil .enlace_ciudad a{
        font-size: 20px;
    }
    .movil .item_ciudad h3{
        font-size: 26px;
    }
    .movil .item_porque{
        margin: 0 auto;
        padding: 10px!important;
    }
    .movil .item_porque .titular{
        display: block;
        text-align: center;
    }
    .movil .item_porque .titular img{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .movil .item_porque .titular h3{
        font-size: 18px;
    }
    .movil .item_porque p{
        text-align: center;
    }
    .movil .medidas_sanitarias ul{
        margin-bottom: 0px;
        padding-right: 15px;
    }
    .movil .medidas_sanitarias .content_ancla{
        padding: 30px 15px;
    }
    .movil .item_servicio .content{
        padding: 15px;
    }
    .movil .item_servicio .image img{
        max-width: 60px;
    }
    .movil .item_servicio .text h4{
        font-size: 20px;
    }
    .movil .item_servicio .text p{
        font-size: 14px;
    }
    .movil .caja_newsletter{
        height: 400px;
    }
    .movil .select_ofertas{
        margin: 20px 0;
        border-right: none;
        text-align: center;
    }
    .movil .proteccion_datos h3{
        font-size: 15px;
    }
    .movil .section_apartment .information a.reservar{
        margin: 0 auto;
    }
    .movil .widget_01,
    .movil .widget_close{
        display: none;
    }
    .movil .bookingmask > div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .movil .box_apartamentos p{
        font-size: 13px;
    }
    .movil .caja_servicios{
        padding: 20px 10px;
        margin-top: 10px;
    }
    .movil .servicios_apartamento{
        margin-top: 15px;
        width: 100%;
        margin: 0px;
    }
    .movil .contacto .informacion .telefono{
        font-size: 22px;
    }
    .movil .contacto .informacion{
        padding: 20px;
        text-align: center;
    }
    .movil .contacto .informacion h2{
        font-size: 22px;
    }
    .movil .iconos_redes a{
        margin: 0 10px;
    }
    .movil .footer h5{
        font-size: 13px;
    }
    .movil .item_club{
        padding: 30px 20px!important;
        min-height: auto;
    }
    .movil .box-newsletter{
        padding: 20px;
    }
    .movil .text_club {
        padding: 20px 20px 10px!important;
    }
    .movil .item_servicio{
        min-height: auto;
        margin-bottom: 10px;
    }
    .movil .item_servicio .content{
        position: initial;
    }
    .movil .section_apartment .image,
    .movil .section_apartment .carousel.slide{
        height: 250px;
    }
    .movil .acceso_club{
        padding: 20px;
    }
    .movil .box_ventajas p,
    .movil .contenedor_faqs p{
        font-size: 14px;
    }
    .movil .club_zenit.box_ventajas{
        padding: 40px 10px 20px;
    }
    .movil .box_contacto{
        margin-top: 10px;
    }
    .movil .club_zenit p,
    .movil .content_ubicacion p{
        font-size: 14px;
    }
    .movil .caja_ofertas{
        margin-top: 10px;
        padding: 20px;
    }
    .movil .content_ubicacion .information{
        padding: 20px 10px;
    }
    .movil .ubicacion .direction{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .movil .content_ubicacion .mapa{
        margin: 0px 20px 20px;
    }
    .movil .caja_actividades{
        margin-top: 10px;
    }
    .movil .medidas_sanitarias .anclas{
        padding: 0px 0px 20px;
    }
    .movil .container-fluid.medidas_sanitarias{
        padding: 0px;
    }
    .movil .medidas_sanitarias{
        padding: 20px 10px;
    }
    .movil .item_type > span{
        display: none;
    }
    .movil .item_type{
        width: calc(50% - 4px);
        margin: 2px;
    }
    .movil .tipologia_apartamentos{
        display: flex;
        flex-wrap: wrap;
    }
    .movil .box_apartamentos{
        margin: 5px 2px;
    }
    .movil .modal_cookies .item_configuraciones h3{
        font-size: 14px;
    }
    .movil .modal_cookies .modal-header h5{
        font-size: 20px;
    }
    .movil .modal_cookies .modal-body p,
    .movil .modal_cookies .modal-body a,
    .movil .modal_cookies .item_configuraciones p{
        font-size: 12px;
    }
    .movil .box_politica{
        margin-top: 10px;
    }


}

/*widget 1*/
.oculto{
    display: none!important;
}
.widget_01{
    position: fixed;
    top: 100px;
    left: 20px;
    background: #609a99;
    color: #fff;
    z-index: 2000;
    padding: 20px 30px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    max-width: 300px;
}
.widget_01 img{
    width: 100%;
    max-width: 50px;
    margin-right: 10px;
}
.widget_01 p{
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 0px;
    line-height: initial;
}
.widget_01 a{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.widget_01 a:hover{
    color: #fff;
}
.close_widget_01{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
.close_widget_01 span{
    font-size: 20px;
}

/* widget close */
.oculto{
    display: none!important;
}
.widget_close{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3000;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget_close .content{
    background: url(/img/theme/cadiz/widget-close-cadiz.jpg);
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 500px;
    border-radius: 100%;
    text-align: center;
    padding: 50px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,.65);
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget_close .content h2{
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}
.widget_close .content p{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.widget_close .content a{
    display: block;
    background: #ec7032;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}
.widget_close .content a:hover{
    background: rgba(0,0,0,0.8);
}
.close_widget_close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.close_widget_close span{
    color: #fff;
    font-size: 60px;
}

/*custom owl slider*/
.slider_container{
    position: relative;
}
.container_bmk{
    position: absolute;
    bottom: 50px;
    left:0;
    right: 0;
    background:transparent;
    z-index: 1;
}
.owl .owl-item
{
    height:80vh;
    max-height: 550px;
}
.owl .owl-item .slide{
    height:100vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.bookingmask form{
    height: auto;
}
.owl-nav.disabled{
    display: none;
}
.general .mainslider .owl-dots {
    bottom: 13px;
}
.mainslider .owl-dots, .text-slider-wrapper .owl-dots {
    height: auto;
    bottom: 20px;
}

.mainslider .dots-container, .mainslider .owl-dots, .text-slider-wrapper .dots-container, .text-slider-wrapper .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 50px;
}
.mainslider .owl-dot, .text-slider-wrapper .owl-dot {
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    zoom: 1;
    margin: 0 5px;
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
.js-main-slider .owl-dots .owl-dot:after{
    content:''!important;
}
.mainslider .owl-dot.active{
    background: rgba(255,255,255,1);
}
.caption_slide{
    position: absolute;
    z-index: 2;
    bottom: 110px;
    text-align: center;
    left: 15px;
    right: 15px;
    max-width: 50%;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
    background: rgba(0,0,0,0.3);
    border: 3px solid #fff;
    padding: 8px 8px 60px 8px;
}
.caption_slide h1,
.caption_slide h2,
.caption_slide p{
    color: #fff;
    text-shadow: 0 0 20px rgb(0 0 0 / 50%);
}
.caption_slide p{
    margin-bottom:0;
    font-size: 15px;
    font-weight: 600;
}
.caption_slide .num_gr{
    font-size:60px;
}
.caption_slide .text_small{
    font-size: 9;
    margin:6px 50px;
}
.caption_slide .btn.btn-secondary{
    margin-top: 10px;
    display: block;
    width: 70%;
    margin: 5px auto;
    background: #609a99;
    text-align: center;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.caption_slide .btn.btn-secondary:hover{
    background: #EAA700;
}

.destacados_container{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.destacados_container > p{
font-size: 28px;
margin-bottom: 0;
font-style: italic;
font-weight: bold;
color: #fff;
text-align: center;
}

.carousel-indicators li{
    height:10px!important;
}

/*ACCEO CLIENTES*/
.acceso_clientes_container .nav-tabs{
    justify-content: center;
    border-bottom:0;
    padding-top: 20px;
}
.acceso_clientes_container .nav-tabs li{
    margin:2px;
    background:#eee;
}
@media(max-width:768px){
  .acceso_clientes_container .nav-tabs li{
    width:calc(50% - 4px);
}
@media(max-width:425px){
    .acceso_clientes_container .nav-tabs li{
        width:calc(30% - 4px);
    }
    .nav-tabs .nav-link {
        font-size: 10px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .acceso_clientes_container .nav-tabs li a.active {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .formulario-desktop {
        display: none;
    }
}
.acceso_clientes_container .nav-tabs li a.active {
    background:#609a99;
    color:#fff;
    border-color:#609a99;
    border-radius: 2px;
}
.acceso_clientes_container .acceso_text{
    padding: 20px;
}
.acceso_clientes_container .acceso_text p{
    font-weight: 400;
}
.acceso_clientes_container .acceso_form{
    background:#eee;
    padding: 30px;
    margin-bottom:0;
    border-radius:10px;
    height: 100%;
}
.acceso_form .button_news{
        margin-top:0;
}
.borderded-container{
    padding: 20px;
    border:1px solid #ddd;
}
.orden-colectivos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.colectivo-form{
    display: flex;
}
.colectivo-form input[type="text"]{
    border-radius: 3px 0 0 3px;
    border-right:0;
}

.colectivo-form input[type="button"]{
    border-radius: 0 3px 3px 0;
    background: #EAA700;
    border:none;
    font-weight:600;
    min-width: 100px;
}
.colectivo-form input[type="button"]:hover{
    background:#60709A;
    color:#fff;
}
.letra-colectivos{
    margin:2px;
}
.letra-colectivos a{
    width:32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#eee;
}
.letra-colectivos a:hover{
    background:#609a99;
    color:#fff;
    cursor: pointer;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px!important;
        margin: 1.75rem auto;
    }
}
@media (max-width:600px){
    .caption_slide{
        position: absolute;
        z-index: 2;
        bottom: 10px;
    }
    .servicios_home .servicios_apartamento{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 50% 25% 25%;
    }
    .servicios_home .servicios_apartamento .item_servicio{
        min-height: 200px;
        height: 100%;
    }
    .list_servicios .modal-body .item{
        text-align: center;
        padding: 15px;
        width: 50%;
        padding: 5px 10px;
    }
    .piscina{
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end:3;

    }
    .sauna{
       grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2;

    }
    .lavadora{
       grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end:3;
    }
    .gimnasio{
       grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .juegos{
       grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .content_ubicacion .information #accordion > div{
        width: 100%;
    }
    .servicios-page .servicios_apartamento > div{
        flex:1 1 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    }
    .tablet-mobile-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: flex-start;
    }
    .tablet-mobile-menu button#dropdownMenu2 {
        padding: 0px 0px;
        text-align: left;
        color: #609a99;
    }
    .section_apartment .carousel-item img {
        min-height: 250px;
    }
    .caja_ofertas .div-mitad.col-md-6 > iframe{
        margin-bottom:10px;
        height:200px;
    }

}
@media screen and (max-width: 1024px){
    .portfolio .item, .portfolio .sizer {
        width: 25%;
    }
}
@media screen and (max-width: 640px){
    .portfolio .item, .portfolio .sizer {
        width: 33.33333%;
    }
    .caption_slide .text_small {
        font-size: 8px;
    }
}
@media screen and (max-width: 500px){
    .portfolio .item, .portfolio .sizer {
        width: 50%;
    }
    .caption_slide {
        padding: 0px;
        margin-bottom: 20px;
    }
    .caption_slide p {
        font-size: 15px;
    }
    .caption_slide .tit_gr {
        font-size: 20px!important;
    }
    .caption_slide .num_gr {
        font-size: 20px!important;
    }
    .caption_slide .btn.btn-secondary {
        width: 40%;
        height: 40%;
        font-size: 12px;
    }
    .owl .owl-item .slide {
        heigth: 60vh!important;
        width:80vh;
        padding-top: 85px;
        align-items: center!important;
        justify-content: center!important;
    }
    .movil .header_principal {
        width: 100%;
    }
}

@media screen and (max-width: 320px){
    .caption_slide {
        padding: 0px;
        margin-bottom: 15px;
    }
    .caption_slide p {
        font-size: 10px;
    }
    .caption_slide .tit_gr {
        font-size: 15px!important;
    }
    .caption_slide .num_gr {
        font-size: 12px!important;
    }
}

@media screen and (max-width: 1000px) {
    a.telefono_3 {
        display: block!important;
        font-weight: 900;
        padding-right: 15px;
        color: #3e52d9;
    }
}

@media screen and (max-width: 768px) {
    .owl .owl-item .slide {
        width: 150%;
    }
    .caption_slide .num_gr {
        font-size: 30px;
    }
    li {
        text-align:  center;
    }
    button#dropdownMenu2 {
        display: inline-block;
        text-align: center;
        padding: 10px;
        text-transform: uppercase;
        border-left: 0px solid;
        letter-spacing: 2px;
        color: #333;
    }
    ul.dropdown-menu.show {
        position: absolute;
        background: rgba(255,255,255,.95);
        box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
        line-height: 40px;
        padding: 0px 0px 0px 0px;
    }
    a.link.fz2.fw3.ctm.db {
        color: #333;
        margin-bottom: 0px;
        font-weight: 300;
        font-size: 16px;
        padding: 5px 20px;
    }
    .tablet-mobile-menu button#dropdownMenu2:hover {
        color: #EAA700;
        text-decoration: none;
    }
    a.link.fz2.fw3.ctm.db {
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 768px) {
    a.telefono_2 {
        display: none!important;
        color: #3e52d9;
        font-weight: 900;
        padding: 0px 10px 0px 0px
    }
}

@media (max-width: 700px) {
    a.telefono_3 {
        display: none!important;
    }
}

@media (min-width: 700px) {
    a.telefono_2 {
        display: none!important;
    }
}

@media screen and (max-width: 1024px) {
    .owl .owl-item .slide {
        width: 150%;
    }
}

@media screen and (min-width: 1024px) {
    .owl .owl-item .slide {
        margin-top: -150px;
    }
    .caja_destacados .item_destacado {
        width: 14%;
    }
    .tablet-mobile-menu {
        display: none;
    }

}

@media screen and (min-width: 1980px) {
    .owl .owl-item .slide {
        margin-top: -450px;
    }
}

@media (width: 800px) {
    .caption_slide {
        bottom: 99px;
    }
}

@media (max-width: 425px) {
    .servicios_home .servicios_apartamento > div:first-child .item_servicio .text h4 {
        font-size: 16px;
    }
     header.header_principal {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }
        a.telefono_2 {
        font-size: 15px;
        color: #3e52d9;
        font-weight: 900;
        padding: 5px 10px 5px 0px;
    }
    a.telefono_3 {
        display: none!important;
    }
    .tablet-mobile-menu {
        margin-right: 10px;
        padding: 0px 0px 0px;
        align-items: flex-end;
    }
    .tablet-mobile-menu button#dropdownMenu2 {
        font-size: 15px;
        padding: 5px 10px;
        margin: 0px;
    }
    .menu_select p {
        font-size: 15px;
    }
    .movil .menu_select {
        height: 50px;
        display: flex;
        align-items: center;
    }
    .caja_destacados .item_destacado .text > h4 {
        font-size: 10px;
    }
    .servicios_home .servicios_apartamento .item_servicio .text h4 {
        font-size: 10px;
    }

}
@media (min-width: 426px) {
    .formulario-movil {
        display: none;
    }
}
.menu-bussiness-wrap{
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-family: Lato,Arial,sans-serif;
    font-weight: 400;
    display: inline;
}
.icon-menu-bussiness{
    background: #fff;
    border: 0;
    border-radius: 50%;
    text-align: center; 
    padding: 0;
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 499;
}
.bussiness-icon__user{
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: 5px;
    pointer-events: none;
    width: 100%;
    fill: #695046;
    background: transparent;
}
.butt_reserva{
    background: #609a99;
    border: none;
    text-transform: uppercase;
    color: white;
    padding: 11px 112px;
}
.butt_reserva:hover{
    background: #EAA700;
    text-decoration: none;
}

.butt_reserva:hover a{
    background: #EAA700;
    text-decoration: none;
}
