section .section-intro {
    padding-top: 20rem;
    padding-bottom: 6.75rem;
}
section .section-titFondo {
    transform: translate(-50%,-8rem);
}
section h3.txt-corp {
    margin-bottom: 0;
    font-size: 4rem;
}
section #filtros-top {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;    
}
section #filtros-top .flex {
    padding-left: 29.25rem;
    padding-right: 29.25rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
section #filtros-top h3,
section #filtros-top button {
    display: inline-block;
    vertical-align: middle;
}
section #filtros-top button {
    height: 9rem;    
    padding: 0 15rem 0 5.5rem;
    margin-left: 5.75rem;
    border-radius: 4.5rem;
    background-color: #cedde2;
    color: #003040;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.0;
    position: relative;
    border: 0;
    box-shadow: none;
    outline: none;
}
section #filtros-top button:before {
    content: '';
    width: 2.75rem;
    height: 1.5rem;
    background-image: url('../../images/iconos/caret-down-corp.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 4.5rem;
    transform: translateY(-50%);
}
section #section-filtros.localidad-activa button {
    background-color: #003040;
    color: white;
}
section #section-filtros.localidad-activa button:before {
    background-image: url('../../images/iconos/caret-down-white.svg');
}
section #filtros-top #localidades .form-group {
    margin-bottom: 0;
}
section #filtros-top #localidades .dua-checkbox + .dua-checkbox {
    margin-top: 3rem;
}
section #filtros-top #localidades .dua-checkbox label {
    padding-left: 7.5rem;
    color: #003040;
    font-size: 4rem;
    font-weight: bold;
}
section #filtros-top #localidades .dua-checkbox input {
    width: 5rem;
    height: 5rem;
    margin-top: -0.5rem;
    margin-left: -7.5rem;
    margin-right: 2.5rem;
    border-color: #003040;
}
section #filtros-top #btn-filtros {
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.0;
    display: -webkit-flex;
    display: flex;
}
section #filtros-top #btn-filtros > * {
    /*width: 50%;*/
    padding: 4rem;
    color: #595959;
    text-align: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
section #filtros-top #btn-filtros > * + * {
    position: relative;
}
section #filtros-top #btn-filtros > * + *:before {
    content: '';
    width: 0.25rem;
    height: 7.25rem;
    background-color: #c4c4c4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}
section #filtros-top #btn-filtros > * > * {
    display: inline-block;
    vertical-align: middle;
}
section #filtros-top #btn-filtros .icono-map {
    width: 5rem;
}
section #filtros-top #btn-filtros .icono-filter {
    width: 5rem;
}
section #filtros-top #btn-filtros .icono-map,
section #filtros-top #btn-filtros .icono-filter {
    margin-right: 1.5rem;
}
section #filtros-top .btn-volver {
    margin-right: 17rem;
    color: #003040;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.0;
}
section #filtros-top .btn-volver > * {
    display: inline-block;
}
section #filtros-top .btn-volver img {
    width: 2rem;
    margin-right: 1.5rem;
}
section #filtros-top .form-buscador {
    margin-bottom: 0;
    position: relative;
}
section #filtros-top .form-buscador input {
    width: 76.5rem;
    height: 10rem;
    padding: 2.5rem 12.5rem 2.5rem 4.5rem;
    border-radius: 5rem;
    border-color: #003040;
    font-size: 3.5rem;
    line-height: 1.0;    
}
section #filtros-top .form-buscador .input-group-addon {
    width: 6rem;
    padding: 0;
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
section #filtros-top .form-buscador .input-group-addon img {
    width: 5rem;
    display: block;
}
section #filtros-top #localidades .section-tit3 {
    margin-bottom: 5rem;
}

section #filtros-bot {
    position: relative;
}
section #section-filtros.localidad-activa #filtros-bot:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 48, 64, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
section #filtros-bot #pestanas-btns {
    padding-left: 29.25rem;
    padding-right: 29.25rem;
    border-bottom: 0.25rem solid #cedde2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}
section #filtros-bot #pestanas-btns > * {
    width: 20%;
}
section #filtros-bot #pestanas-btns:before,
section #filtros-bot #pestanas-btns:after {
    content: '';
    width: 91rem;
    height: 0.25rem;
    background-color: #cedde2;
    position: absolute;    
    bottom: -0.25rem;
}
section #filtros-bot #pestanas-btns:before {
    right: 100%;
}
section #filtros-bot #pestanas-btns:after {
    left: 100%;
}
section #filtros-bot #pestanas-btns .btn {
    width: 100%;
    padding: 6.75rem 7.5rem 4.75rem 7.5rem;
    border-top: 0.25rem solid #cedde2;    
    border-left: 0.25rem solid #cedde2;
    border-right: 0;
    border-bottom: 0;
    background-color: white;
    color: #cedde2;
    font-weight: 900;  
    text-transform: none;
}
section #filtros-bot #pestanas-btns .btn:focus {
    box-shadow: none;
    outline: none;
}
section #filtros-bot #pestanas-btns > div:last-of-type .btn {
    border-right: 0.25rem solid #cedde2;
}
section #filtros-bot #pestanas-btns .btnInfo-activo {
    padding-top: 5.5rem;
    border-top: 1.5rem solid #003040; 
    color: #0a3b61;
    position: relative;
}
section #filtros-bot #pestanas-btns .btnInfo-activo:after {
    content: '';
    width: 100%;
    height: 1rem;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
}

section #filtros-bot #pestanas-cont {
    padding: 10rem 29.25rem;
}
section #filtros-bot #pestanas-cont > .pestanas-txt{    
    display: none;
}
section #filtros-bot #pestanas-cont > .info-activa{
    display: block;
} 

section #filtros-bot #pestanas-cont .alojamiento {    
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-flex;
    display: flex;
}
section #filtros-bot #pestanas-cont .alojamiento + .alojamiento {
    margin-top: 7.5rem;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images .alojamiento-img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: fill;
    object-fit: cover;
}

/* slider-alojamiento */
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images .duaSlider {
    width: 100%;
    height: 100%;
    min-height: 75rem;
}
/* end slider-alojamiento */

section #filtros-bot #pestanas-cont .alojamiento .alojamiento-cont {
    padding: 8.5rem 50rem 8.5rem 12rem;;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-cont .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-img {
    width: 100rem;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-tipo,
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-categoria{
    display: inline-block;
    vertical-align: middle;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-categoria {
    color: #ffbd00;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-tipo {
    min-width: 20rem;
    padding: 0 2rem;
    margin-right: 3rem;
    border-radius: 2.75rem;
    background-color: #cedde2;
    font-size: 3rem;
    line-height: 5.5rem;
    text-transform: uppercase;
    text-align: center;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-nombre {
    margin-top: 1.75rem;
    margin-bottom: 4.25rem;
}
section #filtros-bot #pestanas-cont .alojamiento p {
    margin-bottom: 0;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-info {
    margin-top: auto;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-info span {
    display: inline-block;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-info span + span {
    margin-left: 5rem;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-lnkMapa {
    padding-right: 6rem;
    color: #003040;
    font-size: 3.5rem;
    text-decoration: underline;
    position: absolute;
    top: 8.5rem;
    right: 12rem;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-lnkMapa:before {
    content: '';
    width: 5rem;
    height: 5rem;
    background-image: url('../../images/iconos/icono-map-marker.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-web {
    position: absolute;
    right: 12rem;
    bottom: 7rem;
}
section #filtros-bot #pestanas-cont .alojamiento .alojamiento-facebook {
    width: 6rem;
    height: 6rem;
    background-image: url('../../images/iconos/rrss-facebook-green.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12rem;
    bottom: 16rem;
}
section .paginador {
    margin-bottom: 7.5rem;
}

section .mapa {
    height: 125rem;
}

@media (min-width: 768px) {
    section #filtros-top #cont-filtros {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    section #filtros-top #btn-filtros,
    section #filtros-top .btn-volver,
    section #filtros-top #cont-filtros-pie {
        display: none;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images {
        -webkit-flex: 0 0 100rem;
        flex: 0 0 100rem;    
    }
    section #filtros-top #localidades {
        padding: 3.25rem;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        border-radius: 2.5rem;
        background-color: white;    
        white-space: nowrap;
        position: absolute;
        top: calc(100% - 0.75rem);
        left: 48rem;
        z-index: 2;
        display: none;
    }
    section #filtros-top #localidades:before {
        content: '';
        width: 3.75rem;
        height: 1.5rem;
        background-image: url('../../images/iconos/icono-triangulo-white.svg');
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: -1.5rem;
        left: 5rem;
    }
    section #filtros-top #localidades .section-tit3 {
        display: none;
    }
}
@media (max-width: 767px) {
    html.filter-on body {
        height: var(--vh);
        overflow-y: hidden;
    }
    section {
        padding-bottom: 12.5rem;
    }
    section .section-intro .section-tit {
        width: 50rem;    
        margin-bottom: 2.5rem;
    }    
    section .section-intro .section-tit {
        margin-left: auto;
        margin-right: auto;
    }   
    section .section-intro {
        padding-top: 1.5rem;
        padding-bottom: 0;
    } 
    section .section-titFondo {
        font-size: 36rem;        
        transform: translate(-50%,0);
    }
    section #filtros-top {
        padding-bottom: 0;
        box-shadow: none;
    }
    section #filtros-top .container-custom {
        width: 100%;
        padding: 0;
    }
    section #filtros-top .flex {
        padding-left: 0;
        padding-right: 0;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    section #filtros-top .flex #cont-filtros {
        width: 100%;
        height: calc(var(--vh) - 18rem);
        /*padding-left: 17.5rem;*/
        position: fixed;
        z-index: -2;
        bottom: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
    }
    section #filtros-top .flex #cont-filtros #cont-filtros-cabecera {
        padding: 3.5rem calc((100vw - 86.25rem)/2);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    }
    section #filtros-top #cont-filtros-pie {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding: 4rem calc((100vw - 86.25rem)/2);
        border-top: 0.25rem solid #e5e5e5;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    section #filtros-top #cont-filtros-pie > * {
        width: calc(50% + 1.5rem);
        min-width: auto;
        margin-left: 1.5rem;
        margin-right: 1.5rem;        
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }
    section #filtros-top .flex #cont-filtros {
        width: 100%;
        height: calc(var(--vh) - 18rem);        
        background-color: white;
        position: fixed;
        z-index: -2;
        bottom: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 55;
        display: none;
    }
    html.filter-on section #filtros-top .flex #cont-filtros {        
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
/*    section #filtros-top .flex > div:first-of-type {
        display: none;
    }*/
    section #filtros-top #localidades {
        padding: 5rem calc((100vw - 86.25rem)/2);        
        display: block;
    }
    section #filtros-top .form-buscador {
        margin: 3.5rem auto;
    }
    section #filtros-bot #pestanas-btns {
        display: none;
    }
    section #filtros-bot #pestanas-cont {
        padding: 0;
        /*padding-top: 3.5rem;*/
    }
    section #filtros-bot #pestanas-cont .alojamiento {
        padding-top: 10rem;
        margin-bottom: 2.5rem;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: relative;        
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images {
        width: 100%;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images .duaSlider,
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images .duaSlider .duaSlider-slides,
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images .duaSlider .duaSlider-slides > *,
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images .parque-img {
        height: auto;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-images .duaSlider {
        height: 0;
        min-height: auto;
        padding-bottom: 75%;
    }    
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-img {
        width: 100%;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-cont {
        padding: 3.25rem 4.5rem 4.5rem;
        position: static;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-tipo {
        min-width: 31.25rem;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-lnkMapa {
        top: 3.25rem;
        right: 4.5rem;
    }
    section #filtros-bot #pestanas-cont .alojamiento > div:first-of-type {
        width: calc(100% - 7.5rem);
        margin-left: auto;
        margin-right: auto;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-web {
        position: static;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-facebook {
        right: 4.5rem;
        bottom: 4.75rem;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-nombre {
        margin-top: 3rem;
    }
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-info,
    section #filtros-bot #pestanas-cont .alojamiento .alojamiento-web {
        margin-top: 4rem;
    }
}