*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	text-align: center;
	font-family: sans-serif;
}

.head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4rem;
	background: #171717;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.navbar {
	display: flex;
	margin-right: 12px;
}

.logo {
	margin-left: 10px;
}

.logo a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.navbar a {
	display: block;
	padding: 1rem 2rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}

.navbar a:hover {
	background: #3f3f3f;
}

.header {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header {
	height: 70vh !important;
	background: url(https://images.stockcake.com/public/e/a/c/eac847dc-25d8-439a-b567-44621ed036a6_large/sunlit-outdoor-gathering-stockcake.jpg) no-repeat center;
	background-size: cover;
}

.title {
	margin-bottom: 40px;
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

p {
	margin-bottom: 40px;
	font-size: 18px;
	color: #fff;
	padding: 0 100px;
}

.btn {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 40px;
	border: 2px solid #9c27b0;
	color: #fff;
	text-decoration: none;
	background: #804000;
}

.btn:hover {
	background: none;
}

.btn-home {
	display: flex;
}

.btn-home a {
	margin: 0 10px;
}

.content {
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sau {
	padding: 30px;
	background: #1f1d1d;
	text-align: center;
}

/*.box-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.box-container .box {
	height: 11rem;
	width: 17rem;
	background: #101010;
	text-align: center;
	border-radius: 1rem;
	box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
	margin: 2rem;
}

.box-container .box i {
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #9c27b0;
	font-size: 2rem;
	margin: 1rem 0;
}

.box-container .box h3 {
	font-size: 20px;
	color: 9c27b0;
}

.box-container .box p {
	padding: 0 15px;
	font-size: 16px;
}*/

.about {
	background: #171717;
}

.price {
	background: #171717;
	background-attachment: scroll;
	background-size: cover;
	text-align: center;

}

.contact {
	padding-top: 20px;
	background: #171717;
	padding-bottom: 0;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 60%;
      margin: auto;
  }
/*/////////////////////////////////////////////////////////////////////////*/
  .social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 200px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

	.social ul {
		list-style: none;
	}

	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}

	.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
	.social ul li .icon-twitter {background: #00abf0;}
	.social ul li .icon-google {background: #d95232;}
	.social ul li .iicon-instagram {background: #ae181f;}
	.social ul li .icon-whatsapp {background: #028a0f;}

	.social ul li a:hover {
		background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}

	@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?4nwbhm');
  src:  url('fonts/icomoon.eot?4nwbhm#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4nwbhm') format('truetype'),
    url('fonts/icomoon.woff?4nwbhm') format('woff'),
    url('fonts/icomoon.svg?4nwbhm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\ea88";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-pinterest:before {
  content: "\ead1";
}

@media screen (max-width: 540px) {
	/*.box-container .box {
		height: 4rem;
		width: 6rem;
	}*/
	.h {
		font-size: 15px;
	}
	.p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.title {
		margin-bottom: 0;
		font-size: 12px;
	}

	.sau {
		height: 120vh;
	}

	.navbar {
		display: none;
	}
}