body, html {
	font-family: 'Merriweather', serif;
	font-family: 'Quicksand', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: rgb(71, 77, 113);
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: bold;
	font-family: 'Merriweather', serif;
	color: rgb(71, 77, 113);
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
	color: rgb(71, 77, 113);
	font-family: 'Quicksand',
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #754747;
}
a:hover, a:focus {
	text-decoration: none;
	color: #F4D03F;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	text-align: left;
}
/*ul li {
 list-style-type: circle;
 list-style-position: inside;
 font-family: 'Quicksand';
 font-size: 22px;
 color: rgb(71, 77, 113);
}*/

/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #616a91;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: rgb(71, 77, 113);
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #2a2e43;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: rgb(71, 77, 113);
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}

img .responsive {
	width: 50%;
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/fondo_inicio.png) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body h1 {
	font-size: 76px;
	font-weight: 700;
	color: rgb(71, 77, 113);
	font-family: 'Merriweather', sans-serif;
	text-align: left;
	padding-bottom: 1rem;
}
#intro .intro-body h2 {
	color: rgb(71, 77, 113);
	font-family: 'Quicksand', sans-serif;
	text-align: left;
	padding-bottom: 1rem;
}
#intro .intro-body .brand-heading {
	color: #E75926;
	text-shadow: 0 4px #a13e1a;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
	#intro {
		height: 100%;
		padding: 0;
	}
	#intro .intro-body .intro-text {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 100px;
		color: rgba(255,255,255,0.9);
	}
	.card {
		width: 98% !important;
		height: 480px;
	}
}
.btn-default {
	color: #f6f6f6;
	background: #cf5022;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
	color: rgb(71, 77, 113);
}

#resume .container .section-title h2, #resume .container .section-title.center {
	font-size: 40px;
	font-weight: bold;
	color: rgb(71, 77, 113);
	font-family: 'Merriweather', sans-serif;
	text-align: center;
}

#resume ul {
	font-size: 24px;
	font-weight: 500;
	color: rgb(71, 77, 113);
	font-family: 'Quicksand', sans-serif;
	text-align: left;
}

#resume ul li {
	list-style-type: circle;
  list-style-position: inside;
}

#resume  p {
	padding-top: 20px;
	font-size: 40px;
	font-weight: 500;
	color: #999a9d;
	font-family: 'Merriweather', sans-serif;
}

#resume  p + p {
	font-size: 46px;
	font-weight: bold;
	color: #808185;
	font-family: 'Merriweather', sans-serif;
}
/* About Section */
#about {
	padding: 60px 0;
	background: #616a91;
}
#about .about-text {
	margin-left: 10px;
}
#about .section-title h2 {
	font-size: 40px;
	font-weight: bold;
	color: white;
	font-family: 'Merriweather', sans-serif;
	text-align: center;
}
#about .about-text h2 {
	font-size: 56px;
	font-weight: bold;
	color: white;
	font-family: 'Merriweather', sans-serif;
	text-align: center;
	text-transform: uppercase;
	word-break: normal;
	line-height: 7rem;
	vertical-align: middle;
	margin-top: 8%;
}
#about .about-text p {
	font-size: 32px;
	font-weight: 500;
	color: white;
	font-family: 'Quicksand', sans-serif;
	text-align: left;
	padding-bottom: 10px;
}
#about .whatsapp {
	color: white !important;
}
/* Services Section */
#services {
	padding: 60px 0;
	background-color: white;
}
#services .service {
	padding: 20px 10px;
}
.service ul {
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	color: white;
	text-align: left;
}
.service ul li {
	color: white;
}
.service ul.padding-service li {
	padding: 4.5% 0;
}
#services .section-title h2 {
	font-size: 40px;
	font-weight: bold;
	color: rgb(71, 77, 113);
	font-family: 'Merriweather', sans-serif;
	text-align: center;
	line-height: 3rem;
}
.service h3 {
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	color: white;
	text-align: center;
}
#services p {
	color: rgba(255,255,255,0.7);
}
.card {
	background-color: rgb(100, 106, 140);
	border-radius: 10px;
	color: white;
	margin: 2px 1%;
	width: 23% !important;
	height: 480px;
}

#team {
	padding: 60px 0;
	background-color: rgb(213, 217, 244);
}
#team .service {
	padding: 20px 10px;
}
.service ul li {
	color: white;
}
#team  h2 {
	font-size: 40px;
	font-weight: bold;
	color: rgb(71, 77, 113);
	font-family: 'Merriweather', sans-serif;
	text-align: center;
}
#team .service h3 {
	font-size: 20px;
	font-family: 'Quicksand';
	color: rgb(71, 77, 113);
	text-align: left;
}
#team .service h4 {
	font-size: 16px;
	font-family: 'Quicksand';
	color: rgb(71, 77, 113);
	text-align: left;
}
.card-profile {
	background-color: #e5e7ed;
	border-radius: 10px;
	color: white;
	border: 2px solid #17a2ce;
	width: 23% !important;
	margin: 0 6px;
}
#team .service img {
	border-radius: 16px;
	width: 70%;
	margin-top: -30%;
}
.list-profile li {
	color: #808185 !important;
	font-size: 15px;
	padding: 0.8rem 0;
}
.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 36px;
	color: #E75926;
	transition: all 0.5s;
}
/* Gallery Section */
#works {
	padding: 60px 0;
	background: white;
}
#works .container .section-title h2, #resume .container .section-title.center {
	font-size: 40px;
	font-weight: bold;
	color: rgb(71, 77, 113);
	font-family: 'Merriweather', sans-serif;
	text-align: center;
}
.list-works li {
	color: #808185 !important;
	font-size: 22px;
	padding: 0.8rem 0;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
	margin-bottom: 25px;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #e62626;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #e62626;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
/* Testimonials Section */
#testimonials {
	background: url(../img/engine.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 140px 0;
}
#testimonials h2 {
	color: #f6f6f6;
}
#testimonials blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
#testimonials i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}
#testimonials .clients-name {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
	margin-top: 10px;
}
/* Contact Section */
#contact {
	padding: 60px 0 40px 0;
	background: #f6f6f6;
}
.card-contact {
	background-color: #e5e7ed;
	border-radius: 10px;
	color: white;
	border: 2px solid #17a2ce;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h2 {
	font-size: 40px;
	font-weight: bold;
	color: rgb(71, 77, 113);
	font-family: 'Merriweather', sans-serif;
	text-align: center;
}
#contact h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	font-family: 'Quicksand', sans-serif;
	color: rgb(128,127,127);
}
.card-contact h4 {
	font-size: 32px;
	font-weight: bold;
	color: rgb(71, 77, 113);
	font-family: 'Merriweather', sans-serif;
	text-align: left;
	padding: 3% 0;
}
.card-contact p {
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
	text-align: left;
	font-size: 16px;
	color: rgb(128,127,127);
}
.card-contact img {
	width: 95%;
	margin-top: 30%;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #e75926;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-weight: 500 !important;
	font-family: 'Quicksand', sans-serif !important;
	float: left;
	font-size: 16px !important;
	color: rgb(128,127,127) !important;
	padding-bottom: : 2% !important;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border: 1.5px solid rgb(177,176,176);
	background-color: transparent;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #cf5022;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #f6f6f6;
	background: #a13e1a;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #a13e1a;
}

.maps {
	width: 100%;
	height: 150%;
}

.mailto {
	font-size: 12px;
}
/* Footer Section*/
#footer {
	background: #616a91;
	color: white;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: white;
}
#footer a:hover, a:focus {
	color: white;
}

#footer h4 {
	color: white !important;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

@media (max-width: 768px) {
	#intro .intro-body h1 {
		font-size: 3em;
	}
	.hover-bg .hover-text {
		padding: 20%;
	}
	.card, .card-profile, .card-contact {
		width: 70% !important;
	}
	.card-contact img {
		width: 95%;
		margin-top: 48%;
	}
	.card-contact h4 {
		font-size: 24px;
	}
	.card-contact {
		margin-bottom: 1%;
	}

	#resume .container .section-title h2 {
		font-size: 26px;
		line-height: 3.5rem;
	}

	#team .container .section-title h2 {
		font-size: 26px;
	}

	#team .service img {
		border-radius: 16px;
		width: 45%;
		margin-top: -20%;
	}

	.card-profile {
		margin-bottom: 15%;
	}

	#resume .container ul {
		font-size: 20px;
		line-height: 2rem;
	}
	#resume .container ul li {
		padding: 2% 0;
	}

	#resume .container p {
		font-size: 28px;
	}

	#resume .container p + p {
		font-size: 24px;
	}

	#about .section-title h2 {
		line-height: 4rem;
	}
	#about .about-text h2 {
		font-size: 23.5px;
		margin-top: -2%;
	}
	#about .about-text p {
		font-size: 20px;
	}
	.maps {
		width: 90%;
		height: 90%;
	}

	.card-contact {
		margin-bottom: 2%;
	}
}

@media (max-width: 640px) {
	#intro .intro-body h1 {
		font-size: 4em;
	}
	.maps {
		width: 100%;
		height: 100%;
	}

	p {
		font-size: 18px;
	}
	.card, .card-profile, .card-contact {
		width: 96% !important;
	}

	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 22px;
	}
}

.fa {
	color: white !important;
}

.fa-whatsapp {
	color: white !important;
	font-size: 30px;
	margin-right: 5px;
}

.whatsapp {
	font-size: 24px;
	color: rgb(71, 77, 113);
	font-family: 'Quicksand', sans-serif;
	background-color: none;
	border: 2.5px solid #17a2ce !important;
	border-radius: 7px;
}

.btn-send {
	background-color: rgb(104,106,140);
	color: white;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	padding: 6px 26px;
	border: none;
}

.btn-send:hover {
	background-color: #3e3f54 !important;
	color: white;
}

.navbar-brand img {
	margin-top: -2%;
}

.contact-padding {
	padding-top: 5%;
	padding-bottom: 12%;
}
