.boton_whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #99cc33;
    color: #fff!important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
    bottom: 55%;
    right: 15px;
}
.boton_horas i,
.boton_whatsapp i{
  color: #fff;
}

.navegador{
	background-color: rgba(0, 0, 0, 0.6);;
	position: absolute;
	z-index: 999999;
	min-width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.navegador .navulo{
	background: none!important;
}
.navegador li{
	padding: 0 10px!important;
}
.navegador li a{
	font-size: 14px;
	color: #fff!important;
	font-weight: 600;
	letter-spacing: 2px;
}
.marca{
	width: 250px!important;
	min-width: 120px;
	margin: auto;
	z-index: 999999!important;
}
.navegador .cotizar a{
	background: #99cc33;
	padding: 5px 30px!important;
	border-radius: 30px;
}
.marca img{
	width: 100%;
}
.slide_banner .superior p{
	font-size: 14px;
	color: #fff!important;
	font-weight: 600;
	letter-spacing: 2px!important;
}
.slide_banner .linea{
	width: 30px;
	background: #99cc33;
	height: 4px;
}
.slide_banner .carousel-item {
  height: 780px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 	background-size: cover;
}
.slide_banner .opacidad{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(25,29,37,0);
	background: -moz-linear-gradient(top, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,29,37,0)), color-stop(100%, rgba(25,29,37,1)));
	background: -webkit-linear-gradient(top, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	background: -o-linear-gradient(top, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	background: linear-gradient(to bottom, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191d25', endColorstr='#191d25', GradientType=0 );
}
.slide_banner .info{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding-top: 250px;
}
.slide_banner .info a{
	background: rgb(160,185,63);
	background: linear-gradient(105deg, rgba(160,185,63,1) 0%, rgba(44,173,212,1) 100%);
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 14px;
	color: #fff!important;
	font-weight: 600;
	text-decoration: none;
}
h5{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 45px;
	font-family: 'Titillium Web', sans-serif;
}
.slide_banner .info .contenidoslide h3{
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	font-family: 'Titillium Web', sans-serif;
	font-style: italic;
}
.slide_banner .info .contenidoslide p{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}
.slide_banner .info i,
.slide_banner .info span{
	color: #99cc33;
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.1); }
    to { transform: none; }
}
.corazon{
	animation: latidos 1s infinite;
	transform-origin: center;
}

.servicios{
	background: rgba(25,29,37,1);
}
.servicios .titulo .baba p{
	font-size: 14px;
	color: #fff!important;
	font-weight: 600;
	letter-spacing: 2px!important;
}
.servicios .titulo .baba .linea{
	width: 30px;
	background: #99cc33;
	height: 4px;
}
.servicios .titulo h2{
	color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Titillium Web', sans-serif;
  font-style: italic;
}
.servicios .titulo p{
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.servicios img{
	width: 100%;
}
.servicios .contenedor1 .opacidad{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
	background: rgba(25,29,37,0);
	background: -moz-linear-gradient(top, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,29,37,0)), color-stop(100%, rgba(25,29,37,1)));
	background: -webkit-linear-gradient(top, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	background: -o-linear-gradient(top, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	background: linear-gradient(to bottom, rgba(25,29,37,0) 0%, rgba(25,29,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191d25', endColorstr='#191d25', GradientType=0 );
}
.servicios .contenedor1 .imagenservicios{
	position: relative;
}
.servicios .contenedor1 .titulo{
	position: absolute;
	z-index: 3;
	bottom: 20px;
}
.servicios .contenedor1 .titulo h4{
	color: #fff;
  font-size:20px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  line-height: 20px;
  font-style: italic;
  border-left: 5px solid #99cc33;
  padding: 15px;
}
.servicios .contenedor1 p{
	font-size: 12px;
	color: #fff!important;
	font-weight: 300;
}
.servicios .contenedor1 h6{
	font-size: 14px;
	color: #99cc33!important;
	font-weight: 600;
}
.servicios{
	padding: 30px;
}
.servicios a{
	text-decoration: none;
}
.servicios .contenedor1{
	margin-bottom: 30px;
}
.sobre img{
	width: 100%;
}
.sobre span{
	color: #99cc33;
}
.sobre .rojo{
	background: #99cc33;
	height: 80px;
	text-align: right;
}
.sobre .baba p{
	font-size: 14px;
	color: #2c2c2c!important;
	font-weight: 600;
	letter-spacing: 2px!important;
}
.sobre .roro .linea,
.sobre .baba .linea{
	width: 30px;
	background: #99cc33;
	height: 4px;
}
.sobre h2{
	color: #2c2c2c;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-style: italic;
}
.sobre p{
	font-size: 14px;
	font-weight: 300;
}
.sobre a{
	background: rgb(160,185,63);
	background: linear-gradient(105deg, rgba(160,185,63,1) 0%, rgba(44,173,212,1) 100%);
	padding: 15px 20px;
	border-radius: 30px;
	font-size: 14px;
	color: #fff!important;
	font-weight: 600;
	text-decoration: none;
}
.otro .superior,
.otro h2,
.otro p{
	color: #fff!important;
}
.otro span{
	color: ;
}
.pie{
	background: #1b1b1b;
}
.pie p{
	color: #ccc!important;
	font-size: 14px;
	font-weight: 300;
}
.pie .marca h6{
	color: #99cc33!important;
}
.pie h6{
	color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}
.pie ul{
	list-style: none;
	padding: 0;
}
.pie a{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.pie i{
	color: #99cc33!important;
}

.proyectos img{
	width: 100%;
}
.proyectos h4{
	color: #2c2c2c;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-style: italic;
}
.proyectos p{
	font-size: 14px;
  font-weight: 300;
}

@media only screen and (max-width: 980px) {
	.otro .roro .linea,
	.sobre .baba .linea,
	.servicios .baba .linea,
	.slide_banner .superior .linea{
		margin: auto!important;
	}
	.otro .roro,
	.sobre .baba,
	.servicios .baba,
	.slide_banner .superior{
		margin: auto;
		display: inline-block!important;
	}
	.navegador button{
		border:  1px solid #99cc33!important;
		border-radius: 0;
		padding: 10px;
	}
	.navegador .navbar-collapse{
		text-align: center;
		margin: 0!important;
	}
	.navegador .navbar-collapse form .navbar-nav{
		width: 100%;
	}
	.navegador .navbar-collapse form .goog{
		border-top: 1px solid #4f4f4f;
	}
	.navegador .navbar-collapse form .goog a{
		margin-top: 20px!important;
	}
	.pie div{
		margin-bottom: 0!important;
	}
	.pie .marca{
		padding: 40px;
	}
	body{
		text-align: center;
	}
	.servicios{
		text-align: center;
	}
	.slide_banner .marca{
		width: 140px;
		margin: auto;
	}
	.slide_banner .info .contenidoslide h3{
		font-size: 20px;
		font-weight: 700;
		line-height: 20px;
		font-family: 'Titillium Web', sans-serif;
	}
	.slide_banner h5{
		line-height: 12px;
		font-size: 12px;
	}
	.slide_banner p{
		font-size: 12px;
	}
}



