@charset "utf-8";
/* CSS Document */


.portada {
    text-decoration-color: ghostwhite;
    text-shadow: 4px 0px 7px black;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: hsla(0,0%,100%,1);

}
.portada_2{color:white; font-weight: 500 }
   .display-4 a .img-fluid {
}
.contacto{color:slategray}
.mb-5 {color: darkslategray}
.lead {color:darkslategray}

.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}

.window-notice .content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 3 5px 5px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
	
}


.aviso-cookies{
	display: none;
	background:rgba(255,255,255,1.00);
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,0.50);
	text-align: center;
}
.aviso-cookies.activo {
	display: block;
}


	
.aviso-cookies .galleta {
	max-width: 100px;
	position:absolute;
	top:-50px;
	left: calc(50% - 50px);
}
	
.aviso-cookies .titulo,
.aviso-cookies.parrafo{ 
	margin-botom:-50px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: aliceblue;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif"Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
		
}
.aviso-cookies .boton:hover{
	background: #000;
}

.aviso-cookies .enlace{
	color:#4dbfff;
	text-decoration: none;
	font-size: 14px;
	
}

.aviso-cookies .enlace:hover{
	text-decoration: underline;
}


.fondo-aviso-cookies{
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
		
}
.fondo-aviso-cookies .activo {
	display: block;
}
.carousel  {
	background-color: cadetblue;
}
.civil{background: url("IMG/AdobeStock_339771612.jpeg");
background-size:cover;
	 background-repeat: no-repeat;
	background-position: top;
	background-origin:content-box;
	width: 100%;
	background-attachment: fixed;}
.row2{
	background: #fff;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 10px;
		

}