#preloader
{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    background-image: url(/site/images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15%;
    z-index: 100;
}

h1
{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #4D5227;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

h2
{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #3785A4;
    margin-top: 14px;
}

.alertify .ajs-modal
{
    z-index: 99999999999999;
}

.owl-theme .owl-nav.disabled + .owl-dots
{
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: auto;
    right: 30px;
}

.section-topo
{
    padding-top: 0px;
}

.section-topo .container-fluid
{
    padding-right: 0px;
    padding-left: 0px;
}

.section-topo .logomarca
{
    position: absolute;
    z-index: 10;
}

.section-topo .menu
{
    position: absolute;
    z-index: 10;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 100;
    right: 20%;
}

.section-topo .navbar
{
    float: right;
}

.section-topo .navbar-light .navbar-nav .nav-link
{
    color: #FFF;
}

.section-topo .navbar-light .navbar-nav .nav-link:hover
{
    color: #333;
}

.section-topo .social-media
{
    position: absolute;
    right: 0;
    z-index: 10;
}

.section-topo .item
{
    height: 652px;
    background-size: 1280px 652px;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-topo .social
{
    display: block;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    margin-top: 10px;
}

.section-topo .social li
{
    display: block;
    float: left;
    background-color: transparent;
}

.section-topo .social li a
{
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    float: left;
    margin-right: 5px;
    border-radius: 40px;
    margin-bottom: 20px;
	font-size: 20px;
    width: 40px;
    height: 40px;
}

.section-topo .social li a:hover
{
    background-color: #fff;
    color: #64887F;
}

/*.section-slidershow .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -41px;
    z-index: 10;
    position: inherit;
}*/

.slider-center
{
    position: relative;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 50px;
    top: 228px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.section-sobre
{
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4D5227;
}

.section-projetos
{
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4D5227;
}

.section-projetos h1
{
    margin-bottom: 0px;
}

.section-projetos p
{
    margin-bottom: 20px;
}

.section-projetos .nav-pills .nav-link
{
    border-radius: 60px;
    border: 2px solid #4C5226;
    text-decoration: none;
    margin-right: 10px;
    color: #4C5226;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-projetos .nav-pills .nav-link:hover
{
    color: #FFF;
    background-color: #4C5226;
    text-decoration: none;
}

.section-projetos .nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    color: #fff;
    background-color: #4C5226;
    text-decoration: none;
}

.section-projetos .portfolio
{
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-projetos .projeto
{
  position: relative;
  flex: 0 0 calc((100% / 4));
  background-color: #000;
}

.section-projetos .projeto-image
{
    opacity: 1;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    transition: .5s ease;
    backface-visibility: hidden;
}
  
.section-projetos .middle
{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.section-projetos .projeto:hover .projeto-image
{
    opacity: 0.3;
}

.section-projetos .projeto:hover .middle
{
    opacity: 1;
}

.section-projetos .lupa
{
    background-color: #4C5226;
    color: #FFF;
    font-size: 16px;
    padding: 16px 23px;
    border-radius: 100px;
}

.section-contato
{
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4D5227;
}

.section-contato h1
{
    margin-bottom: 0px;
}

.section-contato p
{
    margin-bottom: 50px;
}

.section-contato .form-control
{
    color: #4D5427;
    border: 1px solid #4D5427;
    border-radius: 2.25rem;
    padding: 26px;
}

.section-contato .btn-contato
{
    float: right;
    border-radius: 100px;
    padding: 10px 30px;
    background-color: #4D5427;
    color: #FFF;
}

.section-contato .btn-contato:hove
{
    background-color: #546B37;
}

.section-rodape
{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #4D5427;
}

.section-rodape h1
{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.section-rodape .social
{
    display: inline flow-root list-item;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
}

.section-rodape .social li
{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    text-align: center;
    line-height: 40px;
    color: #4D5427;
    float: left;
    margin-right: 5px;
    border-radius: 40px;
    margin-bottom: 20px;
}

.section-rodape .social li a{
    color: #4D5427;
	font-size: 20px;
}

.section-rodape .social li a:hover{
    color: #CCC;
}

.section-copy
{
    background-color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: 'amelia-basic-oblic-light';
    font-size: 15px;
    color: #76A097;
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 992px)
{
}

@media screen and (max-width: 768px)
{
}

@media screen and (max-width: 576px)
{
    .section-topo .menu
    {
        right: 10%;
    }

    .section-topo .menu .navbar-light .navbar-toggler
    {
        position: absolute;
        top: 0;
        right: 0;
    }

    .section-topo .menu .navbar-collapse
    {
        background-color: #000;
        margin-top: 63px;
        padding: 20px;
        border-radius: 10px;
        width: 200px;
    }

    .section-topo .social-media
    {
        display: none;
    }

    .section-slidershow .item
    {
        background-position-x: -470px;
    }

    .slider-center
    {
        width: 100%;
        font-size: 48px;
        line-height: 40px;
        top: 214px;
    }

    .section-projetos .projeto
    {
        flex: 0 0 calc((100% / 2));
    }

    .section-projetos .projeto-image
    {
        height: 200px;
    }

    .section-rodape
    {
        text-align: center;
    }

    .section-rodape img
    {
        margin-bottom: 20px;
    }

    .section-rodape .social 
    {
        display: inline-block;
    }
}
