h1{
    text-align: center;
}
.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-fluid .container{
    max-width: 100%;
    padding: 0 !important;
}
#page-wrapper{
    min-width: 100%;
}

/*PADDINGS Y MARGINS*/
.E-max--800{
    max-width: 800px;
    width: 100%;
}
.G-margen--auto{
    margin: auto;
}
.G-margen--30{
    margin: 30px;
}
.G-padding-20{
    padding: 20px;
}
.G-padding-30{
    padding: 30px;
}
.G-padding-top{
    padding-top: 25px;
}
/* COLORES GENERAL*/
.G-color--blanco {
    color: white;
}
.G-color--negro {
    color: black;
}
.G-color-primario{
    color: #688C8D;
}
.G-color-primario2{
    color: #C49A9A;
}
.G-color-fondo{
    background-color: #688C8D;
}
/*ALINEACIÓN GENERAL*/
.text-align-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.G-flex{
    display: flex;
}
.G-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.show{
    display: block;
}
.hide{
    display: none;
}
/*TAMAÑOS*/
.txt-40{
    font-size: 40px;
}
.txt-35{
    font-size: 35px;
}
.txt-30{
    font-size: 30px;
}
.txt-20{
    font-size: 20px;
}
.txt-16{
    font-size: 16px;
}
/*PROPIEDADES*/
.bold{
    font-weight: bold;
}
.text-shadow{
    text-shadow: 4px 1px #688C8D;
}
/*GENERAL*/
#main{
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#main #content{
    padding-left: 0px;
    padding-right: 0px;
}
/********* VENTAJAS ****************/
.listado-ventajas{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    justify-content: center;
}
.listado-ventajas li{
    max-width: 33%;
    list-style: none;
    border: 1px solid #C49A9A;
    margin: 20px;
    box-shadow: 5px 5px 5px #C49A9A;
    border-radius: 5px;
}
.listado-ventajas li img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.col-3-columnas{
    width: 100%;
    max-width: 313px;
}
/****** HOME ******/
/*Carousel*/
.node--type-home #carouselExampleIndicators img{
    width: 100%;
    max-height: 800px;
}
.slide-cabecera-home .enlaces-cabecera a{
    background-color: white;
    color: #C49A9A;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold;
}
.oferta-text{
    text-align: center;
    font-size: 20px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    background-color: #688C8D;
    color: white;
    font-weight: bold;
}
.email-oferta{
    color: #C49A9A;
}
/*Reservar*/
/*Widget*/
.widget{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 490px;
}
.cookiesjsr-banner--text span{
    content: 'Acepto la política de cookies y de privacidad de esta página.';
}
/*Apartamentos teaser*/
.view-apartamentos .item-list,
.view-otros-alojamientos .item-list,
.view-ofertas .item-list{
    width: 100%;
}
.view-apartamentos ul,
.view-otros-alojamientos ul,
.view-ofertas ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: flex-start;
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.view-apartamentos ul li,
.view-otros-alojamientos ul li{
    max-width: 480px;
    width: 100%;
    margin: 0 10px 40px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.20);
    max-height: 600px;
    list-style: none;
    border-radius: 10px;
}
.view-ofertas ul li{
    max-width: 370px;
    width: 100%;
    margin: 0 10px 40px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.20);
    max-height: 600px;
    list-style: none;
    border-radius: 10px;
}
.view-ofertas ul li img{
    width: 100%;
}
.view-apartamentos ul li a,
.view-otros-alojamientos ul li a,
.view-ofertas ul li a{
    text-decoration: none;
}
.view-apartamentos ul li a:hover,
.view-otros-alojamientos ul li a:hover{
    opacity: 0.6;
}
.background-teaser{
    display: flex;
}
.background-teaser .direction{
    width: 100%;
    height: 25px;
    background-color: black;
    margin-top: 35px;
    text-align: center;
    color: #C49A9A;
    opacity: 0.6;
    font-weight: bold;
    font-size: 16px;
}
/*Servicios*/
ul.servicios{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
ul.servicios li{
    list-style: none;
    display: inline-grid;
    padding: 7px;
    border: 1px solid #c4c4c4;
    margin-right: 20px;
    width: 105px;
    background-color: #f3f8f8;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 115px;
}
ul.servicios li svg{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
ul.servicios li svg *{
    fill: #688C8D;
}
ul.servicios li svg g path{
    fill: #688C8D;
}
/*Video 3d */
.video-3d{
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    width: 88%;
}
.video-3d iframe{
    width: 100%;
}
/***** CABECERA GENERAL *****/
.cabecera-page{
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*******APARTAMENTOS FULL********/
.desayunos .nav a{
    color: black;
}
.desayunos .nav a.active{
    border: none;
    border-bottom: 6px solid #688C8D;
    color: black;
    background-color: #f3f8f8;
}
.desayunos .tab-content .desayuno{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.desayunos .tab-content .tab-pane .izquierda{
    width: 40%;
}
.desayunos .tab-content .tab-pane .izquierda img{
    width: 100%;
}
.desayunos .tab-content .tab-pane .derecha{
    width: 50%;
    text-align: justify;
    padding: 25px;
}
.view-faqs{
    margin-top: 70px;
}
.view-faqs .view-content > .views-row{
    width: 80%;
    margin: 0 auto;
}
.view-faqs .views-row .views-field-name.views-accordion-header{
    background-color: #688C8D;
    border-color: #688C8D;
    font-weight: bold;
    color: white !important;
}
.view-faqs .views-row .views-field-name.views-accordion-header span{
    color: white;
}
.view-faqs .views-row .views-field-name.views-accordion-header span a{
    color: white;
}
/******************OFERTAS*******************/
.form-ofertas form{
    width: 80%;
    margin: 0 auto;
}
.form-ofertas form .form-type-textfield input, .form-ofertas form .form-type-tel input, .form-ofertas form .form-type-textarea input{
    width: 100%;
}
.form-ofertas form .form-actions input{
    background-color: #688C8D;
}
/********** QUE HACER/BLOG **************/
.view-que-hacer .view-header,
.view-blog .view-header{
    padding: 55px 0 30px 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #688C8D;
}
.view-blog .item-list{
    width: 100%;
    margin-top: 50px;
}
.view-que-hacer .item-list{
    width: 90%;
}
.view-que-hacer ul li,
.view-blog ul li{
    list-style: none;
    margin: 0 auto;
    margin-bottom: 25px;
    -webkit-box-shadow: 6px 9px 13px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 9px 13px -3px rgba(0,0,0,0.75);
    box-shadow: 6px 9px 13px -3px rgba(0,0,0,0.75);
    border-radius: 12px;
    overflow: hidden;
    width: 80%;
}
.saber-mas{
    float: right;
    margin-right: 45px;
    color: #688C8D;
    border: 1px solid #688C8D;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 6px 9px 13px -3px rgba(0,0,0,0.75);
    font-weight: bold;
    margin-top: 15px;
}
.saber-mas-teaser{
    color: #688C8D;
    border: 1px solid #688C8D;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 6px 9px 13px -3px rgba(0,0,0,0.75);
    font-weight: bold;
}
.saber-mas:hover{
    background-color: #C49A9A;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.precio{
    text-align: center;
    font-weight: bold;
    text-decoration-style: double;
    text-decoration-color: #688C8D;
    font-size: 20px;
    text-decoration-line: underline;
}
.precio span{
    color: #688C8D;
}
.view-blog ul li p{
    color:black;
}
.view-blog ul li p:hover{
    text-decoration: none;
    color: black;
}
.view-blog ul li .textos{
    height: 235px;
}
.node--type-que-hacer-general form{
    width: 80%;
    margin: 0 auto;
}
.node--type-que-hacer-general form input.button.form-submit{
    width: 20%;
    margin-top: 10px;
    background-color: #688C8D;
}
.guia-form{
    margin-top: 60px;
}
.guia-form form{
    width: 80%;
    margin: 0 auto;
}
/*******************PREHEADER***********************/
.container.site-header__inner__container{
    display: block !important;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
/*******************HEADER**************************/
#header{
    height: 100px !important;
    max-height: 100px !important;
    padding: 0;
    margin: 0;
    min-height: 130px;
}
#header-nav{
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    min-width: 100%;
    height: 100%;
}
.site-header__initial button{
    background-color: white;
}
.site-header__fixable.is-fixed{
    position: relative !important;
}
.message-list{
    display: none;
}
ul.menu li a{
    color: #688C8D;
}
.site-header__initial{
    background-color: white !important;
    width: 0;
}

.link-phone svg{
    width: 25px;
    height: 25px;
    fill: white;
    margin-right: 10px;
}
.link-phone svg path{
    stroke: white;
}
/********************FOOTER******************/
.footer{
    margin: 0 auto;
    flex: unset;
}
.site-footer{
    border: none !important;
}
footer .site-footer__inner{
    background-color: #688C8D;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
}
.footer .footer-second{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-second .logotipo{
    width: 20%;
    height: 100%;
}
.footer-second .logotipo img{
    width: 75%;
    margin: 0 auto;
}
.footer-second .col-enlaces{
    width: 20%;
    height: 100%;
}
.footer-second .redes{
    width: 20%;
    height: 100%;
    padding-top: 50px;
}
.region--footer_top__inner{
    grid-column: initial;
    margin: 0;
}
.region--footer-top.grid-full{
    display: flex;
}
.footer-second .col-enlaces ul{
    list-style: none;
    color: white;
    padding-top: 25px;
}
.footer-second .col-enlaces ul li a{
    text-decoration: none;
}
.footer-second .col-enlaces ul li a:hover{
    color: #C49A9A;
}
.redes ul{
    margin: 0;
    padding: 0;
}
.redes ul li{
    display: inline-block;
    list-style: none;
}
.redes ul li a{
    width: 50px;
    height: 50px;
    padding: 7px;
}
.redes ul li a svg {
    width: 100%;
    height: 100%;
}
.redes ul li a svg path {
    fill: white;
}
.redes ul li a svg g path{
    fill: white !important;
}
/***************QUE HACER**********************/
.listado-que-hacer{
    height: 250px;
}
.guia-form form{
   text-align: center;
}
.guia-form #edit-email{
    display: inline;
}
.guia-form .form-type-boolean{
    display: flex;
    justify-content: center;
}
.guia-form #edit-submit{
    margin: 0;
}

/************COOKIES***************************/

#cookiesjsr .cookiesjsr--app{
    background-color: #688C8D;
    position: fixed;
    bottom: 0;
    z-index: 99;
}
#cookiesjsr .cookiesjsr-banner.active{
     width: 80%;
    display: flex;
    margin: 0 auto;
    padding: 20px;
    color: white;
}
#cookiesjsr button{
    border: 2px solid #688C8D;
    color: #688C8D;
    border-radius: 5px;
}

/********************CAPTCHA****************************/
.form-item-captcha-response input, .form-item-captcha-response #edit-captcha-response--description{
    margin: 0 auto;
}
.captcha-type-challenge--math{
    min-width: 300px;
    margin: 0 auto;
    border: 2px solid #688C8D;
    margin-bottom: 25px;
    padding: 5px;
}
/*****************MEDIA QUERIES***************************/
@media screen and (max-width: 1200px) {
    .mobile-buttons{
        margin-top:5px;
        margin-right:200px;
    }
    .container-text{
        padding: 200px 0px 50px 0px !important;
    }
    .texto-banner-1{
        font-size: 30px !important;
    }
    .texto-banner-2, .texto-banner-3{
        font-size: 20px !important;
    }
}
@media screen and (max-width: 800px) {
    .enlaces-cabecera a{
        font-size: 12px;
    }
    .listado-que-hacer{
        display: block;
    }
    .listado-que-hacer .izquierda{
        width: 100% !important;
    }
    .listado-que-hacer .saber-mas{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 732px) {
    .carousel-caption{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0 !important;
        left: 0 !important;
        bottom: 0;
    }
    .cabecera-page h1{
        font-size: 30px;
    }
    .descripcion-apartamento{
        margin: 20px 35px 60px 35px !important;
    }
    #carouselExampleControls .carousel-item img{
        height: 500px !important;
        max-height: 500px !important;
    }
    .listado-ventajas{
        display: flex;
    }
    .listado-ventajas li{
        max-width: 50%;
    }
    .listado-ventajas li .col-3-columnas{
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 575px) {
    .carousel-caption{
        top: -160px;
    }
    .enlaces-cabecera a{
        font-size: 7px;
    }
    .enlaces-cabecera{
        padding: 0 !important;
    }
    .texto-banner-1{
        font-size: 15px !important;
    }
    .texto-banner-2, .texto-banner-3{
        font-size: 10px !important;
    }
    .footer-second{
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer-second .logotipo{
        width: 160px;
    }
    .footer-second .col-enlaces{
        width: 160px;
    }
    .footer-second .redes{
        width: 150px;
    }
    .footer-second .redes ul{
        display: inline-flex;
    }
}
@media screen and (max-width: 530px) {
    .E-aviso-superior-enlace p{
        margin-right: 0 !important;
    }
    #carouselExampleControls .carousel-item img{
        height: 400px !important;
        max-height: 400px !important;
    }
}
@media screen and (max-width: 471px) {
    .E-aviso-superior-enlace p{
        font-size:11px;
    }
    #carouselExampleControls .carousel-item img{
        height: 300px !important;
        max-height: 300px !important;
    }
}
@media screen and (max-width: 430px) {
    #block-olivero-subtheme-main-menu ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 410px) {
    .cookiesjsr-banner.active{
        width: 100%;
        padding: 5px;
        font-size: 12px;
    }
}
@media screen and (max-width: 381px) {
    .E-aviso-superior-enlace p{
        font-size:9px;
    }
}
@media screen and (max-width: 333px) {
    .E-aviso-superior-enlace p{
        font-size:7px;
    }
}
@media screen and (max-width: 302px) {
    .E-aviso-superior-enlace p{
        font-size:5px;
    }
}