body {
	color: #354655;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins-Regular', sans-serif;
	margin: 0 0 0.5em;
	/* text-transform: capitalize; */
	line-height: 1.2em;
}

h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}

.single-slide-bg h3 {
	color: #fff;
	/* font-size: 48px; */
	font-weight: 700;
}

h2 {
	color: #2A3844;
	font-size: 38px;
	font-weight: 700;
}

h3 {
	color: #130929;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}

h4 {
	color: #354655;
	font-size: 24px;
	font-weight: 700;
}

h5 {
	color: #495866;
	font-size: 20px;
	font-weight: 400;
}

h6 {
	color: #25313B;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

p {
	margin: 0 0 1.3em;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

.section-padding {
	padding: 80px 0;
}

.section-padding-bottom {
	padding-bottom: 80px;
}

.section-margin {
	margin-top: 72px;
}

.marginBottom-30 {
	margin-bottom: 30px;
}

.custom-btn {
	position: relative;
	color: #fff;
	background: #FB6666;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 50px 10px 30px;
	border-radius: 30px;
}

.custom-btn i {
	position: absolute;
	top: 13px;
	right: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.custom-btn:hover {
	color: #fff;
}

.custom-btn:hover i {
	right: 20px;
}

.custom-btn:focus {
	color: #fff;
}

/* 2. dolce-preloader */
.spinner {
	width: 40px;
	height: 40px;
	margin: 100px auto;
	background-color: #7DFB66;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

.dolce-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-top: -20px;
	margin-left: -20px;
}

/* Header */

.navbar-light .navbar-toggler {
	border: 0 !important;
}

.header-area {
	/* position: relative; */
	width: 100%;
	z-index: 9998;
	background: #fff !important;
}

/* 3.1. header-top */
.header-top {
	color: #fff;
	background: #264FB5;
	padding: 12px 0;
	overflow: hidden;
}

.header-top-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lg-marginRight-15 {
	margin-right: 15px;
}

.header-top-info .phone,
.header-top-info .email {
	margin-left: 15px;
}

.header-top-info i {
	color: #7DFB66;
	padding-right: 5px;
}

.header-top-info span {
	font-size: 14px;
}

.header-top-icons ul {
	float: right;
	padding-top: 3px;
}

.header-top-icons ul li {
	display: inline;
	margin-left: 7px;
}

.header-top-icons ul li a i {
	color: #fff;
	font-size: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.header-top-icons ul li a i:hover {
	/* color: #7DFB66; */
}

/* Menu del Header */
.header-menu {
	/* padding: 24px 0; */
	/*padding: 16px 0;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;*/
}

.custom-navbar i {
	position: absolute;
	top: -38px;
	right: 14px;
	color: #7DFB66;
	background: #fafafa;
	font-size: 24px;
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	cursor: pointer;
	z-index: 9998;
	display: none;
	margin: 0px 20px 0px 0px;
}

.main-menu ul {
	float: right;
}

.main-menu ul li {
	display: inline;
}

.main-menu ul li a {
	color: #000;
	font-family: 'Poppins-Regular', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	/* padding: 12px 10px; */
	padding: 8px 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.main-menu ul li i {
	font-size: 20px;
	/* padding: 10px 0 10px 10px; */
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.main-menu ul li.active a{
	color: #7DFB66;
}

.main-menu ul li a:hover {
	color: #7DFB66;
}

.main-menu ul li i.active {
	color: #7DFB66;
}

/* Sticky */
.is-sticky .header-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

.is-sticky .logo-area a h3 {
	color: #fff;
	border-bottom: 5px solid #fff;
	display: inline-block;
	margin: 0;
}

.is-sticky .main-menu ul li a,
.is-sticky .main-menu ul li i {
	color: #000;
}

.is-sticky .main-menu ul li:hover a,
.is-sticky .main-menu ul li i:hover,
.is-sticky .main-menu ul .active a {
	color: #7DFB66;
}

/* Area Bienvenidos */
.welcome-area {
	margin-top: 75px
}

.single-slide-bg {
	color: #fff;
	text-align: center;
	background-color: #bfbfbf;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	height: 600px;
}

.single-slide-1 {
	background-image: url('images/bg-slider-1.png');
}

.single-slide-2 {
	background-image: url('images/bg-slider-2.png');
}

.single-slide-3 {
	background-image: url('images/bg-slider-3.png');
}

.single-slide-4 {
	background-image: url('images/bg-slider-4.png');
}

.slide-shade {
	background: rgba(0, 0, 0, 0.4);
	/* padding: 300px 0; */


	display: block;
	height: 16em;
	position: relative;
	height: 100%;
}

.content-info {
	display: block;
	position: absolute;
	left: 82%;
	top: 50%;
	width: 30%;
	transform: translate(-100%, -50%);
}

@media (max-width:40rem) {
	.content-info {
		left: 100%;
		width: 100%;
	}

	.main-menu ul li{
		margin-top:.5em;
	}
}

/* 4.1. owl-dots */
.slider-area.owl-carousel .owl-dots {
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-area.owl-carousel .owl-dot {
	width: 20px;
	height: 5px;
	background: #fff;
	border-radius: 1px;
	display: block;
	margin: 12px 0;
}

.slider-area.owl-carousel .owl-dot.active {
	width: 30px;
	background: #7DFB66;
}

/* Nostros */
.deal-bg {
	height: 370px;
	background-color: #bfbfbf;
	/* border-radius: 40px; */
	/* background-image: url('images/nosotros.png'); */
	/*background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	margin-left: -15px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.50)!important;
	border-end-end-radius: 1em;
    border-start-end-radius: 1em;
}

.slider-bg-mision {
	color: #fff;
	text-align: center;
	background-color: #bfbfbf;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-end-end-radius: 1em;
    border-start-end-radius: 1em;
}

.slider-bg-mision img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 370px;
}

/*.slider-mision .slider-1 {
	background-image: url('images/nosotros.png');
}

.slider-mision .slider-2 {
	background-image: url('images/mision.png');
}*/

/* 6. Acerca */
.about-area {
	background: #FAFAFA;
}

.single-achievement img {
	width: 150px;
	height: 150px;
	display: block;
	margin-bottom: 24px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-achievement img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* Menu */
.single-food-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-food-menu.lg-marginBottom-0,
.single-food-menu.lg-marginBottom-0 {
	margin-bottom: 0;
}

.food-menu-image img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	display: block;
}

.food-menu-content {
	position: relative;
	padding-left: 24px;
}

.food-menu-content h5:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	color: #FB6666;
	font-weight: 700;
}

.food-menu-content hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px dashed #25313B;
}

/* Productos */
.product-area {
	background: #FAFAFA;
}

.single-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-image img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: block;
}

.product-content {
	padding-left: 24px;
}

.review-star ul li {
	display: inline;
	margin-right: 5px;
}

.review-star ul li i {
	color: #7DFB66;
	font-size: 20px;
}

.review-star ul li:nth-child(5) i {
	color: #B9B3C5;
}

/* Testimonios */
.testimonial-area {
	background-color: #bfbfbf;
	background-image: url('images/testimonial-bg.jpg');
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.testimonial-shade {
	background: rgba(0, 0, 0, 0.6);
}

.single-testimonial {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-testimonial-bg {
	width: 35%;
	height: 290px;
	background-color: #bfbfbf;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.single-testimonial-bg1 {
	background-image: url('images/chino.jpg');
}

.single-testimonial-bg2 {
	background-image: url('images/yo.jpg');
}

.single-testimonial-quote {
	width: 65%;
	padding: 24px;
}

.single-testimonial-quote ul {
	margin-bottom: 24px;
}

/* BLOG */
.single-blog-bg {
	height: 370px;
	margin-bottom: 24px;
	background-color: #bfbfbf;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.single-blog-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .3);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.single-blog:hover .single-blog-bg:after {
	opacity: 1;
	visibility: visible;
}

.single-blog-bg1 {
	background-image: url('images/crepesblog.jpg');
}

.single-blog-bg2 {
	background-image: url('images/butifarrablog.jpg');
}

.single-blog-bg3 {
	background-image: url('images/panpolloblog.jpg');
}

.single-blog p {
	margin-top: 20px;
}

.blog-btn {
	margin-top: 48px;
}

.read-more-btn {
	color: #7DFB66;
	background: transparent;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px 10px 0;
	border-radius: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.read-more-btn:hover {
	color: #fff;
	background: #7DFB66;
	padding: 10px 20px;
}

/* Contacto */
.contact-area {
	background-color: #bfbfbf;
	background-image: url('images/contact-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.contact-shade {
	background: rgba(0, 0, 0, 0.5);
}

.contact-details {
	background: -webkit-gradient(linear, left top, right top, color-stop(62%, #fff), color-stop(38%, #264FB5));
	background: -webkit-linear-gradient(left, #fff 62%, #264FB5 38%);
	background: -o-linear-gradient(left, #fff 62%, #264FB5 38%);
	background: linear-gradient(to right, #fff 62%, #264FB5 38%);
	padding: 72px 48px;
	overflow: hidden;
}

.contact-form form {
	margin-top: 48px;
}

.contact-form form .name-input,
.contact-form form .phone-input {
	width: 48%;
	float: left;
	overflow: hidden;
}

.contact-form form .phone-input {
	margin-left: 4%;
}

.contact-form form input,
.contact-form form textarea {
	width: 100%;
	border: 1px solid #25313B;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.contact-form form label {
	color: #5D6A76;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-form .lg-marginBottom-24 {
	margin-bottom: 24px;
}

.contact-form form a.custom-btn {
	margin-top: 48px;
}

.contact-address,
.contact-address h4 {
	color: #fff;
}

.contact-address p i {
	color: #7DFB66;
	padding-right: 5px;
}

.marginBottom-50 {
	margin-bottom: 50px;
}

/* 12. brand-area */
.single-brand img {
	width: 160px;
	height: 80px;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-brand img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 20px 3px #eee;
	box-shadow: 0px 0px 20px 3px #eee;
}

.section-nosotros {
	background-image: url('/images/bg2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.section-nosotros h3,
.section-nosotros h4 {
	color: #fff;
}

.section-areas {
	background: #F7F7F7;
}

.section-proyects {
	border-bottom: 1px solid #F7F7F7;
}

/* Footer */
.footer-area {
	color: #fff;
	/* background: #264FB5; */
	background-image: url('/images/bg2.png');
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* 13.1. footer-widget */
.footer-widget {
	border-bottom: 1px solid #fff;
	padding: 3em 0;
}

.form-contacto {
	background: #fff;
}

.form-contacto {
	color: #000;
}

.single-widget h4 {
	color: #fff;
}

.footer-widget-icons ul li {
	display: inline;
	margin-right: 7px;
}

.footer-widget-icons ul li a i {
	color: #fff;
	font-size: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.footer-widget-icons ul li a i:hover {
	color: #7DFB66;
}

.single-widget form input {
	width: 100%;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: transparent;
}

.single-widget form input[type="text"],
.single-widget form input[type="email"] {
	margin-bottom: 24px;
}

.single-widget form input[type="submit"] {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-widget form input[type="submit"]:hover {
	border: 1px solid #7DFB66;
}

/* Copyright */
.footer-copyright {
	padding: 24px 0;
}

.footer-copyright a {
	color: #7DFB66;
}

@media (min-width: 1200px) {
	.col-lg-offset-2 {
		margin-left: 40% !important;
	}
}

@font-face {

	font-family: Poppins-Regular;

	src: url('fonts/Poppins-Regular.ttf');

}


/* ******************************** */

.section-proyects .gallery img {
	width: 100%;
	margin-bottom: 1em;
	height: 258px;
	border-radius: 10px;
}

.section-servicios .card {
	font-size: .9rem;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #015F45;
}

.section-servicios .card .card-title {
	font-size: .9rem;
	font-weight: bold;
	color: #000;
}

.section-servicios .card-text {
	height: 150px
}

section h3,
.form-contacto h4 {
	color: #015F45;
}


.section-servicios .btn-minus {
	position: absolute;
	left: 0;
	top: -2px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	line-height: 26px;
	padding: 0;
	background-color: rgb(117, 117, 117);
	box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
	top: 1.4em;
}

.section-servicios .btn-plus {
	position: absolute;
	right: 0;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background-color: rgb(117, 117, 117);
	line-height: 26px;
	padding: 0;
	box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
	top: 1.6em;
}

.section-areas .card {
	margin-bottom: 2em;
	padding: 1.5em 0;
	background: #015F45;
	color: #fff;
}

.section-areas .card .text-content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: auto;
	line-height: 1.4;

	font-size: .8rem;
}

.section-areas .card:hover .text-content {
	-webkit-line-clamp: 100;
	cursor: pointer;
}


.section-proyects .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: #F7F7F7 !important;
	color: #52A446;


}

.section-proyects .nav-pills .nav-link {
	color: #000;
	font-weight: bold;
	font-size: 14px !important;
}

.main-menu ul {
	/* gap:1em; */
}

.main-menu ul .btn-success {
	padding: .5em;
	/* padding-right: 0.9em; */
	color: #fff;
	font-size: 12px;
	margin-right: 0.5em;
}

.container-carousel-clientes .owl-carousel .owl-item img {
	height: 80px;
	object-fit: scale-down;
	border-radius:10px;
	/* border: double #5AAF4A; */
}

.container-carousel-card .owl-carousel .owl-item img {
	height: 250px;
	border-radius: 100%;
	padding: 0 3em;
}


.link-tab-footer li a {
	color: #FFFFFF;
}

.link-tab-footer .item {
	padding: .5em 0
}


.dropdown-item,
.dropdown-item {
	color: #16181b !important;
}

.content-redes {
	display:flex;
}

.content-redes .item{
	/* background: green; */
    color: #fff;
    border-radius: 50%;
	/* margin: 0 0 0 0.5em; */

}

.content-redes .item a{
	/* color:#fff */
	font-size: 22px;
}

.help-block {
	font-size: 0.8em;
}

.btn-whatsapp {
	margin-top:1em;
}

.btn-whatsapp a{
	color:#fff
}

/* ***********  */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.my-float{
	margin-top:16px;
}