

/***********general*************/

@font-face {
    font-family: "logotipo";
    src: url(../css/fonts/Inheritance.ttf) format("truetype");
    font-display: swap;
}

a {text-decoration: none; color: black;color: black;font-size: 20px;}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}


body {
    font: 400 22px/1em "Basier Square Regular",-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;
    color: #000;
    overflow-x: hidden;
}   

/**************cabecera*********/

.cabecera {
    height: 70px;
    float: left;
    width: 100%;
    z-index: 1;
    position: absolute;
    text-align:center;
    top: 0px;
    position: fixed;
}

.capa-cabecera {
    background-color: rgb(53, 51, 51);
    width: 100%;
    height: 100%;
    opacity: 0.7;
    margin: auto;
    text-aling: center;
}

.logo {
    z-index: 2;
    position: relative;
    margin-top: -55px;
}

img.imagen-llaves {
    float: right;
    position: relative;
    margin-top: 30px;
    margin-right: 15px;
}

img.volver {
    width: 50px;
    float: left;
    position: relative;
    margin-top: -62px;
    margin-left: 10px;
}

.titulocabecera {
    font-family: logotipo;
    font-weight: 400;
    margin: 0px;
    line-height: 32px;
    word-wrap: break-word;
    font-size: 46px;
    color: #fcdc5d;
    margin-top: 8px
}

.texto-video, .texto-imagen {
    float: left;
    margin-top: -207px;
    margin-left: 3%;
    z-index: 3;
    position: inherit;
    width: 94%;
}
p.pretitulo {
    font-size: 36px;
    color: white;
}
h1.titulo {
    float: left;
    font-size: 44px;
    line-height: 2;
    color: white;
    width: 100%;
}
p.entradilla {
    float: left;
    color: white;
    font-size: 20px;
    line-height: 1;
    margin-right: 13px;
    width: 50%;
}

.video-inicial, .imagen-inicial {
    position: relative;
    float: left;
    margin-top: -30px;
    z-index: 0;
    width:100%;
    margin-bottom: 15px;
}

p.textosolo {
    padding: 5px;
    color: #636363;
    line-height: 1.5;
    
}

.desktop, .movil {width: 100%;}

.imagen-cabecera, .imagen-cabecera-movil{width: 100%;height: auto}

@media (max-width: 768px){
    .titulocabecera {font-size: 18px;margin-left: 50px;}
p.titulocabecera.principal {
    margin-left: 0px;
    font-size: 20px;
}
    h1.titulo {
        font-size: 25px;
        line-height: 1;
        margin-top: 6px;
    }
    p.pretitulo {
        font-size: 19px;
    }
   /* p.texto-video {
        margin-top: -71px;
        margin-right: 21px;
    }*/
    p.entradilla {
        font-size: 16px;
        margin-top: 15px;   
    }   

    .texto-video {
        margin-top: -156px;
        margin-left: 5%;
        width: 90%;
    }  
    p.entradilla {
        width: 90%;
    }

    img.volver {
        width: 33px;
        float: left;
        position: relative;
        margin-top: -54px;
        margin-left: 10px;
    }

}

/***********************fin cabecera***************/


/**************imagen principal********************/

/**************imagen principal********************/

/***********textos*****************/

.textos .titulo  {
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: black;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1;
}

.textos {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.titulo.grande {
font-size: 37px;
margin-top: 85px;
line-height: 1.2;
}


@media (max-width: 992px) and (min-width: 769px){
   .margen{ padding: 20px;}
 .textos .titulo{
    margin-bottom: 5px;
    margin-top: 5px;
}
}

@media (min-width: 1200px){
.margen {
    padding: 20px;
    max-width: 1200px;
    margin-left: calc(50% - 600px);
}
}

@media (max-width: 768px){
    p.textosolo {
        padding: 22px;
    } 
    h2 {
        font-size: 37px;
        line-height: 1.1;
    } 
}

.heading .bloque .enlacecookies {
    width: 100%;
    background: #F0F0F0;
    display: block;
    margin: 4px;
    border-radius: 7px;
    color: grey;
    font-size: 16px;
}


.bloque div {
    width: 50%;
    float: left;
    padding: 8px;
}

/***********fin textos*****************/

/*********texto-imagen-derecha texto-imagen-izquierda***************/
.textos-imagen-derecha, .textos-imagen-izquierda {float:left;margin-bottom: 50px;}

.textos-imagen-derecha .titulo, .textos-imagen-izquierda .titulo {
    width: 100%;
    text-align: center;
    font-size: 27px;
    margin-bottom: 15px;
    padding-top: 37px;
    color: black;
    font-weight: bold;
    padding: 10px;
    line-height: 1.1;
    margin-top: 25px;
}

img.imagen-derecha {
    float: right;
}

img.imagen-izquierda {
float: left;
}

.caja {
    width: 50%;
    float: left;
}

img.imagen-derecha, img.imagen-izquierda {
    width: 50%;
    height: auto;
}

p.texto-textos {
    padding: 25px;
    color: #636363;
    line-height: 1.5;
    
}

.boton {
    text-align: center;
    margin-top: 20px;
}

.boton a {
    border: 4px solid rgb(128, 179, 255);;
    padding: 10px;
    border-radius: 16px;
    color: rgb(128, 179, 255);
    margin-right: 10px;
}

.boton a:hover {
    color: white;
    background-color: rgb(128, 179, 255);;
}

.boton a.reservar {
    color: green;
    border: 4px solid green;
}
.boton a.reservar:hover {
    color: white;
    background-color: green;
}

.titulo.grande {margin-top:30px
    }  

@media (max-width: 768px){
    .caja{
        width: 100%;
        height: auto;
    } 
    img.imagen-derecha, img.imagen-izquierda {
        width: 100%;
        margin-top: 46px;
    }


}

@media only screen and (max-width: 992px) and (min-width: 769px){
   .textos-imagen-derecha .imagen-derecha, .textos-imagen-izquierda .imagen-izquierda{
    border-radius: 20px;} 
   .textos-imagen-derecha .titulo, .textos-imagen-izquierda .titulo {
    margin-bottom: 5px;
    padding-top: 0px;
    margin-top: 6px;}
    .titulo.grande {font-size: 35px;}
}

@media (min-width: 993px){
    .textos-imagen-derecha .imagen-derecha, .textos-imagen-izquierda .imagen-izquierda{
       border-radius: 20px;
    }  
}

/********* fin texto-imagen-derecha texto-imagen-izquierda***************/

/******************pie*************************/

.heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.heading__logo:before, .heading__logo:after {
    content: '';
    position: relative;
    top: 6px;
    flex: 1 0 auto;
    background: #707070;
    background-size: 11px 1px;
    height: 1px;
}
.heading__link {
    padding: 0 12px;
    color: black;
    line-height: 0.7;
    font-size: 15px;
}

.heading__logo {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 0.8;
}
.to-top {
    width: 100%;
}
.to-top__text {
    display: none;
}
.to-top__icon {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 30px;
}


.footer__social .social-networks__icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 14px 0 0;
    float: left;
}

.footer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 24px 18px 32px 18px;
    text-align: center;
}

.subfooter{
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 18px;
    line-height: 2;
}

a.social-networks__icon.margenredes {
    margin-left: calc(50% - 48px);
}

.contacto{
    background-color: #000;
    color:white;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
}

@media (max-width: 768px){
    .subfooter{
        width: 100%;
    }
}

.to-top__icon a {
    font-size: 18px;
}


/**************fin pie *******************/

/***********opciones******************/

.opciones .elemento {
    float: left;
    width: 25%;
    text-align: center;
    height: 150px;
}
.opciones .imagen {
    margin-top: 30px;
    margin-bottom: 10px;
    height: 80px;
}

.opciones .titulo  {
    width: 100%;
    text-align: center;
    font-size: 27px;
    margin-bottom: 15px;
    padding-top: 37px;
    color: black;
    font-weight: bold;
    padding: 10px;
    line-height: 1.1;
    margin-top: 25px;
}

@media (max-width: 768px){
    .opciones .elemento {
        width: 50%;
    } 
}
/***********fin opciones******************/

/*

.opciones {
    width: 100%;
    float: left;
    height: 150px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}




.botonplay {
    width: 50px;
    float: right;
    margin-top: -65px;
    margin-right: 14px;
}




.videomini {
    width: 50%;
    border-radius: 20px;
}









/*-------------movil------------
@media (max-width: 768px){
    h1 {font-size: 21px;}

  

    .video {
        width: 100%;
        margin-top: 46px;
    }

    p.entradilla {
        width: 80%;
    }  
     
}

/*-------------tabbled-------------
@media only screen and (max-width: 992px) and (min-width: 769px){
   .margen{ padding: 20px;}
   
 } 
    .opciones .titulo {
    margin-bottom: 5px;
    padding-top: 0px;
    margin-top: 6px;
}
}

#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 90%;
    background-color: white;
    box-shadow: 0px -5px 15px gray;
    padding: 20px;
    text-align: center;
    z-index: 99;
    font-size: 16px;
    margin-left: 5%;
    margin-bottom: 10px;
    border-radius: 11px;
}

button.btn.btn-sm.btn-primary {
    height: 35px;
    border-radius: 5px;
    padding: 8px;
}

/*-------------desktop------------
@media (min-width: 993px){
    .titulo.grande {font-size: 40px;}
}

/*
MIT License

"PD Cookie Consent" v1.4.7
Copyright (c) 2020 PRIVACY DRIVER SL

*/
sup.pdcc-info-badge {
    top: -.5em;
    position: relative;
    padding: 0 5px 1px;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    border-radius: 50%;
    color: #1a1a1a;
    background: #e6e6e6;
    text-align: center
}

div#pdcc-message-container {
    z-index: 999998;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff5cc;
    text-align: center
}

div#pdcc-message-container p {
    padding-top: 18px;
    font-size: 13px
}

div#pdcc-message-container p span#pdcc-message-accept {
    display: inline-block;
    color: #000;
    background-color: #b3ffb3
}

div#pdcc-message-container p span#pdcc-message-config {
    display: inline-block;
    color: #000;
    background-color: #d9d9d9
}

div#pdcc-message-container p span.pdcc-message-btn {
    padding: 4px 7px 7px;
    margin-left: 10px;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    font-size: 13px
}

div#pdcc-message-container p span:hover {
    text-decoration: none
}

div#pdcc-message-container span#pdcc-message-accept-mvl,
div#pdcc-message-container span#pdcc-message-config-mvl {
    display: none
}

div#pdcc-message-container span.pdcc-message-btn {
    padding: 4px 7px 7px;
    margin-left: 10px;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    font-size: 13px
}

div#pdcc-message-container span:hover {
    cursor: pointer
}

#pdcc-modal-bg {
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 22px 0;
    background-color: rgba(0, 0, 0, .6)
}

#pdcc-modal-bg #pdcc-modal-container {
    z-index: 999999;
    width: 90%;
    padding: 20px 25px 20px;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .54);
    border-radius: 9px;
    background-color: #fff;
    line-height: 1
}



#pdcc-modal-bg #pdcc-modal-container p {
    margin-top: 5px;
    margin-bottom: 13px;
    text-align: justify;
    font-size: 20px
}

#pdcc-modal-bg #pdcc-modal-container a {
    color: #333;
    font-size: 14px !important;
    
}

#pdcc-modal-bg #pdcc-modal-container a.pdcc-link-cp {
    text-decoration: underline
}

#pdcc-modal-bg #pdcc-modal-container .pdcc-btn {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    font-size: 13px
}

#pdcc-modal-bg #pdcc-modal-container .pdcc-btn:hover {
    cursor: pointer
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body {
    overflow: auto
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info.actived {
    display: block
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info.disabled {
    overflow: hidden;
    display: none
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance {
    margin-top: 14px;
    text-align: right
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-accept {
    color: #000;
    background-color: #4285F4
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config {
    margin-left: 12px;
    color: #000;
    background-color: #ccc
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings {
    text-align: right
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings.actived {
    display: block
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings.disabled {
    overflow: hidden;
    display: none
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings p {
    margin-bottom: 10px
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings p span#pdcc-modal-goback:hover {
    cursor: pointer
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-accept-all {
    color: #000;
    background-color: #4285F4
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    margin-left: 12px;
    color: #000;
    background-color: #ccc
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-save-settings {
    margin-top: 7px;
    color: #000;
    background-color: #ccc
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services {
    overflow: auto;
    height: 105px;
    padding: 0 15px;
    margin: 22px 0 12px;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, .1)
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services::-webkit-scrollbar {
    width: 5px
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services::-webkit-scrollbar-track {
    background: #f1f1f1
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services::-webkit-scrollbar-thumb {
    background: #888
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services::-webkit-scrollbar-thumb:hover {
    background: #555
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p {
    margin: 0;
    padding: 8px 0;
    font-size: 12px
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch {
    position: relative;
    top: 9px;
    display: inline-block;
    width: 40px;
    height: 19px;
    margin: 0 9px 0 0
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:disabled+.pdcc-btn-slider {
    background-color: #d9d9d9;
    cursor: not-allowed
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked+.pdcc-btn-slider {
    background-color: #4285F4
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled+.pdcc-btn-slider {
    background-color: #4285F4;
    cursor: not-allowed
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:focus+.pdcc-btn-slider {
    box-shadow: 0 0 1px #4285F4
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked+.pdcc-btn-slider:before {
    transform: translateX(18px)
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch span.pdcc-btn-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s;
    border-radius: 34px;
    background-color: #b3b3b3;
    cursor: pointer
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch span.pdcc-btn-slider:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 4px;
    transition: .4s;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p span.pdcc-service-desc {
    color: #666
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p sup.pdcc-new-service {
    top: -.5em;
    position: relative;
    color: #e74f3d;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-footer {
    margin: 22px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-footer p {
    font-size: 12px
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-footer p.pow {
    float: right;
    margin-bottom: 0
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-footer p a {
    font-weight: 700;
    text-decoration: none
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-footer p a.pdcc-red {
    color: #e74f3d
}

div#pdcc-modal-description {
    float: left;
}

@media (max-width:768px) {
    div#pdcc-message-container {
        padding-left: 10px;
        padding-right: 10px
    }

    div#pdcc-message-container p {
        margin-bottom: 7px
    }

    div#pdcc-message-container p a#pdcc-message-accept,
    div#pdcc-message-container p a#pdcc-message-config {
        display: none
    }

    div#pdcc-message-container a#pdcc-message-accept-mvl {
        display: inline-block;
        color: #000;
        background-color: #b3ffb3
    }

    div#pdcc-message-container a#pdcc-message-config-mvl {
        display: inline-block;
        color: #000;
        background-color: #d9d9d9
    }

    div#pdcc-message-container a.pdcc-message-btn {
        margin-bottom: 12px
    }

    #pdcc-modal-bg #pdcc-modal-container {
        overflow: auto;
        height: auto;
        max-height: 460px;
        margin-left: 8px;
        margin-right: 8px
    }

    #pdcc-modal-bg #pdcc-modal-container a.pdcc-btn,
    #pdcc-modal-bg #pdcc-modal-container p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance {
        margin-top: 32px;
        text-align: center
    }

    #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings {
        text-align: center
    }

    #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings a#pdcc-modal-deny-all {
        margin-left: 7px
    }

    #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings a#pdcc-modal-save-settings {
        margin-top: 0
    }

    #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-footer {
        margin: 22px 0 12px;
        padding-top: 15px
    }

    #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-footer p {
        display: block;
        text-align: center;
        font-size: 11px
    }

    #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-footer p.pow {
        float: none;
        margin-bottom: 5px
    }

    #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info.actived {
        margin-top: -18px;
    }    
}
