@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: RacingSansOne-Regular;
    /*src: url(../src/Walkway_SemiBold.ttf);*/
    src: url(../fonts/racing_sans_one/RacingSansOne-Regular.ttf);
    /*src: url(../fonts/aileron/Aileron-Regular.ttf) format("truetype");*/
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: sans-serif, Arial, Helvetica;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

a.email:link,
a.email:visited {
    color: #fff;
}

.text-highlight {
    color: #49b848;
    text-align: center;
}

.text-racing {
    font-family: RacingSansOne-Regular;
}

p.text-highlight {
    font-size: 1.25em;
}


/* Menu *******************************************************/

.nav-wrap {
    position: fixed;
    margin: 0 auto;
    background: #fff;
    z-index: 42;
    text-align: left;
    height: 75px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #F3F3F3;
    /* #49b848;*/
}

.main-menu {
    margin-left: 150px;
    text-align: left;
}

.main-menu li {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 !important;
    border: none;
}

.main-menu li.ativo {
    -webkit-box-shadow: inset 0px -6px 0px -1px rgba(247, 148, 30, 1) !important;
    -moz-box-shadow: inset 0px -6px 0px -1px rgba(247, 148, 30, 1) !important;
    box-shadow: inset 0px -6px 0px -1px rgba(247, 148, 30, 1) !important;
    /*
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(26,52,89,1) !important;
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(26,52,89,1) !important;
	box-shadow: inset 0px -2px 0px 0px rgba(26,52,89,1) !important;
*/
}

.menu-hover>a {
    color: #f7941e !important;
}

.main-menu>li:not(:nth-child(1)) {
    margin-left: 20px;
}

.main-menu li a:link,
.main-menu li a:visited {
    display: block;
    line-height: 45px;
    padding-top: 13px;
    text-transform: uppercase;
    color: #49b848;
    text-decoration: none !important;
    font-size: 1em;
    transform: scale(0.95, 1.4);
    font-family: RacingSansOne-Regular;
}

a {
    outline: none !important
}

.main-menu li.btn {
    box-shadow: none;
    border: none;
    outline: none;
}

ul.dropdown-menu {
    /*width: 300px;*/
    display: none;
    margin-top: 0;
    padding: 0;
    background: #383838;
    /*
			-webkit-box-shadow: 0px -19px 108px 6px rgba(179,179,179,0.46);
			-moz-box-shadow: 0px -19px 108px 6px rgba(179,179,179,0.46);
			box-shadow: 0px -19px 108px 6px rgba(179,179,179,0.46);
			*/
}

ul.dropdown-menu li {
    margin: 0;
    padding: 8px;
    overflow: visible !important;
    display: block;
}

ul.dropdown-menu li a:link,
ul.dropdown-menu li a:visited {
    padding: 8px;
    display: block;
    line-height: 10px;
    color: #fff;
    background: #383838;
    outline: none !important;
    text-transform: none !important;
}

ul.dropdown-menu li:hover,
ul.dropdown-menu li:hover>a {
    color: #fff !important;
    background: #4f984d;
}


/*  end menu ***********************************************************/

.img-logo {
    height: 65px;
    width: auto;
    margin-top: 4px;
    margin-right: 40px;
    display: none;
}

.img-logo-medium {
    position: relative;
    left: 0;
    right: 0;
    height: 150px;
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
}

.img-background {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 30;
}

.header-container {
    position: relative;
    /* background: url(../images/header_1.jpg); background-size: cover;*/
    padding: 0;
    z-index: 40;
}

.header-left {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
    padding: 35px;
}

.slogan-wrap {
    position: absolute;
    top: 20%;
    left: 5%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
    padding: 25px;
    margin: 0 auto;
}

.slogan-wrap h1 {
    font-size: 2.8em;
    color: #fff;
}

.panel {
    border: none;
    box-shadow: none;
}

.panel.panel-header {
    border: none;
    border-radius: 0;
}

.panel.panel-header .panel-body {
    height: 125px;
    text-align: center;
    background: #fff;
    color: #666;
    border-bottom: 2px solid #49b848;
}

.panel.panel-header .panel-heading img {
    margin: 0 auto;
}

.panel.panel-header .panel-heading {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
}

.panel.panel-header .panel-footer {
    padding-top: 18px;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: none;
    text-align: justify;
}

.btn-vermais {
    background: #e1b7a4;
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    width: 100%;
}

.btn-vermais:hover {
    color: #fff;
    background: #69605e;
    transition: 0.4s;
}

section {
    position: relative;
    padding: 0;
    margin: 0;
}

section:not(#sect-home) {
    margin-top: 75px;
}

.sect-separador span {
    background: #49b848;
    width: 80px;
    margin: 7px 15px;
    height: 4px;
    display: inline-block;
}

#sect-contactos {
    background: url(../images/girassois.jpg) no-repeat;
    background-size: cover;
    color: #FFF;
}

footer {
    font-size: 0.9em;
    color: #999;
    margin-top: 15px;
}

footer a {
    color: #666;
}

.loading {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px;
    width: 18px;
    height: 18px;
    background: url(../images/loading.gif);
    background-size: contain;
    display: none;
}

@media (min-width: 1595px) {
    .img-header {
        margin: 0 auto;
    }
    .slogan-wrap {
        left: 10%;
    }
}

@media (max-width: 1200px) {
    .panel.panel-header .panel-body {
        height: 150px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 767px) {
    .main-menu {
        display: none;
    }
    .img-logo-medium {
        height: 100px;
        margin-top: 10px;
    }
    .slogan-wrap {
        left: 0;
    }
    .slogan-wrap h1 {
        font-size: 2em;
    }
    h1 {
        font-size: 1.8em;
    }
}

@media (min-width: 411px) and (max-width: 767px) {}

@media (max-width: 410px) {
    .img-logo-medium {
        height: 80px;
        margin-top: 20px;
    }
    .slogan-wrap {
        left: 0;
        top: 24%;
        margin: 0 auto;
        right: 0;
    }
    .slogan-wrap h1 {
        font-size: 1.5em;
    }
    .sect-separador span {
        width: 20px;
        margin: 7px 10px;
        height: 3px;
    }
    h1 {
        font-size: 1.7em;
    }
}