/* Hoja de estilos personaliza para la web Gaspar Martinez Asesor */

/* Definición de fuentes */
p {
	font-family: 'Quattrocento',Arial,sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #202020;
}

h1 {
	font-family: 'Oswald',Arial,sans-serif;
	font-weight: 700;
	font-size: 4.81rem;
}

h2 {
	font-family: 'Oswald',Arial,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 2.2rem;
}

h3 {
	font-family: 'Oswald',Arial,sans-serif;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 2.45rem;
}

h4 {
	font-family: 'Quattrocento',Arial,sans-serif;
	font-weight: 700;
	font-size: 1.31rem;
	line-height: 1.5rem;
}

strong {
	font-family: 'Oswald',Arial,sans-serif;
	font-weight: 700;
	font-size: 2.25rem;
	color: #003a89;
}

a {
	color: #eb5e42;
}

a:hover {
	color: #C0C0C0;
}

.sombra {
    text-shadow: 5px 5px 3px #000;
}

.aviso {
	font-size: 0.7rem;
	line-height: 0.8rem;
	text-align: justify;
}

/******************************************************/

/********* Menu *********/
#menuSuperior ul {
	list-style-type: none;
	text-align: center;
	padding-left: 0;;
}

#menuSuperior li {
	display: inline;
	padding-right: 1rem;
}

#menuSuperior a {
	font-family: 'Quattrocento', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#menuSuperior a:hover {
	background-color: #eb5e42;
	transition:all .5s ease-in-out;
}

/***********************/

main {
	background-color: #f7f9f8;
}

.nosotros {
	padding-top: 100px;
	padding-bottom: 100px;
}

.servicios {
	background-color: #001f3d;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: o;
	margin-right: 0;
}

#Asesoramiento {
	padding-top: 100px;
}

.contacto {
	background-color: #001f3d;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 100px;
}

.menu-superior {
	background-color: #055772;
}

.imagen-portada {
	background-image: url("CabeceraGaspar.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 650px;
	background-size: cover;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.imagen-portada-movil {
	background-image: url("CabeceraGaspar-movil.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 650px;
	background-size: cover;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

hr {
	max-width: 50px;
    background-color: #eb5e42!important;
    height: 3px!important;
    margin: auto;
    opacity: 1;
}

/* Mapa google */
.sinPadding {
	padding: 0;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // Esta es la relación de aspecto
	height: 0;
	overflow: hidden;
 }
  
 .google-maps iframe {
	position: absolute;    top: 0;
	left: 0;
	width: 100% !important;
 	height: 100% !important;
 }

 .btn-primary {
 	background-color: #eb5e42;
 	border-color: #ffffff;
 }

  .btn-primary:hover {
 	 background-color: #C0C0C0;
 	 border-color: #C0C0C0;
 }

/*************/

footer {
	background-color: #333333;
	padding-top: 50px;
	padding-bottom: 50px;
}

.menuFooter ul {
	list-style: none;
}

.menuFooter li {
	display: inline;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.menuFooter a {
	text-decoration: none;
}

/* boton subir arriba */
.ir-arriba {
	display:none;
	padding:18px;
	background:#eb5e42;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:18px;
	right:18px;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

/* MOVER CAPTCHA*/
.grecaptcha-badge {
	 width: 70px !important;
	 overflow: hidden !important;
	 transition: all 0.3s ease !important;
	 left: 4px !important;
 }
.grecaptcha-badge:hover {
	width: 256px !important;
}