/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
*	#070942; Azul fondo. 
*/
html {
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	color:  #070942;
	font-family: 'Mukta Mahee', sans-serif;
}
.azul {
	color:  #070942;
}
.rosa {
	color: #9B646A;
}
.mukta {
	font-family: 'Mukta Mahee', sans-serif;
}
.times {
	font-family: 'Times New Roman', serif;
}

header {
	height: 150px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.logo {
	max-height: 120px;
}

.left {
 	text-align: left;	
}
.right {
 	text-align: left;
}
.center {
 	text-align: center;	
}

.javier {
	font-size: 48px;
	display: block;
}
.notaria {
	text-transform: uppercase;
	font-size: 30px;
	display: block;
}
.marca {
	max-width: 400px;
	margin-left: auto;
	margin-right: 64px;
}
#contenedor {
	
}

#menu {
	background-color: #070942;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #fff;
}

#menu a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Mukta Mahee', sans-serif;
}

.imagen-cabecera {
	background: url("../img/notaria-guillena-pluma.jpg") no-repeat center center;
	background-size: cover;
}

.imagen-cabecera .col::before {
	content: '';
    display: block;
	padding-top: 40%;
}

#nosotros {
	background-color: #070942;
	padding-top: 64px;
	padding-bottom: 64px;
	color: #fff; 
}
#nosotros p {
	font-size: 30px;
	font-family: 'Times New Roman', serif;
	line-height: 1.5em;
}

.sep {
	display: block;
	height: 64px;
}

#servicios {
	background: url("../img/fondo-seccion-servicios.jpg") no-repeat center center;
	background-size: cover;
	min-height: 100vh;
	padding-top: 64px;
	padding-bottom: 64px;
}
.servicio-caja {
	margin-bottom: 32px;
} 

.servicio-caja-titulo {
	background-color: #070942;
	border-top: 1px solid #070942;
	border-left: 1px solid #070942;
	border-right: 1px solid #070942;
	color: #ffffff;
	padding-left: 32px;
	padding-right: 32px;
	height: 100px;
	width: 100%;
	display: flex;
	vertical-align: middle;
}

.servicio-caja-titulo h3 {
	display: block;
	margin: auto;
	font-size: 24px;
	text-transform: uppercase;
}

.servicio-caja-texto {
	background-color: #ffffff;
	color: #070942;
	padding: 32px;
	border-bottom: 1px solid #070942;
	border-left: 1px solid #070942;
	border-right: 1px solid #070942;
	height: 250px;
	text-align: left;
}
.servicio-caja-texto p {
	font-size: 24px;
	font-family: 'Times New Roman', serif;
	line-height: 1.5em;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}
#ubicacion {
	padding-top: 32px;
	padding-bottom: 0;
}
h2.titulo {
	display: block;
	margin-bottom: 32px;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
} 
footer {
	background-color: #070942;
	padding-top: 64px;
	padding-bottom: 64px;
	color: #fff; 
	text-align: center;
	line-height: 1.5em;
	font-size: 24px;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #f5f5f5;
	text-decoration: none;
}

#arriba {
	display: none;
	cursor: pointer;
	position: fixed; 
	bottom: 16px;
	right: 16px;
	border-style: solid;
    border-width: 18px;
    width: 0;
    height: 0;
    border-color: transparent transparent black transparent;
}

@media (max-width: 720px) {
	.marca {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
}

@media (max-width: 420px) {
	.javier {
	font-size: 38px;
	display: block;
	}
	.notaria {
		text-transform: uppercase;
		font-size: 20px;
		display: block;
	}
}

