@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

body{
	margin: 0%;
	padding: 0%;
	background: url('../IMG/Fondo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

/*Secciones*/
.Imagen{
	width: 35%;
	background-color: transparent;
	padding-top: 7%;
	text-align: center;
	padding-left: 4%;
	position: relative;
}

.Texto{
	width: 35%;
	height: 45%;
	background:transparent;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	text-align: justify;
	letter-spacing: 0.20em;
  	word-spacing: 0.20em;
  	padding-left: 4%;
  	position: relative;

}

.Menu{
	width: 35%;
	background:transparent;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	text-align: justify;
	letter-spacing: 0.20em;
  	word-spacing: 0.20em;
  	padding-left: 4%;
  	padding-top: 5%;
  	position: relative;
}

.MIconos{
	width: 30%;
	height: 100%;
	background: transparent;
	text-align: center;
	float: left;
	position: relative;
}

a:link {
	text-decoration: none;
	color: #3c3c3b;

}
a:hover { 
	color: #3c3c3b;
	font-family: 'Source Sans Pro', sans-serif; 
	text-decoration: none 
}


.Iconos{
	width: 25%;
}


.Logo{
	width: 90%;
}


footer{
	background-color: #3075b1;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 9px;
	width: 96%;
	height: 2%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	padding-left: 4%;
	color: white;
	letter-spacing: 0.15em;
  	word-spacing: 0.15em;
  	bottom: 0;
  	left: 0;
  	position: absolute;
  	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

}

@media (max-width: 1366px){

	/*Secciones*/
	.Imagen{
		width: 45%;
		padding-top: 2%;
		padding-left: 2%;
	}

	.Texto{
		width: 45%;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14px;
	}

	.Logo{
		width: 80%;
	}

	.Menu{
		width: 35%;
	  	padding-left: 6%;
	  	padding-top: 3%;
	}
}


@media (max-width: 600px){
	body{
		margin: 0%;
		padding: 0%;
		background: url('../IMG/Movil/Fondo_Movil.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.Texto{
		width: 94%;
		height: 50%;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
		letter-spacing: 0.15em;
    	word-spacing: 0.15em;
		padding-left: 3%;
	}

	.Imagen{
		width: 92%;
		padding-top: 0%;
		padding-left: 4%;
	}

	.Menu{
		width: 94%;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
	  	padding-top:8%;
	  	letter-spacing: 0.15em;
    	word-spacing: 0.15em;
	}
}