body {
	font-family: "Lato", sans-serif;
	background-color: #fff;
}

/*.hero-section:after {
	content: none;
}*/
.hero-section h1,
.hero-section p {
	color: #344154;
}

.benefits-section .benefit-item .benefit-icon
 {
    /*width: 60px;
    height: 60px;*/
  	background: none;
    border-radius: 0;
 }
.contact-section .card {
	background-color: #212121;
	color: #fff;
}
.contact-section .btn-danger {
   
    width: 80%;
  
    display: block;
    margin: 29px auto;
    margin-bottom: 0;
        padding: 10px 25px;
	}

.contact-section .wpcf7-form-control-wrap {
   
    margin-bottom: 1.6rem;
    display: block;
	    margin-top: .5rem;
}

.contact-section .form-control
 {
  margin-bottom: 0rem;
	     border-radius: 3px;
	 padding: 9px 12px;
}
.swiper-horizontal {
	padding: 3rem 0;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	    bottom: 1rem;
}

.swiper-pagination-bullet-active {
	 background: #ff0043;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
	}
.site-footer .footer-social .social-icons a {
	background: none;
	height: auto;
}
.site-footer .footer-social .social-icons a:hover {
    background: none;
   
}


.hero-section .hero-content h1, .hero-section .hero-content .h1 {
	 font-family: "Lato", sans-serif;
	 font-weight: 900;
	 color: #344154;

}

.benefits-section .benefit-item .benefit-text

 {
   
    width: calc(100% - 60px);
}


#menu-main-menu .btn-danger {
	padding: 0;

}

.navbar .navbar-nav .nav-item.btn-danger .nav-link:hover, 
.navbar .navbar-nav .nav-item.btn-danger .nav-link.active {
	color: #fff;

}

.hero-section .btn-danger

 {
    padding: 15px 30px;
}
.benefits-section .text-danger {
	color:#C8002D!important;
}
.btn-danger {
	background-color: #EA063A ;
	    border-color: #EA063A;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p 

 {
    font-family: "Lato", sans-serif;
    
}
.contact-section h2 + p {
	    font-size: 1.2rem;
    max-width: 720px;
    margin: 0 auto;
}
.contact-section label {
    font-size: 0.99rem;
}

.site-footer {
	background-color: #000;
}

.footer-bottom p.direccion {
	color: #555555;
}
.site-footer .footer-bottom

 {
    margin-top: 8px;
    border: none;
}
.site-footer ul li {
	margin-bottom: .9rem;
}
.gallery-slider .swiper-slide img.img-fluid {
	border-radius: .8rem;

}
.contact-section {
	background-color: #fff;
}
.hero-section .hero-content h1, .hero-section .hero-content p
{
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #ff0043;
	color: #fff;
	font-weight: 700;
}
.nav-pills .nav-link {
	color: #333;
	
	   padding: .6rem 2rem;
	   background-color: #e1e1e1
}

.site-footer h3 i {
    color: #fff;
}

.site-footer h3 {
    color: #ff0043;
}
.bloque-galeria {
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
        border-radius: .8rem;
}

@media (min-width: 992px) {
	.hero-section:after {
	content: none; }
	.hero-section .hero-content h1, 
	.hero-section .hero-content p {
    color: #344154; }
}