/*ESTILOS WIT*/

/*BANNER DE COOKIES (COMPLIANCE AGENCY MOOVE) TEMA CLARO*/
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    border-top: 0 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
}

/*BANNER DE COOKIES (COMPLIANCE AGENCY MOOVE) TEMA OSCURO*/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    border-top: 0 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
}

/*OCULTA EL TÍTULO DE HELLO-ELEMENTOR SI SE ACTIVA POR ERROR LA PLANTILLA POR DEFECTO*/
.page-header {
  display: none;
}

.sin-margen p:last-child{
    margin-bottom: 0px;
}

/*PÁGINAS LEGALES */
#texto-legal h1,
#texto-legal h2,
#texto-legal h3,
#texto-legal h4,
#texto-legal h5,
#texto-legal h6{
    margin-top:30px;
}

#texto-legal h1{
    font-size: 30px;
}

#texto-legal h2{
    font-size: 40px;
}

#texto-legal h3{
    font-size: 34px;
}

#texto-legal h4{
    font-size: 22px;
}

#texto-legal h5{
    font-size: 20px;
}

#texto-legal h6{
    font-size: 18px;
}

#texto-legal ol,
#texto-legal ul{
    margin-bottom: 30px;
}

.iconos{
  line-height:0;
}

.woocommerce-form-login {
  height: auto !important;
}

/*CABECERA*/
.cursiva{
    font-style: italic;
}

#menu-burger{
    color:#f2f2f2;
     mix-blend-mode: difference;
}

/*HOME*/
#marco{
    position: fixed;
    top: 125px;
    left: 100px;
    width: calc(100vw - 200px);
    height: calc(100dvh - 200px);
    border: 1px solid #f2f2f2;
    mix-blend-mode: difference;
    pointer-events: none;
    z-index: 4;
}

#marco-menu-global{
    position: fixed;
    top: 125px;
    left: 100px;
    width: calc(100vw - 200px);
    height: calc(100dvh - 200px);
    border: 1px solid #000000;
    z-index: 4;
}

@media (max-width:1024px){
    #marco,
    #marco-menu-global{
    position: fixed;
    top: 100px;
    left: 75px;
    width: calc(100vw - 150px);
    height: calc(100dvh - 175px);
    }
}

@media (max-width:767px){
    #marco,
    #marco-menu-global{
    position: fixed;
    top: 75px;
    left: 40px;
    width: calc(100vw - 80px);
    height: calc(100dvh - 125px);
    }
}

/*MENU GLOBAL*/
#menu-y-entradas{
     mix-blend-mode: difference;
}

@media (max-width:1024px){
   #menu-modal a{
    justify-content: center;
    } 
}

/*EVITA QUE EL MODAL APAREZCA AL RENDERIZAR ANTES QUE EL RESTO DE LA PAGÍNA*/
.elementor-popup-modal {
    display: none;
}
.elementor-popup-modal.elementor-popup-modal-open {
    display: block;
}