/*===================================*
 *              Main Css             *
 *===================================*/

html,
body
{
    font-family: 'Raleway', sans-serif;
    position: relative;
    overflow-y: auto;
}

.full-screen {
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;

}

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}



.carousel-caption {
    z-index: 10;
}

.carousel .item {
    background-color: #777;
}

.carousel .carousel-inner .bg {
    background-repeat: no-repeat;
    background-size: cover;
}



.carousel .carousel-inner .bg2 {
    background-image: url(../img/banner.jpg);
    background-position: center center;
}

.carousel .carousel-inner .bg3 {
    background-image: url(../img/banner.jpg);
    background-position: center bottom;
}



header
{
    text-align: center;
}

.vertical-align-center
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}


.div-logo
{
    margin-top: -420px;
    color: #fff;
}




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

.fill {
    width: 100% !important;
    height: 100% !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
#wrapper
{
    padding-left: 0;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#wrapper.toggled
{
    padding-left: 220px;
}

#sidebar-wrapper
{
    z-index: 1000;
    left: 220px;

    overflow-x: hidden;
    overflow-y: auto;

    width: 0;
    height: 100%;
    margin-left: -220px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

    color: #000;
    background: #fff;
}

#sidebar-wrapper::-webkit-scrollbar
{
    display: none;
}

#wrapper.toggled #sidebar-wrapper
{
    width: 100%;
}

#page-content-wrapper
{
    width: 100%;
}

#wrapper.toggled #page-content-wrapper
{
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav
{
    position: absolute;
    top: 0;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}

.sidebar-nav li
{
    line-height: 20px;

    position: relative;

    display: inline-block;

    width: 100%;

    text-align: center;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before
{
    width:100%;

    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a
{
    display: inline-block;

    padding: 10px 15px 10px 30px;

    text-decoration: none;

    color: #000;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus
{
    text-decoration: none;

    color: #000;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand
{
    font-size: 20px;
    line-height: 44px;
}

.sidebar-toggle > img {

    display: block;

    width: 45px;
    height: 45px;

}

.sidebar-nav .dropdown-menu
{
    position: relative;

    width: 100%;
    margin: 0;
    padding: 0;

    border: none;
    border-radius: 0;
    background-color: #222;
    box-shadow: none;
}


#sociais-footer {

    display: inline-block;
    margin-top: 5px;
}

#sociais-footer > span:first-of-type {

    padding-right: 10px;

    border-right: 2px solid #dadada;

}


hr
{
    border-top: 2px solid #000;
}

/* Underline From Center */
.hvr-underline-from-center
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-underline-from-center:before
{
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: 0;
    left: 50%;

    height: 4px;

    content: '';
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;

    background: #1e6a50;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before
{
    right: 0;
    left: 0;
}


/*-------------------------------*/
/*                               */
/*-------------------------------*/
.sidebar-toggle
{
    position: fixed;

    float: left;

    margin-top: 8px;
    margin-left: 30px;
    margin-bottom: 8px;
    padding: 7px 8px;

    border: 1px solid transparent;
    background-color: #fff;
    background-image: none;

    z-index: 99;
}

.sidebar-toggle .icon-bar {

    background-color: #000;

    display: block;
    width: 22px;
    height: 2px;

    margin-top: 3px;

    border-radius: 1px;

}
.menu-maroto{
    background-image: url('../img/logotipo-menu-rosea.png') no-repeat center center;
    padding-bottom: 1em;
}


.menu-maroto:hover
{
    transition: background .5s ease;

    background-image: url('../img/logotipo-menu-rosea.png') no-repeat center center;
}
/*===================================*
*              Home                  *
*===================================*/
.div-home
{
    height: 400px;
    margin-top: 10em;

    border-width: .5em;
    border-style: solid;
    border-color: #0c0c0c;
}

#home
{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.div-breguelete{
    padding-top: 15em;

}

.label-breguelete{
    font-size: 1.5em;
}

/*===================================*
 *              Quem Somos           *
 *===================================*/
#quemsomos
{
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #166B4F	;
}

#quemsomos .container h1 {
    font-size: 3em;
    text-align: center;
    margin-bottom:1em;
    font-weight: bold;
    color:#fff;
}
#quemsomos p{
    margin-top: 1em;
    margin-bottom: 1em;
}

/*===================================*
 *              Empresa              *
 *===================================*/
#missao > div{
    color:#0c0c0c;
    background-color: #e6e6e6;
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 2px;
    min-height: 200px;
}
#missao > div > h1{
    text-align: center;
    font-weight: bold;
    color:#0b3326;
}

#visao > div{
    color:#0c0c0c;
    background-color: #fff;
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 2px;
    min-height: 200px;
}
#visao > div > h1{
    text-align: center;
    font-weight: bold;
    color:#0b3326;

}


#valores > div{
    color:#0c0c0c;
    background-color: #e6e6e6;
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 2px;
    min-height: 200px;

}

#valores i{
    margin-right: 0.3em;
    color:#0b3326;
}

#valores  li{
    list-style-type: none;
    text-align: left ;
}
#valores ul{
    padding-left: 0;
}

#valores > div > h1{
    font-weight: bold;
    color:#0b3326;
    text-align: center;
}

/*===================================*
*              Fazemos               *
*===================================*/
#fazemos{
    background-color: #0b3326;
    padding-bottom: 2em;
}
#fazemos > h1 {
    font-size: 3em;
    text-align: center;
    margin-bottom:1em;
    font-weight: bold;
    color:#fff;
    padding-top: 2em;
}
#fazemos li{
    list-style-type: none;
    text-align: center;
}
#fazemos ul{
    padding-left: 0;
}
#fazemos i{
    margin-right: 0.3em;
}
#fazemos hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #11b0b4, rgba(0, 0, 0, 0));
    margin-bottom: 2em;
}

.fazemos{
    margin-top: 1em;
    border-style: solid;
    border-radius: 10px;
    border-width: 3px;
    border-color: #0b3326;
    background-color: #1e6a50;
    color: #fff;
    min-height: 248px;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}

.legislacao{
    margin-top: 1em;
    border-style: solid;
    border-radius: 10px;
    border-width: 3px;
    border-color: #0b3326;
    background-color: #1e6a50;
    color: #fff;
    min-height: 170px;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}


.btn-fazemos{
    background-color: #0b3326;
    color:#fff;
    padding: 8px 50px;
    border-width: 2px;
}

.btn-fazemos:hover{
    background-color: #e6e7e8;
    color:#0b3326;
    font-weight: bold;
    border-color: #0b3326;
    border-width: 2px;
}

.div-continue{
    text-align: right;
}
.btn-continue{
    margin-top: 2em;
    font-weight: bold;
    border-style: solid;
    border-color: #22634e;
    border-width: 3px;
    background-color:#1e6a50;
    color:#fff;
    border-radius: 25px;
    padding: 8px 30px;
}

.btn-continue:hover{
    margin-top: 2em;
    font-weight: bold;
    border-style: solid;
    border-color: #1e6a50;
    border-width: 3px;
    background-color:#fff;
    color:#1e6a50;
    border-radius: 25px;
    padding: 8px 30px;
}

/*===================================*
*              Treinamentos         *
*===================================*/
#treinamentos{
    background-color: #e6e7e8;
}

#treinamentos  li{
    list-style-type: none;
    text-align: left ;
}
#treinamentos ul{
    padding-left: 0;
}
#treinamentos i{
    margin-right: 0.3em;
    margin-top: 1em;
}

#treinamentos  h1 {
    font-size: 3em;
    text-align: center;
    margin-bottom:1em;
    font-weight: bold;
    color:#0b3326;
    padding-top: 1em;
}

.div-sub-treina{
    min-height: 380px;
    background-color: #22634e;
    border-style: solid;
    border-color: #e6e7e8;
    border-width: 2px;
}

.div-sub-treina > h2{
    color:#fff;
    font-weight: bold;
    text-align: center;
}

.div-sub-treina > ul {
    color:#fff;
}

.div-sub-treina > div > input{
    background-color: #e6e7e8;
    border-style: solid;
    border-color: #090909;
    border-width: 2px;
    border-radius: 10px;
    color:#0b3326;
    font-weight: bold;
    right: 20px; 
    bottom: 20px; 
    position: absolute;
}


/*===================================*
*              Galeria              *
*===================================*/
#galeria h1{
    font-size: 3em;
    text-align: center;
    margin-bottom:1em;
    font-weight: bold;
    color:#fff;
    padding-top: 1em;
}

.div-continue{
    text-align: right;
    margin-bottom: 2em;
}

.btn-galeria{
    background-color: #0b3326;
    color:#fff;
    padding: 8px 50px;
}

.btn-galeria:hover{
    background-color: #e6e7e8;
    color:#0b3326;
    font-weight: bold;
    border-color: #0b3326;
    border-width: 2px;
    padding: 8px 50px;
}


#galeria h2{
    font-size: 2.5em;
    color:#FFF;
    font-weight: bold;
}

#galeria{
    background-color: #0b3326;
}

.div-galeria{
    padding: 0;
    border: 1px solid #0b3326;
    height: 152px;
    text-align: center;
    background: #fff;

}
.div-galeria img{
    margin: 0 auto; 
    display: table;
}
.div-galeria iframe{
    margin: 0 auto; 
    display: table;
}
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}

/*===================================*
*              Biblioteca           *
*===================================*/
#biblioteca h1{
    font-size: 3em;
    text-align: center;
    margin-bottom:1em;
    font-weight: bold;
    color:#0b3326;
}

#biblioteca{
    background-color: #e6e7e8;
    padding-top: 2.5em;
}


#biblioteca h3{
    text-align: center;
    color:#0b3326;
    font-weight: bold;
    min-height: 80px;
}
#heig h3{    
    min-height: 60px;
    font-size: 18px;
}

.div-apo{
    border-style: double;
    border-color: #22634e;
    border-width: 7px;
    margin-bottom: 2em;
}

#biblioteca img{
    width: 100%;
}

.div-todos{
    text-align: right;
}

#biblioteca input[type="submit"]{
    font-weight: bold;
    border-style: solid;
    border-color: #22634e;
    border-width: 3px;
    background-color:#1e6a50;
    color:#fff;
    border-radius: 10px;
    padding: 8px 50px;
    margin-bottom: 2em;
}

#biblioteca input[type="submit"]:hover{
    font-weight: bold;
    border-style: solid;
    border-color: #1e6a50;
    border-width: 3px;
    background-color:#e6e7e8;
    color:#1e6a50;
    border-radius: 10px;
    padding: 8px 50px;
}

#noticia h1{
    font-size: 3em;
    text-align: center;
    margin-bottom:1em;
    font-weight: bold;
    color:#0b3326;
}

#noticia{
    background-color: #e6e7e8;
    padding-top: 2.5em;
}


#noticia h3{
    text-align: center;
    color:#0b3326;
    font-weight: bold;
    padding-bottom: 0.3em;
}


#noticia img{
    width: 100%;
}

#noticia input[type="submit"]{
    font-weight: bold;
    border-style: solid;
    border-color: #22634e;
    border-width: 3px;
    background-color:#1e6a50;
    color:#fff;
    border-radius: 10px;
    padding: 8px 50px;
    margin-bottom: 2em;
}

#noticia input[type="submit"]:hover{
    font-weight: bold;
    border-style: solid;
    border-color: #1e6a50;
    border-width: 3px;
    background-color:#e6e7e8;
    color:#1e6a50;
    border-radius: 10px;
    padding: 8px 50px;
}
/*===================================*
*              Clientes              *
*===================================*/
#clientes h1{
    font-size: 3em;
    text-align: center;
    margin-bottom:1em;
    font-weight: bold;
    color:#fff;
    padding-top: 1em;
}

#clientes{
    background-color: #22634e;
}


/*===================================*
*              Fale conosco         *
*===================================*/
#fale{
    background-color: #e6e7e8;
    padding-top: 3em;
    padding-bottom: 3em;
}
#fale h1{
    text-align: center;
    margin-bottom: 1em;
    color:#1e6a50;
    font-weight: bold;
}

#fale label{
    color:#1e6a50;
}

#fale input[type="text"],input[type="email"],input[type="file"]{
    border-radius: 0;
    margin-bottom: 1em;
}

#fale input[type="text"]:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#fale input[type="text"]:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#fale input[type="email"]:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#fale input[type="email"]:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#fale textarea{
    border-radius: 0;
    margin-bottom: 1em;
}

#fale textarea:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#fale textarea:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#fale input[type="submit"]{
    background-color: #0b3326;
    color:#fff;
    padding: 8px 30px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.div-fale{
    text-align: right;
}

#curriculum{
    background-color: #e6e7e8;
    padding-top: 3em;
    padding-bottom: 3em;
}
#curriculum h1{
    text-align: center;
    margin-bottom: 1em;
    color:#1e6a50;
    font-weight: bold;
}

#curriculum label{
    color:#1e6a50;
}

#curriculum input[type="text"],input[type="email"],input[type="file"]{
    border-radius: 0;
    margin-bottom: 1em;
}

#curriculum input[type="text"]:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#curriculum input[type="text"]:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#curriculum input[type="email"]:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#curriculum input[type="email"]:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#curriculum textarea{
    border-radius: 0;
    margin-bottom: 1em;
}

#curriculum textarea:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#curriculum textarea:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#curriculum input[type="submit"]{
    background-color: #0b3326;
    color:#fff;
    padding: 8px 30px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.div-curriculum{
    text-align: right;
}

/*===================================*
*              Overlay              *
*===================================*/
.faze{
    position:fixed;  
    top: 0%;
    z-index: 100000;
    width: 100%;
    height: 100%;
}
#overlay{
    color:#fff;
    width: 100%;
    height: 100%;
}
#overlay h1{
    font-size: 3em; 
    margin-top: 1em;
    text-align: center;
    margin-bottom: 1em;
}

#overlay hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #11b0b4, rgba(0, 0, 0, 0));
    margin-bottom: 2em;
}

#overlay li {
    font-size: 1.3em;
}

#overlay i{
    margin-right: 0.3em;
}

/*===================================*
*              Rm                     *
*===================================*/
#rm{
    background-color: #0b3326;
    padding-top: 10px;
}

#rm h4{
    color:#fff;
    text-align: center;
}

#rm a{
    color:#e6e7e8;
    font-weight: bold;
}

/*===================================*
*              Coleção              *
*===================================*/
#sap1{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

#sap2{
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#sap3{
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#sap4{
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#sap5{
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

#sap6{
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}





#colecao
{
    padding-top: 2em;
    padding-bottom: 1em;
}

#colecao h1
{
    text-align: center;
    color:#DB285A;
}

#colecao img
{
    margin-bottom: .3em;
    width: 100%;
}


.h1-colecao
{
    margin-top: -0.2em;
    font-weight: 800;
}

.box > div
{
    text-align: center;

    border-style: none;
    border-color: #0c0c0c;
}

.box > div:hover
{
    text-align: center;

    border-width: 5px;
    border-style: none;
    border-color: #0c0c0c;
}


.box > div > span,
.box > div > img
{
    display: inline-block;
}

.box
{
    padding: 50px 23px 0 5px;
}

.box-desc{
    text-align: left;
    margin-top: 2em;
    margin-bottom: 1em;
}

.span-desc{
    padding-left: 1em;
}

.div-parcerias > img,
.div-parcerias2 > img {
    margin: 0 auto;
}



/*===================================*
*              Parcerias             *
*===================================*/
#parcerias
{
    padding-top: 2em;
    padding-bottom: 2em;
    opacity: .9;
    color: #fff;
    background-color: #0b3326;
}

#parcerias h1
{
    text-align: center;
    font-size: 3em;
    margin-bottom:1em;
    font-weight: bold;
    color:#fff;
}

#parce
{
    padding-top: 2em;
    padding-bottom: 2em;
    opacity: .9;
    color: #fff;
    background-color: #0b3326;
}

#parce h1
{
    text-align: center;
    font-size: 3em;
    margin-bottom:1em;
    font-weight: bold;
    color:#fff;
}
.curriculo{
    padding-top: 2em;
    padding-bottom: 2em;
    opacity: .9;
    color: #fff;
    background-color: #0b3326;
    padding-right: 0;
    padding-left: 0;
}
.curriculo h1
{
    text-align: center;
    font-size: 3em;
    margin-bottom:1em;
    font-weight: bold;
    color:#fff;
}


.h2-parc
{
    font-weight: bold;

    margin-top: -.2em;
}

.div-parcerias
{
    margin-top: 2em;
}

.div-parcerias2
{
    margin-top: 2em;
    margin-bottom: 2em;
}

#parc{
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

/*===================================*
*              Contato               *
*===================================*/
#contato
{
    margin-top: 4em;
}

#contato h1
{
    color:#DB285A;
    text-align: center;
}

#contato input[type='text']
{
    border-radius: 0;
}

#contato input[type='text']:hover
{
    border-color: #0c0c0c;
    border-radius: 0;
}

#contato input[type='text']:focus
{
    border-color: #0c0c0c !important;
    border-radius: 0;
}

#contato textarea
{
    border-radius: 0;
}

#contato textarea:hover
{
    border-color: #0c0c0c !important;
    border-radius: 0;
}

#contato textarea:focus
{
    border-color: #0c0c0c !important;
    border-radius: 0;
}

#contato span
{
    margin-bottom: 10em;
}

#contato input[type='submit']
{
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 15px 70px;

    color: #fff;
    border-radius: 0;
    background-color: #0c0c0c;
}

#contato input[type='submit']:hover
{
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 15px 70px;

    color: #fff;
    border-radius: 0;
    background-color: #DB285A;
}


.div-btn
{
    text-align: center;
}

.div-contato
{
    margin-top: 3em !important;
}

/*===================================*
*              Footer               *
*===================================*/
#footer
{
    border-style: solid;
    border-top-width: .1em;
    border-top-color: #0c0c0c;
    border-bottom-width: .1em;
    border-bottom-color: #0c0c0c;
}

#footer > div > div > div > img {

    display: inline-block;
    padding-right: 1em;
    border-right: 2px solid #0c0c0c;
}

#footer > div > div > div {

    padding-top: 12%;

}

#sociais-footer i:hover{
    color:#0b3326;
}

#sociais-footer i{
    color:#0b3326;

}

#sociais{
    text-align: center;
    font-size: 25px;
    display: inline-block;
    color:#fff;
}

#sociais i{
    color:#fff;
}
#sociais samp{
    color:#fff;
}


#sociais i:hover{
    color:#fff;
}


#footer iframe{
    min-width: 100% !important;
}

.div-mapa{
    padding-left: 15px;
    padding-right: 15px;
}

/*=========================================*
 *              Media Queries              *
 *=========================================*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px)
{
    .div-mapa{
        margin-top: 3em;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container-fluid{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px)
{
    .div-breguelete{
        padding-top: -100em;

    }
    .map{
        width: 100%;
        margin-top: 2em;
    }

    .div-mapa{
        margin-top: 3em;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container-fluid{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px)
{

    .div-breguelete{
        padding-top: -100em;

    }



    #footer
    {
        margin-top: 2em;
        border-style: solid;
        border-top-width: .1em;
        border-top-color: #0c0c0c;
        border-bottom-width: .1em;
        border-bottom-color: #0c0c0c;
    }


    .label-breguelete{
        font-size: 1.5em;
    }
    .div-mapa{
        margin-top: 3em;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container-fluid{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px)
{
    #wrapper.toggled #sidebar-wrapper
    {
        width: 25rem;
    }


    #wrapper.toggled #page-content-wrapper
    {
        margin-right: -25rem;
    }

    #wrapper.toggled
    {
        padding-left: 25rem;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px)
{
    .div-mapa{
        margin-top: 0em;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container-fluid{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.menu{
    border-top: 1px solid #166B4F;
    padding-top: 5px;
}

#logar h1{
    text-align: center;
    margin-bottom: 1em;
    color:#1e6a50;
    font-weight: bold;
}

#logar label{
    color:#1e6a50;
}

#logar input[type="text"],input[type="email"],input[type="file"],input[type="password"]{
    border-radius: 0;
    margin-bottom: 1em;
}

#logar input[type="text"],input[type="password"]:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#logar input[type="text"],input[type="password"]:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#logar input[type="email"]:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#logar input[type="email"]:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#logar textarea{
    border-radius: 0;
    margin-bottom: 1em;
}

#logar textarea:hover{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#logar textarea:focus{
    border-radius: 0;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color:#22634e;
    border-bottom-width: 2px;
}

#logar input[type="submit"]{
    background-color: #0b3326;
    color:#fff;
    padding: 8px 30px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.div-logar{
    text-align: right;
}

.obrig{
    font-size: 16px;
    color: #ff0000;
}
.justificado{
    text-align: justify;
}



#imagelightbox
{
    cursor: pointer;
    position: fixed;
    z-index: 100002;

    -ms-touch-action: none;
    touch-action: none;

    -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
    box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
    border-radius: 50%;
}
#imagelightbox-loading
{
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    position: fixed;
    z-index: 100003;
    top: 50%;
    left: 50%;
    padding: 0.625em; /* 10 */
    margin: -1.25em 0 0 -1.25em; /* 20 */

    -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
    box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div
{
    width: 1.25em; /* 20 */
    height: 1.25em; /* 20 */
    background-color: #0b3326;

    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading
{
    from { opacity: .5; -webkit-transform: scale( .75 ); }
50%  { opacity: 1;  -webkit-transform: scale( 1 ); }
to   { opacity: .5; -webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading
{
    from { opacity: .5; transform: scale( .75 ); }
50%  { opacity: 1;  transform: scale( 1 ); }
to   { opacity: .5; transform: scale( .75 ); }
}


/* OVERLAY */

#imagelightbox-overlay
{
    background-color: #fff;
    background-color: rgba( 255, 255, 255, .9 );
    position: fixed;
    z-index: 100001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;
    background-color: #0b3326;
    border-radius: 50%;
    position: fixed;
    z-index: 100003;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */

    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus
{
    background-color: #0b3326;
}
#imagelightbox-close:before,
#imagelightbox-close:after
{
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before
{
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
#imagelightbox-close:after
{
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
}


/* CAPTION */

#imagelightbox-caption
{
    text-align: center;
    color: #fff;
    background-color: #0b3326;
    position: fixed;
    z-index: 100002;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav
{
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    border-radius: 20px;
    position: fixed;
    z-index: 100002;
    left: 50%;
    bottom: 3.75em; /* 60 */
    padding: 0.313em; /* 5 */

    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    transform: translateX( -50% );
}
#imagelightbox-nav button
{
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active
{
    background-color: #fff;
}


/* ARROWS */

.imagelightbox-arrow
{
    width: 3.75em; /* 60 */
    height: 7.5em; /* 120 */
    background-color: rgba( 0, 0, 0, .5 );
    background-color: #0b3326;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 100002;
    top: 50%;
    margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus
{
    background-color: #0b3326;
    background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active
{
    background-color: #111;
}
.imagelightbox-arrow-left
{
    left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right
{
    right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before
{
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before
{
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before
{
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}
@-webkit-keyframes fade-in
{
    from    { opacity: 0; }
to      { opacity: 1; }
}
@keyframes fade-in
{
    from    { opacity: 0; }
to      { opacity: 1; }
}

@media only screen and (max-width: 41.250em) /* 660 */
{
    #container
    {
        width: 100%;
    }
    #imagelightbox-close
    {
        top: 1.25em; /* 20 */
        right: 1.25em; /* 20 */
    }
    #imagelightbox-nav
    {
        bottom: 1.25em; /* 20 */
    }

    .imagelightbox-arrow
    {
        width: 2.5em; /* 40 */
        height: 3.75em; /* 60 */
        margin-top: -2.75em; /* 30 */
    }
    .imagelightbox-arrow-left
    {
        left: 1.25em; /* 20 */
    }
    .imagelightbox-arrow-right
    {
        right: 1.25em; /* 20 */
    }
}

@media only screen and (max-width: 20em) /* 320 */
{
    .imagelightbox-arrow-left
    {
        left: 0;
    }
    .imagelightbox-arrow-right
    {
        right: 0;
    }
}