html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; box-sizing: border-box;}
header, nav, article, footer, address { display: block;}
html, body {-webkit-text-size-adjust:100%;-webkit-font-smoothing: antialiased;}
body, button, input, select, textarea { font-family: "Open Sans", Arial, Helvetica, sans-serif;}

ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none;}
:focus {outline:0;}

/**generales**/
body {
	color: white;
	font-size: 20px;
	background-color: #ff7800;
	font-weight: 300;
}

section {
	padding-bottom: 95px;
	padding-top: 5px;
}

.width_wrap {
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
}

/**menu-sup**/
.menu-sup {
	padding: 20px 0;
	background: rgb(21,44,87); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(21,44,87,1) 0%, rgba(25,52,103,1) 100%);
	background: -webkit-linear-gradient(top, rgba(21,44,87,1) 0%,rgba(25,52,103,1) 100%);
	background: linear-gradient(to bottom, rgba(21,44,87,1) 0%,rgba(25,52,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152c57', endColorstr='#193467',GradientType=0 );
}

.menu-sup .logo {
    width: 200px;
    height: 55px;
    background-position: -5px 0;
}

.Menu {
	background: white;
	width: 100%;
	text-align: center;
	border-bottom: black;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}
}

#logo {

	width: 95%;
	margin: 10px;

}

.FlechaMenu {

	width: 30px;
	display: none;

}


#tituloLogo {

	font-size: 40px;

}

#contenedorLogo {

	display: block;

}

nav {
    padding: 10px;
}

nav ul {
  list-style: none;
  overflow: hidden; 
}

nav ul li {
  float: left;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
nav ul li a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

nav ul li:hover {
  background: #eca023;
}

/**header**/

.CuadroSeccion {

	border-radius: 50px;
	border-bottom: black outset 10px;
	border-top: black outset 3px;

}

.AnchoCuadro {

	max-width: 95%;
	margin: auto;

}

.CuadroAdaptable {

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

#imagenCabecera {

	background-image: url("../img/prestamo.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 45px;

}

#textoImagenCabecera {

	color: black;
	font-size: 80px;
	padding: 5%;
	text-align: center;

}

::placeholder {

	color: black;
	opacity: 1;

}

/**section.bloques**/

.Columna {

	margin: auto; 
	padding: 3%;

}

.ImagenColumna {

	height: 200px !important;
	width: 200px !important;

}

.TituloColumna {

	color: rgb(0, 0, 0) !important; 
	font-weight: 900; 
	font-size: 50px !important;

}

.TextoColumna {

	text-align: center; 
	color: rgb(0, 0, 0) !important;

}

.TituloSeccion {

	color: rgb(255, 255, 255) !important; 
	font-size: 50px !important; 
	font-weight: 900;
	text-align: center;
	text-shadow: 2px 2px 5px black;
	padding: 20px;

}

.Cuadro1Formulario {

	width: 100%;
	height: 40px;
	border-radius: 10px;
	margin: 2px 0;

}

.Cuadro2Formulario {

	width: 100%;
	height: 120px;
	border-radius: 10px;
	margin: 2px 0;
	resize: none;

}

.Cuadro3Formulario {

	width: 50%;
	height: 40px;
	border-radius: 10px;
	margin: 2px 0;

}

#separadorFormulario {

	width: 50%;
	margin: 2px auto;

}

.Tabla {

	width: 50%;
	margin: 2px auto;
	font-size: 20px;
	background-color: rgba(0,0,0,0.5);
	display: none;

}

.TextoFormulario {

	margin: 15px 0;

}

#imagenContacto {

	width: 100%;
	background-color: white;

}

#simulador {

	text-align: center;

}

.Boton {

	background-color: orange;
	border-bottom: black outset 3px;
	border-top: black outset 3px;
	font-weight: bold;

}

.Boton:hover {

	background-color: rgba(21,44,87,1);
	color: white;
	

}

/** footer.pie **/

footer {
	padding: 0 0 30px 0;
	text-align: center;
	background-color: white;
	border-top: black;
    border-top-width: medium;
    border-top-style: none;
	border-top-width: 5px;
	border-top-style: solid;
}

footer .copyright {
	color: black;
	font-size: 13px;
	margin-top: 40px;
	display: inline-block;
}

footer h3 {
	font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

footer p {
	font-size: 14px;
}

footer a:link, footer a:active, footer a:visited {
	color: white;
	font-size: 14px;
	text-decoration: none;
}

.ContenedorItemContacto {
	margin: auto;
	display: flex;
	align-items: center;
}

.Icono {
	width: 40px;
	margin: 10px;
}

#contactoFooter {
	display: flex;
	text-align: center;
	color: black;
}

#logoCGB {
	width: 15px;
	margin: -2px 5px;
}


/*******************/

@media (max-width: 968px) {
	header h2 {
		font-size: 35px;
	}

	header h1{
	    font-size: 20px;
	}
	
	.AnchoColumnaContacto {

		width: 100%;

	}
	
	.AnchoColumnaPasos {

		width: auto;

	}
	
	.Cuadro3Formulario {

		width: 100%;
	}
	
	#separadorFormulario {

		width: 100%;

	}

	.Tabla {

		width: 100%;

	}
	
	nav ul li {
	
		float: none;
	
	}
	
	nav {
	
		display: none;
	
	}
	
	#logo {

		width: 95%;
		margin: 10px;

	}
	
	.FlechaMenu {

		display: inline;

	}
	
	#contactoFooter{
		
		display: grid;
		
	}
	


}

@media (min-width: 1280px) {

	.AnchoColumnaPasos {

		width: 27%;

	}
	
	.AnchoColumnaContacto {

		width: 44%;

	}

}

