/*
Theme Name: lupin
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lupin
*/

/**header
 */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
* {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}
img{
    max-width: 100%;
}

#masthead {
    position: relative;
    background-size:cover !important;
}

#masthead .nav-wrapper {
    /*height: 99px;*/
    position: relative;
    background: rgba(256, 256, 256, 0.8);
}

#masthead img.custom-logo {
    position: absolute;
    left: 0px;
}

#masthead .navbar {
    height: 100px;
    border-bottom: 2px solid #2f3780;
    background:rgba(256, 256, 256, 0.8);
}
#masthead.fixed .navbar {
    height: 100px;
    border-bottom: 2px solid #2f3780;
    background: #ffffff;
}

#primaryNav .menu-item {
    font-size: 18px;
    font-weight: bold;
}

#primaryNav a.nav-link {
    font-weight: bold;
    height: 70px;
    padding: 8px 20px;
    color: #2f3780;
}
#primaryNav.collapse.show a.nav-link {
    padding: 1px 10px;
    color: #2f3780;
}
#primaryNav.collapse.show navbar-nav{
    top: 0px;

}
#primaryNav.collapse.show a.nav-link{
    height: 34px;

}
#primaryNav.collapse.show {
    position: fixed;
    right: 0;
    width: 200px;
    top: 120px;
    background: #ffffff;
}
#masthead.fixed img.custom-logo{
    height: 99px;
    width: auto;
}

#home-carousel .carousel-item .home-carousel-content {
    min-height: 290px;
    margin-bottom: 200px;
    margin-top: 300px;
}

#home-carousel .carousel-item .home-carousel-content h2 {
    font-size: 46px;
    color: #2f3780;
}

#home-carousel .carousel-item .home-carousel-content h3 {
    font-size: 35px;
	font-weight: bold;
    color: #2f3780;
}

#home-carousel .container {
    vertical-align: bottom;
}
#text-under-slider{
    min-height: 140px;
    position: relative;
    top: -70px;
}
#text-under-slider h2{
    font-size: 34px;
    color: #004381;
    text-align: center;
}

/**
#empresa
 */
#empresa{background: #2f3780;}
#empresa .empresa-1{
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 100px;
}
#empresa .empresa-1 h2{
    font-size: 62px;
    margin-bottom: 0px;
}
#empresa .empresa-1 h3{
    font-size: 38px;
}
#empresa .empresa-1 p{
    font-weight: normal;
    text-align: left;
}
#empresa .empresa-2{
    background: #ffffff;
}
#empresa .empresa-2 img.left-img{
    position: relative;
    top: -105px;
}
#empresa .empresa-2 .text-left{
    margin-top: 90px;
}
#empresa .empresa-2 h4{
    font-size: 27px;
    color: #2f3780;
    font-weight: bold;
}
#empresa .empresa-2 p{
    color: #8e8e8e;
    /*font-weight: bold;*/
    text-align: left;
}
/**
#solucoes
 */
.section-title h2{
    font-size: 60px;
    font-weight: bold;
    color: #a5a5a4;
	text-transform: uppercase;
}
.section-title h3{
    font-weight: bold;
    font-size: 23px;
    margin-left: 80px;
    color: #2f3780;
}
.divider{
    margin-top: 32px;
    margin-bottom: 32px;
    display: block;
    border: 3px solid #2f3780;
    width: 65px}
#solucoes h3{
    font-weight: bold;
    font-size: 22px;
    color: #2f3780;
	text-transform: uppercase;
}
#solucoes p{
    color: #8e8e8e;
    text-align: left;
}
#solucoes .section-title{
    margin-bottom: 53px;
}

/*
#links
 */
#links{
    margin-bottom: 100px;
    margin-top: 100px;
}
.links-title h2{
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 285px;
}
#links .single-link{
    margin-top: 20px;
    margin-bottom: 20px;
}
#links .single-link img,#links .single-link a{
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #8e8e8e;
}
/*
#contato
 */
#contato{
    padding-bottom: 180px ;
}
#contato input, #contato textarea{
    width:100%;
    background:#e7e7e7;
    border:0;
    line-height:40px;
    margin: 6px 0;
    padding: 0 9px;
}
#contato input.wpcf7-submit{
    background:#808080;
    color:#fff;
}
#contato b{
    color:#4d4d4d;
    font-size:14px;
}
#text-under-slider {
    display: none !important;
}

#empresa .empresa-1 {
    padding-top: 50px !important;;
}
/*
#footer
 */
#footer{
    background: #2f3780;
}
#footer p{
    margin:15px;
}

#map{
    position: relative;
    top: -100px;
}


@media (min-width: 1200px) {
    #masthead{
        height: 900px;
    }
    #text-under-slider h2{
        line-height: 140px;
    }
    #masthead img.custom-logo {
        top: 0;
    }

}
@media (max-width: 767px) {
    #masthead{
        height: 600px;
    }
    #text-under-slider h2{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #empresa .empresa-2 img.left-img {
        margin-top: 105px;
    }
    #masthead img.custom-logo {
        top: -36px;
    }
}