/*
Template 2084 Zipper

http://www.tooplate.com/view/2084-zipper
*/
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 300;
	overflow-x: hidden;
}

button { cursor: pointer; }
button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.container-fluid { 
	padding-left: 0; 
	padding-right: 0;
	overflow-x: hidden;
}

.tm-section {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 640px;
}

.tm-section2 {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}

.tm-section-home { background-image:url(../img/FullSizeRender.jpg); }
.tm-section-about { background-image: url(../img/image-02.jpg); }
.tm-section-services {
	background-color: #fff;
	color: #CCC;
}

.tm-section-contenido { background-image: url(../img/image-000.jpg); }

.tm-section-seccion1 {
background-image: url(../img/image-001.jpg);
	
}
.tm-section-seccion2 {
background-image: url(../img/image-002.jpg);
	
}

.tm-section-seccion3 {
background-image: url(../img/image-003.jpg);
	
}

.tm-section-seccion4 {
background-image: url(../img/image-004.jpg);
	
}

.tm-section-seccion5 {
background-image: url(../img/image-005.jpg);
	
}
.tm-section-seccion6 {
background-image: url(../img/image-006.jpg);
	
}

.tm-section-seccion7 {
background-image: url(../img/image-007.jpg);
	
}

.tm-section-seccion8 {
background-image: url(../img/image-008.jpg);
	
}


.tm-section-seccion9 {
background-image: url(../img/image-009.jpg);
	
}

.tm-section-seccion00 {
background-color: rgba(0,0,0,0.3); background-size:cover;
}	
.tm-section-seccion10 {
background-image: url(../img/image-010.jpg);
	
}
.tm-section-seccion11 {
background-image: url(../img/image-011.jpg);
	
}


.tm-section-video { background-image: url(../img/image-011.jpg); }

.tm-section-contact {  }

.navbar-toggler {
    background-color: rgba(0,0,0,0.3);
    background-image: url(../img/tm-navbar.png);
    border-radius: 0;
    border: none;
    color: rgb(255,255,255);
    display: block;
    margin: 0 auto;     
}

button:focus { outline: none; }
h1, h2, p {	color: white; }

p {
	font-weight: 275;
	line-height: 1.8;
	margin-bottom: 35px;
	color: #999;
}

.tm-section-title {
	color: #666666;
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: lighter;
}

.tm-section-title-big { font-size: 2.0rem;
font-weight: 250; }

.tm-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-pack: center;
        -webkit-justify-content: center;
            justify-content: center;
	position: fixed;
    width: 100%;  
    transition: all 0.3s ease;  
    z-index: 1000;
}

.tm-nav.scroll {
    background: rgba(0, 0, 0, 0.50);
    padding: 0;
}

.tm-nav.scroll .navbar { padding: 0; }
.nav-link, .nav-link:focus { color: white; }

.nav-link:hover,
.tm-nav ul li .current { color: #C4D0DC; }

.navbar-nav .nav-link {
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.tm-hero {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	    -webkit-align-items: center;
	        align-items: center;
	-ms-flex-pack: center;
	    -webkit-justify-content: center;
	        justify-content: center;
	text-align: center;
	min-height: 640px; /*for IE 11 & 10*/
}

.tm-hero-title { font-size: 1.8rem; font-weight: 250;}
.tm-hero-subtitle { 
	font-size: 1.0rem; 
	margin-bottom: 0;
}

.tm-hero-title,
.tm-hero-subtitle {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.0);
	color: #FFF;
	font-size: 1rem;
}

.tm-bg-black-translucent {
	background-color: rgba(0, 0, 0, 0.0);
}

.tm-content-box {
	height: 100%;
	min-height: 640px;
	max-heigth: 680px;
	max-width: 680px;	
	padding: 40px;	
	display: -ms-flexbox;	
	display: -webkit-flex;	
	display: flex;   
	-webkit-flex-direction: column;   
	    -ms-flex-direction: column;   
	        flex-direction: column; 
    -ms-flex-pack: center;    
        -webkit-justify-content: center;    
            justify-content: center;
}


.tm-content-box-right {
	margin-left: auto;
	margin-right:auto;
}

.tm-page-content-width {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}



.tm-flex-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
        -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
        -webkit-justify-content: center;
            justify-content: center;
}
.tm-textbox-padding2 {
	padding: 10px;
	padding-right: 200px;
	padding-left: 200px;
}
.tm-text-black2 {
	color: black;
	width: 500px;
}

.tm-textbox-padding { padding: 40px; }


.tm-text-black { color: black; }
.tm-fa { 
	color: white;
	padding-bottom: 40px;
    text-align: center;
    width: 100%;
}
.tm-margin-b-0 { margin-bottom: 0; }

.tm-section-testimonials { 
	padding-top: 50px; 
	padding-bottom: 50px;
}

.form-control {
	color: #666;
	border-radius: 0;
	font-size: 12px;
	padding: 10px 15px;
	border-bottom-color: #999;
}

.form-control:focus {
	color: #666;
}

.form-group { margin-bottom: 1.2rem; }

.tm-submit-btn {
	color: white;
    background-color: #666;
    border: none;
    padding: 10px 15px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.tm-submit-btn:hover,
.tm-submit-btn:active {
	background-color: #666;
}

.tm-section-contact { position: relative; }

.tm-copyright-div {
	display: table-footer-group;
}

.tm-copyright-text {
	margin-bottom: 0;
	margin-top: 0px
}


.a  { color:#333
}

@media screen and (max-width: 1230px) {
	.tm-3-col-textbox {
		width: 30%;
		margin-left:20px;
		margin-bottom: 30px;
	}
	.tm-contact-form{
	margin-left:auto;
	margin-rigth:auto;
}
}

@media screen and (max-width: 991px) {
	.tm-3-col-textbox {
	width: 30%;
	margin-left: 10px;
	margin-bottom: 15px;
	}

	.tm-copyright-div {
	position: static;
}
.tm-contact-form{
	margin-left:auto;
	margin-rigth:auto;
}
	
	
	
	p {
	margin-bottom: 35px;
	color: #999;
	font-size: 13px;
	}
	.tm-content-box {
	height: 50%;
	min-height: 240px;
	padding: 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	 border-top:1px solid rgba(0, 0, 0, .1);
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

}
	
	
}

@media screen and (max-width: 767px) {
	.tm-3-col-textbox {
		float: none;
		max-width: 480px;
		margin-left: auto;
		width: 70%;
	}

	.tm-navbar { background-color: rgba(0,0,0,0.6); }
	.navbar-nav .nav-item {	float: none; }
	.navbar-nav .nav-item+.nav-item { margin-left: 0; }
	.navbar { width: 100%; }

	.navbar-toggleable-sm .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.tm-contact-form{
	margin-left:auto;
	margin-rigth:auto;
}
}


@media screen and (max-height: 639px) {
	.tm-section-home,
	.tm-hero {
		height: 100vh;
		min-height: 100%;
	
	}
	.tm-contact-form{
	margin-left:auto;
	margin-rigth:auto;
}
}

@media screen and (max-width: 507px) {
	.tm-3-col-textbox {
		float: none;
		margin-left:auto;
		margin-bottom: 30px;
		width: 80%;
	}
	.tm-contact-form{
	margin-rigth:400px;
}



/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:active {
  background: #111112 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  background: #111112;
  color: #ffffff;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}
