nav {
	padding: 20px;
    border-top: 3px solid #aa9d69;
    font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255, 255, 255, 0.75);
}

nav a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

nav a:hover {
color: rgba(255, 255, 255, 0.9);
}

nav ul {
	list-style: none;
}

nav ul li {
	display: inline-block;
	margin: 0 20px;
}

p {
	font-family: 'Montserrat', sans-serif;
}

hr {
	border-top: 1px solid #aa9d69;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h2, h3 {
	color: #aa9d69;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
}

h5 {
	font-family: 'Montserrat', sans-serif;
}

h6 {
	font-family: 'Playfair Display', serif;
	font-size: 14px;
}

.titulo-secundario {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

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

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

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.logo {
	display: flex;
	flex: 1;
	align-items: center;
	align-self: center;
	justify-content: center;
	margin-top: -90px;
}

.logo img {
	max-width: 85%;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-75 {
	margin-bottom: 75px
}

.separador {
	text-align: center;
	position: relative;
}

.separador h6 {
	display: inline-block;
    top: -48px;
    position: relative;
    background: #fff;
    padding: 0 80px;
}

.separador-sm {
	text-align: center;
	position: relative;
	padding: 0 40%;
}

.separador-vertical {
	display: none;
}

.separador-horizontal {
	width: 80%;
    border-bottom: 1px solid #999;
    position: absolute;
    bottom: 0;
    right: 10%;
}

.nogap .columns {
	margin-left: 0;
}

.nogap .four.columns {
	width: 33.3333333%;
}

.servicio {
    align-items: center;
    padding: 40px 10px;
    position: relative;
}

.servicio h6 {
	color: #333;
	margin-top: 20px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

.miembro img {
	border-radius: 100%;
    width: 125px;
    margin-bottom: 30px;
}

.miembro h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.miembro hr {
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-width: 3px;
    border-top: 3px solid #aa9d69;
    width: 30px;
    margin-left: 0;
    margin-top: 0;
}

form {
	background: #eee;
    padding: 40px 40px 0 40px;
}

form .superpuesto {
	position: relative;
    top: 30px;
}

form .superpuesto input[type="button"] {
	background: #aa9d69;
	color: #fff;
    padding: 0px 100px;
    border: none;
}

form textarea {
	height: inherit;
}

form textarea,
form input[type="text"] {
	background: transparent;
	border-bottom: 2px solid #ddd;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

form textarea:active,
form textarea:focus,
form input[type="text"]:active,
form input[type="text"]:focus {
	border: none;
	border-bottom: 2px solid #ccc;
	outline: none;
}

footer {
	background: #25373e;
	display: flex;
}

footer .container {
	border-bottom: 3px solid #aa9d69;
	padding: 40px 0 20px;
}

.logo-footer img {
	width: 200px;
}

footer ul {
	list-style: none;
}

footer ul li {
	margin-bottom: 0;
}

footer nav {
	border-top: none;
}

footer nav ul li a {
	font-weight: bold;
}

footer ul li a {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

footer ul li a:hover {
	color: #fff;
}

footer .enlaces ul {
	border-left: 3px solid #aa9d69;
    padding-left: 10px;
    font-size: 10px;
}

footer h6 {
	color: #eee;
}

.contacto ul {
	color: #666;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	list-style: none;
}

.contacto ul .nested i {
	float: left;
}

section.welcome {
	background-image: url('../img/header-normal.jpg');
	background-size: cover;
	background-position: center top;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    section.welcome {
	background-image: url('../img/header-retina.jpg');
	background-size: cover;
	background-position: center top;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 750px) {
  .flex-row {
    display: block;
  }

  .v-l {
  	display: block;
  }
}

@media (min-width: 750px) {
	.flex-col-33 {
		display: flex;
	    flex-direction: column;
	    justify-content: flex-end;
	    width: 33%;
	}

	.v-l {
		display: none;
	}

	.separador-vertical {
		display: block;
		height: 80%;
	    border-right: 1px solid #999;
	    position: absolute;
	    top: 10%;
	    right: 0%;
	}
}

.msg-container {
    background: #625937;
    font-size: 18px;
    text-align: center;
    font-family: Montserrat;
    color: #ddd;
}

.msg-container .container {
	background: rgba(0,0,0,0.1);
    padding: 18px 12px;
}

.atencion {
	font-size: 30px;
    padding: 10px;
    position: relative;
}
