body {
    font-size: 14px !important;
    font-family: 'Quicksand', sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

:focus {
    outline: none !important;
}

div img {
    width: auto;
}

div a img {
    width: 100%;
}

main {
    position: relative;
    margin-top: 100px;
    float: left;
    width: 100%;
    z-index: 2;
}

@media (max-width: 991px) {
    main {
        margin-top: 120px;
    }
}

@media (max-width: 768px) {
    main {
        top: 120px;
        margin: 0;
    }
}

footer {
    color: #e0e0e0;
    padding: 0 !important;
    margin-top: 50px;
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

footer .container {
    margin-left: -24px;
    margin-right: -24px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    footer .container {
        text-align: center;
    }
}

footer a {
    color: white;
}

footer ul {
    margin: 0;
}

footer li {
    list-style: none;
    margin-bottom: 30px;
    font-size: 13px;
}

footer span {
    clear: both;
    float: left;
    display: inline;
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

footer .social {
    margin-right: 10px;
    display: inline;
}

@media (max-width: 767px) {
    footer .social {
        width: 100%;
        display: block;
    }
}

footer .social a:hover i {
    color: #688d18;
}

footer .social i {
    padding: 0 4px;
    color: #939598;
    font-size: 15px !important;
}

.copyright {
    margin: 0;
}

.copyright p {
    /*background: #7fb0b7;*/
    text-transform: uppercase;
    margin: 0;
    color: #939598;
    font-size: 12px;
    display: inline;
}

.copyright img {
    opacity: 0.5;
    margin-left: 5px;
    width: 75px;
    height: auto;
}

@media (min-width: 992px) {
    #jarallax-container-0 div {
        background-size: contain !important;
    }
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */

@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*
 * Hamburguer menu color
 * --------------------------------------------------
 */

.text-white {
    color: #b2b3b6;
}


/*
 * WP Content CSS
 * --------------------------------------------------
 */

.entry-content {
    padding: 20px 0;
    /*   width: 100% !important;*/
}


/*Tablet*/

@media (max-width: 991px) {
    .entry-content {
        padding: 20px;
    }
    #menu-93 .home {
        display: block;
    }
}

.page-title {
    font-family: 'Quicksand', sans-serif;
    color: #b2b3b6;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0;
    box-shadow: none;
    /* background: #f5f5f5; */
    /* font-weight: 600; */
    line-height: 3;
    border-top: 1px solid #dadada;
    letter-spacing: -1px;
    padding: 0 20px;
    /* text-align: center; */
    margin-bottom: 30px;
}

.title {
    font-family: 'Quicksand', sans-serif;
    color: #1c69ac;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 0.9;
}

.list-valores {
    font-family: 'Quicksand', sans-serif;
    color: #1c69ac;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -4px;
    line-height: 1;
}

.sub-title {
    font-family: 'Quicksand', sans-serif;
    color: #1c69ac;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.3;
}


/*Mobile*/

@media (max-width: 768px) {
    .page-title {
        text-align: center;
    }
    ul.posts li .img-wrap {
        height: auto !important;
    }
    .go-back {
        width: 100%;
        text-align: left;
        float: left;
        padding: 0;
        margin: 0;
    }
    .single-post h1 {
        text-align: left;
    }
    .title {
        font-size: 40px;
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .page-title {
        text-align: center;
    }
}

.collapse {
    padding: 0px;
}

.img-responsive {
    width: 100%;
}

.mbr-slider .carousel-indicators {
    display: none;
}

.formulario {}

.formulario p {
    margin: 0 0 0.75em;
}

.formulario label {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #b2b3b6;
    font-size: 12px;
}

.formulario .contato {
    width: 48%;
    float: left;
    padding: 0;
}

.formulario .email {
    width: 48%;
    float: right;
    padding: 0;
}

.formulario input,
textarea {
    padding: 0.625em 0.8375em !important;
    width: 100%;
    font-size: 15px !important;
    font-family: 'Quicksand', sans-serif!important;
    border: none;
    font-weight: 400!important;
    line-height: 2!important;
    color: #1a1a1a!important;
    border: 2px solid #e8e8e8 !important;
    background: none !important;
}

.formulario textarea {
    max-height: 200px;
}

.formulario input[type="submit"] {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600!important;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 2;
    float: right;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 0;
    border: none !important;
    background: #b2b3b6 !important;
}

.icon-title {
    position: absolute;
    top: -20px;
    width: auto;
    left: 70px;
    text-align: center;
}

.icon-title-center {
    position: absolute;
    top: -20px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}

ul.posts {
    margin: 0;
    padding: 0;
}

ul.posts li {
    padding: 0 !important;
    list-style: none;
    background: #f5f5f7;
    padding-bottom: 20px !important;
    float: left;
    width: 96%;
    margin: 2%;
}

ul.posts li.col-md-6 {
    width: 46% !important;
    min-height: 400px !important;
    float: left;
}

ul.posts li .img-wrap {
    height: 300px;
    overflow: hidden;
    float: left;
    width: 100%;
}

ul.posts li h2 {
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}

ul.posts li h2 a {
    padding: 0 20px;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    background: none;
    color: #b2b3b6;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.posts li p {
    padding: 5px 20px;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    min-height: 150px;
    overflow: hidden;
}

@media (max-width: 768px) {
    ul.posts li p {
        min-height: auto;
    }
}

ul.posts li a {
    padding: 6px 20px;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #b2b3b6;
    float: left !important;
    width: auto;
}

.single-post {
    min-height: 500px;
}

.single-post article img {
    width: 100%;
    margin-bottom:20px;
}

.single-post h1 {
    margin-bottom: 5px !important;
}

.go-back {
    color: #7faeb6 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    z-index: 1;
}

@media (max-width: 768px) {
    .formulario .contato {
        width: 100%;
        float: left;
    }
    .formulario .email {
        width: 100%;
        float: left;
    }
    ul.posts li.col-md-6 {
        width: 96% !important;
        min-height: auto !important;
        float: left;
    }
}

ul.lang {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 2.3;
    margin-top: 15px;
}

ul.lang li {
    display: inline-block;
    list-style: none;
    padding-left: 5px;
}

ul.lang li a {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #b2b3b6;
}

ul.lang li a:hover,
ul.lang li a.current {
    color: #688d18;
}


/*Tablet*/

@media (max-width: 991px) {
    ul.lang {
        position: absolute;
        text-align: right;
        right: 65px;
    }
}

@media (max-width: 767px) {
    ul.lang {
        right: 50px;
    }
}

.btn-decorator .btn:after {
    content: none;
}

.banner {
    padding: 0 20px;
    max-width: 1500px;
}

.banner h1 {
    font-family: 'Quicksand', sans-serif;
    color: #1c69ac;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -4px;
    line-height: 0.9;
}

.banner p {
    font-family: 'Quicksand', sans-serif;
    color: #1c69ac;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.banner-text img {
    position: absolute;
    bottom: 0;
    max-height: 100%;
    width: auto;
}

@media (max-width: 768px) {
    .banner-text img {
        position: relative;
    }
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    display: none !important;
}

.owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    background: #B1B3B6;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover,
.carousel-control:focus {
    background: none !important;
}

.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    font-size: 60px;
    line-height: 0;
}

.produtos-wrap {
    position: relative;
}

.produtos-wrap em {
    position: absolute;
    top: 0;
    padding: 8px 16px;
    font-weight: 600;
    text-align: left;
    font-size: 17px;
    font-style: normal;
    text-transform: uppercase;
    color: #b2b3b6;
    letter-spacing: -0.8px;
    background: #fff;
}

.produtos-gallery em {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    color: #b2b3b6;
    letter-spacing: -0.8px;
    width: 100%;
    float: left;
    margin-bottom: 2em;
    top: -10px;
    position: relative;
}

@media (max-width: 768px) {
    .produtos-wrap {
        width: 90%;
    }
    .produtos-wrap em {
        text-align: center;
        width: 100%;
        position: relative;
        float: left;
    }
}

.icon-menu:before,
.icon-cancel-2:before {
    content: '\e85a';
    font-size: 35px;
    color: #b2b3b6;
    margin: 8px !important;
    padding: 0;
    top: 10px;
    position: relative;
}

@media (max-width: 768px) {
    .glyphicon-chevron-right:before,
    .glyphicon-chevron-left:before {
        font-size: 25px;
    }
    .produtos-wrap {
        margin-bottom: 80px !important;
    }
    .carousel-control.right {
        right: -20px;
    }
    .carousel-control.left {
        left: -20px;
    }
}

.icon-cancel-2:before {
    content: '\e85a';
}

.carousel-indicators,
.logo-holder {
    display: none !important;
}

.mob_menu_header_div {
    background: none !important;
}

#mobmenuright {
    padding-left: 10px !important;
    padding-top: 26px !important;
    padding: 0 !important;
    float: left;
    top: 30px;
    width: 100%;
    position: relative;
}


}
.mobmenu_content li {
    border: none !important;
}
#mobmenuright li a {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #b2b3b6;
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 1;
}
#mobmenuright li > ul {
    display: none;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mobmenu .sub-menu li {
    padding-left: 30px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mobmenu_content #mobmenuright .sub-menu {
    padding-left: 10px !important;
}
.mobmenu_content #mobmenuright .sub-menu a {
    font-weight: 400;
    padding-left: 25px !important;
}
#mobmenuright li.current_page_item a,
#mobmenuright .sub-menu li.current_page_item a {
    font-weight: 600;
}
.mobmenu-push-wrap {
    padding-top: 0 !important;
}

/*LightBox Gallery*/
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
    box-shadow: none!important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    background: none!important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
    right: 20px !important;
    background-position: right 45% !important;
    background-size: 4% !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
    left: 20px !important;
    background-position: left 45% !important;
    background-size: 4% !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    display: none !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title span {
    font-family: 'Quicksand', sans-serif !important;
    color: white!important;
    font-style: normal!important;
    letter-spacing: -0.5px;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 16px!important;
    width: 100%!important;
    text-align: center!important;
    margin-top: 10px!important;
    float: left;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls span {
    background-size: contain!important;
}
#cboxNext,
#cboxPrevious {
    top: 50%!important;
    background-size: contain!important;
}
#cboxLoadedContent {
    padding: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
}
#cboxClose {
    top: 10px!important;
    box-shadow: none!important;
    background-size: contain!important;
    width: 10px!important;
    height: 10px!important;
}
#cboxTitle {
    font-family: 'Quicksand', sans-serif !important;
    font-style: normal!important;
    letter-spacing: -0.5px;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 14px!important;
    width: 100%!important;
    text-align: center!important;
    margin-top: 10px!important;
    background: none!important;
    box-shadow: none !important;
    border-radius: none !important;
    border: none !important;
    min-width: 100% !important;
    margin: 0!important;
    padding: 0!important;
    bottom: 20px!important;
    left: 0!important;
}
#cboxCurrent,
#cboxSlideshow {
    display: none!important;
}
#cboxNext {
    top: 50%!important;
    background-size: 30% !important;
    background-position: right center !important;
}
#cboxPrevious {
    top: 50%!important;
    background-size: 30% !important;
    background-position: left center !important;
}
@media (max-width: 991px) {
    #cboxNext {
        background-size: 20% !important;
        background-position: right center !important;
    }
    
    #cboxPrevious {
        background-size: 20% !important;
        background-position: left center !important;
    }
    
    #cboxClose {
        background-size: 30% !important;
        background-position: center center !important;
    }
    
    .cboxPhoto {
        margin-top: 2%!important;
        max-width: 96%!important;
        height: auto !important;
    }
}
#cboxOverlay {
    background: #b2b3b6!important;
}

/*google translate widget*/
.google-translator {
    position: relative;
    top: 20px;
    cursor: pointer;
}
.google-translator select {
    background: url(../images/icons/down-round-arrow.png) no-repeat center right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 7%;
    font-size: 14px !important;
    font-family: 'Quicksand', sans-serif;
    color: #b2b3b6;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding-right: 20px;
    border: none;
    cursor: pointer;
    height: 22px;
}
.google-translator select option {
    background: none;
    color: #b2b3b6;
}
@media (max-width: 991px) {
    .google-translator {
        top: 0px;
    }
}
