@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300);
@import url(http://fonts.googleapis.com/css?family=Playball);

body, html{
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

.colfun{
	float: center;
	width: 50%;
	padding:10px;
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
	
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .colfun {
        width: 100%;
    }
}

.services{
	/*float:left;*/
	padding-right:25px;
	max-width:360px;
	max-height:360px;
	vertical-align: text-bottom;  
}

.clients {
	position:center;
	padding:30px;
	padding-left:10px;
	width:auto;
}

#footer-section{
    padding:0;
    background:#313131;
    text-align:center;
    color:#999;
    position:relative;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

/* = Footer
-----------------------------------------------------*/
#footer-area{
	background: #171717;
	padding: 60px 0;
	text-align: center;
	position: relative;
	clear: both;
}
#footer-section {
	padding: 0;
	background: #313131;
	text-align: center;
	color: #999;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* = Footer socials
-----------------------------------------------------*/
.footer-socials-section {
	padding: 30px 0 15px;
	border-bottom: 1px solid #4A4A4A;
	text-align: center;
}
ul.footer-socials {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
ul.footer-socials li {
	float: none;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 15px;
}
ul.footer-socials li:last-child {
	margin-right: 0;
}
ul.footer-socials li a {
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
}
ul.footer-socials li a i {
	width: 36px;
	height: 36px;
	line-height: 34px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: none;
	color: #999;
	border: 1px solid #999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 14px;
	vertical-align: top;
}
ul.footer-socials li a:hover i {
	background: #6eb48c;
	color: #fff;
	border-color: #6eb48c;
}
ul.footer-socials li a span {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #999;
	display: inline-block;
	letter-spacing: 1px;
	margin-left: 10px;
	vertical-align: top;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.footer-socials li a:hover span {
	color: #6eb48c;
}
.footer-social-remove-circle ul.footer-socials li a {
	line-height: 20px;
}
.footer-social-remove-circle ul.footer-socials li a i,
.footer-social-remove-circle ul.footer-socials li a:hover i{
	border: none;
	background: none;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 20px;
}


/* = Footer Logo & copyright
-----------------------------------------------------*/
.footer-logo-copyright {
	padding: 40px 0 73px;
	text-align: center;
}
.footer-logo-copyright.footer-not-gotop {
	padding: 40px 0;
}
.footer-logo-copyright.footer-not-logo {
	padding: 20px 0 62px;
}
.footer-logo-copyright.footer-not-logo.footer-not-gotop {
	padding: 20px 0;
}
#footer-logo {
	margin: 0 0 32px 0;
}
#footer-copyright * {
	font-size: 14px;
	color: #999;
	line-height: 1.4;
	font-style: italic;
}
#footer-copyright a {
	color: #6eb48c;
}
#footer-copyright a:hover {
	text-decoration: underline;
}

/* = Footer Menu
-----------------------------------------------------*/
.footer-menu-wrap {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.footer-menu-wrap:before{
	content: "";
	display: table;
}
.footer-menu-wrap:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: "";
}
div.footer-menu > ul,
ul.footer-menu{
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.footer-menu li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	margin-bottom: 5px;
}
#footer-section .footer-menu li a{
	color: #999;
}
#footer-section .footer-menu li a:hover {
	color: #6eb48c;
}
.footer-menu ul.sub-menu {
	display: none !important;
}

/* = Footer go to top
-----------------------------------------------------*/
#footer-section .go-to-top-parent {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	bottom: 17px;
	text-align: center;
	z-index: 10;
}
#footer-section .go-to-top-parent span {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
#footer-section .go-to-top-parent span:before,
#footer-section .go-to-top-parent span:after {
	content: " ";
	display: table;
}
#footer-section .go-to-top-parent span:after {
	clear: both;
}
#footer-section .go-to-top-parent i {
	font-size: 18px;
	z-index: 5;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #999;
	line-height: 1;
	margin-bottom: 3px;
}
#footer-section .go-to-top:hover span,
#footer-section .go-to-top:hover i {
	color: #fff;
}

.penci-go-to-top-floating{
	cursor: pointer;
	position: fixed;
	bottom: 6px;
	right: 6px;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 26px;
	background-color: #6eb48c;
	color: #fff;
	z-index: 99999;
	transform: translate3d(0,60px,0);
	-webkit-transform: translate3d(0,60px,0);
	-moz-transform: translate3d(0,60px,0);
	-ms-transform: translate3d(0,60px,0);
	-o-transform: translate3d(0,60px,0);
	-webkit-transition: transform .4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
	-moz-transition: transform .4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
	-o-transition: transform .4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
	transition: transform .4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
}
.penci-go-to-top-floating.show-up {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
.penci-go-to-top-floating:hover {
	opacity: 0.85;
}
.penci-go-to-top-floating i {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.mySlides{
	max-width:350px;
	max-height:350px;
}



.services:hover {
  opacity: 0.05;
  -webkit-transition: opacity 2500ms;
  -moz-transition: opacity 2500ms;
  -o-transition: opacity 2500ms;
  -ms-transition: opacity 2500ms;
  transition: opacity 2500ms;
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}
.texto-encima{
    position: absolute;
    top: 15px;
    left: 20px;
}
.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    color:black;
    transform: translate(-50%, 0%);
}
	
@media (min-width: 1200px){
	.container {
	    position:relative;
	    display: inline-block;
	width: 1100px;
	text-align:justify;
	transform:scale (1.5);
	}
	
	#tm {
	    text-align:center;
	    max-height:max-content;
	    max-width:max-content;
	}
}

	/*
@media (min-width: 600px){
	.container {
	    position:relative;
	    display: inline-block;
	width: 510px;
	text-align:justify;
	transform:scale (1.5);
	}
	
	#tm {
	    text-align:center;
	    max-height:max-content;
	    max-width:max-content;
	}
}
*/
h1{
	text-transform: uppercase;
}

h2{
	line-height: 20px;
	margin:  0;
	text-align:center;
	line-height:2! important;
}

h4 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 700;
	color: #ae0d0f;
	text-align:justify;
	vertical-align: text-bottom;  

    
  padding: 3px 10px;
  border: PowderBlue 5px solid;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition:opacity 0.6;
  box-shadow:5px 5px 8px #109DF6;

}
h4:hover{
    color:white;
}

p{
	font-size: 14px;
	text-align:justify;
}
a { 
	color: #ffffff;
	    	transition: all 0.9 ease-in-out;
}

a:hover,
a > .fa.fa-facebook:hover {
    transition: all 0.9 ease-in-out ;
   transform: translateX(0px) rotate(0deg) scale(1.6);
   color:#000;
}
a > .fa.fa-twitter:hover {
    transition: all 0.9 ease-in-out ;
   transform: translateX(0px) rotate(0deg) scale(1.6);
   color:#9FD5D1;
}
a > .fa.fa-instagram:hover {
    transition: all 0.9 ease-in-out ;
   transform: translateX(0px) rotate(0deg) scale(1.6);
   color:#A349A4;
}
a > .fa.fa-google-plus:hover {
    transition: all 0.9 ease-in-out ;
   transform: translateX(0px) rotate(0deg) scale(1.6);
   color:#fff;
}
a:focus{
	color: #2F937B;
	text-decoration: none;
}



.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; }

/* Home Style */
#tf-home{
	background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFF;
}
.img > .services{

    vertical-align: text-bottom;  
}


#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(42,94,134,0.4) 0%, rgba(42,94,134,0.73) 17%, rgba(42,94,134,0.66) 35%, rgba(42,94,134,0.55) 62%, rgba(42,94,134,0.4) 100%);
	 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,94,134,0.8)), color-stop(17%,rgba(42,94,134,0.73)), color-stop(35%,rgba(42,94,134,0.66)), color-stop(62%,rgba(42,94,134,0.55)), color-stop(100%,rgba(42,94,134,0.4)));
	 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42,94,134,0.8) 0%,rgba(42,94,134,0.73) 17%,rgba(42,94,134,0.66) 35%,rgba(42,94,134,0.55) 62%,rgba(42,94,134,0.4) 100%); 
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42,94,134,0.8) 0%,rgba(42,94,134,0.73) 17%,rgba(42,94,134,0.66) 35%,rgba(42,94,134,0.55) 62%,rgba(42,94,134,0.4) 100%); 
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42,94,134,0.8) 0%,rgba(42,94,134,0.73) 17%,rgba(42,94,134,0.66) 35%,rgba(42,94,134,0.55) 62%,rgba(42,94,134,0.4) 100%); 
	/* IE10+ */
	background: linear-gradient(to bottom,  rgba(42,94,134,0.8) 0%,rgba(42,94,134,0.73) 17%,rgba(42,94,134,0.66) 35%,rgba(42,94,134,0.55) 62%,rgba(42,94,134,0.4) 100%); 
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
}

.content{
	padding: 15% 0 18% 0;
	text-align: center;
}
/* Navigation */
#tf-menu {
	margin-bottom: 0;
	background: transparent;
	border: 0;
	color: #fff !important;
	padding: 2% 0;
	transition: all 0.5s;
}
#sticky {
    padding: 0.5ex;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#tf-menu.sticky {
    position: static;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #96909036;
    padding: 2% 0;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

#tf-menu.navbar-default .navbar-nav > li > a:hover, 
#tf-menu.navbar-default .navbar-nav > li > a:focus {
	color: #ae0d0f;
	background-color: transparent;
}

.logo {
	font-family: 'Playball', cursive;
}

#tf-service{
	padding: 3% 0; 
}

.media-left.media-middle i {
	padding: 20px 30px 20px 0;
	font-size: 30px;
	color: #ae0d0f;

}

.media-body h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #ae0d0f;
}

#tf-portfolio{
	background: #f1f1f1;
	padding: 5%  0 8% 0;
	text-align: center;
}

.section-title hr{
	border-color: rgb(47, 147, 123);
	width: 60px;
}

.section-title h2{ font-weight: 700;}
button.btn,
a.btn {
	margin: 15px 5px;
	transition: all 0.5s;
}
button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
	background: #ae0d0f;
	border-color: transparent;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}
button.btn.btn-primary.my-btn:hover,
a.btn.btn-primary.my-btn:hover{
	background: #FFFFFF;
	color: #ae0d0f;
	border-color: transparent;
}
button.btn.btn-primary.my-btn.dark:hover,
a.btn.btn-primary.my-btn.dark:hover{
	background: #222222;
	color: #ffffff;
	border-color: transparent;
}
a.btn.btn-primary.my-btn2 {
	background: rgba(47, 147, 123, 0);
	border-color: #FFFFFF;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFFFFF;
}

a.btn.btn-primary.my-btn2:hover{
	background: #ae0d0f;
	color: #ffffff;
	border-color: transparent;
}

ul.cat.list-inline li a {
	border: 1px solid #2F937B;
	padding: 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #2F937B;
	transition: all 0.5s;
}

ul.cat.list-inline li a:hover{
	background: #2F937B;
	color: #ffffff;
}



ul.cat.list-inline1 li a {
	border: 1px solid #2F937B;
	padding: 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: red;
	transition: all 0.5s;
}

.space{ padding: 20px}
.toppadding{ padding-top: 30px}
.nopadding{ padding:  0;}

#tf-about{
	background: url(../img/07.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-about .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 10% 0;
}

#tf-why-me{
	/* background: url(../img/10.jpg); */
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-why-me .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}
ul.why-me li{
	margin: 10px 0;
}
#tf-contact{
	background: url(../img/08.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 5% 0;
	text-align: center;
}

form#contact {
	padding: 5%;
	background: #f1f1f1;
	outline: 6px solid rgba(34, 34, 34, 0.08);
}

#tf-contact input.form-control {
	height: 40px;
}

#tf-contact .form-control{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 0;
	border-top: 2px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: all 0.8s;
}
#tf-contact .form-control:focus,
#tf-contact .form-control:hover{
	border-top: 2px solid #2F937B;
}
nav#tf-footer {
	background: #000;
	padding: 0% 9% 0% 9%;
	color: #f1f1f1, #fff;
}