/* - - - - - ESTILOS DEL BANNER DE COOKIES - - - - - */

#moove_gdpr_cookie_info_bar {
    /* Fondo opaco */
    background: rgba(0, 0, 0, 0.50) !important;
    /* Permita ocupar toda la pantalla */
    max-height: 100vh !important;
}

.moove-gdpr-info-bar-container {
    /* Contenedor con el aviso de las cookies */
    /* Centrar el contenedor */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    /* TamaÃ±o del contenedor completo */
    height: 100vh !important;
}

.moove-gdpr-info-bar-content {
    /* PÃ¡rrafo y botones del aviso de las cookies */
    /* TamaÃ±o del contenido */
    max-width: 50%;
    /* Hace que el botÃ³n se coloque debajo del texto */
    flex-direction: column !important;
    background: white;
    padding: 2% !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    /* Eliminar el borde superior que aparece por defecto */
    border: none !important;
    /* AÃ±adir sombra al contenedor */
    box-shadow: 5px 5px 15px #E2E2E2
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    /* Hacer que desaparezca correctamente el banner */
    bottom: -2100px !important;
}


/* Estilo para el BOTÃ“N */

.moove-gdpr-button-holder {
    /* AÃ±adir margen superior respecto al texto en el banner principal */
    margin-top: 20px !important;
    /* Eliminar paddings innecesarios por defecto en el banner principal */
    padding-left: 0px !important;
}


/* Mantener el padding en el contenedor de los botones interiores */

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

button.mgbutton {
    /* Cambiar tamaÃ±o del botÃ³n y el tamaÃ±o de fuente en el banner principal */
    padding: 12px 50px !important;
    font-size: 16px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
    /* Cambiar el estilo del texto */
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
}

button.moove-gdpr-infobar-allow-all {
    /* Estilos del botÃ³n de activar todas */
    padding: 12px 50px !important;
    background-color: #121037 !important;
}

button.moove-gdpr-modal-allow-all {
    /* Estilos del botÃ³n de activar todas */
    background-color: #008f39 !important;
    border-color: #008f39 !important;
}

button.moove-gdpr-modal-allow-all:hover {
    /* Estilos del botÃ³n de activar todas en el estado hover*/
    background-color: #ffffff !important;
    border-color: #008f39 !important;
    color: #008f39 !important;
}


/* AÃ±adir botÃ³n GUARDAR en el panel de COOKIES */

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
    display: block !important;
}


/* Solucionar problema de solapamiento del panel de cookies y el banner de cookies */

#moove_gdpr_cookie_info_bar {
    z-index: 9800 !important;
}

@media screen and (max-width:1024px) {
    /* Reducir padding del contenedor de botones interiores en las tablet para que no se descuadren */
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width:768px) {
    .moove-gdpr-info-bar-content {
        /* AÃ±adir relleno en el contenedor y que se separe de la ventana*/
        padding: 5% !important;
        max-width: 80%;
    }
    .moove-gdpr-button-holder {
        /* Centrar el botÃ³n de aceptar en los dispositivos mÃ³viles */
        justify-content: center !important;
        padding: 10px !important;
    }
    button.mgbutton {
        /* Cambiar tamaÃ±o del botÃ³n y el tamaÃ±o de fuente */
        padding: 5px 10px !important;
        font-size: 16px !important;
    }
    /* Hacer mÃ¡s grande sÃ³lo el botÃ³n principal en el mÃ³vil sin afectar a los botones interiores */
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
        font-size: 15px !important;
        padding: 15px 35px !important;
    }
}
