@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://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: #5a5a5a;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 30px;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 14px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #ED4164;}
a:hover,
a:focus{
	text-decoration: underline;
	color: #ED4164;
}
.imgLogo{
    width:190px
}
.logoSmall{
	margin-top: -14px;
	height: 70px !important;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.section-title hr{
	border-color: #ED4164;
	border-width: 4px;
	width: 80px;
	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;
}
/*fuentes css*/
@font-face {
    font-family: "BlissPro-Bold";
    src: url(../fonts/includes/bliss_pro/BlissPro-Bold.otf) format("opentype");
}
@font-face {
    font-family: "BebasNeue";
    src: url(../fonts/includes/bebas_neue/BebasNeue.otf) format("opentype");
}
@font-face {
    font-family: "Arial";
    src: url(../fonts/includes/london_between/LondonMM.ttf) format("truetype");
}
/* Navigation */
#tf-menu {
	padding-top: 10px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: rgb(176,176,182);
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "BlissPro-Bold" ,sans-serif;
}
.dropdown-menu > li {
    display: inline-block;
   	width: 100%;
}
.open > .horizontal-list {
    display: inline-flex !important;
}
.on {
	background-color: #fff !important;
	padding: 0 !important;
	opacity: 1;
	line-height: 70px !important
}
.top-collapse{
	margin-top: 30px;
}

.navbar-default .navbar-nav a:hover{
	background-color: transparent;
	color: rgb(57,186,221) !important;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: rgb(57,186,221) !important;
}
.dropdown-menu > li > .active > a,
.dropdown-menu > li > .active > a:hover,
.dropdown-menu > li > .active > a:focus{
 background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #ED4164;
	border-color: #ED4164;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
/* Home Style */
#myCarousel .item img {
	background-position: center center;
    background-repeat: no-repeat;
	width: 100%;
	max-height: 650px;
	min-height: 650px;
	z-index: 1;
}
.carousel-caption{
	text-align: right;
}
.carousel-caption h3{
	width: auto;
	color: #fff;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "BebasNeue" ,"BlissPro-Bold",sans-serif;
	font-size: 32px;
	text-transform: uppercase;
}
.carousel-caption h2{
	float: right;
	width: 600px;
	color: #fff;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "BebasNeue" ,"BlissPro-Bold",sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 30px;
	border-bottom: 1px dotted #fafafa;
	line-height: 30px;
	border-style: none none dashed; 
}

.color{
	color: #ED4164;
}

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: #ED4164;
	color: rgb(57,186,221);
}
/* About Section */
#tf-about{
	padding: 80px 0;
}
#tf-about h3{
	color: rgb(26,158,221);
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}
#tf-about .about-title{
	text-align: right;
	color: rgb(176,176,182);;
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#tf-about p{
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
}

#tf-mision{
	padding: 60px 0;
	background-color: rgb(239,239,239);
}
#tf-mision h3{
	color: #1a9edd;
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#tf-mision p{
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
.borderDiv{
	border-right: 1px dashed #d8d8d8;
}
#tf-calidad{
	padding: 60px 0;
	background-color: rgb(29,172,226);
}
#tf-calidad h3{
	color: #fafafa;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#tf-calidad hr{
	float: right;
	width: 80%;
	margin-top: 40px;
	border: 1px dotted #fafafa;
    border-style: none none dashed; 
}

#tf-calidad p{
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}

.borderDiv{
	border-right: 2px dotted #d8d8d8;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: "Arial" ,sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Team Section */
#tf-team{
	background: #1c1c1c;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#tf-team .overlay{
	background:black;
	padding: 20px 0;
}
#tf-team iframe{
	width: 100%;
	height: 600px;
}
.imgNone{
	display: none;
}
.top{
	margin-top: 50px
}
/* Services Section */
#tf-logos{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
}
#tf-title-services{
	background-color: rgb(239,239,239);
	padding: 60px 0;
}
#tf-title-services h3{
	color: #1a9edd;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bdbdbd;
}
#tf-title-services .about-title{
	text-align: right;
	color:  #1a9edd;
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#tf-services{
	background: url(../img/bg_services.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}
#tf-services .overlay{
	background-color: rgba(0,110,172,.7);
	padding: 60px 0;
	background-attachment: fixed;
}
#tf-services h3{
	color: #fafafa;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}
#tf-services hr{
	float: right;
	width: 80%;
	margin-top: 40px;
	border: 1px dotted #fafafa;
    border-style: none none dashed; 
}
#tf-services strong{
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
	color: #fff;
}

#tf-services p{
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}

#tf-almacenamiento{
	background: rgb(239,239,239);
	padding: 60px 0;
}
#tf-almacenamiento p {
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-almacenamiento h4{
	font-family: "Arial" ,sans-serif;
	font-size: 24px;
	color: #6E6E6E;
}

#tf-tratamiento{
	background: url(../img/bg_autoclave.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}
#tf-tratamiento .overlay{
	background-color: rgba(0,110,172,.7);
	padding: 60px 0;
	background-attachment: fixed;
}
#tf-tratamiento p {
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-tratamiento h4{
	color: #fafafa;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}




#tf-politica{
	background: url(../img/thumbs/33a.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}
#tf-politica .overlay{
	background-color: rgba(0,110,172,.7);
	padding: 60px 0;
	background-attachment: fixed;
}
#tf-politica p {
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-politica h3{
	color: #fafafa;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}




#tf-aprovecha{
	background: url(../img/thumbs/8.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}
#tf-aprovecha .overlay{
	background-color: rgba(0,110,172,.7);
	padding: 60px 0;
	background-attachment: fixed;
}
#tf-aprovecha p {
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-aprovecha h3{
	color: #fafafa;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}




#tf-valorizacion{
	background: #fff;
	padding: 60px 0;
}
#tf-valorizacion p {
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-valorizacion h4{
	font-family: "Arial" ,sans-serif;
	font-size: 24px;
	color: rgb(0,110,172);
}

#tf-valorizacion i{
	font-size: 6px;
	color: rgb(0,110,172);
}

#tf-destruccion{
	background: rgb(139,139,139);
	padding: 60px 0;
}
#tf-destruccion p {
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-destruccion h4{
	font-family: "Arial" ,sans-serif;
	font-size: 24px;
	color: #fafafa
}

#tf-tecnologia{
	background: rgb(239,239,239);
	padding: 60px 0;
}
#tf-tecnologia p {
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-tecnologia h4{
	font-family: "Arial" ,sans-serif;
	font-size: 24px;
	color: #6E6E6E
}

#tf-tecnologia i{
	font-size: 6px;
	color: #585858;
}

#tf-alianzas{
	background-color: rgb(29,172,226);
	padding: 60px 0;
}

#tf-alianzas h4{
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	color: #fff;
}
#tf-alianzas p {
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-alianzas hr{
	float: right;
	width: 80%;
	margin-top: 40px;
	border: 1px dotted #fafafa;
    border-style: none none dashed; 
}
#tf-alianzas i{
	font-size: 6px;
	color: #fff;
}

#tf-gestion{
	background-color: #fff;
	padding: 60px 0;
}

#tf-gestion h4{
	font-family: "Arial" ,sans-serif;
	font-size: 25px;
	color: rgb(29,172,226);;
	border-bottom: 1px dotted #fafafa;
    border-style: none none dashed; 
}

#tf-gestion .img-responsive{
	width: 100%;
	border:0;
}

#tf-valores{
	background: rgb(139,139,139);
	padding: 60px 0;
}
#tf-valores p {
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-valores h4{
	font-family: "Arial" ,sans-serif;
	font-size: 24px;
	color: #fafafa
}

#tf-valores i{
	font-size: 6px;
	color: #fff;
}

#tf-insumos{
	background: rgb(239,239,239);
	padding: 60px 0;
}
#tf-insumos p {
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-insumos h4{
	font-family: "Arial" ,sans-serif;
	font-size: 24px;
	color: #6E6E6E
}

#tf-insumos i{
	font-size: 10px;
	color: #6E6E6E;
}

#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#clients .clients-wrap {
  display: block;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

#tf-sostenibilidad{
	background: url(../img/slider/slide_3_old.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}
#tf-sostenibilidad .overlay{
	background-color: rgba(0,110,172,.7);
	padding: 60px 0;
	background-attachment: fixed;
}
#tf-sostenibilidad h3{
	color: #fafafa;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}
#tf-sostenibilidad hr{
	float: right;
	width: 80%;
	margin-top: 40px;
	border: 1px dotted #fafafa;
    border-style: none none dashed; 
}
#tf-sostenibilidad strong{
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
	color: #fff;
}

#tf-sostenibilidad p{
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}







#tf-faq{
	background: #fff;
	padding: 60px 0;
}
#tf-faq p {
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 15px;
}
#tf-faq h4{
	font-family: "Arial" ,sans-serif;
	font-size: 24px;
	color: #6E6E6E;
	margin-bottom: 30px;
}
#tf-faq h3{
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
	color: #6E6E6E
}

/* Gallery Section 
==============================*/
#tf-gallery{
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #fff;
}
#tf-gallery2{
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #fff;
}
#tf-gallery3{
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #fff;
}
#tf-gallery4{
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #fff;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-gallery li.pull-right {
	margin-top: 10px;
}
#tf-gallery2 li.pull-right {
	margin-top: 10px;
}
#tf-gallery3 li.pull-right {
	margin-top: 10px;
}
#tf-gallery4 li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
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: 0;
  border-radius: 5px;
  border: 10px solid #FFF;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(189,189,189,1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(189,189,189,1);
  box-shadow: 0px 0px 6px 0px rgba(189,189,189,1);
}
.portfolio-item img{
  width: 100%;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	min-height: 180px;
	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{
	mar
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}

#tf-gallery i.fa {
  margin-top: 20px;
  height: 30px;
  width: 30px;
  border: 1px solid rgb(29,172,226);
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  color: rgb(29,172,226);
}
#tf-gallery2 i.fa {
  margin-top: 20px;
  height: 30px;
  width: 30px;
  border: 1px solid rgb(29,172,226);
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  color: rgb(29,172,226);
}

#tf-gallery3 i.fa {
  margin-top: 20px;
  height: 30px;
  width: 30px;
  border: 1px solid rgb(29,172,226);
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  color: rgb(29,172,226);
}
#tf-gallery4 i.fa {
  margin-top: 20px;
  height: 30px;
  width: 30px;
  border: 1px solid rgb(29,172,226);
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  color: rgb(29,172,226);
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #f2f2f2; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fafafa;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #858586;
}

.accordion-inner h4{
  margin-top: 0;
}


.panel-heading.active .panel-title>a{
  color:#fff;
}
a.accordion-toggle:hover{
	text-decoration: none;
	color: rgb(29,172,226);;
}
a.accordion-toggle i{
  color: #fff;
  width: 45px;
  line-height: 37px;
  font-size: 22px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #858586;
}
a.accordion-toggle i:hover{
	background: rgb(29,172,226);;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #ED4164;
	border: 0;
	opacity: .8;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}
button.btn.tf-btn.btn-default:hover{
	opacity: 1;
}

.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;
}
#tf-contact{
	background: rgb(139,139,139);
	padding: 60px 0;
}
#tf-contact h3{
	color: #fafafa;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}
#tf-contact .about-title{
	text-align: right;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#tf-contact-form{
	background: #fff;
	padding: 60px 0;
}
.mapa{
	width: 100%;
	min-height: 320px;
	border: 0;
}
textarea{
	resize: none;
}
.btn-primary{
	background-color:rgb(29,172,226);
	border:1px solid  rgb(29,172,226);
	opacity: 1;
}
.btn-primary:hover{
	background-color:rgb(29,172,226);
	border:1px solid  rgb(29,172,226);
	opacity: .8;
}
#tf-contact-form h3{
	color: #858586;
	font-family: "Arial" ,sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}
#tf-contact-form p{
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 15px;
}
/* Footer */
nav#footer{
	background: #0092ff;
	color: #ffffff;
	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 a{
	color: rgb(29,172,226);;
}
#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: rgb(29,172,226);
	border-color: rgb(29,172,226);
	color: #ffffff;
}
#loginModal{
	margin-top: 50px;
}	
.map{
	margin-top: 40px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(189,189,189,1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(189,189,189,1);
  box-shadow: 0px 0px 6px 0px rgba(189,189,189,1);
}

#docs{
	margin-top: 120px;
	width: 100%;
	border-top: 1px solid #6E6E6E;
	border-bottom: 1px solid #6E6E6E;
	background: #f2f2f2;
	padding: 20px 20px 60px 20px;
	box-sizing: border-box;
}
.admin-body-template a{
	color: rgb(29,172,226);
}
.footer-admin{
	margin-top: 100px
}

#tf-final{
	padding: 80px 0;
}
#tf-final h3{
	color: rgb(26,158,221);
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}
#tf-final .about-title{
	text-align: right;
	color: rgb(176,176,182);;
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#tf-final p{
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
}

#tf-ambiental{
	background: url(../img/thumbs/orquidea.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}
#tf-ambiental .overlay{
	background-color: rgba(0,110,172,.7);
	padding: 60px 0;
	background-attachment: fixed;
}
#tf-ambiental h3{
	color: #fafafa;
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}
#tf-ambiental hr{
	float: right;
	width: 80%;
	margin-top: 40px;
	border: 1px dotted #fafafa;
    border-style: none none dashed; 
}
#tf-ambiental strong{
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
	color: #fff;
}

#tf-ambiental p{
	text-align: justify;
	color: #fff;
	font-family: "Arial" ,sans-serif;
	font-size: 22px;
}
#tf-valores{
	padding: 80px 0;
}
#tf-valores h3{
	color: rgb(26,158,221);
	/*font-family: "BlissPro-Bold" ,sans-serif;*/
	font-family: "Arial" ,sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}
#tf-valores .about-title{
	text-align: right;
	color: rgb(176,176,182);;
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#tf-valores p{
	text-align: justify;
	color: #585858;
	font-family: "Arial" ,sans-serif;
	font-size: 20px;
}

.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;
}
