@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root{
	--gris: #7a7a7a;
	--rojo:#077600;
}

html{
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
}

.enlace{
    color: var(--rojo);
    text-decoration: none;
}

body{
    font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
    font-size:1rem;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.cabecera{
	margin-top: -175px !important; padding: 0; margin: 0
}

.pieTexto{
	font-size: 0.8rem;
}

label{
	color:var(--rojo);
	font-weight: 400;
}

h2{
    color:var(--rojo);
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 800;
}

.container.contenedor{
    max-width: 900px !important;
}

#DBFile1{
	font-weight: 300;
}

.cabecera h1{
	color:#FFF;font-size: 3.5rem;
	border-bottom: 6px solid #90CF00;
	display: inline-block;
	padding-top: 125px;
	text-shadow: 2px 2px 2px #000000;
	margin-left: 2%;
}

.bg-light {
    background-color: transparent !important;
}
.nav-link{
    color: #FFF !important;
    font-weight: 500;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-decoration: none;
    flex-grow: 1;
    padding: 20px 20px !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-grow: 1;
} 

.nav-link.active{
    color: var(--rojo) !important;
    fill:var(--rojo);
}

.nav-link::after{
    background-color: var(--rojo);
    height: 3px;
    width: 100%;
    content: '';
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link:not(.active)::after{
    opacity: 0;
}

.nav-link:hover{
    color:var(--rojo) !important;
}

.nav-link:hover::after{
    opacity: 1;
}

.navbar-nav{
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: auto;
    margin-inline-end: auto;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    z-index: 2;
}

.nav-item{
    display: flex;
    border-width: 0;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.error{
	font-size: 14px;
	color: #CC0000;
}


.oculto{
	display: none;
}

.bordeRojo {
    border: 2px solid #CC0000 !important;
}

.btn-primary {
	--bs-btn-bg: var(--rojo);
	border:0;
	min-width: 150px;
}

.btn-primary:hover {
	background-color: var(--gris);

}

footer{
	background-image: url(../../wp-content/uploads/2021/11/imagen-footer.jpg);
	background-position: top left;
	background-size: cover;
	padding: 50px 0px 15px 0px;
	position: relative;
}


.bk-overlay{
	background-color: #000;
	opacity: 0.19;
	mix-blend-mode: overlay;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	inset:0; position: absolute;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	z-index: 0;
	
}

footer ul{
	color:#FFF;
	list-style: none;
}

footer ul li{
	color:#FFF;
	list-style: none;
	margin-bottom: 1rem;
}

.listaPoliticas{
	font-size:0.8rem;
	display: inline;
	position: relative;
	z-index: 999;
}

.listaPoliticas li{
	display: inline;
	padding: 2rem;
}


@media (max-width:992px) { /*menor de*/
.bg-light {
    background-color: #FFF !important;
}
.nav-link{
    color: var(--rojo) !important;

} 
	
	.cabecera{
	margin-top: 0 !important;
}

	}
	

.oferta h1, .oferta h2, .oferta h3{
    color:var(--rojo) !important;
}

.oferta h4{
    margin-top: 1rem;
    font-weight: 700;
}

.oferta h1, .oferta h2{
    font-weight: 800;
}

.oferta h1{
    font-size: 2.5rem;
}
.oferta h2{
    font-size: 2rem;
}

.oferta h3{
    font-size: 1.2rem;
}

.oferta h4{
    font-size: 1.1rem;
}

.oferta a{
    color:var(--rojo);
}

#cv{
    color:#FFF;
}