/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.puerto-vallarta {
	font-family: 'Dancing Script', cursive!important;
	text-transform:none!important;
}
h2.puerto-vallarta {
	font-size:42px!important;
	font-weight:500;
}
h1.puerto-vallarta {
	font-size:60px!important;
}
.letrasMinusculas {
	text-transform:lowercase;
}
.textoParallax {
  	margin-top:300px;
  	text-align:center;
  	color:#fff;
}
figure, figcaption {
	margin:auto;
	text-align:center;
}
figure { margin-bottom:40px; }
figure img { border-radius:5px; }
.azul { background:#66CCFF!important; }
.anaranjado { background:#FF9900!important; }
.fondoMar { background:url(../imagenes/fondo-mar.jpg); }

/*
Anaranjado: FF9900
Azul: 66CCFF
Verde: 1ABCA8
Amarillo: EBDF2A
*/