
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.top-space-20 {
    margin-top: 20px;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.content {
    height: 100%;
}

/* Header */

#tl-header {
    /* Typography */
    text-align: center;
    color: #222;

    /* Background */
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: center 10%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#tl-header .intro-text {
    margin-top: -100px;
}

#tl-header .intro-text .logo {
	margin-top: 30px;
}

#tl-header .intro-text .intro-heading {
    margin-bottom: 225px;
    
    color: #222;
    font-family: "Lato";
    font-style: normal;
    line-height: 80px;
    text-transform: uppercase;
}

#tl-header .intro-text .intro-heading h1 {
	font-size: 50px;
    font-weight: 100;
}

#tl-header .intro-text .intro-heading p {
    font-size: 36px;
    font-weight: 200;
}

#tl-header .intro-text a.learn-more {
	/* Layout */
    padding: 20px 45px;

    /* Theme */
    border: 2px solid #222;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    color: #222;
    text-decoration: none;

    /* Typography */
    text-transform: uppercase;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 400;
}


/* Navigation */

#tl-navbar {
    background: #fff;
    margin-top: -100%;
    height: 70px;
    border: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#tl-navbar .navbar-header {
    height: 70px;
}

#tl-navbar .nav {
    height: 50px;
    line-height: 70px;
    margin-top: 10px;
}

#tl-navbar .nav li {
    margin-left: 10px;
}

#tl-navbar .nav li a {
    font-size: 16px;
    font-weight: 400;
}

#tl-navbar .nav li a:hover {
    color: rgb(101, 158, 176);
}


#tl-navbar .nav li.active a,
#tl-navbar .nav li.active a:hover {
    background: rgb(101, 158, 176);
    color: #fff;
    border-radius: 5px;
}


#tl-navbar .navbar-brand {
    overflow: hidden;
    height: 100%;
    padding: 0;
    line-height: 70px;
}

#tl-navbar .navbar-brand img {
    margin: 0;
    height: 38px;
}

#tl-products {
    overflow: hidden;
}

#tl-products .prod-cont {
    width: 70%;
    min-width: 640px;
    margin: 1000px auto;
}

#tl-products .prod {
    text-align: center;
    width: 310px;
    float: left;
}

#tl-products .prod22 {
    float: right;
}

#tl-products .prod a {
    color: #444;
    text-decoration: none;
}

#tl-products .prod a:hover {
    color: #666;
}

#tl-products .prod h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

#tl-products .prod li {
    color: #444;
    margin-bottom: 10px;
}

.tl-sep {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#tl-prod1-sep {
    background-image: url("../img/prod1-sep.jpg");
}

#tl-prod2-sep {
    background-image: url("../img/prod2-sep.jpg");
}

#tl-company-1 {
    background-image: url("../img/hist1-sep.jpg");
}

#tl-company-2 {
    background-image: url("../img/hist-sep.jpg");
}

#tl-contact-sep {
    z-index: 90;
    background-image: url("../img/contact-sep.jpg");
    background-position: center top;
}

#tl-end {
    background-image: url("../img/end-sep.jpg");
}

#tl-contact-sep ul {
    width: 730px;
    margin: 40px auto;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

#tl-contact-sep li {
    padding: 0;
    width: 33%;
    text-align: center;
    float: left;
    padding-left: 10px;
}

#tl-contact-sep li:first-child div {
    line-height: 110px;
}

#tl-contact-sep li:last-child {
    margin-right: 0;
}

#tl-contact-sep li div {
    margin: 0 auto;
    background-color: #e0e0e0;
    line-height: 105px;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    color: #fff;
}


#tl-contact-sep li p {
    margin-top: 15px;
    color: #222;
    font-size: 16px;
}

#tl-contact-sep li a {
    color: #222;
}

#tl-contact-sep li a:hover {
    text-decoration: none;
    color: #444;
    border: 0;
}

.tl-prod-line {
    text-transform: uppercase;
    width: 100%;
    margin-top: 30%;
    padding: 35px;
    height: 190px;
    background-color: rgb(255, 255, 255);
}

.tl-prod-line p {
    font-weight: 200;
    line-height: 40px;
    font-size: 18px;
    color: #444;
    text-align: center;
}

.tl-company-info {
    width: 100%;
    margin-top: 10%;
    padding: 0;
    text-transform: uppercase;
    height: 600px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.tl-company-info p {
    padding-top: 75px;
    line-height: 35px;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    color: #444;
}

.tl-company-info .tl-colors {
    width: 50%;
    height: 50%;
    margin: 500px auto;
    background-color: #fff;
    background-image: url("../img/colors.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    text-align: center;
}


.tl-sep img {
    width: 100%;
    margin-top: 40%;
}

.slide {
    background-color: #fff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 85%;
}

/* Prod 1 */

#tl-products-1 #slide-1 {
    background-color: rgb(248, 249, 251);
    background-image: url("../img/linhaconfeccao2.png");
}

#tl-products-1 #slide-2 {
    background-color: rgb(248, 248, 250);
    background-image: url("../img/linhaconfeccao1.png");
}

#tl-products-1 #slide-3 {
    background-color: rgb(251, 252, 252);
    background-image: url("../img/linhaconfeccao3.png")
}

#tl-products-1 #slide-4 {
    background-color: rgb(221, 224, 226);
    background-image: url("../img/linhaconfeccao4.png")
}

#tl-products-1 #slide-5 {
    background-color: rgb(251, 249, 248);
    background-image: url("../img/linhaconfeccao5.png")
}

/* Prod 2 */

#tl-products-2 #slide-1 {
    background-color: rgb(251, 251, 253);
    background-image: url("../img/linhadomestica1.png")
}

#tl-products-2 #slide-2 {
    background-color: rgb(251, 252, 252);
    background-image: url("../img/linhadomestica2.png")
}

#tl-products-2 #slide-3 {
    background-color: rgb(250, 250, 250);
    background-image: url("../img/linhadomestica3.png")
}

#tl-products-2 #slide-4 {
    background-color: rgb(223, 223, 224);
    background-image: url("../img/linhadomestica4.png")
}

#tl-products-2 #slide-5 {
    background-color: rgb(223, 223, 224);
    background-image: url("../img/linhadomestica5.png")
}

#tl-products-2 #slide-6 {
    background-color: rgb(245, 243, 243);
    background-image: url("../img/linhadomestica6.png")
}

#tl-products-2 #slide-7 {
    background-color: rgb(251, 252, 252);
    background-image: url("../img/linhadomestica7.png")
}

#tl-products-2 #slide-8 {
    background-color: rgb(248, 249, 251);
    background-image: url("../img/linhadomestica8.png")
}



.tl-product-sec .slide .prod-info {
    width: 560px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 150px;
}

.tl-product-sec .slide .prod-info .title {
    font-size: 36px;
    font-weight: 400;
}

.tl-product-sec .slide .prod-info .sub-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 200;
}

.tl-product-sec .slide .prod-info .colors {
    clear: both;
    float: left;
    margin-bottom: 50px;
}

.tl-product-sec .slide .prod-info .colors li {
    float: left;
    margin-right: 10px;
}

.tl-product-sec .slide .prod-info .colors li img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.1);
}

.tl-product-sec .slide .prod-info .desc-title {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    font-size: 24px;
    width: 100%;
    color: #222;
    clear: both;
    float: left;
}

.tl-product-sec .slide .prod-info .desc {
    color: #222;
    font-size: 22px;
    font-weight: 100;
    width: 100%;
    float: left;
}

#tl-map {
    position: relative;
    overflow: hidden;
}

#tl-map .map-sep {
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 100;
}

#tl-map iframe {
    border: 0;
    width: 100%;
    height: 110%;
    position: absolute;
    top: -10%;
    width: 100%;
    z-index: 80;
}

#tl-map .tl-footer {
    position: absolute;
    bottom: 0;
    z-index: 101;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 210px;
}

.tl-footer ul {
    font-size: 16px;
    margin-top: 55px;
}

.tl-footer li {
    line-height: 25px;
}

#footer-logo {
    height: 50px;
    opacity: 0.2;
}

.conf-cont,
.logo-cont {
    width: 100%;
    text-align: center;
}

.conf-cont {
    margin-top: 5px;
}

.logo-cont {
    margin-top: 40px;
}

#footer-conf {
    height: 60px;
    opacity: 0.5;
}

.tl-footer .offset {
    margin-left: 30px;
}


.triangulo-bonito {
    width: 100%;
    margin-top: 30%;
    padding: 35px;
    height: 230px;
    /*background-color: #fff;*/
    background-image: url("../img/triangulo-bonito.png"); 
    background-size: 190%;
    background-repeat: no-repeat;
    background-position: center top;
}

a.palete-btn {
    /* Layout */
    position: absolute;
    padding: 10px 25px;
    width: 300px;
    bottom: 25%;
    left: 50%;
    margin-left: -150px;

    /* Theme */
    border: 1px solid #222;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.3);
    color: #222;
    text-decoration: none;

    /* Typography */
    text-transform: uppercase;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

