@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #58595b;
}

/*boton lateral*/
#feedback {
  height: 155px;
  width: 136px;
  right:0px;
  background-image:url(../img/promo1.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: fixed;
  top: 60%;
  z-index: 999;
  transform: rotate(0deg);
  webkit-transform:rotate(0deg);
  moz-transform: rotate(0deg);
  o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
  display: block;
  height: 155px;
  width: 252px;
  right:0px;
  padding: 8px 16px;
  /* color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  /*border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;*/
}
#feedback:hover {
	width: 245px;
}

#feedback a:hover {

background: url(../img/promocion1.png) top right;

background-repeat:no-repeat;

/* width: 370px; */
}
/*Mail xs*/
#mail-lateral{
	position:fixed;
	bottom: 50px;
	right: 0px;
	background-color: transparent;
	z-index: 96;
	padding: 0px 0px;
}
/*fin Mail xs*/
/*se acaba boton lateral*/
hr{
	color: #000000;
	height:5px;
	width:100%;
}
h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 45px;
	margin:  0;
}
h3{
font-size: 34px;
font-weight: 900;
}
h4{
	text-transform: none;


}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-align:justify;
	color:#000000;
}
p1{
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align:justify;
	color:#000000;
}
p.intro{
	font-size: 17px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #000000;}
a:hover,
a:focus{
	text-decoration: none;
	color: #94d60a;
}
a h4{
	background-color:#EC2A2E;}
.section-title hr{
	/*border-color: #fcac45;*/
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.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; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */

.selected{
	background: url("../img/flechanav.png") no-repeat center 75px;
	height:100px;
padding-top:20px;
	margin-bottom:-28px;
}

#tf-menu {
	padding: 0px;
	padding-bottom:0px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background:url("../img/barramenu1.png") repeat-y center;
}
#tf-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
margin-bottom:15px;
}
#tf-menu a.navbar-brand img{
	/*width:180px;*/
	width:250px;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	/*text-transform: uppercase;*/
	 font-size: 15px;
	letter-spacing: 1px;

}


/*.on {
	background-color: #222222 !important;
}*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #888888 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FCAC45;
	border-color: #FCAC45;
	}

.navbar-default .navbar-toggle:hover>.icon-bar {
background-color: #949494;
	}

	ul ,ol{
		list-style: none;
		}

	.navbar-nav li ul{
	display:none;
	position:absolute;
	min-width:140px;
	}

	.navbar-nav li:hover > ul{
		display:block;
		}

	.navbar-nav li ul li{
		position:relative;
		}

		.navbar-nav li ul li ul{
			}

/* Home Style */
#tf-home{
	/*background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;*/

	height:auto;



}

#tf-home .overlay{
	margin-top: -498px;
    align-content: center;
    margin-left: 468px;

	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height:auto;
	background-attachment: fixed;

}
#tf-home p.lead{
	color: #e3e3e3;
}
.content{

	position: relative;
	padding: 20% 0 0;
}

.color{
	color: #fcac45;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	/*color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;*/
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	/*background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;*/
}
/* About Section */
#tf-about{
	padding: 0px 0 35px;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{
	margin-right: 10px;
}

#tf-about1{
	padding: 45px 0;
}
ul.about1-list{ margin: 30px 0 0 ;}
ul.about1-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about1-list li span{
	margin-right: 10px;
}

/* Team Section */
#tf-team{
	background-color: #FFFFFF;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000000;
    padding:20px;
}
#tf-team .overlay{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.73) 17%, rgba(255,255,255,0.66) 35%, rgba(255,255,255,0.55) 62%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(17%,rgba(255,255,255,0.73)), color-stop(35%,rgba(255,255,255,0.66)), color-stop(62%,rgba(255,255,255,0.55)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.73) 17%,rgba(255,255,255,0.66) 35%,rgba(255,255,255,0.55) 62%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.73) 17%,rgba(255,255,255,0.66) 35%,rgba(255,255,255,0.55) 62%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.73) 17%,rgba(255,255,255,0.66) 35%,rgba(255,255,255,0.55) 62%,rgba(255,255,255,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.73) 17%,rgba(255,255,255,0.66) 35%,rgba(255,255,255,0.55) 62%,rgba(255,255,255,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 55px 0;
}
.section-title.center{
	padding: 30px 0 60px;
	}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}
.section-title.center .line{
	border-top: 4px solid #fcac45;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #000;
    text-align: center;
}

img.img-circle.team-img {
	width: 100%;

	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #FCAC45;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding: 9px;
	color: #000000;
}

/*.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}
*/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #FCAC45;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #FCAC45;
}

/* Services Section */
#tf-services{
	padding: 0px 0;
}
#tf-services1{
	padding: 0px 0 0px;
}
.space{
	margin-top: 15px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #FCAC45;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
	background: #FCAC45;
	color: #ffffff;
}

/* Clients Section */
#tf-clients{
	background: #ffffff;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-clients .overlay{
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 60px;
    color: #FFF;
    text-align: center;
}
#tf-clients1{
	background: #ffffff;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-clients1 .overlay{
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#clients1 .item{
    padding: 0;
    margin: 60px;
    color: #FFF;
    text-align: center;
}
#tf-clients2{
	background: #e6e7e8;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-clients2 .overlay{
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 15px 0;
	background-attachment: fixed;
}

#clients2 .item{
    padding: 0;
    margin: 60px;
    color: #FFF;
    text-align: center;
}
/* Gallery Section
==============================*/
#tf-works{
	padding: 0px 0;
}
.categories{
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: -26px;
	margin-bottom:5px;
	margin-right:40px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;

}
ol.type li:last-child:after { content: ''; }
/*ol.type li a{ color: #222222}*/
ol.type li a.active { font-weight: 700; }
.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{
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	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;
}
.hover-bg:hover .hover-text>h4{
	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;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #FCAC45;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FCAC45;
}
/* Testimonials Section */
#tf-testimonials{
	background: url(../img/05.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-testimonials .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */
#tf-contact{
	padding: 0px 0;
	padding-bottom: 40px;

}

label {
	float: left;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	/*background-color: #000;*/
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: left;
	background: #94d60a;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
    left: 45px;
    bottom: -60px;
}
.hs-form .hs-button {
    color: #fff;

    background-color: #94d60a !important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #94d60a), color-stop(100%, #94d60a)) !important;
    background-image: -webkit-linear-gradient(top, #94d60a,#94d60a) !important;
    background-image: -moz-linear-gradient(top, #94d60a,#94d60a) !important;
    background-image: linear-gradient(top, #94d60a,#94d60a) !important;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #94d60a !important;
    border-bottom: 1px solid #94d60a !important;
    border-right: 1px solid #94d60a !important;
    border-left: 1px solid #94d60a !important;
    border-radius: 1px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: #e6e7e8;
	color: #000000;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #005e2b;
	border-color: #005e2b;
	color: #ffffff;}

#pagos{text-align:left; }
#beneficios{text-align:center;}
.info{
     float: right;
     margin-bottom: 30px;
  }
.mapas{height: auto;
    position: relative;
    padding: 0 0 0;
	background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

}
#map{
	border-color:#5DF500;
	line-height:2px;}
	#formulario {

		margin-top:5px;
		position: relative;
    margin-bottom: 103px;
		margin-left:0px;
		padding-top: 55px;
		}
	#formulario1{
		background-color:#f3f3f3;
		margin-top:20px;
		padding-top:20px;
		padding-bottom:10px;}

		#formulario2{
		background-color:#f3f3f3;
		margin-top:20px;
		padding-top:20px;
		padding-bottom:10px;
		}
		#formulario3{
		background-color:#f3f3f3;
		margin-top:20px;
		padding-top:20px;
		padding-bottom:20px;}

		.intro{
    display: block;
    margin-top:8px;
    width: 90%;
    height: 18px;
    padding: 0px 10px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s,

















    -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn1 {
	background: #94d60a;
	margin-top:6px;
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: -5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid groove;
    border-radius: 0px;
	width: 100px;
	color:#FFFFFF;
}
.col-md-1 col-sm-1 col-lg-2 a img >hover{
	background-color:#565656;}

	/***********submenu**********/




.icon-team:before {
	 content: "\f234";
}

.icon-blog:before {
	 content: "\f234";
}

.icon-home:before {
	 content: "\f234";
}

.icon-portfolio:before {
 content: "\f234";
}


a, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Global CSS that are applied for all screen sizes */

.nav1 ul {
	max-width: 1100px;
	margin: 0;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	font-weight: 300;
}

.nav1 li span {
	display: block;
}

.nav1 a {
	display: block;
	color: rgba(255,255,255,1);
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}

.nav1 i{
	/* Make the font smoother for Chrome */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Remove the blue Webkit background when element is tapped */

a, button {
	-webkit-tap-highlight-color: rgba(51,153,0,1);
}

/* Hover effect for the whole navigation to make the hovered item stand out */

.no-touch .nav1 ul:hover a {
	color: rgba(249, 249, 249, .5);
}

.no-touch .nav1 ul:hover a:hover {
	color: rgba(250,250,250,1);
}

/* Adding some background color to the different menu items */

.nav1 li:nth-child(6n+1) {
	background: rgba(0,0,0,0.80);
}

.nav1 li:nth-child(6n+2) {
	background: rgba(0,0,0,0.80);

}

.nav1 li:nth-child(6n+3) {
	background: rgba(0,0,0,0.80);

}

.nav1 li:nth-child(6n+4) {
	background: rgba(0,0,0,0.80);

}



/* For screen bigger than 800px */
@media (min-width: 50em) {

	/* Transforms the list into a horizontal navigation */
	.nav1 li {
		float: left;
		/*width: 20.66666666666667%;*/
        width: 20.755%;
		text-align: center;
		-webkit-transition: border .5s;
		-moz-transition: border .5s;
		-o-transition: border .5s;
		-ms-transition: border .5s;
		transition: border .5s;
	}

	.nav1 a {
		display: block;
		width: auto;
	}

	/* hover, focused and active effects that add a little colored border to the different items */
	.no-touch .nav1 li:nth-child(6n+1) a:hover,
	.no-touch .nav1 li:nth-child(6n+1) a:active,
	.no-touch .nav1 li:nth-child(6n+1) a:focus {
		border-bottom: 10px solid rgb(148, 214, 10);
	}
	.no-touch .nav1 li:nth-child(6n+1) a:hover > span {
		color: rgb(148,214,10);
	}

	.no-touch .nav1 li:nth-child(6n+2) a:hover,
	.no-touch .nav1 li:nth-child(6n+2) a:active,
	.no-touch .nav1 li:nth-child(6n+2) a:focus {
		border-bottom: 10px solid rgb(244,39,51);
	}
	.no-touch .nav1 li:nth-child(6n+2) a:hover > span {
		color: rgb(244,39,51);
	}

	.no-touch .nav1 li:nth-child(6n+3) a:hover,
	.no-touch .nav1 li:nth-child(6n+3) a:active,
	.no-touch .nav1 li:nth-child(6n+3) a:focus {
		border-bottom: 10px solid rgb(250, 208, 0);
	}
	.no-touch .nav1 li:nth-child(6n+3) a:hover > span {
		color: rgb(250, 208, 0);
	}

	.no-touch .nav1 li:nth-child(6n+4) a:hover,
	.no-touch .nav1 li:nth-child(6n+4) a:active,
	.no-touch .nav1 li:nth-child(6n+4) a:focus {
		border-bottom: 10px solid rgb(19, 192, 215);
	}
	.no-touch .nav1 li:nth-child(6n+4) a:hover > span {
		color: rgb(19, 192, 215);
	}

	.no-touch .nav1 li:nth-child(6n+5) a:hover,
	.no-touch .nav1 li:nth-child(6n+5) a:active,
	.no-touch .nav1 li:nth-child(6n+5) a:focus {
		border-bottom: 10px solid rgb(16, 34, 44);
	}

	.no-touch .nav1 li:nth-child(6n+6) a:hover,
	.no-touch .nav1 li:nth-child(6n+6) a:active,
	.no-touch .nav1 li:nth-child(6n+6) a:focus {
		border-bottom: 10px solid rgb(9, 18, 25);
	}

	/* Placing the icon */

	.icon {
		padding-top: 1.2em;
		padding-bottom:0.8em;
	}

	.icon + span {
		margin-top: -0.9em;
		-webkit-transition: margin .5s;
		-moz-transition: margin .5s;
		-o-transition: margin .5s;
		-ms-transition: margin .5s;
		transition: margin .5s;
	}

	/* Animating the height of the element*/
	.nav1 a {
		height: 11em;
	}

	.no-touch .nav1 a:hover ,
	.nav1 a:active ,
	.nav1 a:focus {
		height: 12.6em;
	}

	/* Making the text follow the height animation */
	.no-touch .nav1 a:hover .icon + span {
		margin-top: 3.2em;
		-webkit-transition: margin .5s;
		-moz-transition: margin .5s;
		-o-transition: margin .5s;
		-ms-transition: margin .5s;
		transition: margin .5s;
	}

	/* Positioning the icons and preparing for the animation*/
	.nav1 i {
		position: relative;
		display: inline-block;
		margin: 0 auto;
		padding: 0.4em;
		border-radius: 50%;
		font-size: 1.8em;
		box-shadow: 0 0 0 30px transparent;
		/*background: rgba(255,255,255,0.1);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);*/
		-webkit-transition: box-shadow .6s ease-in-out;
		-moz-transition: box-shadow .6s ease-in-out;
		-o-transition: box-shadow .6s ease-in-out;
		-ms-transition: box-shadow .6s ease-in-out;
		transition: box-shadow .6s ease-in-out;
	}

	/* Animate the box-shadow to create the effect */
	.no-touch .nav1 a:hover i,
	.no-touch .nav1 a:active i,
	.no-touch .nav1 a:focus i {
		box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		-ms-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
	}

}

@media (min-width: 50em) and (max-width: 61.250em) {

	/* Size and font adjustments to make it fit into the screen*/
	.nav1 ul {
		font-size: 1.2em;
	}

}

/* The "tablet" and "mobile" version */

@media (max-width: 49.938em) {

	/* Instead of adding a border, we transition the background color */
	.no-touch .nav1 ul li:nth-child(6n+1) a:hover,
	.no-touch .nav1 ul li:nth-child(6n+1) a:active,
	.no-touch .nav1 ul li:nth-child(6n+1) a:focus {
		background: rgb(148, 214, 10);
	}

	.no-touch .nav1 li:nth-child(6n+2) a:hover,
	.no-touch .nav1 li:nth-child(6n+2) a:active,
	.no-touch .nav1 li:nth-child(6n+2) a:focus {
		background: rgb(244,39,51);
	}

	.no-touch .nav1 li:nth-child(6n+3) a:hover,
	.no-touch .nav1 li:nth-child(6n+3) a:active,
	.no-touch .nav1 li:nth-child(6n+3) a:focus {
		background: rgb(250, 208, 0);
	}

	.no-touch .nav1 li:nth-child(6n+4) a:hover,
	.no-touch .nav1 li:nth-child(6n+4) a:active,
	.no-touch .nav1 li:nth-child(6n+4) a:focus {
		background: rgb(19, 192, 215);
	}


	.nav1 ul li {
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		-ms-transition: background 0.5s;
		transition: background 0.5s;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.nav1 li {
		background: rgb(0, 0, 0) !important;
	}

}

/* CSS specific to the 2x3 columns version */
@media (min-width:32.5em) and (max-width: 49.938em) {

	/* Creating the 2 column layout using floating elements once again */
	.nav1 li {
		display: block;
		float: left;
		width: 50%;
	}

	/* Adding some padding to make the elements look nicer
	.nav1 a {
		padding: 0.1em;
	}

	/* Displaying the icons on the left, and the text on the right side using inlin-block*/
	.nav1 li span,
	.nav1 li span.icon {
		display: inline-block;
	}

	.nav1 li span.icon {
		width: 50%;
	}

	.nav1 li .icon + span {
		font-size: 1em;
	}

	.icon + span {
		position: relative;
		top: -0.2em;
	}

	/* Adaptating to the icons to animate the size and border of the rounded background in a more discreet way */
	.nav1 li i {
		display: inline-block;
		padding: 8% 9%;
		border: 4px solid transparent;
		border-radius: 50%;
		font-size: 0.9em;
		background: rgba(255,255,255,0.1);
		-webkit-transition: border .5s;
		-moz-transition: border .5s;
		-o-transition: border .5s;
		-ms-transition: border .5s;
		transition: border .5s;
	}

	/* Transition effect on the border color */
	.no-touch .nav1 li:hover i,
	.no-touch .nav1 li:active i,
	.no-touch .nav1 li:focus i {
		border: 4px solid rgba(255,255,255,0.1);
	}

}

/* Adapting the font size and width for smaller screns*/
@media (min-width: 32.5em) and (max-width: 38.688em) {

	.nav1 li span.icon {
		width: 50%;
	}

	.nav1 li .icon + span {
		font-size: 0.9em;
	}
}

/* Styling the toggle menu link and hiding it */
.nav1 .navtoogle{
	display: none;
	width: 100%;
	padding: 0.5em 0.5em 0.8em;
	font-family: 'Lato',Calibri,Arial,sans-serif;
	font-weight: normal;
	text-align: left;
	color: rgb(7, 16, 15);
	font-size: 1.2em;
	background: none;
	border: none;
	border-bottom: 4px solid rgb(221, 221, 221);
	cursor: pointer;
}

.nav1toogle i{
	z-index:-1;
}

.icon-menu1 {
	position: relative;
	top: 3px;
	line-height: 0;
	font-size: 1.6em;
}

@media (max-width: 32.438em) {

	/* Unhiding the styled menu link */
	.nav1 .navtoogle{
		margin: 0;
		display: block;
	}

	/* Animating the height of the navigation when the button is clicked */

	/* When JavaScript is disabled, we hide the menu */
	.no-js .nav1 ul {
		max-height: 30em;
		overflow: hidden;
	}

	/* When JavaScript is enabled, we hide the menu */
	.js .nav1 ul {
		/* max-height: 0em; */
		overflow: hidden;
	}

	/* Displaying the menu when the user has clicked on the button*/
	.js .nav1 .active + ul {
		max-height: 30em;
		overflow: hidden;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-o-transition: max-height .4s;
		-ms-transition: max-height .4s;
		transition: max-height .4s;
	}

	/* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/

	.nav1 li span {
		/* display: inline-block; */
		height: 100%;
	}

	.nav1 a {
		padding: 0.5em;
	}

	.icon + span {
		margin-left: 1em;
		font-size: 0.8em;
	}

	/* Adding a left border of 8 px with a different color for each menu item*/
	.border-bottom{
		width:60%;
		margin-left:20%;
		height:1px;
	}
	.nav1 li:nth-child(6n+1) > .border-bottom{
		border-bottom: 8px solid rgb(148, 214, 10);
	}


	.nav1 li:nth-child(6n+2) > .border-bottom {
		border-bottom: 8px solid rgb(244,39,51);
	}

	.nav1 li:nth-child(6n+3) > .border-bottom {
		border-bottom: 8px solid rgb(250, 208, 0);
	}

	.nav1 li:nth-child(6n+4) > .border-bottom {
		border-bottom: 8px solid rgb(19, 192, 215);
		/* border-bottom-width: 14px !important; */
	}

	.nav1 li:nth-child(6n+5) {
		border-left: 8px solid rgb(16, 34, 44);
	}

	.nav1 li:nth-child(6n+6) {
		border-left: 8px solid rgb(9, 18, 25);
	}

	/* make the nav bigger on touch screens */
	.touch .nav1 a {
		padding: 0.8em;
	}
}
@media screen and (min-width: 1024px) {

#menu1{
	width: 1027px;
	height:225px;
  /*margin-left:50px;
	margin-right:50px;
	padding-left: 430px;
  padding-right: 360px;*/
	margin: 0px auto;
	margin-top:-150px;
	}

	.nav1 li:nth-child(6n+1) {
	background: rgba(0,0,0,0.80);
	margin: 0px 25px;
}

.nav1 li:nth-child(6n+2) {
	background: rgba(0,0,0,0.80);
	margin: 0px 20px;
}

.nav1 li:nth-child(6n+3) {
	background: rgba(0,0,0,0.80);
	margin: 0px 20px;
}

.nav1 li:nth-child(6n+4) {
	background: rgba(0,0,0,0.80);
	margin: 0px 20px;
}



}
.beneficios-image{
    float:left;
 width:16%;
 height:45px; 

}
.beneficios-image-pequeno{
 float:left;
 width:14%;
 height:45px; 
}

.beneficios-title{float:left;
width:84%;
height:60px;
border-bottom:1px solid #5A5A5A;
font-size: 23px;
 line-height:110%; }

.beneficios-title span{margin:5px 0px 0px 0px;
font-size:25px;
font-weight: bold;
color:#000000; }

.beneficios-detalles{float:left;
width:100%;
margin-top:30px;
height:30px;
text-align:right;
    margin-bottom: 20px; }

.beneficios-imagen{
 float:left;
 width:16%;
 height:45px;
}
.beneficios-imagen-pequeno{
 float:left;
 width:14%;
 height:45px;
}

.beneficios-titles{float:left;
width:84%;
height:60px;
border-bottom:1px solid #5A5A5A;
font-size: 23px;
 line-height:110%;
color:#000000; }

.beneficios-titles span{margin:5px 0px 0px 0px;
font-size:25px;
font-weight: bold;  }

.beneficios-detalle{float:left;
width:100%;
margin-top:30px;
height:30px;
text-align:right;
    margin-bottom: 20px; }
/*Ajustes Ruben*/
.space-menu{
	margin-top: 130px;
}
.beneficios-xs{
	color:#333;
	padding: 35px 0px;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
}
.beneficios-xs ul{
	list-style: disc;
	padding-left: 15%;
	width: 88%;
}
.imagenes-servicio{
	display:none;
}
#aviso-privacidad{
width: 94%;margin: 0px auto;}
#aviso-privacidad h1{
    font-size: 25pt;
    text-align: center;
}
#aviso-privacidad h2{
    font-size: 17pt;
    text-align: center;
    margin-bottom: 20px;
}
#aviso-privacidad p{
    font-size: 13pt;
}
#aviso-privacidad ul{
    list-style: disc;
    margin-left: 34px;
    font-size: 12pt;
}

.container-servypaquetes{
	margin-top: 145px;
}
.container-servypaquetes #menu1{
	margin-top: 45px;
}

.headeraccesoabajo {
    display:none;
}

@media (max-width: 767px) {
    .headeracceso{
        display:none;
    }
    .headeraccesoabajo{
        display:inline;
        float:left;
        margin-top:15px;
        width:278px;
        list-style-type: none;
        margin-left:-20px;
        margin-bottom: -25px;
    }
	#tf-about h2, #tf-services h2{
		font-size: 22pt;
		text-align: center;
	}
	#tf-services1 h2, #tf-works h2, #tf-services1b h2, #tf-contact h2{
		font-size: 22pt;
	}
	.service1{
		text-align: left;
	}
	#banner-movil{
		background: url(../img/index/banner-principal.jpg) top center;
		background-size: contain;
		margin-top: -84px;
		padding-top: 340px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.imagenes-servicio{
    padding: 0px;
    margin: 30px 0px;
    display: block;
	}
	.container-servypaquetes{
		margin-top: 0px;
	}
	.container-servypaquetes #menu1{
		margin-top: 45px;
	}
}
#interior{

	}
#barra{
	display:none;
    padding-top: 80px;
    padding-bottom: 130px;
	}
#gracias{
     display:none;
	text-align:center;
	color:#B6B6B6;
	margin-top: 50px;
    margin-bottom: 130px;
	}
 #error{
		display:none;
		color:#C1C1C1;
		}
 table, th, td {

	width:100%;
}
td {
	width:20px;
	text-align:center;
	padding:0px;
}
table#adends td{
    border: 1px solid black;
}
#pp:hover {
	content:url(../img/paypalfooter.png);
}
#amex:hover{
	content:url(../img/amexipac.png);
	}
#fact:hover{
	content:url(../img/PAC55702.png);
	}
	#bg{position: relative;
    height: 75px;
    width: 75px;
    background-color: #97C93C;
    border-radius: 150px;
    top: 0px;
    left: 1px;
	}
	.facturacion-titles{
			float: left;
			width: 80%;
			height: 105px;
			font-size: 15px;
			line-height: 28px;
			margin-left: 8px;
  }
.facturacion-titles-corto{
			float: left;
			width: 80%;
			height: 105px;
			font-size: 15px;
            text-align: left;
			line-height: 28px;
			margin-left: 8px;
            color:#000000;
            font-size:23px;

  }
	.facturacion-titles span{
		margin:5px 0px 0px 0px;
	  font-size:20px;
		color:#000000;
	  }
.no-padding{
	padding: 0px;
}
.no-margin{
	margin:0px;
}
.img-numeros{

margin-bottom: 20px;
}
.img-pdf{
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
table#contacto td{
	height: 40px !important;
}
table#contacto td img{
	height: 40px !important;
}
table#contacto{
	color:#000;
}
.hs-form label{
	font-family: 'Open Sans', sans-serif !important;
}
.hs-form textarea.hs-input{
	width: 94% !important;
}
.horario{
	float:left;
	margin-left:15px;
	line-height: 39px;
}
.ayuda-form{
    font-size: 11px;
}
.numeracion{
	float: left;
	width: 90px;
	height: 58px;
	font-size: 40px;
	color: #94d60a;
	margin: 18px 30px 22px 30px;
	font-weight: bolder;
}
.numeracion span{
    float: right;
    color: #c6c7c8;
}
	.nav1 li p{
		color:#fff;
	}
#num2{
    margin-top: 134px;
    margin-bottom: 138px;
}
#num3{
    margin-top: 59px;
    margin-bottom: 65px;
}

@media (min-width: 768px) {}
@media (min-width: 992px) {

  .col-6 {
    	width: 48%;
  }
  .beneficios{
    	margin-left: 4%;
	}
	.col-4{
    width: 30%;
}
	.ofrecemos{
    margin: 0px 5%;
}
}
@media (min-width: 1200px) {}
@media (max-width: 319px){
	.facturacion-titles{
        height:140px !important;
    }   
}

@media (min-width: 500px) and (max-width: 768px){
    #banner-movil {
        background: url(../img/index/slide5b.jpg) top center !important;
    }
}

@media (max-width: 800px){
      .esconder{
        display:none;
    }
}
