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

.jumbotron 
{background:rgba(1,3,2,0.05);
	
    background-size:cover;
	 background-repeat: no-repeat;
	background-position: center;
	background-origin:content-box;
   
}

.fondo {background: url("IMG/fondo_ordenador2.png");
background-size:cover;
	 background-repeat: no-repeat;
	background-position: top;
	background-origin:content-box;
	width: 100%;
	background-attachment: fixed;
}
.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;
    padding-top: 10px;
}
.row2{background-color: #EDF3F5}


.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: 450px;
	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_1,
.aviso-cookies.parrafo{ 
	margin-botom:-50px;
	color:currentColor;
}

.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;
    font-weight: 300;
}

.fondo-aviso-cookies.activo {
	display: block;
	
}

.row_2 {
	background-color: darkgrey;
	border-radius: 10px;
	text-align:center;
}

.form-control{
	
}
.miboton {
	color: aliceblue;
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}
.cuerpo{
	background:url("IMG/AdobeStock_131528694.jpeg");
    background-position:center;
	background-origin:content-box;
	background-repeat: no-repeat;
	background-attachment: fixed;

}
.text_fondo_oscuro{
	background-color:rgba(255,255,255,0.86);
	border-radius: 15px;
	padding-left: 4px;
}
.pr_ex {
	background:rgba(255,255,255,0.86);
	border-radius: 15px;
}
.correo {
	background:rgba(255,255,255,0.86);
	border-radius: 15px; 
}