@font-face {
	font-family: Bevan;
	src: url(../fonts/Bevan.ttf);
}

header {
	font-family: Bevan;
}

.nav-container {
	width: 1000px;
	margin: 0 auto;
}

.logo {
	padding: 26px 0;
	float: left;
}

.logo img {
	width: 400px;
}

.nav {
	padding: 60px 0;
}

.nav li a {
	font-size: 1rem;
	color: #30C1D8;
}

/*HERO*/

.bgimage {
	width:100%;
  height:865px;
	background: url("../images/hero-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero-text {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}

.hero-text h1 {
	font-size: 40px;
}

.hero-text p,
.hero-text a {
	font-size: 24px;
}

/*SERVICIOS*/

.serv-inner {
	margin: 100px 200px;
}

.serv-inner h1 {
	font-size: 40px;
	color: #0c2838;
	text-align: center;
	margin-bottom: 100px;
}

.card-title {
	color: #F24E3D;
	text-align: center;
}

.card-ul {
	margin: 0 !important;
}

.card-ul li {
	font-size: 20px;
	list-style: none;
}

.card-ul li:before {
	background: transparent url('../images/list-paw.svg') no-repeat;
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	left: 30px;
	margin-top: 7.5px;
}

.card-img-bottom-4 {
	background: url("../images/card4.jpg") center no-repeat;
	color: #fff;
  height: 100%;
  background-size: cover;
}

.card-img-bottom-5 {
	background: url("../images/card5.jpg") center no-repeat;
	color: #fff;
  height: 100%;
  background-size: cover;
}

.tiras .card {
	border: none !important;
}

.col-md-6 {
	padding: 0 !important;
}

.card-block {
	padding: 150px 200px;
}

.card-block h1 {
	font-size: 26px;
	color: #0c2838 !important;
	text-align: left;
}

.card-block p {
	font-size: 18px;
	color: #0c2838;
}

.btn-cta {
	padding: 10px 30px !important;
	color: #fff !important;
	font-size: 18px;
}

.btn-cta:hover {
	opacity: 0.8;
}

.boton-blue {
	background-color: #30C1D8;
	border: 1px solid #30C1D8;
}

.boton-red {
	background-color: #F24E3D;
	border: 1px solid #F24E3D;
}

#delivery {
	width:100%;
  height:865px;
	color: #0c2838;
	position: relative;
}
#delivery:after {
	content: "";
	opacity: 0.2;
	background: url("../images/bg.svg") center repeat;
	background-size: contain;
	position: absolute;
	width:100%;
  height:865px;
	top: 0;
	left: 0;
	z-index: -1;
}

.delivery-bg {
	width:100%;
  height:865px;
	background: url("../images/delivery-bg.svg") center no-repeat;
	background-size: cover;
}

.del-text {
	width: 1300px;
	margin: 100px auto 0;
	text-align: center;
	text-shadow: 1px 1px #b7bcb9;
}

.del-text h1 {
	font-size: 60px;
}

.del-text p {
	font-size: 32px;
}

.del-banner {
	width: 500px;
	margin-right: 100px;
	margin-left: auto ;
}

.db-bg {
	width: 100%;
	background-color: #ffc000;
	padding: 10px;
}

.map {
	background: transparent url("../images/tablet.svg") no-repeat;
	position: relative;
	top: -140px;
	width: 500px;
	height: 709px;
}

iframe {
	display: block;
	position: relative;
	top: 64px;
	left: 34px; 
}
#contacto {
	background-color: #f0f0f0;
}
#contacto h1 {
	text-align: center;
	margin-bottom: 50px;
}




