@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Poppins:200,300,400,500');

/*rosa 1    #E57266*/
/*rosa 2    #F1B6AD*/
/*rosa 3    #F9DFDB*/
/*negro     #231F20*/

/* ---------------------------
GENERAL
--------------------------- */
body {
	font-family: "Poppins", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #231F20;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	color: #231F20;
	margin-bottom: 1rem;
}
.h1, h1 {
	font-size: 46px;
	line-height: 58px;
}
.h2, h2 {
	font-size: 38px;
	line-height: 46px;
}
.h3, h3 {
	font-size: 26px;
	line-height: 32px;
}
.h4, h4 {
	font-size: 22px;
	line-height: 28px;
}
.h5, h5 {
	font-size: 18px;
	line-height: 24px;
}
.h6, h6 {
	font-size: 16px;
	line-height: 20px;
}
.texto-rosa1 {
	color: #E57266 !important;
}
.texto-rosa2 {
	color: #F1B6AD !important;
}
.texto-rosa3 {
	color: #F9DFDB !important;
}
.texto-negro {
	color: #231F20 !important;
}
.texto-blanco {
	color: #ffffff !important;
}

.poppins-light {
	font-family: "Poppins", Helvetica, sans-serif !important;
	font-weight: 300 !important;
}
.poppins-regular {
	font-family: "Poppins", Helvetica, sans-serif !important;
	font-weight: 400 !important;
}
.poppins-medium {
	font-family: "Poppins", Helvetica, sans-serif !important;
	font-weight: 500 !important;
}

/* ---------------------------
CONTENIDO
--------------------------- */
.titulo {
	text-transform: uppercase;
	margin-bottom: 100px;
}
.titulo span {
	font-family: "Poppins", Helvetica, sans-serif;
	font-weight: 300;
	color: #E57266;
	text-decoration: underline;
}

/* encabezado */
.encabezado {
	background-color: #E57266;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500px;
	padding: 30px 0 !important;
	text-align: center;
}
@media (min-width: 768px) {
	.dato-contacto-1 {
		text-align: left;
	}
	.dato-contacto-2 {
		text-align: right;
	}
	.encabezado {
		font-size: 20px;
		line-height: 26px;
	}
}
.encabezado a,
.encabezado a:hover,
.encabezado a:active {
	color: #ffffff;
}

/* bloque1 */
.img-encabezado {
	background-image: url("../images/img-encabezado.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	height: auto;
	box-sizing: border-box;
}
.img-encabezado .row {
	height: auto;
	padding: 50px 0;
}
@media (min-width: 992px) {
	.img-encabezado,
	.img-encabezado .row {
		height: 700px;
	}
}

.frase1 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 25px;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
@media (min-width: 992px) {
	.frase1 {
		font-size: 50px;
		text-align: left;
	}
}
.frase1 span {
	background-color: rgba(229,114,102,.8);
}
.frase2 {
	font-weight: 300;
	color: #E57266;
	font-size: 25px;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
}
@media (min-width: 992px) {
	.frase2 {
		font-size: 45px;
		text-align: right;
	}
}
.frase2 span {
	background-color: rgba(255,255,255,.8);
}

/* bloque2 */
.amenidades-cr {
	padding: 100px 0;
}

/* bloque3 */
.distribucion {
	padding: 100px 0;
	background: #f5f5f5;
	border-bottom: 5px solid #ffffff;
}
.listado {
	font-size: 22px;
	line-height: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.listado li {
	margin-bottom: 18px;
}
.listado li:last-child {
	margin-bottom: 0;
}
.listado li:before {
	content: "\f00c";
	position: relative;
	margin-right: 15px;
	color: #E57266;
	font-size: 20px;

	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* bloque4 */
.cintillo {
	padding: 100px 0;
	background-image: url("../images/bg1.jpg");
}

/* bloque5 */
.bloque5 {
	padding: 100px 0;
}
.amenidades-miletto > div[class*="col"] {
	padding: 0;
}
.amenidades-miletto .caja {
	height: 300px;
	padding: 30px;
	display: flex;
	align-items: flex-end;
}
.amenidades-miletto .caja h4 {
	font-family: "Poppins", Helvetica, sans-serif;
	font-weight: 400;
	margin-bottom: 0;
}
.amenidad-1 {
	background: #F9DFDB;
	color: #231F20;
}
.amenidad-1-img {
	background-image: url("../images/amenidades-1.jpg");
}
.amenidad-2 {
	background: #231F20;
	color: #ffffff;
}
.amenidad-2-img {
	background-image: url("../images/amenidades-2.jpg");
}
.amenidad-3 {
	background: #E57266;
	color: #ffffff;
}
.amenidad-3-img {
	background-image: url("../images/amenidades-3.jpg");
}

/* bloque6 */
.owl-dots {
	position: relative !important;
	margin-top: -40px !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  background: rgba(255,255,255,.5);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}


/* bloque7 */
.contacto {
	background-color: #E57266;
	color: #ffffff;
	padding: 100px 0;
}
.logo-loma {
	text-align: center;
	background-color: #703833;
	padding: 30px 0;
}

.form-control {
	border: 2px solid #ffffff !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	color: #ffffff;
}
.form-control:hover,
.form-control:focus {
    color: #666666;
	background-color: #ffffff !important;
}

/* ---------------------------
OVERRIDE
--------------------------- */
.form-control {
	height: calc(2.5rem + 2px);
}
.btn {
	padding: .8rem 1.2rem !important;
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
	border-radius: 0 !important;
}
.btn-default {
	color: #ffffff;
  background-color: #231F20;
  border-color: #231F20;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled):active {
	color: #231F20;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-primary {
	color: #ffffff;
  background-color: #E57266;
  border-color: #E57266;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #231F20;
  background-color: #F9DFDB;
  border-color: #F9DFDB;
}
.btn-secondary {
	color: #231F20;
  background-color: #F9DFDB;
  border-color: #F9DFDB;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #ffffff;
  background-color: #231F20;
  border-color: #231F20;
}
.enviar i {
	margin-left: 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.enviar:hover i {
	margin-left: 20px;
}
a {
	color: #8ac647;	
}
a:hover {
	color: #222222;
}
b {
	font-weight: 700;
}
label {
  margin-bottom: .2rem;
}


































/*@media (min-width: 768px) {
	.bloque1 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}*/
/*.bg-blanco {
	background-color: #ffffff;
	padding: 40px;
	border-radius: .25rem;
}
@media (min-width: 768px) {
	.bg-blanco {
		padding: 75px;
	}
}*/
/*@media (max-width: 767px) {
	.texto-intro {
		font-size: 20px;
		line-height: 26px;
	}
}*/


/*.bloque3 {
	color: #ffffff;
}*/
/*.bloque3 p {
	font-size: 20px;
	line-height: 1.4;
}*/
/*.bloque4 {
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}*/