        p,
        p a {
            font-family: Ubuntu !important;        }
            h1,
        h1 a {
            font-family: Arial !important;font-size: 33px !important;
 line-height: normal;        }
            h2,
        h2 a {
            font-family: Arial !important;font-size: 28px !important;
 line-height: normal;        }
            h3,
        h3 a {
            font-family: Arial !important;font-size: 23px !important;
 line-height: normal;        }
    
/* MENU */
    /* MENU */
    .prague-header .prague-navigation .main-menu > li > a {
                    font-family: "Montserrat", sans-serif !important;
                                                                color: #ffffff !important;
                            }

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
dark {
background-color: #2a2a2a;} 

.services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
    margin-top: 52px;
    margin-bottom: 52px;
    margin-left: 0px!important;
    color: #111;
}

.prague-header {
    
    background-color: #11111194;

   }
   
        .menuhorizontal {
            display: flex;
            justify-content: left;
            align-items: center;
            list-style-type: none;
            padding: 0;
            margin: 0;
            margin-top: 2em;
           flex-wrap:wrap;
        }
        .menuhorizontal li {
            margin: 0 10px;
            
        }
        .menuhorizontal li:not(:last-child)::after {
            content: "|";
            margin-left: 10px;
            color: white; /* Para que la barra también sea blanca */
        }
        .menuhorizontal a {
            text-decoration: none;
            color: white !important;
            font-size: 12px;
        }

