@import url('https://fonts.googleapis.com/css?family=Lato|Lato');
/* 
html {
  font-family: Lato;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
1350*490 
375*466
*/

body {
	margin: 0;
	padding-top:50px;
}
.carousel {
	width: 100%;
	height: 70vh;
	overflow: hidden;
}
.carousel-inner {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
}
 .carousel-caption {
	background-color:rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.car_img {
	width: 100%;
	height: 100%;
}
.car1 {
	background:url("/core/images/photos/cuadricula_ph.jpg");
}
.car2 {
	background:url("/core/images/photos/pano_recepcion_ph.jpg");
}
.car3 {
	background:url("/core/images/photos/bienvenidos_ph.jpg");
}
.car1, .car2, .car3 {
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size:cover;
}
@media (min-width: 420px) {
	.logo_menu {
		margin-left: 4em;
	}
	.menu_ham {
		margin-right:4em;
	}
	.car1 {
		background:url("/core/images/photos/cuadricula.jpg");
	}
	.car2 {
		background:url("/core/images/photos/pano_recepcion.jpg");
	}
	.car3 {
		background:url("/core/images/photos/bienvenidos.jpg");
	}
	.car1, .car2, .car3 {
		background-position-x: center;
		background-position-y: center;
		background-repeat: no-repeat;
		background-size:cover;
	}
}
.logo_menu {
	width: auto;
	height: 120px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left:0px;
	position: relative;
	z-index:1;
	background-color:#fff;
	border-radius:10px;
}
.logo_footer {
	width: auto;
	height: 150px;
	margin-right:20px;
	position: relative;
}
.card_footer {
	background-color:#f0f8ff;
	color:#000;
	padding:20px;
	border-radius: 15px;
}
.card_footer p {
	padding-top: 23px;
	padding-bottom: 12px;
}
.nom_prop {
	font-size:1.4em;
	color:#66afa3;
}
.menu_ham {
	width: auto;
	height: 34px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right:10px;
	position: relative;
	top: 8px;
}
.main_mnu {
	position:absolute;
	top:0px;
	width:100%;
	background-color:#fff;
	margin-bottom:0px;
	height: 50px;
}
.section {
	padding: 48px 0;
}
.pleca_negra {
	background-color: #f0f8ff;
	padding:10px;
}
.pleca_blanca_50 {
	background-color:rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}
#mnu .modal-title {
	font-size:2.5em;
}
#mnu .modal-body li a{
	font-size:2em;
}
#mnu .modal-dialog {
	max-width: 93vw;
}
.aviso-privacidad {
	width:100%;
	height:65vh;
}
.hr-gray {
	border-color: #bbbbbb;
	width:100%;
}
.hr-red {
	border-color: #CF0A2C;
	width:100%;
}
.hr-white {
	border-color: #ffffff;
	width:100%;
}
.psh4 {
	display: block;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.pad-rb-20 {
	padding-right:20px;
	padding-bottom:20px;
}