@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: "Pirulen";
    src: url('fonts/pirulen/pirulen.ttf') format("truetype");
}

a:hover, 
a:visited, 
a:link, 
a:active { 
    text-decoration: none;
}


p{
    text-align: justify; 
    font-size: 14px; 
    font-family: 'Open Sans'; 
    font-weight: 300; 
    color:#5f5f5f;
}

body{ 
    font-family: 'Open Sans'; 
    font-weight: 300; 
    color:#5f5f5f;
}

h1.h1{
    color: #030d79;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}

h2.h2{
    color: #030d79;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    margin: 0;
}

.textaco table, .textaco th, .textaco td {
  border: 1px solid black;
}
.textaco table p{
    text-align: left;
    padding-left: 20px;
}

.zona_destacada h2.h2 {
    color: #fff;
    font-size: 55px;
    text-transform: inherit;
    text-align: center;
    text-align: left;
    font-weight: 700;
    line-height: 68px;
}

.icono-play{
    position: absolute;
    height: 100px;
    top: 38%;
    left: calc(50% - 50px );
}

.bajo_titulo{
    color: #232323;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    line-height: 20px;
}

.texto_cabecera img {
    height: 124px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    opacity: 0.15;
}

.actividad .texto_cabecera .centrado,
.blog .texto_cabecera .centrado {
    position: relative;
    left: -24px;
    margin-top: 32px;
}

.actividad .texto_cabecera img,
.blog .texto_cabecera img {
    height: 24px;
    position: relative;
    left: 0;
    right: inherit;
    top: 0px;
    margin: 0 auto;
    opacity: 1;
    margin-right: 10px;
}

/*
.boton {
text-align: center;
margin-left: 50px;
}

.banner .boton {
margin-left: 0px;
position: relative;
top: 25px;
}

.club .boton {
margin: 0;
}
*/



/* - -- - -- - -- - -- - -- 
-- - Estilo botones - --
- -- - -- - -- - -- - -- - */
/* Original */
.boton .btn{
    width: 210px;
    height: 50px;
    border: 0px solid #004a9d;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 25px;
    background: #030d79;
}

.boton.boton_rojo .btn{
    background-color: #ff191f;
}


/* -- Botón menú -- */
.boton.boton_menu{
    margin-left: 50px;
}

.boton.boton_menu img{
    height: 26px;
    margin-right: 10px;
}
.boton.boton_menu .btn {
    width: 254px;
    height: 75px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-color: #ff191f;
    border-radius: 38px;
}

.barra_reducida .boton.boton_menu .btn {
    width: 220px;
    height: 60px;
    font-size: 18px;
}

/* -- banner -- */
.banner .boton {
    text-align: center;
    top: 25px;
    position: relative;
}

/* -- Apartamentos -- */
.apartamentos .boton .btn {
    width: 214px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
}

/* -- Actividad -- */
.actividad .boton .btn {
    width: 170px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #ff191f;
    border: 2px solid #ff191f;
    background-color: #f2f4f8;
}

/* -- Zona destacada -- */
.zona_destacada .boton,
.blog .boton{
    text-align: center;
    text-align: left
}

.zona_destacada .boton .btn{
    font-size: 18px;
    font-weight: 600;
}


/* -- blog -- */
.blog .boton .btn{
    height: 40px;
    width: 160px;
    font-size: 14px;
}

/*
.boton .btn {
width: 252px;
height: 76px;
color: #000;
font-size: 20px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
border: 0px;
border-radius: 10px;
background-color: #ebd05d;
display: inline-flex;
justify-content: center;
align-items: center;


transition: all 300ms linear;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-o-transition: all 300ms linear;
}
*/



/*
.banner .boton .btn {
width: 212px;
height: 50px;
color: #232323;
font-size: 18px;
border-radius: 10px;
background-color: #c6d83f;
font-weight: 700;
}
*/


/*
.club .boton .btn {
width: 226px;
height: 56px;
color: #232323;
font-size: 18px;
border-radius: 10px;
background-color: #ffffff;
font-weight: 700;
}
*/






/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff191f;
    border-radius: 25px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.boton.boton_rojo .hvr-shutter-out-horizontal:before {
    background: #1d2687;
}

.boton.boton_menu .hvr-shutter-out-horizontal:before {
    border-radius: 38px;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus, 
.hvr-shutter-out-horizontal:active,
.actividad .hvr-shutter-out-horizontal:hover,
.actividad .hvr-shutter-out-horizontal:focus, 
.actividad .hvr-shutter-out-horizontal:active {
    color: #fff;
}


.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}




/* - -- - -- - -- - -- - -- 
-- - Fin Estilo botones - --
- -- - -- - -- - -- - -- - */



/* -- circulos -- */
.wrapper-flex,.wrapper-flex-mobile{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-box;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
    content: normal;
}

.instalaciones{
    display: flex;
    flex-wrap:wrap; 
    width: 100%;
}

.instalaciones>div{
    background-color: #030e79;
    border: 1px solid #030e79;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
    color: #fff;
    font-weight: 500; 
}

.separa-5{
    height: 5px;
}

.separa-10{
    height: 10px;
}

.separa-20{
    height: 20px;
}

.separa-40{
    height: 40px;
}

.separa-30{
    height: 30px;
}

.separa-50{
    height: 50px;
}


.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.centrado{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.centrado.izquierda{
    justify-content: flex-start;
}

.centrado.derecha{
    justify-content: flex-end;
}

.animacion{
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.limitar_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.limitar_3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.limitar_4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.caja{
    overflow: hidden;
}





/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header{
    line-height: 0;
    position: relative;
    z-index: 2;
}

.barra_ampliada{ 
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1000;
    top: 0;
}


.barra_reducida{ 
    position: fixed;
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1000;
    top: 0;
}

.navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    padding-bottom: 4px;
}

/*
.barra_reducida .navbar-fixed-top {
background-color: rgb(0 0 0 / 90%);
}
*/

/*
.barra_reducida .navbar-fixed-top {
transform: translateY(-45px);
}
*/


/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.total_menu {
    background-color: #030d79;
    /*
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
    */
}

.barra_reducida .navbar-fixed-top {
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
}

.fondo_logo {
    height: 192px;
    position: absolute;
    bottom: -50px;
    left: 0px;
}


.total_menu .container-fluid {
    padding: 0px;
}

/*
.barra_reducida .total_menu .container-fluid {
margin-left: 202px;
}
*/

.superior>div {
    border-bottom: 1px solid #4f4a4a;
}

.superior>div {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 45px;
    padding-right: 46px;
}

.superior p{
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.alineado {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.icono_texto{
    margin-right: 30px;
}

.icono_texto:last-child{
    margin-right: 30px;
}

.icono_texto p{
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.icono_texto p span{
    font-style: italic;
}

.icono_texto img{
    height: 22px;
    margin-right: 12px;
}

.redes_superior{
    padding-left: 10px;    
}

.redes_superior a:hover img{
    transform: scale(1.2);
}

.redes_superior img{
    height: 18px;
    margin: 0 12px;
}

.redes_superior img:last-child{
    margin-right: 0px;
}


/* - menu principal - */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
/*

.navbar {
margin-left: -26px;
}
*/

.navbar-right {
    margin-right: 0px;
    padding-right: 60px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand>img {
    position: absolute;
    left: 35px;
    top: 22px;
    height: 65px;
    margin: 0;
    z-index: 2;
}

.barra_reducida .navbar-brand>img {
top: 25px;
    height: 50px;
    margin: 0px 0px 0px;
    left: 15px;
}
/*
.barra_ampliada .navbar-brand>img {
position: absolute;
right: calc(100% + 0px);
top: -38px;
height: 140px;
}

.barra_reducida .navbar-brand>img {
top: 0px;
height: 90px;
right: calc(100% + 0px);
}
*/

.forma_logo {
    background-color: #02095a;
    height: 100%;
    width: 354px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 60px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 12px 0px 0px 0px #1b2787;
}
.barra_reducida .forma_logo {
    width: 257px;
}

.enlaces {
    margin-left: 50px;
}

.enlaces>div:last-child{
    margin-right: 0px;
}

.iconos{
    height: 48px;
    width: 48px;
    background-color: #a6a6a6;
}

.iconos:nth-child(even){
    background-color: #252525;
}

.iconos img {
    height: 20px;
}

.iconos a:hover img {
    transform: scale(1.2);
}




.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 20px 22px 20px;
    margin: 25px 2px;
    border-radius: 30px;
}

.navbar-default .navbar-nav>li>.amarillo{
    border: 2px solid #fcdf48;
    color: #fcdf48;
}

.navbar-default .navbar-nav>li>.amarillo:focus,
.navbar-default .navbar-nav>.active>.amarillo,
.navbar-default .navbar-nav>li>.amarillo:hover{
    background-color: #fcdf48;
    color: #030e79;
}

.barra_reducida .navbar-default .navbar-nav>li>a {
    padding: 17px 22px 17px;
    margin: 23px 2px;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    font-weight: 600;
}


/* Underline From Center */
.menu_principal .navbar-nav>li>a.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.menu_principal .navbar-nav>li>a.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #8ba219;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.menu_principal .navbar-nav>li:nth-child(even)>a.hvr-underline-from-center:before {
    background: #81609f;
}


.menu_principal .navbar-nav>li>a.hvr-underline-from-center:hover:before, 
.menu_principal .navbar-nav>li>a.hvr-underline-from-center:focus:before, 
.menu_principal .navbar-nav>li>a.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.menu_principal .navbar-nav>li.active .hvr-underline-from-center:before, 
.menu_principal .navbar-nav>li.active .hvr-underline-from-centers:before, 
.menu_principal .navbar-nav>li.active .hvr-underline-from-center:before {
    left: 0;
    right: 0;
}

.nav>li>a>img {
    max-width: none;
    height: 20px;
}




/* menu desplegable */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu {
    top: calc(100% - 23px);
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-transform: inherit;
    background-color: #1b2787;
    border: 0;
    border-radius: 30px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 30px;
    overflow: hidden;
}

.dropdown-menu>li {
    border-bottom: 1px dotted #7281c3;
}

.dropdown-menu>li:last-child {
    border-bottom: 0px dotted #cfcfcf;
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
/* fin menu desplegable */


/* -- -- -- Fin total menú -- -- -- */





/* -- -- -- Section banner -- -- -- */

/* -- -- -- Section banner -- -- -- */
#banner-slider ul{
    padding: 0;
    margin: 0;
}

.forma_cabecera {
    position: absolute;
    bottom: -1px;
    left: -20px;
    width: calc(100% + 20px);
    z-index: 2;
}

.superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 940px;
    z-index: 1;

}

.superpuesto .container {
    height: 100%;

}

.banner {
    width: 100%;
    height: 940px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 940px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* - -- texto banner -- -*/
.texto_banner {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.texto_banner>div {
    width: 620px;
}

.texto_banner p {
    color: #000;
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 0px;
}

.texto_banner p.enunciado {
    color: #000;
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-weight: 900;
    line-height: 80px;
    margin-bottom: 0px;
}


/* - -- fin texto banner -- -*/


/* - -- estilo de las flechas -- -*/
.splide__slide img {
    vertical-align: bottom;
    height: 250px;
}

.splide__arrows {
    position: absolute;
    top: calc(50%);
    right: 0px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    /*    border: 1px solid red;*/
    z-index: 2;
    width: 100%;
}


.splide__arrow--prev {
    left: 60px;
}

.splide__arrow--next {
    right: 60px;
}

.splide__arrow {
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
    border-radius: 0px;
    border: none;
    padding: 0;
    height: 45px;
    width: 45px;
    margin: 0px 13px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* left: -25px; */
    border-radius: 50%;
}

.splide__pagination {
    bottom: 180px;
    z-index: 2;
    opacity: 1;
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.45);
    margin: 5px;
    opacity: 1;
}

.crece_svg svg {
    height: 26px;
    width: 26px;
    fill: #030d79;
}
/* - -- estilo de las flechas -- -*/

/* -- -- -- fin Section banner -- -- -- */



.superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.color_superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.15;
}

.superpuesto .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

.corte_banner {
    position: absolute;
    bottom: -76px;
    left: -4px;
    width: 104%;
    z-index: 2;
}

.caja_del_filtro_de_busqueda{
    width: 1200px;
    height: 155px;
    background-color: #030d79;
    border-radius: 13px;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin:  0 auto;
    z-index: 3;
}

#reserva>div:first-of-type{
    padding-left: 30px;
}

#reserva>div:last-child{
    padding-right: 30px;
}
.caja_del_filtro_de_busqueda .boton{
    padding: 18px 0px;
    top:0;
}
.caja_del_filtro_de_busqueda .boton img {
    height: 24px;
    margin-right: 6px;
}
.caja_del_filtro_de_busqueda .boton .btn{
    width: 100%;
    font-size: 16px;
}
.caja_del_filtro_de_busqueda .input-group-addon {
    color: #fff;
    background-color: #ff191f;
}
.caja_del_filtro_de_busqueda .btn {
    width: 220px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background-color: #ff191f;
    border-radius: 38px;
}
.caja_del_filtro_de_busqueda .hvr-shutter-out-horizontal:before {
    background: #1d2687;
}
.caja_del_filtro_de_busqueda .col-md-2, .caja_del_filtro_de_busqueda .col-md-5{

}
.caja_del_filtro_de_busqueda .input-group,.caja_del_filtro_de_busqueda .form-group{
    padding: 18px 0px;
}
.total_menu .btn-contacto{
    margin-left: 10px;
}


.splide__pagination {
    bottom: 180px;
}


/* - -- texto banner -- -*/
.texto_banner {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.texto_banner>div {
    width: 990px;
    margin: 0 auto;
    /* background-color: rgba(46, 211, 253, 0.5); */
    /* padding: 34px 0 0; */
}

/*
.caja_enunciado {
margin-bottom: 30px;
}
*/

.texto_banner p.enunciado {
    color: #fff;
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 80px;
    font-weight: 600;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
}

.texto_banner p.enunciado span {
    font-size: 90px;
    font-weight: 700;
}





/* -- -- -- fin banner -- -- -- */




/* -- -- -- Club -- -- -- */

.club .container{
    padding: 0px;    
}

.club .row {
    margin: 0 -15px;
}

.club .row>div {
    padding: 0 0px;
}

.club .row>div>div {
    padding: 0 0px;
}

.cuadro_imagen{
    border-width: 0px;
    border-color: #fff;
    border-style: solid;
}

.cuadro_imagen .padre_imagen{
    height: 960px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cuadro_imagen.cuadro_mitad .padre_imagen{
    height: 480px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cuadro_imagen .padre_imagen .imagen{
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cuadro_titulo .padding {
    padding: 30px 75px 50px;
    width: 100%;
}

.cuadro_titulo {
    background: -moz-linear-gradient(top, rgba(40,114,175,0) 0%, rgba(40,114,175,0.01) 1%, rgba(40,114,175,1) 100%);
    background: -webkit-linear-gradient(top, rgba(40,114,175,0) 0%,rgba(40,114,175,0.01) 1%,rgba(40,114,175,1) 100%);
    background: linear-gradient(to bottom, rgba(40,114,175,0) 0%,rgba(40,114,175,0.0) 1%,rgba(3, 12, 121, 0.85) 100%);
    height: 44%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: translateY(0%);
    opacity: 1;
    align-items: flex-end;
}

.texto_cuadro_titulo {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #9899c1;
}

.cuadro_imagen p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin: 0;
}

.cuadro_imagen p.pre_titulo, 
.cuadro_texto p.pre_titulo {
    font-size: 18px;
    margin-bottom: 15px;
}

.cuadro_imagen p.titulo,
.cuadro_texto p.titulo{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

.cuadro_imagen .servicios_apartamento p.titulo {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.cuadro_mitad .servicios_apartamento p.titulo {
    text-align: left;
}

.caja_info{
    height: 60px;
    overflow: hidden;
    margin-top: 26px;
    margin-bottom: 20px;
}

.cuadro_texto p.info{
    font-size: 14px;
}


.precio_noche{
    width: 180px;
    height: 44px;
    background-color: #030d79;
    border-radius: 25px;
    margin-right: 30px;
}

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

.precio_noche p.coste{
    font-size: 20px;
    font-weight: 600;
}

.cuadro_mitad .caja_servicios_boton{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;

}

.caja_iconos_servicios {
    margin-bottom: 40px;
}

.cuadro_mitad .caja_iconos_servicios {
    margin-bottom: 0px;
}

/*
.caja_servicios_boton {
width: 100%;
display: inline-block;
justify-content: inherit;
align-items: inherit;
}
*/


/*
.cuadro_imagen p.info{
font-size: 16px;
font-family: 'Montserrat', sans-serif;
}
*/

.cuadro_imagen:hover .cuadro_titulo{
    /*    transform: translateY(100%);*/
    opacity: 0;
}

.cuadro_texto{
    background-color: rgba(3, 12, 121, 0.65);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*     transform: translateY(100%);*/
    opacity: 0;
}


/*
.cuadro_texto .logo_vivienda{
height: 180px;
margin-bottom: 45px;
}
*/


.cuadro_texto .padding {
    padding: 50px 75px 50px;
    height: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cuadro_mitad .cuadro_texto .padding {
    text-align: left;
}

/*
.cuadro_texto p.titulo{
color: #fff;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
margin-bottom: 30px;
}
*/


.servicios_iconos{
    padding: 0 25px;
    text-align: center;
}


.servicios_iconos img {
    height: 48px;
    margin-bottom: 8px;
}

.servicios_iconos p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.cuadro_imagen:hover .cuadro_texto{
    /*    transform: translateY(0%);*/
    opacity: 1;
}

/* -- -- -- fin Club -- -- -- */


/* -- -- -- fin Club -- -- -- */
/*
.colaboraciones .cabecera{
color: #002f2f;
font-size: 18px;
margin-bottom: 0;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
text-align: left;
letter-spacing: 1px;
margin-bottom: 20px;
}

.linea_gris_entera{
width: 100%;
height: 1px;
background-color: #e3e3e3;
}
*/
/* -- -- -- fin Club -- -- -- */





/* -- -- --  Actividad -- -- -- */
.actividad{
    background-color: #f2f4f8;
}

.forma_actividad{
    position: absolute;
    width: calc(100% + 10px);
    left: -10px;
    bottom: calc(100% - 1px);
    opacity: 1;
    z-index: 20;
}



.actividad .row>div{
    padding: 0 0px;
}

.actividad .informacion {
    text-align: left;
    color: #072954;
    line-height: 22px;
    margin-bottom: 45px;
}
.actividad .padre_imagen{
    width: 402px;
    height: 402px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    right: 60px;
}

.forma_olas{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 200px;
}



.actividad .padre_imagen .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



/* -- -- -- fin Actividad -- -- -- */




/* -- -- -- Section Zona destacada -- -- -- */
.descargar{

}

.descargar .fondo{
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.filtro_negro{
    height: 100%;
    width: 100%;
    background-color: #030d79;
    position: absolute;
    top: 0px;
    opacity: 0.65;

}


.forma_paralax {
    position: absolute;
    bottom: -1px;
    z-index: 2;
    width: calc(100% + 20px);
    left: -10px;
}

.texto_destacado .padding {
    margin: 0 auto;
    padding: 80px 0px 100px;
}

.texto_destacado .info {
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-align: left;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    margin-bottom: 60px;
    line-height: inherit;
    /*	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);*/
}

.descargar .container{
    position: relative;
    z-index: 3;
}

.texto_descargar .padding{
    padding: 102px 0px 100px;
    text-align: center;
}

.texto_descargar p{
    color: #fff;
    text-align: center;
}

/* -- -- -- fin Section Zona destacada -- -- -- */




/* -- -- -- blog -- -- -- */
.blog{
    background-color: #f2f3f8;
}

.blog .container{
    position: relative;
    z-index: 2;
}

.blog .fondo{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.degradado_de_fondo{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);

}

.blog .cabecera p {
    text-align: center;
}

.blog .info_blog {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 60px;
}


.blog .row{
    /* padding: 20px 0px;*/
    /*        border: 1px solid red;*/
}

.blog .row>div{
    padding: 0 20px;
}


.cuadro_oferta{
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.cuadro_oferta .padding {
    padding: 35px 20px 30px;
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.padre_oferta{
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.padre_oferta .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cuadro_oferta p{
    text-align: center;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.cuadro_oferta p.titulo_noticia{
    color: #232323;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}


.cuadro_oferta p.promo{
    color: #404040;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
}

.fecha_imagen {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 1px solid #ff191f;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 11px;
}
.fecha_imagen2 {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ff191f;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 11px;
}

.fecha_imagen p, .fecha_imagen2 p{
    color: #313131;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;

}

.fecha_imagen p:first-child, .fecha_imagen2 p:first-child{
    font-size: 20px;
    margin-bottom: 0px;

}
/* Shine */
.padre_imagen_noticia {
    position: relative;
}
.shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.cuadro_oferta:hover .shine::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


/* -- -- -- fin blog -- -- -- */




/* FOOTER */

footer{
    background-color: #030d79;

}

.caja_magica {
    position: absolute;
    width: 100%;
    bottom: calc(100% - 1px);
    left: 0px;
    /*	border: 1px solid red;*/
    overflow: hidden;
}

.imagen_pie {
    position: relative;
    /* top: 0px; */
    width: calc(100% + 20px);
    left: -10px;
}

.pie_superior{
    position: relative;
    z-index: 3;
}

footer .pie_superior_info{
    align-items: flex-start;
}

.linea_roja_separa{
    width: 1px;
    height: 140px;
    background-color: #353d94;
    margin: 25px 0px;
}

.pie_superior_info .titulo{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.resumen_pie{
    width: 320px;
    padding-right: 30px;
}

.sedes.menu_web{
    width: 180px;
}

.sedes.menu_info {
    width: 290px;
}

.sedes.contacto{
    width: 180px;
    margin-left: 50px;
}


.logo_pie{
    margin-bottom: 24px;
}

.logo_pie img {
    height: 62px;
}

.resumen_pie p{
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sedes.contenido.menu_web {
    padding-left: 30px;
}

.sedes.contenido.menu_info {
    padding: 0px 40px;
    padding-right: 0px;
}

.menu_vertical a,
.menu_vertical a p,
.menu_vertical p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.menu_vertical.menu_vertical_contacto p {
    font-size: 15px;
}


.menu_vertical .centrado {
    margin-bottom: 12px;
}


.menu_vertical a:hover p{
    color: #89afdc;
}

/*
.menu_vertical a:nth-child(even):hover p {
color: #da251d;
}
*/


.menu_pie p,
.menu_pie p a{
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    padding: 40px 0 33px;
}

.menu_pie p a:active,
.menu_pie p a:hover{
    color: #6f6b6b;
}

.icono_con_texto img{
    height: 20px;
    margin-right: 12px;
}

.icono_con_texto a:hover img{
    transform: scale(1.2);
}


.icono_con_texto {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.icono_con_texto p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.menu_vertical img {
    height: 22px;
    margin-right: 12px;
}



.pie_inferior .container{
    position: relative;
    z-index: 2;
}

.pie_inferior .centrado  {
    width: 100%;
}


.pie_inferior{
    background-color: #02095a;
}


.menu_pie p, 
.menu_pie p a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    padding: 15px 0 15px;
    line-height: 28px;

}

.menu_pie p a:active,
.menu_pie p a:hover{
    color: #c2000c;
}

.linea_separa_firma{
    width: 770px;
    height: 1px;
    background-color: #23296f;
    margin: 0 auto;
}

.copi,
.desarrollo,
.desarrollo a{
    color: #a2cef3;
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
    margin: 19px 0px;
    padding: 0 16px;
}

.copi{
    font-weight: 300;
}

.desarrollo a:hover{
    color: #fff;
}

.menu_pie p a,
.desarrollo a{
    margin: 0;
    padding: 0;
}

.saber_mas .boton .btn {
    height: auto;
    width: 100%;
    font-size: 16px;
    white-space: initial;
    text-align: center;
    padding: 15px;
}


.padre_abtracto {
    width: calc(100% - 735px);
    position: relative;
    top: 0px;
    left: 65px;
}

.caja_objeto {
    margin: 20px 13px 20px;
    padding: 0px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    /*     border: 1px solid red; */
    overflow: hidden;
}

.padre_abtracto .padre_foto, .trabajos .padre_foto{
    width: 100%;
    height: 250px;
    padding: 0px 0px;
    position: relative;
}

.padre_abtracto .padre_foto .foto_trabajo, .trabajos .padre_foto .foto_trabajo{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}


/* Shine */
.padre_foto {
    position: relative;
}
.shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.caja_objeto:hover .shine::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


.cartel_precio_apartamento {
    width: fit-content;
    height: 42px;
    background-color: #030d79;
    border-radius: 25px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -20px;
    right: 0px;
    margin: 0 auto;
    padding: 15px;
}

.cartel_precio_apartamento>div{
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.cartel_precio_apartamento p{
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
}

.cartel_precio_apartamento p:last-child{
    font-size: 14px;
    font-weight: 300;
}

.texto_inicial{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0px;
    left: 0px;
    transition: all 0.2s linear;
    opacity: 1;

    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.texto_inicial .padding {
    width: 100%;
    padding: 40px 30px 30px;
}

.texto_inicial p{
    color: #030d79;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-align: left;
}


.caja_categoria_proyecto2 {
    margin-bottom: 0px;
}
.padding2{
    width: 100%;
    padding: 20px;
    background-color: #e7f9fd;
}
.categoria_galeria{
    color: #095690!important;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 22px;
    text-align: center!important;
}
.texto_inicial p.categoria_proyecto {
    color: #ff191f;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 22px;
}

.texto_inicial p.info_resumen {
    color: #030d79;
    margin-bottom: 15px;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.texto_inicial p.info {
    color: #313131;
    margin-bottom: 26px;
    font-size: 14px;
    text-align: justify;
    font-family: 'Poppins', sans-serif ;
}


.padre_abtracto .caja_iconos_servicios, .trabajos .caja_iconos_servicios {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.padre_abtracto .servicios_iconos img, .trabajos .servicios_iconos img {
    height: 20px;
    margin-bottom: 0;
    margin-right: 8px;
}

.padre_abtracto .servicios_iconos p, .trabajos .servicios_iconos p{
    margin-bottom: 0px;
    color: #232323;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.caja_objeto .caja_iconos_servicios .servicios_iconos {
    padding: 0;	
}

.caja_objeto .caja_iconos_servicios{
    margin: 0;
}


/*-- manto movil --*/
#manto-movil {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

#manto-movil.toogled {
    z-index: 30;
}
/*********************************
*            INTERIORES          *
*********************************/
#idiomasside{
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 900;
}

#idiomasside li{
    padding: 10px;
    list-style-type:none;background-color: #ffffff78;
}
#idiomasside li:first-child{
    border-top-left-radius: 10px;
}
#idiomasside li:last-of-type{
    border-bottom-left-radius: 10px;
}

#idiomasside img{
    height: 25px;
}

#idiomasside font{
    display: none;
}
.interiores {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
}

#swipebox-overlay {
    background: #0d0d0ddb;
}
/*Detalle producto*/
.breadcrumb>li {
    font-size: 13px;
}
.tag_option{margin: 5px;color: #000}
.tag-circle{
    height: 42px;width: 42px;border-radius: 100%;display: inline-block;justify-content: center;align-items: center;border: 2px solid #fff;overflow: hidden; border: 2px solid #f5f5f5;
}

.tag-circle img{height: 40px;width: 40px;border-radius: 40px}

.tag_bloque{
    height: 40px;width: 70px;display: inline-flex;background-color: #f5f5f5;justify-content: center;align-items: center
}

.tag-circle.active{
    border: 2px solid #000;
}

.tag_bloque.active{background-color: #030d79;}
.tag_option.active a{color: #fff;}

.foto_principal .imagen{width: 100%;background-position: center;background-size: contain;background-repeat: no-repeat;border: 1px solid #f5f5f5}
.foto_principal.mini .imagen{height: 444px; background-size: cover;}

.foto_principal .lupa{
    position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,0.5);opacity: 0;transition: 300ms all linear;color: #fff;font-size: 40px
}

.foto_principal .lupa:hover{
    opacity: 1;
}

.quantity{
    border: 2px solid #030d79;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.quantity label{
    display: inline-block;
    padding: 0 20px;
    color: #f3931f;
}

.quantity-controls .fa{
    color: #f3931f;
}

.quantity-controls{
    display: inline-block;
    position: relative;
}

.quantity-controls span{
    color: #888;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    width: 26px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;

    color: #171717;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.quantity-controls span.right{
    right: 0;
    text-align: left;
}

#productos>div {
    padding-right: 23px;
    padding-left: 23px;
}

#cantidad{
    border: 0;
    font-family: inherit;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    margin: 0 26px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 40px;
    -webkit-appearance: none;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.otros_productos h2, .otros_productos h3{color: #030d79; font-weight: 500;font-family: 'Oswald', sans-serif;}
.btn-cargar-mas{
    padding: 18px;
}
.botones_carro{
    width: calc( 100% - 225px );
    float: right;
}
.botones_carro.grande{width: 100%;}

.btn_love img{height: 30px;width: 30px}

.btn-filtro{height: 50px;
    width: 100%;
    margin-top: 24px; border-radius: 4px;}
.bootstrap-select > .dropdown-toggle {
    padding: 14px;
    border-color: #ffd0b0;

}
input[name="palabra"]{
    height: 50px;
}
.widget-noticias input[name="palabra"]{
    height: 36px;
}
.botones_carro .btn-tam{height: 52px; width: 100%;}
transform: translateY(-10px);
}

.descarga.uno:hover .btn{
    color: #fff;
    background-color: #f3931f;
}

.descarga.dos:hover .btn{
    color: #f3931f;
    background-color: #e8d6fb;
}
.mayorista{
    color: #f3931f;background-color: #e8d6fb;border: 2px solid #f3931f;padding: 16px 14px;
    text-align: center;font-weight: 600;
}
.btn-corporativo{

    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-color: #ff191f;
    border-radius: 25px;border: 0;
}
.btn-lg.btn-corporativo{
    padding: 18px 30px;

}
.date-picker-wrapper {
    z-index: 3;
}
.btn-corporativo .btn-carro_portada img{height: 20px;width: 20px;margin-right: 15px;border-radius: 0;}
.btn-comprar{border: 0;}

.btn-grandotes{padding: 15px}
.btn-corporativo2{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-color: #ff191f;
    border-radius: 25px;border: 0;}
.btn-corporativo3{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-color: #ff191f;
    border-radius: 25px;border: 0;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    /*    background-color: transparent;*/
}

.btn-corporativo.hvr-shutter-out-horizontal:before, .btn-corporativo2.hvr-shutter-out-horizontal:before, .btn-corporativo3.hvr-shutter-out-horizontal:before {
    background: #1d2687;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 213px;
    left: 0px;;
}
.menu_idioma{
    left: -40px!important;
    width: 160px!important;
}
.sinfixed .total_menu{
    border-bottom: 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
}
/*
.btn-corporativo:hover, .btn-corporativo:focus, .btn-corporativo:active{background-color: #a2cef3;color: #000}

.btn-corporativo2:hover, .btn-corporativo2:focus, .btn-corporativo2:active{background-color: #a2cef3;color: #000}
.btn-corporativo3:hover, .btn-corporativo3:focus, .btn-corporativo3:active{background-color: #a2cef3;color: #000}
*/
.desactivado{
    opacity: 0.6;
}
.acceso a{
    color: #fff;
}
.lista_productos .btn_love img, .bienvenida .btn_love img{
    filter: brightness(0) invert(1);
}

.right .caja_redes a{
    width: 45px;
    height: 45px;
}
.btn-corp{background-color: #030d79;}

.btn-default-formulario{background-color: #c6c6c6;color: #fff !important}

.nav-botones{border: none;}

.nav-botones>li>a{
    background-color: #fff;border-radius: 0px;margin: 0px 10px;color: #78c74a;border: 2px solid #030d79;
}

.nav-botones>li>a:focus, .nav-botones>li>a:hover{
    background-color: #f5f5f5;color: #78c74a;border: 2px solid #030d79;
}

.nav-botones>li.active>a, .nav-botones>li.active>a:focus, .nav-botones>li.active>a:hover{
    /*    background-color: #030d79;color: #fff;border: 2px solid #030d79;*/
}

h1#title_prod{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;color: #030d79;
    font-size: 24px;margin-top: 0px
}
h3.categoria{
    font-size: 18px;text-transform: uppercase;font-weight: 300;
    font-family: 'Poppins', sans-serif;margin-top: 0px
}

span.precio{font-size: 24px;font-family: 'Open Sans',sans-serif;color: #030d79;font-weight: 400}

.titulotag{font-weight: 400}

.videos_responsive{
    width: 600px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;}

ul.columnas-detalle{
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.otras_fotos .imagen{
    height: 150px;width: 100%;background-size: cover;background-position: center;
}

.breadcrumb{margin: 0;background-color: transparent}
.breadcrumb li a{text-transform: capitalize;color: #000}

.precios .tachado{text-decoration-line: line-through;}

/***PROGRAMAS***/
/*
.cabecera {
background-color: #78c74a;
border: solid 0px #fff;
color: #fff;
padding: 5px;
font-size: 14px;
}
*/

.fila1 {
    background-color: #d9ebd9;
    border: solid 2px #fff;
    padding: 8px;
}

.fila2 {
    background-color: #fff;
    border: solid 2px #fff;
    padding: 8px;
}

.mini_icono_text {
    margin-top: 4px;
    font-size: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.lista_productos .fa{    color: #f3931f;}

.mini_icono_text .fa-download{
    color: #f3931f;
}


.fecha_archivos{
    font-size: 14px;margin: 5px;   
}

.elementos_desc>div:nth-child(even){ background-color: #d9ebd9 }
.elementos_desc .text_content {margin: 10px 0px}
.elementos_desc .text_content p {margin: 0px}
.elementos_desc p.fecha_archivos {text-align: center}
/**************************
SWIPEBOX
**************************/

.cuadro_fotos{
    padding-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal{background-color:#fff;margin-bottom:15px}
.cuadro_fotos .galeria{padding:30px 15px;background-color:#3b3b3b}
.swipebox .imagen{width:100%;background-size:contain;background-repeat:no-repeat;background-position:center}
/*.swipebox .imagen:after{content:'';padding-top:66.66%;display:block}*/
.swipebox .imagen:after{content:'';padding-top:100%;display:block}
/*.interiores .padre_imagen .imagen{content:'';padding-top:100%;display:block}*/
.btn-precio{padding:0}
.foto_color .imagen{float:left;height:75px;width:75px;background-size:contain;background-position:center;background-repeat:no-repeat;margin:0 15px 30px 0}

.swipebox .imagen.secundaria{    background-size: contain; border: 1px solid #f5f5f5;}

.zona_galeria_mini .bx-wrapper .bx-prev { left: -45px; }
.zona_galeria_mini .bx-wrapper .bx-next { right: -45px; }
.bx-wrapper .bx-controls-direction a{z-index: 1000;}

/**************************
NUEVA CESTA
**************************/

#cesta .articulo .padding{padding-right: 30px}

.resumen-cesta{padding: 20px}
.resumen-cesta .ancho-resumen{}
.resumen-cesta .label-resumen{float: right}
.resumen-cesta .label-resumen .cesta-bono{font-size: 24px;margin-right: 10px}
.resumen-cesta .label-resumen .precio_descuento{font-size: 24px;margin-left: 10px}
.resumen-cesta .label-resumen .bigger{font-size: 24px;}

.resumen-cesta .label-resumen p{margin: 0}

.resumen-cesta .aplicar_codigo{height: 52px;border-radius: 0;border-right: none}
.resumen-cesta .input-group-btn{border: 1px solid #ccc;border-radius: 0;border-left: none}
.resumen-cesta .btn-codigo{color:#fff;border:2px solid #fff;height:48px;cursor:pointer;display:flex;min-width:48px;align-items:center;justify-content:center;background-color:#030d79}

#gastos .radio, #gastos label{margin: 0}
#gastos label{display: flex;align-items: center;justify-content: flex-start}
#gastos .radio .colocar{width: 0px;margin-bottom: 5px}
.marco-gasto{border: 1px solid #ccc;margin-bottom: 10px;padding: 10px 0px}

.resumen-total strong{text-transform: uppercase;position: relative;top: 10px;}

.metodos-pago .radio-inline{font-size: 18px;margin-left: 20px;}
.btn-borrartodo {border-radius: 0px;background-color: #f3931f;color: #fff!important}

.swal2-popup {font-size: 1.6rem !important;}

.condiciones a{color: #000}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia, .titulo-contenido{text-align: left;color: #030d79;text-transform: uppercase;font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 400;margin-top: 0;}

.titulo-contenido{color: #000;}
.tipografia i{color: #030d79}
.listado {text-align: justify;}

.listado ul, .listado li {margin: 0px;padding: 0px;list-style: none;}
.listado li {padding: 20px;background-color: #e8f9fd;}
.listado li a, .listado li.alt a{font-size: 13px;font-family: 'Lato', sans-serif;font-weight: 300;}
.listado li.alt {background-color: transparent;}
.listado li.alt a {color: #000;text-decoration: none;}
.listado a {color: #000;text-decoration: none;}
.listado a:hover, .listado li.alt a:hover {color: #ebd05d;text-decoration: none;}

.btn-gris{ color: #333; background-color: #fafafa}
.btn-gris:hover, .btn-gris:focus, .btn-gris:active{color: #333; background-color: #dedede}


/************************************
*            MULTIFORMA             *
************************************/

.bloque_imagen_lista ul{list-style:none;padding:0}
.bloque_imagen_lista i{color:#ff191f}
.bloque_cabecera .bloque_titulo{
    background-color: #030d79;padding:15px}
.bloque_cabecera .bloque_interior{background-color:#e8f9fd;padding:30px 15px}
.bloque_cabecera .bloque_titulo h3{margin:0;color:#fff;text-transform:uppercase;font-family:'Oswald',sans-serif;font-weight:300}
.bloque_cabecera .imagen{width:100%}
.bloque_cabecera h4{text-transform:uppercase;font-size:22px;font-family:'Oswald',sans-serif;color:#030d79}
.bloque_cabecera .texto{font-size:18px;font-weight:300}
.bloque_imagen_lista .imagen{width:100%;max-height:350px;object-fit:cover;margin-bottom:30px}
.bloque_imagen_lista h4{text-transform:uppercase;margin:0;margin-bottom:10px;font-family:'Oswald',sans-serif;color:#030d79;font-size:22px}
.bloque_puntos ul{margin:0;padding:0;list-style:none}
.bloque_puntos ul li{margin-bottom:15px}
.bloque_puntos ul li>p>.fa{font-size:20px;color:#030d79}
.bloque_contenido .titulo{
    background-color: #030d79;
    padding:15px 10px}

.bloque_contenido .titulo h4{color:#fff;margin:0;text-transform:uppercase;font-size:16px;font-family:'Oswald',sans-serif;font-weight:300}
.bloque_contenido .bloque{padding:0 10px}
.bloque_desplegable .fondo,.bloque_documentos .fondo{background-color:#e8f9fd;padding:20px;margin-bottom:40px}
.bloque_desplegable .panel-group,.bloque_documentos .panel-group{margin:0}
.bloque_desplegable h2,.bloque_documentos h2{margin:0;margin-bottom:20px;font-size:23px;text-transform:uppercase;font-weight:400;font-family:'Oswald',sans-serif;color:#ff191f}
.bloque_desplegable .panel-default{border-color:#030d79}
.bloque_desplegable .panel-default>.panel-heading{    background-color: #030d79;color:#fff;border: #030d79}
.bloque_desplegable h2 .fa{color:#ff191f}
.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#030d79}
.bloque_imagenes img{width:100%}
.bloque_imagenes .flexible{display:flex;align-items:center}


.panel-body .btn-corporativo2{padding:8px 15px}
.bloque_imagenes img{width:100%;object-fit:cover}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}
/************************************
*               BLOG                *
************************************/
.alergenos {display: flex;justify-content: space-evenly;align-content: space-evenly;flex-wrap: wrap}
.alergenos .padre_fondo {margin: 0}
.alergenos .caja_alergenos{ padding: 0 10px    }
.alergenos .caja_alergenos:hover {transform: translateY(0)}
.bloque.principal.noticia {display: inherit}
.noticias,.post_details ul,.popular{list-style:none;padding:0;margin:0}
.noticia a{font-family:'Lato',sans-serif;text-decoration:none;text-transform:uppercase;color:#333333}
.noticias .imagen{background-size:cover;background-position:center center;background-repeat:no-repeat}
.noticias .imagen:after{content:"";padding-top:50%;display:block}
.not-imagen{background-color:#ededed}
.full-width{width:100%}
.noticia .titular{margin-bottom:0;border-bottom:solid 1px #f3f3f3}
.noticia .titular h1{color:#1e1f1d;margin-bottom:10px}
.noticia .titular a>h3{margin-bottom:17px;font-size:24px;text-transform:uppercase;text-align:left;color:#333333;font-family:'Oswald',sans-serif;}
.noticia .post_details{color:#fff;background-color:#030d79;padding:10px;border-bottom:solid 5px #030d79;text-align:right;font-size:13px}
.post_details li{font-family:"Oswald",sans-serif;font-size:13px;font-weight:300;color:#fff}
.noticia-detalle-fecha small{font-family:"Oswald",sans-serif;font-weight:300;color:#302224}
.post_details i{color:#fff}
.noticia-detalle-fecha i{color:#2f3668}
.noticia .contenido{padding:5px 15px 10px;background-color:#fff;border:1px solid #ffefcc}
.contenido_noticia_lista{padding:0 20px;background-color:#e8f9fd}
.noticia-detalle-fecha{text-align:right;color:#2b2b2b}
.widget-noticias{background-color:#f3f3f3;padding:15px}
.widget-noticias h5{font-size:18px;text-transform:uppercase;color:#030d79;font-family:'Oswald',sans-serif;}
.widget-noticias .input-group-btn{height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}
.widget-noticias .input-group-btn button{height:100%;border:1px solid #030d79;background-color:#030d79;color:#fff;font-size: 16px;}
.widget-noticias .input-group-btn i{font-size:16px}
.popular{font-size:13px}
.mini-noticia a{font-family:"Oswald",sans-serif;font-weight:400;font-size:14px}
.popular li{padding:10px 0;border-bottom:dotted 1px rgb(129, 97, 159)}
.popular .imagen{width:50px;height:50px;float:left;margin-right:10px;border-radius:3px;background-size:cover;background-position:center center}
.popular a.title{color:#070707;}
.popular a.texto-breve{color:#707070;font-weight:300;font-family:"Lato",sans-serif;font-size: 12px}
.popular a.title:hover,.popular a.title:focus,.popular a.title:active{color:#070707}
.bloque.noticia{margin-bottom:40px}

.cuadro_noticia{background-color:#e8f9fd; max-width:400px;float:left;margin: 0px 20px 12px 0px;}

.titulo_noticia {color: #030d79;font-size: 30px;text-transform: uppercase;font-family: 'Oswald', sans-serif;margin: 0; }

#busqueda{border-color: #030d79;}

.marco-contacto{
    background-color: #e8f9fd;padding: 20px}
.marco-contacto h3{margin-top: 0px}
.widget-noticias{background-color: #e8f9fd}
.marco-contacto .input-group-addon{background-color: #030d79; border-color: #030d79;color: #fff}
.marco-contacto .form-control{border-color: #030d79;}
.input-group .form-control {
    z-index: 0;
}
/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {font-weight: 400; background-color: #030d79; color: #fff}
#tabla_stocks_resultados .row:nth-child(even) { background-color: #e8f9fd }
.tabla_stocks .cell{padding: 15px}
.tabla_stocks .cell-btn{padding: 10px}
.avisono {margin: 10px 0px; font-size: 18px}

textarea {
    resize: vertical;
}

/*+++++++++++++++++++*/
/************************************
*             INTERIOR              *
************************************/
.fa-angle-down{
    padding-left: 5px;
}
/* -- -- -- Galeria -- -- -- */

.galeria .row{
    /*
    border: 1px solid red;
    margin: 0;
    */
}

.galeria .row>div{
    /*    border: 1px solid blue;*/
    padding: 0px;
}

.galeria .row {
    margin-right: 14px;
    margin-left: 14px;
}

.galeria .row>div>div{
    /*    border: 1px solid orange;*/
    padding: 0px;
}

.galeria .row div.cuadro_galeria {
    padding: 14px;
    border: 0px;
}

.galeria .padre_imagen{
    height: 340px;
    width: 100%;
    overflow: hidden;
}

.galeria .padre_imagen.imagen_alta{
    height: 708px;
    width: 100%;
}

.galeria .padre_imagen .imagen{
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.proyecto-foto .imagen:after{
    content:'';padding-top:60%;display:block
}
.proyecto-foto .padre_imagen .imagen{ 
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.galeria .separa-50{
    height: 0;
}
.boton_alargado img, .boton_reservar img{
    height: 30px;
    margin-right: 10px;
}
.interiores .boton_alargado .btn{
    font-size: 18px;
}
.interiores p{
    font-size: 16px;
}
.boton_reservar .btn{
    padding: 0;
    height: 80px;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    border: 0;
    border-radius: 25px;
    background-color: #030d79;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
    color: #fff;
}

.date-picker-wrapper b {
    color: #ff191f;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
    background-color: #1b2887!important;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #e8f9fd;
}
.reserva_cuadro .input-group-addon {
    color: #fff;
    background-color: #030d79;
    border: 1px solid #030d79;
}
.enlace-otros span{
    color: #030d79;
}

.date-picker-wrapper .drp_top-bar .apply-btn, .date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    background: #ff191f;
    color: white;
    border: 1px solid #ff191f;
    font-size: 17px;
}
.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 15px;
    line-height: 1;
    font-size: 24px;
}
.date-picker-wrapper .date-range-length-tip {
    background-color: #030d79;
}
.date-picker-wrapper .date-range-length-tip:after {
    background-color: #030d79;
}

.date-picker-wrapper .month-wrapper th {
    color: #030d79;
}

.btn-reservar{
    font-size: 20px;
    padding: 14px 33px;
}

.btn-reservar:hover {
    background-color:#7d714b;
}

.date-picker-wrapper {
    background-color: #030d79;
    color: #fff;
    font-size: 18px;
    left: calc(50% - 415px) !important;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #030d79;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ff191f;
    color: #fff!important;
}

.reserva_cuadro .input-group-addon {
    font-size: 24px;
}

#fecha_ini, #fecha_fin, #apartamentos, #huespedes{
    height: 49px;
    font-size: 18px;
}

#rangepicker1, #rangepicker2{
    visibility: hidden;
}


.datos-info{
    padding: 35px;
    background-color: #e8f9fd;
    width: 100%;
}
.mapa iframe{
    width: 100%;
    height: 600px;
}
/*
.navbar-default .dropdown-menu{
background-color: #fff;
color: #000;
top: 99%;
}

.navbar-default .dropdown-menu>li>a {
padding: 18px 20px;
color: #030d79;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-color: #e8f9fd;
border-bottom: 1px dotted #f3931f;
}

.superior .dropdown-menu>li>a {
padding: 18px 20px;
color: #000;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
border-bottom: 1px dotted #c6c6c6;
border-right:  1px dotted #c6c6c6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
background-color: #030d79;
color: #fff;
}
.dropdown-menu {
padding: 0;
}
.superior .open>.dropdown-menu {
width: 185px;
top: 32px;
}
.superior .dropdown-menu>.active>a, .superior .dropdown-menu>.active>a:focus, .superior .dropdown-menu>.active>a:hover, .superior .dropdown-menu>li>a:focus, .superior .dropdown-menu>li>a:hover {
background-color: #dddddd;;
color: #09090c;
font-weight: 700;
}
.navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:focus, .navbar-default .dropdown-menu>.active>a:hover, .navbar-default .dropdown-menu>li>a:focus, .navbar-default .dropdown-menu>li>a:hover {
background-color: #030d79;
color: #fff;
font-weight: 700;
}
*/

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.superior .open>a, .superior .open>a:focus, .superior .open>a:hover {
    background-color: transparent;
}
.acceso a p{
    color: #030d79;
    font-weight: 600;
    margin: 0;
}

.noestavisibleparapersonas{
    display: none;
}
.banner_interior{
    width: 100%;
    height: 600px;
    background-size: cover;
    overflow: hidden;
    background-position: 0px 50%;
}
.banner_interior:after{content:'';padding-top:100%;display:block}
.banner-interiores .forma_banner{
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.corte_banner_interior{ 
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 1;
}

.banner_interior .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px);
}

.banner_interior .texto{
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.banner_interior .texto img{
    margin-top: 20px;
}
.banner_interior.interior_azul .texto{
    background-color: rgba(69,183,245,0.5);
}
.banner_interior.interior_amarillo .texto{
    background-color: rgba(247,201,110,0.5);
}
.banner_interior.interior_rojo .texto{
    background-color: rgba(245,104,78,0.5);
}

.banner_interior p {
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Open Sans'; 
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1{
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Open Sans'; 
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #030d79;
}

.nav-pills>li>a{
    color:  #000;
    font-family: 'Open Sans'; 
    font-weight: 400;text-transform: uppercase;
}

/************************************
*              FILTROS              *
************************************/

.filtros{
    height: 112px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;padding: 0;
}

.producto-detalle .filtros{height: 44px;}

.filtros.interiores{
    background: #f9f9f9;
}

.filtros.gestion{
    height: 65px; display: flex; justify-content: center; align-items: center;
}
.filtros.gestion>div{
    width: 100%; margin-top: 15px;
}


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

/************************************
*             BUSCADOR              *
************************************/

#buscador_emergente{position:absolute;top:195px;width:100%;z-index:1000;transition:300ms all ease}
#buscador_emergente.oculto{visibility:hidden;opacity:0;top:0}
.buscador_emergente>div{background:#fff;border-bottom:1px solid #e4e9ef;box-shadow:0 0 3px #ccc;padding:15px}
.input_buscador{border-right:0;box-shadow:none;border-radius:0}
.boton_input_buscador{border-radius:0;padding:10px;border-left:0;border-right:0;color:rgba(0,0,0,.3);background-color:#fff!important}
.cerrar_input_buscador{border-right:0;border-right:1px #ccc solid;color:rgba(0,0,0,.3);padding:10px;border-radius:0;background-color:#fff!important}
#buscador{position:fixed;z-index:99999;height:100%;width:100%;display:flex;pointer-events:none}
#buscador.search-active{overflow:hidden;pointer-events:auto}
#buscador.search-active .search-input{opacity:1;transform:none;pointer-events:all}
#buscador.search-active .icon-close{opacity:1;transform:rotate(-90deg)}
#buscador.search-active .control{cursor:default}
#buscador.search-active .control .btn-material{transform:scale(70);right:1000px;top:0}
#buscador.search-active .control .icon-material-search{opacity:0}
.icon-close{position:fixed;top:30px;right:30px;color:#fff;cursor:pointer;font-size:70px;opacity:0;transition:all .3s ease-in-out}
.icon-close:hover{transform:rotate(0)}
.search-input{height:80px;position:absolute;top:50%;left:50px;margin-top:-40px;pointer-events:none;opacity:0;transform:translate(40px,0);transition:all .3s ease-in-out}
.search-input input{color:#fff;font-size:54px;border:0;background:transparent;-webkit-appearance:none;box-sizing:border-box;outline:0;font-weight:200;font-family: 'Open Sans'; }
.search-input i{color:#fff;font-size:50px;margin-right:15px}
.search-input ::-webkit-input-placeholder{color:#eee}
.search-input :-moz-placeholder{color:#eee;opacity:1}
.search-input ::-moz-placeholder{color:#eee;opacity:1}
.search-input :-ms-input-placeholder{color:#eee}
.full-width{width:100%}
.control{cursor:pointer}
.control .btn-material{position:absolute;top:-100px;width:60px;height:60px;right:0;border-radius:100%;box-sizing:border-box;background:#f3931f;outline:0;opacity:.9;transform-origin:50%;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);transition:all .7s cubic-bezier(0.4,0,0.2,1)}
.control .btn-material:hover{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.control .icon-material-search{color:#fff;position:absolute;top:-10px;right:78px;transition:opacity .3s ease-in-out}

.navbar-img{display: none}
.modal-header{
    background-color: #030d79;
    color: #fff;
}

/************************************
*             PAGINACION            *
************************************/

.btn-pagination { 
    color: #FFFFFF; 
    background-color: #f3931f; 
    border-color: #f3931f; 
} 

.btn-pagination:hover, 
.btn-pagination:focus, 
.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    color: #FFFFFF;
    background-color: #030d79; 
    border-color: #030d79; 
} 

.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    background-image: none; 
} 

.btn-pagination.disabled, 
.btn-pagination[disabled], 
fieldset[disabled] .btn-pagination, 
.btn-pagination.disabled:hover, 
.btn-pagination[disabled]:hover, 
fieldset[disabled] .btn-pagination:hover, 
.btn-pagination.disabled:focus, 
.btn-pagination[disabled]:focus, 
fieldset[disabled] .btn-pagination:focus, 
.btn-pagination.disabled:active, 
.btn-pagination[disabled]:active, 
fieldset[disabled] .btn-pagination:active, 
.btn-pagination.disabled.active, 
.btn-pagination[disabled].active, 
fieldset[disabled] .btn-pagination.active { 
    background-color: #f3931f9c; 
    border-color: #f3931f; 
    color: #fff;
} 

.btn-pagination .badge { 
    color: #0977b2; 
    background-color: #FFFFFF; 
}

.btn-pagination {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 15px;
    border: 1px solid;
}

.proyecto .imagen{
    background-size: cover;
}
.proyecto h3{
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 18px;
    color: #030d79;
}
.proyecto{
    background-color: #e8f9fd;
}
.trabajos>div>div{
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}


.caracteristica img{
    height: 50px;
}
.caracteristica p{
    margin: 0;
    color: #232323;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-align: left;
}
.caracteristicas {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: #e8f9fd;
    flex-wrap: wrap;
    padding: 14px 0px;
}
.caracteristica{
    padding: 10px;
}
.datos-info h4{
    font-weight: 800;
    color: #1c202b;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.datos-info h4:first-child{
    margin-top: 0;
}
.datos-info li img {
    height: 30px;
    margin-right: 10px;
}
.datos-info li {
    list-style-type: none;
    padding: 15px 0px;
    font-family: 'Poppins', sans-serif!important;
    font-size: 20px;
}
.datos-info ul{
    padding: 0px;
}
.datos-info .caja_redes img{
    height: 30px;
}
.datos-info p{
    font-family: 'Poppins', sans-serif!important;
    font-size: 28px;
    text-align: center;
    color: #030e79;
}
.datos-info .caja_redes {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (max-width: 1580px){ /* arreglar menu */

    .navbar-right {
        padding-right: 30px;
    }

    .boton.boton_menu .btn {
        width: 230px;
    }

    .boton.boton_menu {
        margin-left: 20px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 20px 19px 20px;
    }


    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 17px 19px 17px;
    }

    .forma_logo {
        width: 276px;
    }

    .navbar-brand>img {
        left: 45px;
        top: 18px;
        height: 72px;
    }

}

@media (max-width: 1301px){ /* arreglar menu */

    .navbar-right {
        padding-right: 20px;
    }

    .boton.boton_menu .btn,
    .barra_reducida .boton.boton_menu .btn{
        width: 210px;
        height: 60px;
        font-size: 18px;
    }

    .boton.boton_menu {
        margin-left: 0px;
    }


    .navbar-default .navbar-nav>li>a {
        padding: 20px 15px 20px;
        margin: 20px 2px;
    }


    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 17px 15px 17px;
        margin: 18px 2px;
    }

    .forma_logo,
    .barra_reducida .forma_logo {
        width: 220px;
    }

    .navbar-brand>img{
        top: 15px;
    }


    .navbar-brand>img,
    .barra_reducida .navbar-brand>img {
        top: 15px;
        height: 62px;
        margin: 0px 0px 0px;
        left: 24px;
    }

}


@media (max-height: 768px){ /* alto portatil */

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    .boton.boton_menu {
        margin-left: 20px;
    }
    .boton.boton_menu .btn {
        width: 240px;
        height: 70px;
    }

    .apartamentos .boton .btn {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }

    .zona_destacada h2.h2 {
        font-size: 50px;
        line-height: 62px;
    }

    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .navbar-right {
        padding-right: 40px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 20px 17px 20px;
        margin: 20px 2px;
    }

    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 17px 17px 17px;
        margin: 15px 2px;
    }

    .forma_logo {
        width: 280px;
    }

    .navbar-brand>img {
        left: 42px;
    }

    .barra_reducida .forma_logo {
        width: 230px;
    }

    .barra_reducida .navbar-brand>img {
        top: 9px;
        height: 60px;
        left: 28px;
    }

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .banner, .slider {
        height: 740px;
    }

    .texto_banner p.enunciado span {
        font-size: 80px;
        font-weight: 700;
    }

    .texto_banner p.enunciado {
        font-size: 40px;
        line-height: 60px;
    }

    .texto_banner {
        padding-top: 52px;
        padding-bottom: 154px;
    }

    /* -- -- -- Bienvenida -- -- -- */
    .cuadro_titulo .padding {
        padding: 30px 50px 50px;
        width: 100%;
    }

    .cuadro_texto .padding {
        padding: 50px 50px 50px;
    }

    .precio_noche p.coste {
        font-size: 16px;
    }

    .precio_noche p {
        font-size: 14px;
    }

    .precio_noche {
        width: 150px;
        height: 44px;
        margin-right: 0px;
    }

    .cuadro_imagen p.titulo, .cuadro_texto p.titulo {
        font-size: 27px;
    }

    .cuadro_imagen .padre_imagen {
        height: 700px;
    }

    .cuadro_imagen.cuadro_mitad .padre_imagen {
        height: 350px;
    }

    .caja_info {
        margin-top: 20px;
    }

    .servicios_iconos img {
        height: 40px;
    }
    .texto_cuadro_titulo {
        padding-bottom: 16px;
    }

    .cuadro_imagen p.pre_titulo,
    .cuadro_texto p.pre_titulo {
        margin-bottom: -2px;
    }

    .cuadro_imagen .servicios_apartamento p.titulo {
        margin-bottom: 13px;
    }

    .cuadro_imagen .servicios_apartamento p.titulo {
        margin-bottom: 8px;
    }
    .servicios_iconos {
        padding: 0px 20px;
    }

    /* -- -- -- FOOTER -- -- -- */
    
    .imagen_pie {top: 2px}

}


@media (max-width: 1200px){ /* monitores normales y tablet horizontal */

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 35px;
        line-height: 35px;
    }

    h2.h2 {
        font-size: 28px;
    }

    .zona_destacada h2.h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .texto_cabecera img {
        height: 112px;
    }
    .boton_reservar .btn {
        font-size: 23px;
    }
    .apartamentos .boton .btn {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }
    .boton.boton_menu {
        margin-left: 0px;
    }

    .boton .btn img {
        height: 23px;
        margin-right: 10px;
    }
    .boton.boton_menu .btn {
        width: 230px;
        height: 50px;
        font-size: 15px;
        font-weight: 500;
        margin-left: 0px;
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .caja_favorito a, .caja_redes a {
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .boton.boton_rojo.boton_menu .hvr-shutter-out-horizontal:before {
        background: #020859;
    }

    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    header .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-header {float: none; height: 52px;border-bottom: 0px solid #002ba6;}
    .navbar-toggle {display: block;}
    .navbar-toggle {margin: 0px; padding: 19px 15px; border: 0px;    background-color: #1b2787; border-radius: 0;}
    .navbar-collapse {border-top: 0px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;margin: 7.5px 15px;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .navbar-text {float: none;margin: 15px 0;}
    .navbar-collapse.collapse.in {display: block!important;}
    .collapsing {overflow: hidden!important;}


    /* menu_despegale */

    .sidebar-wrapper{opacity: 1}
    /*    .sidebar-nav .dropdown-backdrop{z-index: -1}*/

    .sidebar-nav .open>.dropdown-menu {
        position: static;
        background-color: transparent;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-nav .dropaco .dropdown-menu>li>a {
        text-align: right;
        /* padding: 0; */
        padding: 8px 20px;
        background-color: rgba(255, 255, 255, 0.07);
        white-space: initial;
        color: #ffffff;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }
    .sidebar-nav li .amarillo{
        color:#fcdf48;
    }


    /* menu_despegale */

    /* botón menú */
    .caja_boton {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        margin: 20px 0px 20px;
    }
    .boton.boton_menu .btn {
        width: 230px;
        height: 50px;
        font-size: 15px;
        font-weight: 500;
        margin-left: 0px;
    }
    .boton .btn img {
        height: 20px;
        margin-right: 10px;
    }

    /* fin botón menú */


    .sidebar-nav li a {
        color: #fff;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        text-align: right;
        padding: 10px 10px;
        text-transform: initial;
    }

    .sidebar-nav li a .fa {
        margin-right: 12px;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.12);
    }

    .sidebar-nav li.active a {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.12);
        font-weight: 600;
    }

    .sidebar-nav li {
        border-bottom: 1px dotted rgb(169, 176, 206);
    }

    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: #1b2787;
    }

    .sidebar-wrapper.right {
        background-color: #1b2787;
        height: calc(100% - 52px);
    }

    .forma_logo {
        width: 150px;
    }

    .navbar-brand>img {
        left: 15px;
        top: 6px;
        height: 40px;
    }
    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .caja_del_filtro_de_busqueda {
        width: 940px;
    }

    .texto_banner p.enunciado span {
        font-size: 70px;
    }
    .texto_banner p.enunciado {
        font-size: 35px;
    }



    /* -- -- -- Bienvenida -- -- -- */
    .cuadro_titulo .padding {
        padding: 30px 15px 30px;
    }

    .cuadro_texto .padding {
        padding: 30px 20px 31px;
    }

    /*
    .texto_cuadro_titulo {
    display: inline-block;
    justify-content: center;
}
    */

    .cuadro_titulo .padding {
        text-align: center;
    }

    .cuadro_imagen p.titulo,
    .cuadro_texto p.titulo {
        font-size: 23px;
    }

    .precio_noche p.coste {
        font-size: 15px;
    }

    .precio_noche p {
        font-size: 13px;
    }

    .precio_noche {
        width: 130px;
        height: 40px;
    }

    /*
    .cuadro_mitad .texto_cuadro_titulo {
    display: inline-flex;
    justify-content: space-between;
}
    */

    /*
    .precio_noche {
    margin-top: 20px;
}
    */

    /*
    .cuadro_mitad .precio_noche {
    margin-top: 0px;
}
    */

    .servicios_iconos {
        padding: 0px 10px;
    }

    /* -- -- -- zona_destacada -- -- -- */


    /* -- -- -- Blog -- -- -- */
    .cuadro_oferta p.titulo_noticia {
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* -- -- -- FOOTER -- -- -- */

    .resumen_pie {
        padding-right: 0px;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .resumen_pie p {
        text-align: center;
    }

    footer .pie_superior_info {
        align-items: flex-start;
        width: 100%;
    }
}


@media (max-width: 992px){ /* tablet vertical */

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2.h2 {
        font-size: 30px;
    }

    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .caja_del_filtro_de_busqueda {
        width: 700px;
        height: 200px;
    }

    .texto_banner {
        padding-top: 52px;
        padding-bottom: 200px;
    }

    .splide__arrow--next {
        right: 0px;
    }

    .splide__arrow--prev {
        left: 0px;
    }

    .texto_banner p.enunciado span {
        font-size: 60px;
    }
    .texto_banner p.enunciado {
        font-size: 30px;
        line-height: 60px;
    }

    .banner, .slider {
        height: 730px;
    }

    .splide__pagination {
        bottom: 225px;
    }

    .texto_cabecera img {
        height: 100px;
    }

    .bajo_titulo {
        font-size: 18px;
        line-height: 10px;
    }

    /* -- -- -- Bienvenida -- -- -- */
    .cuadro_imagen .padre_imagen {
        height: 600px;
    }
    .cuadro_imagen.cuadro_mitad .padre_imagen {
        height: 400px;
    }
    .cuadro_titulo .padding,
    .cuadro_texto .padding {
        padding: 30px 40px 30px;
    }


    .cuadro_imagen p.pre_titulo, 
    .cuadro_texto p.pre_titulo {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .servicios_iconos {
        padding: 0px 20px;
    }

    .caja_info {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .servicios_iconos img {
        height: 40px;
    }
    .cuadro_imagen .servicios_apartamento p.titulo {
        margin-bottom: 10px;
    }


    .precio_noche {
        margin-right: 0px;
    }
    /* -- -- -- actividad -- -- -- */
    .actividad .row {
        margin: 0 15px;
    }

    .actividad .padre_imagen {
        width: 350px;
        height: 350px;
        position: relative;
        right: 0;
    }

    .forma_olas {
        height: 168px;
    }

    /* -- -- -- Zona destacado -- -- -- */
    .zona_destacada h2.h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .texto_destacado .padding {
        padding: 70px 0px 80px;
    }

    .texto_destacado .info {
        font-size: 19px;
        margin-bottom: 40px;
    }

    /* -- -- -- blog -- -- -- */
    .blog .container {
        padding: 0 30px;
    }

    .blog .info_blog {
        margin-bottom: 40px;
    }

    .cuadro_oferta {
        margin-bottom: 30px;
    }

    .cuadro_oferta p.titulo_noticia {
        height: auto;
        -webkit-line-clamp: 1;
    }


    /* -- -- -- FOOTER -- -- -- */
    .resumen_pie {
        width: 450px;
    }

}

@media (max-width: 767px){ /* móviles */

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 28px;
        line-height: 30px;
    }

    h2.h2 {
        font-size: 24px;
    }

    #reserva>div:first-of-type {
        padding-left: 15px;
    }
    #reserva>div:last-child {
        padding-right: 15px;
    }
    #reserva .form-group{
        margin: 0;
    }

    .actividad .texto_cabecera .centrado, 
    .blog .texto_cabecera .centrado {
        align-items: self-start;
    }

    .bajo_titulo {
        font-size: 16px;
        line-height: 6px;
    }

    .texto_cabecera img {
        top: 13px;
    }

    .boton .btn {
        width: 170px;
        height: 45px;
        font-size: 17px;
    }

    .zona_destacada .boton .btn {
        font-size: 16px;
        font-weight: 600;
        width: 157px;
        height: 40px;
    }
    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .sidebar-nav li a img {
        margin-left: 10px;
        height: 20px;
        margin-right: 0px;
    }



    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner p.enunciado span {
        font-size: 36px;
    }
    .texto_banner p.enunciado {
        font-size: 22px;
        line-height: 36px;
    }
    .banner, .slider {
        height: 800px;
    }

    .caja_del_filtro_de_busqueda {
        width: calc(100% - 20px);
        height: 310px;
        margin: 0 10px;
    }

    .texto_banner {
        padding-top: 52px;
        padding-bottom: 400px;
    }

    .splide__arrows,
    .splide__pagination{
        display: none;
    }
    /* -- -- -- Bienvenida -- -- -- */

    .cuadro_imagen .padre_imagen {
        height: 470px;
    }
    .cuadro_imagen.cuadro_mitad .padre_imagen {
        height: 450px;
    }

    .cuadro_mitad .caja_servicios_boton {
        display: inline-block;
        justify-content: center;
        text-align: center;
    }

    .texto_cuadro_titulo {
        display: inline-block;
        text-align: center;
    }

    .precio_noche {
        margin-right: 0px;
        margin-top: 20px;
    }

    .cuadro_titulo .padding, 
    .cuadro_texto .padding {
        padding: 30px 10px 30px;
    }


    .cuadro_titulo {
        background: -moz-linear-gradient(top, rgba(40,114,175,0) 0%, rgba(40,114,175,0.01) 1%, rgba(40,114,175,1) 100%);
        background: -webkit-linear-gradient(top, rgba(40,114,175,0) 0%,rgba(40,114,175,0.01) 1%,rgba(40,114,175,1) 100%);
        background: linear-gradient(to bottom, rgba(40,114,175,0) 0%,rgba(40,114,175,0.0) 1%,rgba(3, 12, 121, 0.85) 84%);
    }
    .cuadro_imagen p.titulo, 
    .cuadro_texto p.titulo,
    .cuadro_mitad .servicios_apartamento p.titulo{
        font-size: 18px;
        text-align: center;
    }
    .cuadro_mitad .servicios_apartamento p.titulo {
        text-align: center;
    }

    .cuadro_imagen p.pre_titulo,
    .cuadro_texto p.pre_titulo {
        font-size: 16px;
        margin-bottom: 6px;
        text-align: center;
    }

    .servicios_iconos img {
        height: 32px;
    }
    .servicios_iconos {
        padding: 0px 8px;
    }
    .caja_iconos_servicios,
    .cuadro_mitad .caja_iconos_servicios {
        margin-bottom: 20px;
    }

    /* -- -- -- actividad -- -- -- */
    .actividad .padre_imagen {
        width: 300px;
        height: 300px;
    }

    .forma_olas {
        height: 138px;
        bottom: -8px;
    }
    /* -- -- -- Zona destacada -- -- -- */
    .zona_destacada h2.h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .texto_destacado .info {
        font-size: 17px;
        margin-bottom: 30px;
    }

    /* -- -- -- Blog -- -- -- */
    .blog .info_blog {
        margin-top: 20px;
    }



    /* -- -- -- FOOTER -- -- -- */
    .resumen_pie {
        width: 100%;
    }

    footer .pie_superior_info {
        align-items: center;
        width: 100%;
        display: inline-block;
        justify-content: center;
    }

    .sedes.menu_web ,
    .sedes.menu_info,
    .sedes.contacto{
        width: 100%;
    }

    .sedes.menu_web .menu_pie p{
        padding: 0 25px;
        line-height: 28px;
    }
    .sedes.contacto {
        margin-left: 0px;
        text-align: center;
    }

    .sedes.contenido.menu_web,
    .sedes.contenido.menu_info{
        padding: 0px;
    }

    .linea_roja_separa {
        width: 140px;
        height: 1px;
        margin: 15px auto;
    }

    .pie_superior_info .titulo {
        text-align: center;
        margin-bottom: 18px;
    }

    .menu_vertical .centrado {
        margin-bottom: 12px;
        width: 100%;
    }

    .menu_vertical_contacto{
        text-align: center;
    }

    .menu_vertical_contacto .direccion{
        padding: 0px 0px;
        width: 260px;
        margin: 0 auto;
    }

    .icono_con_texto {
        width: auto;
        margin: 0 20px;
    }

    .icono_con_texto img {
        margin-right: 0px;
    }

    .firma_pie{
        padding: 10px;
    }

    .pie_inferior .centrado {
        width: 100%;
        display: inline-block;
    }

    .copi, .desarrollo, .desarrollo a {
        margin: 13px 0px;
        padding: 0;
    }


    .linea_separa_firma {
        width: 80%;
    }	


}


/*//ESTILOS GENERALES//*/
@media (max-width: 992px){
    .sidebar-wrapper.right .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #f3931f;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #91a22f;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .caja_filtro_de_busqueda form {
        width: 100%;
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .caja_del_filtro_de_busqueda .boton {
        padding: 10px;
    }
    .caja_favorito a,.caja_redes a{
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .caja_acceso a{
        padding: 0 20px!important;
    }
    .caja_favorito a img{
        margin-left: 0!important;
    }
    .sidebar-wrapper li img,.caja_redes a img {
        height: 20px;
        transition: all .2s ease-in-out;
    }
    /*
    .sidebar-wrapper.right .btn {
    padding: 6px 11px;
    height: 43px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #c20b00;
    border: 1px solid #030d79;
}
    */
    .right .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .right .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .banner_interior {
        height: 250px;
    }
    .fijar{
        position: fixed;
        width: 100%;
    }/* móviles */
    .videos_responsive{width: 100%;float: none}
    .elmapa{
        margin-bottom: 40px;
    }
    .botones_carro{width: 100%;margin-top: 20px}
    .otras_fotos .imagen{height: 100px;}
    .foto_principal .imagen {width: 100%}
    .zona_galeria_mini .bx-wrapper .bx-prev { display: none;}
    .zona_galeria_mini .bx-wrapper .bx-next { display: none;}


    .instagram-widget>div{position:relative; padding-top:calc(100vw / 3);}
    .instagram-widget iframe{width:200% !important;}
    .sidebar-wrapper.right .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #f3931f;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #030d79;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .caja_favorito a,.caja_redes a{
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .caja_acceso a{
        padding: 0 20px!important;
    }
    .caja_favorito a img{
        margin-left: 0!important;
    }
    .sidebar-wrapper li img,.caja_redes a img {
        height: 25px;
        transition: all .2s ease-in-out;
    }
    .right .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .right .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .quantity{width: 100%; display: flex; align-items: center; justify-content: space-between;}
    .quantity label{margin-bottom: 0;}
    .date-picker-wrapper .month-wrapper table .day {
        padding: 5px 13px;
        line-height: 1;
        font-size: 18px;
    }
    .marcas img{
        height: 25px;
    }
    .date-picker-wrapper {
        font-size: 14px;
        left:3%!important;
    }

    .date-picker-wrapper .gap{
        margin: 0px 1px;
    }
    
    .texto_destacado .paddingnaranja {text-align: center; padding-top: 0px}
    .texto_destacado .paddinginfo {padding-bottom: 0px;}
}
@media (max-width: 767px){ /* móviles */
    .filtros{
        height: 260px;
    }
    h3.categoria {
        text-align: center;
    }
    span.precio {
        font-size: 48px;
        font-family: 'Oswald',sans-serif;
        font-weight: 400;
    }
    span.tachado {
        font-size: 24px;
        font-family: 'Oswald',sans-serif;
        font-weight: 400;
    }
    .precios_estilos {
        text-align: center;
        width: 100%;
    }
    .banner_interior {
        height: 200px;
    }
    .otras_fotos{margin-bottom: 30px}
    .nav-botones>li{float: none;width: 100%;margin-bottom: 10px}
    .nav-botones>li>a{margin: 0;}
    .btn-pagination {
        padding: 6px 12px;
        font-size: 12px;
        margin: 0 7px;
        border: 1px solid;
    }
    h3{
        font-size: 20px;
    }
    .proyecto .imagen {
        background-size: cover;
    }
    .cuadro_noticia {
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
    }

    .instagram-widget>div{position:relative; padding-top:calc(100vw / 2);}
    .instagram-widget iframe{width:300% !important;}
    .date-picker-wrapper {

        left:2px!important;
    }

    .date-picker-wrapper .month-wrapper table .day {
        padding: 5px 13px;
    }
}


/* WEB */
@media (min-width: 1200px){
    #socialside2{
        display: none;
    }
}

@media (max-width: 1200px){
    .texto-reserva{
        display:block;
    }

    .btn_wthasapp{ 
        width: 100%;
        height: 52px;
        background-color: #ff191f;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 300;
        border-radius: 0 !important;
    }

    .btn_wthasapp .centrado{
        width: 100%;
        height: 100%;
    }

    .btn_wthasapp img{ 
        height: 30px;
        margin-right: 12px;
    }

    .btn_wthasapp p{ 
        color: #fff;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
}