.proceso_icon figure {background: none;}
.process-box h5 {color: #fff; font-size: 14px;}
.section-title h6 {font-family: var(--primary-font); font-size: 20px; margin: 0px;}
.section-title h2:before {font-size: 18vw;line-height: 1;}
.service-box small {color: #822837;font-size: 16px;font-weight: bold;}
.service-box span {background-color: #822837;}
.footer {background-color: #822837;}
.navbar .hamburger span {background: #fff;}
.process-box span { border: 10px solid #822837;}
.process-box span:before {background: #822837;}
.form-group input[type=submit] {color:#fff;}
.custom-link a {color: #822837;}
.custom-link .lines span {background-color:#822837}
.swiper-slider .swiper-slide .slide-inner .container h1 {font-size: 5vw;line-height: 1.5;color: #fff;}
.nav-menu-hamburger .navbar .left {display: contents;}
.nav-menu-hamburger .navbar .logo {justify-content: left;}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .swiper-slider .swiper-slide .slide-inner .container h1 {
        font-size: 12vw;
    }
}
.navbar .logo a img {height: 70px;}

.wpcf7 textarea { color: #757575;}

.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;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}