@charset "utf-8";

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body {
    height: 100%;
    min-height: 500px;
}

a {
    color: black;
    cursor: pointer;
}

a:hover {
    color: black;
}

.effect {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.effect-li {
    -webkit-transition: background 0.5s ease-in;
    -moz-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
}

.top1 {
    height: 100%;
    min-height: 500px;
    margin-bottom: 0px !important;
}

.top2 {
    height: 200px;
    margin-bottom: 0px !important;
}

nav {
    background-color: #fde400;
    border-radius: 12px !important;
    height: 100px;
    padding: 0 !important;
    border: none !important;
    position: absolute;
    top: 60px;
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    z-index: 10;
}

.navbar-brand {
    display: block;
    height: 100px;
    padding: 0;
    margin: 0;
}

.navbar-brand h1 {
    margin: 0 !important;
}

.logo {
    margin-left: 15px;
}

nav .navbar-toggle {
    margin: 30px 15px;
}

nav .navbar-toggle .icon-bar {
    background-color: black;
    width: 30px !important;
    height: 4px !important;
    border-radius: 4px !important;
}

nav li,
nav li a {
    height: 100px;
    border-radius: 12px;
}

nav li a {
    line-height: 100px !important;
    font-family: open_sanssemibold, sans-serif !important;
    font-size: 18px;
	display: inline !important;
}

nav li a:focus,
nav li a:hover {
    background-color: #fde400 !important;
    text-decoration: underline !important;
    color: black !important;
}

@media (max-width: 767px) {
    .top2 {
        height: 100px;
    }
    nav {
        border-radius: 0px !important;
        top: 0;
        box-shadow: none;
    }
    
    nav li,
    nav li a {
        height: 30px;
        border-radius: 0px !important;
    }
    
    nav li a {line-height: 15px !important;}
    
    nav .navbar-collapse {background-color: #fde400 !important;}
    
    .logo {
        width: 250px !important;
        margin-top: 10px;
    }
    
    section hgroup {padding: 0 15px !important;}
    
    section hgroup .tit {width: 200px !important;}
    
    section hgroup h1 {font-size: 30px !important; width: 170px !important;}

    section hgroup h2 {font-size: 18px !important;}
    
    section hgroup h2.sub-tit {font-size: 24px !important;}
    
    #empresa h3 {
        font-size: 18px !important;
        margin: 0 0 15px 0 !important;
    }

    .inst ul li,
    p {font-size: 14px !important; line-height: 22px !important;}
    
    footer .row {font-size: 12px !important;}
    
    .list-link {padding: 0 !important; margin-bottom: 10px !important;}
    
    #contato address a,
    #contato address {
        font-size: 16px !important;
    }
}

@media (max-width: 400px) {
    .logo {
        width: 160px !important;
        margin-top: 20px;
    }
}

#myCarousel {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    min-height: 500px;
}

.list-link {margin-bottom: 10px; height: 215px !important;}

#myCarousel .carousel-inner,
#myCarousel .item {
    height: 100%;
    width: 100%;
}

@media (min-height: 660px) {
    #myCarousel h1 {
        font-size: 48px !important;
        margin-bottom: 100px !important;
    }

    #myCarousel .bt_more {
        font-size: 24px !important;
        margin-bottom: 100px !important;
    }
}

@media (min-height: 550px) {
    #myCarousel h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    #myCarousel .bt_more {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

@media (max-height: 549px) {
    #myCarousel h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    #myCarousel .bt_more {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media (max-width: 380px) {
    #myCarousel h1 {
        font-size: 22px !important;
        margin-bottom: 40px !important;
    }

    #myCarousel .bt_more {
        font-size: 14px !important;
        margin-bottom: 40px !important;
    }
}

#myCarousel h1 {
    color: #fff !important;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 1) !important;
    font-family: open_sanssemibold, sans-serif;
    text-shadow: none;
    text-align: left;
}

#myCarousel .bt_more {
    color: white;
    text-transform: uppercase;
    border-radius: 12px;
    background-color: rgba(6,142,17,0.7);
    padding: 15px 20px;
    text-shadow: none;
    font-family: open_sanssemibold, sans-serif;
    text-align: left;
    float: left;
}

#myCarousel .bt_more:hover {
    text-decoration: none;
    background-color: rgba(6,142,17,1);
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

section {
    display: block;
    margin-bottom: 20px;
}

article {padding-bottom: 20px;}

section hgroup {
    margin: 35px auto;
    font-family: open_sanslight, sans-serif;
}

section hgroup .tit {
    margin: 0 auto;
    background-image: url(../images/back-tit.gif);
    background-repeat: repeat-x;
    background-position: center;
    display: block;
    width: 400px;
}

section hgroup h1 {
    font-size: 48px;
    color: #dc1613;
    text-align: center;
    background-color: white;
    display: block;
    width: 250px;
    margin: 0 auto;
}

section hgroup h2 {
    font-size: 24px;
    color: black;
    text-align: center;
}

section hgroup h2.sub-tit {
    font-size: 36px;
    color: #dc1613;
    text-align: center;
}

#empresa h3 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 24px;
    color: black;
    margin: 0 0 15px 0;
}

.inst ul li,
p {
    font-family: 'open_sanslight', sans-serif;
    font-size: 18px;
}


.inst-foto {
    height: 350px;
    display: block;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
}

.thumb {
    margin: 10px 10px 0px 0px;
    height: 70px;
	float: left;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
    width: 20%;
}

.thumb a {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 12px;
    line-height: 70px;
    text-align: center;
}

.link-serv {
    max-height: 255px;
    border-radius: 12px;
    display: block;
    text-align: center;
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    color: black;
    padding: 10px;
    margin: 0 5px;
}

.link-serv:hover {
    background-color: #fde400;
    text-decoration: none;
}

.link-serv span {
    display: block;
    height: 130px;
    width: 100%;
    border-radius: 12px;
    background-position: center center;
    margin-bottom: 10px;
    background-size: cover;
}

.venda {
    background-color: #f4f4f4;
    border-radius: 12px;
}

#contato {
    font-family: 'open_sanslight', sans-serif;
    color: black;
}

#contato span {margin-right: 5px;}

#contato address a,
#contato address {
    font-size: 24px;
}

#contato address div {
    display: block;
    margin-left: 30px;
}

#contato label {
    font-size: 18px;
    margin-left: 10px;
    font-family: 'open_sanslight', sans-serif;
    color: black;
}

#contato textarea,
#contato input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 12px;
    padding: 8px;
    border: 2px solid #f4f4f4;
    background-color: #f4f4f4;
    outline: none;
}

#contato textarea:hover,
#contato input:hover {
    border: 2px solid #bfbfbf;
}

#googleMap {
    margin-bottom: 10px;
    border-radius: 12px;
}

.bt-enviar {
    background-color: #068e11 !important;
    color: white;
}

footer {
    background-color: #fde400;
    height: 80px;
}

footer .row {
    text-align: center;
    padding-top: 25px;
    line-height: 30px;
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    color: black;
}

/* Scroll Top */

#scroll-top {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 5px;
}

#scroll-top a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin-top: 10px;
    border-radius: 12px;
    background-color: #fde400;
}

#scroll-top a:hover {
    color:#ffffff !important;
}

#icon-coruja {
	float:right;
	width:38px;
	height:30px;
	opacity:0.7;
	background-image:url(../images/coruja.png);
	background-position:left;
	-webkit-transition: width ease-in 0.5s;
    -moz-transition: width ease-in 0.5s;
    -o-transition: width ease-in 0.5s;
    transition: width ease-in 0.5s;
}

#icon-coruja:hover {
	width:87px;
	opacity:1;
}

#icon-face {
	width:30px !important;
	height:30px !important;
	border-radius:30px;
	background-image:url(../images/social.png);
	background-position:bottom left;
	line-height:auto !important;
	float: left;
    margin-right: 5px;
}

#icon-face:hover {
	background-image:url(../images/social.png);
	background-position:top left;
}

#icon-googleplus {
    width:30px !important;
    height:30px !important;
    border-radius:30px;
    background-image:url(../images/social.png);
    background-position:bottom center;
    line-height:auto !important;
    float: left;
}

#icon-googleplus:hover {
    background-image:url(../images/social.png);
    background-position:top center;
}