h1,.maven-pro{
    font-family:'Maven Pro',Arial,sans-serif;
    font-weight:700;
}
/* social icons */
.social-icons li:hover.social-icons-twitter a{
	background: #000 !important;
}
.social-icons li:hover.social-icons-x a{
	background: #000 !important;
}
.social-icons.social-icons-medium li a, .social-icons.social-icons-md li a{
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14.4px;
    font-size: 1.3rem;    
}
/* posicion rayas pie */
.custom-svg-position-6 {
    position: absolute;
    left: 0px;
    top: 0px;
}
/* gdpr */
.gdpr-bar{
	max-width:320px;
	border-radius: 15px;
	margin:0 0 10px 10px;
	flex-direction: column;
}
.gdpr-bar .gdpr-bar-actions{
	margin-top:15px;
}
.gdpr-bar .gdpr-agree-trigger,
.gdpr-bar .gdpr-only-trigger,
.gdpr-bar .gdpr-preferences-trigger{
	margin:5px !important;
	padding:5px 10px !important;
}
.gdpr-bar gdpr-bar-description{
	text-align:justify;
}
/* vota noel en slider */
.custom-big-text-1{
    font-size: 2rem;
}
.custom-big-text-2{
    font-size: 1.2rem;
}
.noel-home{
    max-width: 246px;
    left:calc(100vw - 190px);
    bottom:0px;
}
.list-procura li{
    margin-bottom:-5px;
}
.carta,
.carta p{
    color: var(--primary);
}
.breadcrumb{
    display:none !important;
}
/* secciones */
.page-header.page-header-sm{
    padding:10px 0;
}
/* link en el pie */
#footer a:not(.btn):not(.no-footer-css){
    color:rgb(123, 139, 153);
}
#footer p{
    color:rgb(123, 139, 153);
}
/* accordeon */
.accordion.accordion-modern-status > .card .card-header a{
    background-color: #fff;
}
/* modal dialog candidatos */
.modal-dialog{
    max-width: 425px;
}
@media (min-width: 426px){
    .noel-home{
        left: 300px;
    }
}
@media (min-width: 768px){
    .custom-big-text-1 {
        font-size: 5rem;
        left: 0px;
    }
    .custom-big-text-2{
        font-size: 1.5rem;
    }
    .noel-home{
        max-width:320px;
        left: 400px;
    }
}
@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul > li > a{
        padding: 0 1rem !important;
    }
    .custom-big-text-1 {
        font-size: 5.7rem;
    }
    .list-procura{
        font-size: 2.2rem;
        margin-left: -30px;
    }
    .noel-home{
        max-width:365px;
        left: 490px;
    }
    #prensa{
        min-height:550px;
    }
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
    #header .header-nav.header-nav-stripe nav > ul > li.open > a{
        background-color: var(--primary);
    }
    #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active{
        background-color: var(--secondary);
    }
}
@media (min-width: 1200px){
    /* menu */
    #header .header-nav.header-nav-links nav > ul > li > a{
        padding: 0 1.5rem !important;
    }
    .custom-big-text-1 {
        font-size: 7.2rem;
        left: -90px;
    }
    .custom-big-text-2{
        font-size: 2.0rem;
    }
    .list-procura{
        font-size:3rem;
        margin-left:0;
    }
    .noel-home{
        max-width:420px;
        left:536px;
        bottom:0px;
    }

}

/* mayusculas mal */
h1,h2,h3,h4,
#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a{
    text-transform: none;
}