@font-face {
  font-family: 'Nunito Sans';
  src: url('/themes/custom/govco/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana Local';
  src: url('/themes/custom/govco/fonts/verdana.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --fuente-titulos: 'Nunito Sans', sans-serif;
  --fuente-parrafos: 'Verdana Local', sans-serif;
}

p {
  font-family: var(--fuente-parrafos) !important;
}
ul {
  font-family: var(--fuente-parrafos) !important;
}
ol {
  font-family: var(--fuente-parrafos) !important;
}
h1,h2,h3,h4,h5,h6 
{
  font-family: var(--fuente-titulos) !important;
  font-weight: bold;
}

h1
{
    font-size: 46px;
    line-height: 50px;
}
h2
{
    font-size: 34px;
    line-height: 42px;
}

h3
{
    font-size: 26px;
    line-height: 34px;
}

h4
{
    font-size: 22px;
    line-height: 32px;
}

h5
{
    font-size: 20px;
    line-height: 26px;
}
h6
{
    font-size: 20px;
    line-height: 22px;
}




/* Submenús dentro de dropdown-menu */
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
  position: absolute;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.fondo_caja_morada2
{
	    background-color: #39245f !important;
	
}
.fondo_caja_morada2 h2
{
font-size: 25px !important;
    color: #FFF !important;
    line-height: normal;
        font-weight: bold;
}


.fondos_laterales {
    background-color: #f6f3f7;
}

.BloqueCabezoteInternas h1 {
    top: 50% !important;
    left: 50% !important;
        transform: translate(-50%, -50%);
                text-transform: uppercase !important;
                    line-height: normal;

}

.navbar {
border-bottom: none !important;
    position: relative !important;
    /* top: -50px !important;*/
    /* left: auto; */
    /* right: auto; */
    position: absolute;
    left: 50%;
    width: 85%;
    min-width: 78%;
    transform: translateX(-50%);
	
}
    .navbar-we-mega-menu {
        background-color: #39245f !important;
    }
    
.we-mega-menu-ul>.we-mega-menu-li>a {
	font-family: var(--fuente-titulos) !important;
  font-weight: bold;
    font-size: 20px !important;
    text-transform: none !important;
        max-width: 500px !important;
}

.we-mega-menu-ul>.we-mega-menu-li>a, 
.we-mega-menu-ul>.we-mega-menu-li>span 
{
        background-color: #39245f !important;
        color:#FFF !important;
        text-transform: uppercase !important;
        
}


.BloqueCabezoteInternas img {
    width: 100%;
     max-height: 600px !important; 
    object-fit: cover;
    filter: brightness(0.6);
    
}

.we-mega-menu-ul>.we-mega-menu-li>a:hover, 
.we-mega-menu-ul>.we-mega-menu-li>a:focus
 {
    color: #FFC107 !important;
}

.navbar .active a {
    color: #FFC107 !important;
}


.formularioweb input, .formularioweb  textarea{
    border-radius: 10px;
    border-color: #5a2c6c;
    min-height: 40px;
    font-size: 24px;
}


.formularioweb label {
    display: inline-block;
    font-size: 20px;
    color: #5a2d6c;
}


.formularioweb .form-item
{
	
    padding-bottom: 30px;	
}
 .webform-submission-form strong.error.form-item--error-message {
    display: block;
    font-weight: 300;
    color: red;
}

.form-item--error-message::before {

    width: 25px !important;
    height: 20px !important;
}
.cabezaeconomia h2 a
{
	  font-family: var(--fuente-titulos) !important;

		font-size: 1.8em !important;
    text-decoration: none !important;
    color: #39245f !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.region-sidebar-first
{
	height:100%;
	background-color: #f6f3f7;
}
.we-mega-menu-ul>.we-mega-menu-li>a, .we-mega-menu-ul>.we-mega-menu-li>span {
    padding: 1rem 1rem !important;
}