@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

@import "jquery.fancybox.css";

/* styling here */
/*
    CINZENTO: #ededed
    AZUL: #28235b
*/

/* COMMON */
body {
    font-family: "Open Sans", Arial, sans-serif;
    color: #28235b;
}

h1, .h1 {
    text-align: center;
    text-transform: uppercase;
}

h1 span, .h1 span {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 3px;
    background-color: #28235b
}

.spacer150 {height: 150px;}
.spacer120 {height: 120px;}
.spacer90 {height: 90px;}
.spacer60 {height: 60px;}
.spacer30 {height: 30px;}
.spacer15 {height: 15px;}

/* HEADER */
header {
    background-color: #ededed;
}

header ul {
    list-style-type: none;
    padding: 0;
}

header .top {}

header .top .col-md-4 {}

header .top .contacts {}

header .top .contacts ul {
    padding-top: 20px;
}

header .top .contacts ul li {
    margin-bottom: 5px;
}

header .top .contacts ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #28235b;
    background-color: #28235b;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

header .top .logo {
    text-align: center;
    padding-top: 20px;
}

header .top .logo img {
    height: 200px;
}

header .top .languages {
    text-align: right;
}

header .top .languages ul {
    padding-top: 20px;
}

header .top .languages ul li {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #28235b;
    background-color: #28235b;
    border-radius: 50%;
}

header .top .languages ul li:hover,
header .top .languages ul li.active {
    background-color: #fff;
    color: #28235b;
}

header .top .languages ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
}

header .top .languages ul li:hover a,
header .top .languages ul li.active a {
    color: inherit;
}

header .menu {
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    line-height: 30px;
}

header .menu a {
    color: #28235b;
}

header .menu .col-md-4 {
    text-align: center;
}

/* FOOTER */
footer {
    background-color: #ededed;
    border: 1px solid #fff;
    line-height: 60px;
    text-transform: uppercase;
}

footer img {
    max-height: 60px;
}

/* HOME */

#home {}

/* SLIDESHOW */
#home .slideshow {
    background-color: #28235b;
    color: #fff;
}

#home .slideshow #slideshow {
    padding: 0;
}

/* HISTORY */
#home .history {
    background-color: #ededed;
    color: #28235b;
    border-top: 3px solid #e1e1e1;
}

/* COMPANY */
#home .company {
    background-color: #28235b;
    color: #fff;
}

#home .company h1,
#home .company .h1 {
    color: #fff;
}

#home .company h1 span,
#home .company .h1 span {
    background-color: #fff;
}

/* MISSION */
#home .mission {
    background-color: #ededed;
    color: #28235b;
    border-top: 3px solid #e1e1e1;
}

/* VALUES */
#home .values {
    background-color: #ededed;
    color: #28235b;
}

#home .values .letter {
    text-align: center;
    text-transform: uppercase;
}

#home .values .letter span {
    font-size: 76pt;
    display: block;
}

/* SOCIAL */
#home .social {
    background-color: #28235b;
    color: #fff;
    background-image: url(../images/lock-products-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#home .social h1,
#home .social .h1 {
    color: #fff;
}

#home .social h1 span,
#home .social .h1 span {
    background-color: #fff;
}

/* PRODUCTS */
#home .products {
    /* background-color: #ededed; */
    color: #28235b;
}

#home .products h2,
#home .products .h2 {
    text-align: center;
    text-transform: uppercase;
}

#home .products.lockimage {
    background-image: url(../images/lock-products.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#home .products .gallery {}

#home .products .gallery > .col-md-3 {
    margin-bottom: 30px
}

#home .products .gallery .image {
    width: 100%;
    height: 200px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home .products .gallery span {
    display: block;
    background-color: #fff;
    padding: 10px 15px;
}

/* CONTACTS */
#home .contacts {
    background-color: #28235b;
    color: #fff;
    border-top: 1px solid #fff;
}

#home .contacts h1,
#home .contacts .h1 {
    color: #fff;
}

#home .contacts h1 span,
#home .contacts .h1 span {
    background-color: #fff;
}

#home .gmaps {}

#home .gmaps #map-canvas {
    height: 450px;
}

@media (max-width: 991px) {
    header .top .contacts {
        text-align: center;
    }

    header .top .languages {
        text-align: center;
    }

    #home .social {
        background-image: none;
    }

    #home .products.lockimage {
        background-image: none;
    }

    footer {
        text-align: center;
    }
}
