/*
Theme Name:     Storefront Child Theme
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');
/*
font-family: 'Work Sans', sans-serif;
*/

/* GERAL */

* {
    outline: none !important;
    font-family: 'Work Sans', sans-serif;
}

.nopad {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width:1500px) {
    .container {
        max-width: 1410px;
    }
}

@media screen and (max-width:576px) {
    .container {
        padding: 0 30px;
    }
}

/* HEADER */

header {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

header .middle {
    padding: 15px 0;
}

header .middle #site-header-cart .cart-contents .woocommerce-Price-amount.amount {
    display: none;
}

header .middle .site-header-cart li {
    background-color: transparent !important;
}

header .middle .site-header-cart .cart-contents {
    display: flex;
    align-items: center;
    padding: 0 !important;
    text-decoration: none;
}

.site-header-cart .cart-contents::after {
    display: none !important;
}

.site-header-cart .cart-contents::before {
    content: "";
    width: 22.5px;
    display: inline-block;
    height: 20px;
    background-image: url(../icones/shopping-bag.svg);
    background-repeat: no-repeat;
}

header .middle .site-header-cart .cart-contents .count {
    margin-left: 0px;
    opacity: 1 !important;
    color: #fff;
    font-weight: 500;
}

header .middle .logo {
    align-self: center;
}

header .middle .custom-logo-link img {
    max-height: 55px;
    width: auto;
    max-width: inherit !important;
    border-radius: 0;
}

@media screen and (max-width: 991px){
    header .middle .custom-logo-link img {
        max-height: 40px;
        margin-left: -112px;
    }
}

@media screen and (max-width: 930px){
    header .middle .custom-logo-link img {
        max-height: 40px;
        margin-left: -85px;
    }
}

@media screen and (max-width: 870px){
    header .middle .custom-logo-link img {
    max-height: 35px;
    margin-left: -33px;
    }
}

@media screen and (max-width: 767px){
    header .middle .custom-logo-link img {
        max-height: 33px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 767px){
    .about_top_home {
        flex-direction: column-reverse;
    }
}


@media screen and (max-width: 390px){
    header .middle .custom-logo-link img {
        display: none;
    }
}

header .middle .barra {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .middle .barra form {
    margin: 0;
    text-align: right;
    display: none;
}

header .middle .barra form button {
    background-color: transparent;
    max-width: 45.63px;
    display: inline-flex;
    height: 45.63px;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0;
}

header .middle .barra form input[type=text] {
    background-color: transparent;
    color: #6D787E;
    box-shadow: none;
    width: calc(70% - 52px);
    padding-left: 0;
}

header .middle .barra form input[type=text]:focus {
    width: calc(80% - 52px);
}

header .middle .barra form input[type=text]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6D787E;
}

header .middle .barra form input[type=text]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6D787E;
    opacity: 1;
}

header .middle .barra form input[type=text]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6D787E;
    opacity: 1;
}

header .middle .barra form input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6D787E;
}

header .middle .barra form input[type=text]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6D787E;
}

header .middle .barra form input[type=text]::placeholder {
    /* Most modern browsers support this now. */
    color: #6D787E;
}

header .middle .barra .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .middle .barra .menu .menu-item a {
    padding: 10px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.5s ease;
}

/*@media screen and (max-width: 575px) {
    header .middle .barra .menu .menu-item a {
        display: inline;
}*/

header .middle .barra .menu .menu-item a span{
    color: #fff;
    margin-left: 10px;
}


header .middle .barra .menu .menu-item a i {
    font-size: 22px;
    color: #3b79b5;
    margin-right: 6px;
    transition: all 0.5s ease;
}


.woocommerce-active .site-header .site-header-cart {
    width: 110px !important;
    margin-left: 25px !important;
}

header .middle .barra .site-header-cart .widget_shopping_cart {
    width: 250px !important;
    left: unset !important;
    right: -999em;
}

header .middle .barra .site-header-cart:hover .widget_shopping_cart {
    right: 0;
}

header .middle .barra p{
    color:#fff;
    font-size: 14px;
}

header .bottom {
    color: #282A2F;
    padding: 0;
}

/*.home header.fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%;
}*/
.home header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    z-index: 999999;
}

header .middle .barra .menu .menu-item a {
    color: #282A2F;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #002668;
    transition: all 0.5s ease;
    z-index: 999999;
}

header .bottom .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .bottom .menu li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

header .bottom .menu li a:hover {
    color: #3b79b5;
    font-weight: 600;
}

header .bottom .menu li:nth-last-child(1) a {
    margin-right: 0;
}


.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
    padding: 8px 16px !important;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
    padding: 0 !important;
}


#pesquisaMob {
    display: none;
}

#menuMobileBt {
    display: none;
    cursor: pointer;
}

@media screen and (max-width:991px) {

    .menu-logged-out-container a span,
    .menu-logged-in-container a span {
        display: none;
    }

    .cart-contents .count {
        display: none !important;
    }

    .woocommerce-active .site-header .site-header-cart {
        width: 55px !important;
        margin-left: 15px !important;
    }

    header .middle .barra form {
        margin: 0 15px 0 0;
    }
}

@media screen and (max-width:767px) {
    header .middle {
        padding: 15px 0;
    }

    header .middle .barra form {
        display: none !important;
    }

    header .middle .site-header-cart .cart-contents {
        padding: 12px 15px !important;
    }

    #menuMobileBt {
        display: block;
        float: right;
    }

    #pesquisaMob {
        display: none;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        margin-right: 15px;
        font-size: 16px;
        cursor: pointer;
    }
}

@media screen and (max-width:600px) {
    header .middle .barra p{
    font-size: 13px;
    }
}




/* HEADER MOBILE */

@media screen and (max-width:1199px) {
    #menuMobileBt span {
        width: 36px;
        height: 6px;
        background: #fff;
        display: block;
        margin-bottom: 6px;
    }

    #menuMobileBt span:nth-last-child(1) {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    header .bottom {
        display: none;
    }
}

#menuMobile,
#areaPesquisa {
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    height: 100vh;
    display: flex;
    top: 0;
    align-items: flex-start;
    left: -200%;
    transition: left 0.5s ease;
}

#menuMobile .zonaMenu,
#areaPesquisa .zonaMenu {
    width: 100%;
    padding: 30px;
}

#areaPesquisa .zonaMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#areaPesquisa .zonaMenu form {
    margin: 0 25px 0 0;
}

#areaPesquisa .zonaMenu form {
    padding: 0;
    background-color: #f4f5f6;
    color: #6D787E;
    box-shadow: none;
    width: 100%;
    border-radius: 25px;
}

#areaPesquisa .zonaMenu form button {
    border-radius: 50%;
    background-color: yellow;
    max-width: 45.63px;
    display: inline-flex;
    height: 45.63px;
    align-items: center;
    justify-content: center;
}

#areaPesquisa .zonaMenu form input[type=text] {
    padding-left: 20px;
    background-color: transparent;
    color: #6D787E;
    box-shadow: none;
    width: calc(100% - 52px);
    border-radius: 25px;
}

#areaPesquisa .zonaMenu input[type=text]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6D787E;
}

#areaPesquisa .zonaMenu input[type=text]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6D787E;
    opacity: 1;
}

#areaPesquisa .zonaMenu input[type=text]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6D787E;
    opacity: 1;
}

#areaPesquisa .zonaMenu form input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6D787E;
}

#areaPesquisa .zonaMenu form input[type=text]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6D787E;
}

#areaPesquisa .zonaMenu form input[type=text]::placeholder {
    /* Most modern browsers support this now. */
    color: #6D787E;
}

#menuMobile ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#menuMobile ul.menu li.espacoMenu {
    margin-left: 30px !important;
}

#menuMobile ul.menu li.opcoesMenu {
    display: inline-block;
    margin: 0 3px;
}

#menuMobile ul.menu li.pesquisar {
    display: none;
}

#menuMobile ul.menu li a {
    margin: 8px 0;
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
}

#menuMobile ul.menu li a::after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #333;
    display: block;
    transition: width 1s ease;
}

#menuMobile ul.menu li a:hover::after {
    width: 100%;
}

#menuMobile ul.menu li.current-menu-item a::after {
    width: 100%;
}

#menuMobile ul.menu li .sub-menu {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

#menuMobile.abremenu,
#areaPesquisa.abremenu {
    left: 0 !important;
    margin-top: 74px;
}

#menuMobile .fecha,
#areaPesquisa .fecha {
    position: absolute;
    top: 30px;
    right: 15px;
    display: block;
    width: 30px;
    z-index: 99999;
    cursor: pointer;
}

#menuMobile .fecha span,
#areaPesquisa .fecha span {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #0762A7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#menuMobile .fecha span:first-child,
#areaPesquisa .fecha span:first-child {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari 3-8 */
    transform: rotate(45deg);
}

#menuMobile .fecha span:last-child,
#areaPesquisa .fecha span:last-child {
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Safari 3-8 */
    transform: rotate(135deg);
}

/* FOOTER */

#rodape {
    color: #fff;
    background-color: #262931;
    padding: 0;
    margin-top: 80px;
}

#rodape .colunas {
    padding-top: 20px;
    border-bottom: 2px solid #2c3039;
}

#rodape .blocoC {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

#rodape .blocoC ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#rodape .horario span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#rodape .horario span p {
    margin-bottom: 0;
    font-size: 14px !important;
}

#rodape .blocoC ul h4{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#rodape .blocoC>i {
    margin-right: 15px;
    color: #3b79b5;
}

#rodape .blocoC a {
    color: #fff;
    text-decoration: none;
}


#rodape .blocoC a:hover i {
    color: #fff;
}

#rodape .colunas .colunaF {
    padding-top: 20px;
}

#rodape .colunas .colunaF.social {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#rodape .colunas .colunaF.social a{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
    color: #111;
    background-color: #6dc9cc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 44px;
    height: 44px;
    transition: all 0.5s ease;
}

#rodape .colunas .colunaF.contactos {
    font-size: 15px;
}


#rodape .colunas .colunaF.info {
    font-size: 15px;
}

#rodape .colunas .colunaF.info ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


#rodape .colunas .colunaF.info ul li{
    margin-bottom: 15px; 
}


#rodape .colunas .colunaF.info ul li a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

#rodape .colunas .colunaF.contactos i {
    font-size: 20px;
    color: #63c8c6;
    margin-bottom: 10px;
}

#rodape .colunas .colunaF.contactos h5 {
    font-size: 20px;
    color: #3b79b5;
    font-weight: 500;
}

#rodape .colunas .colunaF.contactos p {
    font-size: 15px
}

#rodape .colunas .colunaF.contactos>span {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}

#rodape h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

#rodape .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#rodape .menu a {
    color: #fff;
    font-size: 15px;
}

#rodape .menu a:hover {
    color: #fff;
    text-decoration: none;
}

#rodape .linhaFinal {
    background-color: #262931;
    color: #fff;
    font-size: 12px;
    padding: 14px 0;
    text-transform: uppercase;
}

#rodape .linhaFinal .linhaF01 a {
    color: #63c8c6;
    text-decoration: none;
}

#rodape .linhaFinal .linhaF01 a:hover {
    text-decoration: underline;
}

#rodape .linhaFinal .linhaF02 a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

#rodape .linhaFinal .linhaF02 a:hover {
    color: #3b79b5;
}

#rodape .linhaFinal .linhaF01,
#rodape .linhaFinal .linhaF02 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#rodape .linhaFinal .linhaF02 {
    justify-content: flex-end;
}

#rodape .linhaFinal .linhaF01 img {
    margin-right: 15px;
}

#rodape .linhaFinal .linhaF02 img {
    margin-left: 15px;
}

@media screen and (max-width:991px) {
    #rodape .linhaFinal .linhaF02 {
        margin-bottom: 8px;
    }

    #rodape .linhaFinal .linhaF01,
    #rodape .linhaFinal .linhaF02 {
        justify-content: center;
    }
}

@media screen and (max-width:576px) {
    #rodape {
        padding: 24px 0 0;
    }

    #rodape .colunas {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    #rodape .colunas .colunaF {
        padding-top: 24px;
    }

    #rodape h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

/* ARCHIVE / TAXONOMY / LISTAGEM PRODUTOS */

ul.products,
.wc-block-grid__products {
    margin-left: -15px !important;
}

ul.products li.product {
    margin-bottom: 30px !important;
}

ul.products li.product .wrapper {
    padding: 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

ul.products li.product img {
    border-radius: 0;
}

.storefront-breadcrumb {
    padding: 60px 0 24px 0!important;
    margin: 0 !important;
}

.storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0 48px !important;
}

h1.woocommerce-products-header__title {
    font-size: 32px;
    color: #1D1D1D;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

ul.products li.product a {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    color: #3b79b5;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

ul.products li.product a img {
    display: inline-block;
    margin: 0 5px 0 0;
    height: 225px;
    object-fit:contain;
}

ul.products li.product a:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    color: #1D1D1D;
}

ul.products li.product a.added_to_cart {
    margin-left: 10px;
    text-transform: uppercase;
}

ul.products li.product .price {
    color: #1D1D1D;
    margin-bottom: 12px;
}

ul.products li.product a h2.woocommerce-loop-product__title {
    font-size: 16px;
    color: #272727;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
    height: 44px;
}

ul.products li.product .stockEsgotado {
    position: absolute;
    top: 10px;
    right: 25px;
    background-color: #63c8c6;
    color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
}

ul.products li.product .novidade {
    position: absolute;
    top: 10px;
    right: 25px;
    background-color: #63c8c6;
    color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
}

@media screen and (max-width:767px) {
    ul.products li.product .wrapper {
        padding: 25px;
    }
}

@media screen and (max-width:576px) {
    h1.woocommerce-products-header__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    ul.products li.product .wrapper {
        padding: 20px;
    }
}

@media screen and (max-width:540px) {
    ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:415px) {
    ul.products li.product .wrapper {
        padding: 15px;
    }
}

/* SINGLE PRODUCT */

.gift-cards_form.cart h3.ywgc_choose_design_title,
.gift-cards_form.cart .gift-card-content-editor.step-appearance,
h3.ywgc_delivery_info_title {
    display: none;
}

.gift-card-content-editor.step-content h5 {
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.single-product div.product p.price {
    margin: 30px 0 0 !important;
}

.single-product .woocommerce-variation-price .price .woocommerce-Price-amount.amount {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.single-product div.product .impostoInfo {
    margin-bottom: 30px;
    display: block;
}

.summary.entry-summary .cart button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6180469716em 20px;
    width: auto;
}

.summary.entry-summary .cart button img {
    max-height: 18px;
    margin-right: 10px;
}

h1.product_title.entry-title {}

.single-product .stock.out-of-stock {
    background-color: #0088d4;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
    text-transform: uppercase;
}

.single-product .stock.out-of-stock::before {
    display: none;
}

.single-product .related.products>h2,
.single-product .woocommerce-tabs h2,
.single-product .product_title.entry-title,
.single-product .up-sells.upsells>h2 {
    font-size: 32px !important;
    color: #1D1D1D !important;
    margin-bottom: 48px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.single-product .woocommerce-tabs h2,
.single-product .product_title.entry-title {
    text-align: left !important;
}

.single-product .porqueComprar {
    padding-top: 98px;
}

@media screen and (max-width:767px) {
    .single-product .porqueComprar {
        padding-top: 34px;
    }

    .single-product .woocommerce-tabs h2,
    .single-product .product_title.entry-title {
        text-align: center !important;
    }
}

@media screen and (max-width:576px) {

    .single-product .related.products>h2,
    .single-product .woocommerce-tabs h2,
    .single-product .product_title.entry-title {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:415px) {
    .areaCategorias .categorias .categoria {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .areaCategorias_archive .categorias .categoria {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:991px) {
    .areaCategorias .categorias .categoria {
        margin-bottom: 5px !important;
    }
}

/* HOME */

.home .areaTitulo h1,
.home .areaTitulo h5 {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 6px !important;
    color: #0762A7;
    margin-bottom: 50px;
    font-size: 25px;
}

.home .areaTitulo h1 span {
    display: block;
    font-size: 24px;
    margin-bottom: 24px;
}

.home .marginTop {
    padding-top: 70px;
}

.home .marginTop2 {
    padding-top: 70px;
}

.todos {
    text-align: center;
}

a.btVerTodos {
    display: inline-block;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3b79b5;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s ease;
}

a.btVerTodos:hover {
    background-color: #63c8c6;
}

.areaCategorias {
    padding-left: 0;
    padding-right: 0;
}

.areaCategorias_archive {
    padding-left: 0;
    padding-right: 0;
}

.areaCategorias .categorias {
    list-style: none;
    padding: 0;
}

.areaCategorias_archive .categorias {
    list-style: none;
    padding: 0;
}

.areaCategorias .categorias .categoria {
    margin-bottom: 30px;
    padding: 0;
}

.areaCategorias_archive .categorias .categoria {
    margin-bottom: 30px;
}

.areaCategorias .categorias .categoria img {
    border-radius: 0;
    transition: all 0.5s ease;
    height: 800px;
    object-fit: cover;
    width: 100%;
}

.areaCategorias_archive .categorias .categoria img {
    border-radius: 0;
    transition: all 0.5s ease;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.areaCategorias .categorias .categoria:hover img {
    transform: scale(1.1);
}


.areaCategorias .categorias .categoria .wrapper {
    position: relative;
    overflow: hidden;
}

.areaCategorias_archive .categorias .categoria .wrapper {
    position: relative;
    overflow: hidden;
}

.areaCategorias .categorias .categoria .wrapper .sombra {
    background-color: rgba(3, 36, 69, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    transition: all 0.5s ease;
}

.areaCategorias_archive .categorias .categoria .wrapper .sombra {
    background-color: rgba(3, 36, 69, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    transition: all 0.5s ease;
}

.areaCategorias .categorias .categoria .wrapper .sombra p{
    transform: rotate(270deg);
    bottom: 600px;
    position: absolute;
    color: #fff;
    letter-spacing: 4px;
}

.areaCategorias_archive .categorias .categoria .wrapper .sombra p{
    transform: rotate(270deg);
    bottom: 250px;
    position: absolute;
    color: #fff;
    letter-spacing: 4px;
    left: -44px;
}


.areaCategorias .categorias .categoria .wrapper .sombra h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    margin-left: 10px;
}

.areaCategorias_archive .categorias .categoria .wrapper .sombra h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.areaCategorias .categorias .categoria .wrapper .sombra a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    height: 0;
}

.areaCategorias_archive .categorias .categoria .wrapper .sombra a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    height: 0;
}

.areaParceiros {
    padding-top: 60px;
    padding-bottom: 90px;
    margin-top: 30px;
}

@media screen and (max-width:1199px) {
    .destaques .item .sombra a {
        bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    
    .areaCategorias_archive .categorias .categoria .wrapper .sombra h2 {
        font-size: 18px;
    }

    .destaques .item .sombra a {
        bottom: 25px;
    }
}

@media screen and (max-width:576px) {
    .destaques .item .sombra a {
        bottom: 20px;
    }

    .areaCategorias .categorias .categoria .wrapper .sombra {
        padding: 15px;
    }
    
    .areaCategorias_archive .categorias .categoria .wrapper .sombra {
        padding: 15px;
    }

    .destaques .item .sombra h2 {
        font-size: 24px;
    }
}

@media screen and (max-width:450px) {
    .areaCategorias .categorias .categoria .wrapper .sombra {
        padding: 15px 25px 15px 15px;
    }
    
    .areaCategorias_archive .categorias .categoria .wrapper .sombra {
        padding: 15px 25px 15px 15px;
    }

    
    .areaCategorias_archive .categorias .categoria .wrapper .sombra h2 {
        font-size: 16px;
    }

    .destaques .item .sombra a {
        bottom: 15px;
        font-size: 15px;
    }
}

@media screen and (max-width:374px) {
    .destaques .item .sombra a {
        bottom: 10px;
    }
}

/* BANNER HOME */

.brandslide {
    margin: 0;
}

.brandslide .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    padding: 5px;
    background-color: #F4F4F6;
    border-radius: 20px;
}

.brandslide .elemento {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brandslide .elemento>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brandslide .elemento img {
    max-height: 45px;
}



#banner{
    margin-top: -103px;
}

#banner_about{
    margin-top: -187px;
    margin-bottom: 50px;
}

#banner_about .item{
    height: 50vh;
    background-position: top;
}

#banner .owl-dots,
.brandslide .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandslide .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .owl-dots .owl-dot,
.brandslide .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

#banner .owl-dots .owl-dot.active,
.brandslide .owl-dots .owl-dot.active {
    border: 1px solid #fff;
}

#banner .owl-dots .owl-dot span,
.brandslide .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.brandslide .owl-dots .owl-dot.active {
    border: 1px solid #63c8c6;
}

.brandslide .owl-dots .owl-dot span {
    background-color: #63c8c6;
}


.home #banner .item {
    position: relative;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity 0.6s ease-in-out;
}


.home #banner .item .sombra {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(3, 36, 69, 0.6);
    height: 100%;
    width: 100%;
    margin-right: 20px;
}

.sobre_imagem {
    display: flex;
    justify-content: end;
    margin-right: 35px;
    bottom: 85px;
    z-index: 99999;
    position: relative;
    text-align: center;
}

.home #banner .item .sombra .sobre_imagem img{
    margin-right: 40px;
    margin-bottom: 40px;
}

.home #banner .item .sombra img {
    width: auto;
    margin-bottom: 60px;
}

.home #banner .item .sombra .container,
.home #banner .item .sombra .row {
    height: 100%;
}

.home #banner .item .sombra .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.home #banner .item .sombra h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.home #banner .item .sombra a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    padding: 12px 30px;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s ease;
    border: 2px solid #fff;
    border-radius: 43px;
}


@media screen and (max-width:1399px) {
    .home #banner .item {
        height: calc(100vh - 155px);
        /*height:475px;*/
    }
}

@media screen and (max-width:1199px) {
    .home #banner .item {
        height: calc(100vh - 155px);
        /*height:430px;*/
    }
}

@media screen and (max-width:991px) {
    .home #banner .item {
        height: calc(100vh - 155px);
        /*height:385px;*/
    }

    .home #banner .item .sombra h1 {
        font-size: 38px;
        margin-bottom: 33px;
    }

    .home #banner .item .sombra img {
        margin-bottom: 33px;
    }

    .home .areaTitulo h1,
    .home .areaTitulo h2 {
        font-size: 42px;
        margin-bottom: 42px;
    }

    .home .areaTitulo h1 span {
        font-size: 22px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width:767px) {
    .home #banner .item {
        height: calc(100vh - 155px);
        /*height:365px;*/
    }

    .home #banner .item .sombra h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .home #banner .item .sombra img {
        margin-bottom: 30px;
    }

    .home .areaTitulo h1,
    .home .areaTitulo h2 {
        font-size: 35px;
        margin-bottom: 35px;
    }

    .home .areaTitulo h1 span {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .home .marginTop {
        padding-top: 35px;
    }

    .home .marginTop2 {
        padding-top: 35px;
    }

    .areaCategorias .categorias .categoria .wrapper:hover .sombra a {
        margin-top: 20px;
    }
}

@media screen and (max-width:576px) {
    .home #banner .item {
        height: calc(100vh - 155px);
        /*height:325px;*/
    }

    .home .areaTitulo h1,
    .home .areaTitulo h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .home #banner .item .sombra h1 {
        font-size: 33px;
    }
}

@media screen and (max-width:450px) {
    .home #banner .item .sombra h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:374px) {
    .home #banner .item .sombra h1 {
        font-size: 26px;
    }
}

/* PAG CONTACTOS */

.page-template-template-contactos #contactos h2 {
    font-size: 29px;
    color: #1D1D1D;
    margin: 48px 0;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width:767px) {
    .page-template-template-contactos #contactos h2 {
        font-size: 22px;
        margin: 22px 0;
    }
}

/* PAG TEXTOS EMPRESA */

#bannerTxt .item {
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

#bannerTxt .item .sombra {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 100%;
}

#bannerTxt .item .sombra h1 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 36px;
    font-weight: 600;
}

#textos a {
    color: #0079BB;
}

#textos a:hover {
    text-decoration: underline;
}

#textos h2 {
    margin: 10px 0 20px;
    font-size: 48px;
    color: #262931;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

#textos h2 span{
    color: #0762A7;
}


#textos table {
    border-top: 1px solid #efefef !important;
}

#textos table tr td {
    border-bottom: 1px solid #efefef !important;
    border-left: 1px solid #efefef !important;
}

#textos table tr td:nth-last-child(1) {
    border-right: 1px solid #efefef !important;
}

@media screen and (max-width:991px) {
    #bannerTxt .item {
        height: 375px;
    }

    #bannerTxt .item .sombra h1 {
        font-size: 45px;
        margin-bottom: 33px;
    }
}

@media screen and (max-width:767px) {
    #bannerTxt .item {
        height: 350px;
    }

    #bannerTxt .item .sombra h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:576px) {
    #bannerTxt .item {
        height: 325px;
    }

    #textos h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

/* PAG TEXTOS */

.page-template-template-textos #textos a {
    color: #63c8c6;
}

.page-template-template-textos #textos a:hover {
    text-decoration: underline;
}

.wc-proceed-to-checkout .button.checkout-button {
    color: #fff !important;
}

.wc-proceed-to-checkout .button.checkout-button:hover {
    background-color: #3b79b5;
    text-decoration: none !important;
}

/* PAG FINALIZAR */

.shipping-calculator-form #calc_shipping_state_field>span {
    width: 100%;
}

.shipping-calculator-form #calc_shipping_city_field {
    float: unset;
    display: inline-block;
}

.shipping-calculator-form #calc_shipping_postcode_field {
    float: left;
    display: inline-block;
}

.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

#customer_details .col-1,
#customer_details .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
    color: #fff !important;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
    text-decoration: underline !important;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #63c8c6 !important;
}

/* PAG MINHA CONTA */

.woocommerce-form-login {
    margin: auto;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .u-column1.col-1,
.woocommerce-account .u-column2.col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.woocommerce-account .password-input {
    width: 100% !important;
}

.password-input {
    width: 100% !important;
}

.woocommerce-account .form-row label {
    width: 100%;
}

.woocommerce-checkout .includes_tax,
.woocommerce-cart .includes_tax {
    display: none !important;
}

.woocommerce-checkout .woocommerce-form-login .form-row-first {
    width: 100%;
    margin-right: 0;
}

.woocommerce-checkout .woocommerce-form-login .form-row-last {
    width: 100%;
    margin-right: 0;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
    display: none !important;
}

/* SUB MEGA MENU */

.megaMenu {
    display: none;
}

/*.sub-menu{
    background-color:rgba(0,0,0,0.1);
}*/

/*
.megaMenu,.subMegaMenu,.subsubMegaMenu{
    padding:0;
    margin:0;
    list-style:none;
}
.megaMenu{
    display:none;
    position:absolute;
    background-color:#F4F5F6;
    box-shadow:0 8px 8px 4px rgb(0 0 0 / 25%);
}
.megaMenu > li{
    padding:4px 8px;
}
.megaMenu a{
    color:#282a2f;
    text-decoration:none;
}
.subMegaMenu{
    background-color:#E9EBED;
}
.subMegaMenu,.subsubMegaMenu{
    padding-left:15px;
    display:none;
}
.active{
    display:block;
}*/

.megaMenu a {
    margin: 0 !important;
}

.woocommerce-mini-cart-item.mini_cart_item .woocommerce-Price-amount.amount {
    display: none;
}

.logged-in .woocommerce-mini-cart-item.mini_cart_item .woocommerce-Price-amount.amount {
    display: inline-block;
}

.woocommerce-variation-price {
    display: none !important;
}

.logged-in .woocommerce-variation-price {
    display: block !important;
}

.mensagensCartCheckout {
    padding: 8px 15px;
    margin-bottom: 30px;
    background: #63c8c6;
    color: #fff;
    font-weight: 600;
}

.modal-header {
    padding: 5px 16px;
    border-bottom: none;
}

.modal-body {
    padding: 0 16px;
}

.modal .modal-header button.close{
    background-color: transparent;
}

.modal .modal-content .modal-body form .gform-body #field_4_4 {
    display: none;
}

.modal .modal-content .modal-body #gform_confirmation_message_4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal .modal-content .modal-body p a{
    color: #63c8c6;
    font-weight: 600;
}

.modal .modal-body .gform_footer #gform_ajax_spinner_4{
    margin-left: 10px;
}

.modal button.close span{
    background-color: transparent;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    padding: 16px 0 0;
}

.summary.entry-summary .btn-primary {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 600;
    margin-top: -15px;
    margin-bottom: 30px;
}

.summary.entry-summary .btn-primary:hover {
    background-color: #63c8c6;
    border-color: #63c8c6;
}

/*quem somos*/

.about_top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.about_top_left {
    padding: 0 50px;
}


.about_top_left a{
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    color: #262931 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}



/*Contactos*/

#contactos {
    text-align: center;
}

.contactos_heading h1 {
    font-weight: 500;
}

.contactos_heading h1 span{
    color: #0762A7;
}


.contactos_top {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 50px;
}

.contactos_top_right {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100%;
    margin-top: 30px;
    padding: 20px 0;
    background-color: rgba(99, 200, 198, 0.1);
    border-radius: 5px;
}

.contactos_top_right_content {
    padding-top: 30px;
}

.contactos_top_right_content_phones ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.contactos_top_right_content_phones p {
    font-size: 70% !important;
    margin: 0;
}

.contactos_top_right_content_phones ul li a {
    color: #6d6d6d;
    text-decoration: none;
    font-size: 18px;
}

.contactos_top_right_content i {
    font-size: 20px;
    color: #63c8c6;
}

.contactos_top_right_content_phones h5 {
    font-size: 20px;
    color: #3b79b5;
    font-weight: 500;
}

.contactos_top_right_content p {
    font-size: 18px;
}

.mapa h2 {
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}


.contactos_top_left {
    text-align: start;
    padding: 0px 60px;
    border-radius: 2px;
}

#gform_wrapper_3 .gform_title {
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}



.contactos_top_right_content h5 {
    font-size: 20px;
    color: #3b79b5;
    font-weight: 500;
}

.contactos_top_right_content p {
    font-size: 18px;
}

.contactos_top_right_content_phones {
    margin-bottom: 30px;
}

.contactos_top_right_content_emails {
    margin-bottom: 30px;
}

.contactos_top_right_content_emails ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.contactos_top_right_content_emails ul li a {
    color: #6d6d6d;
    font-size: 18px;
    text-decoration: none;
}


#phone_info{
    margin: 30px 0;
}

#phone_info p{
    margin: 0;
    font-size: 10px;
}


#menu-menu-categorias .sub-menu{
    background-color: rgb(3, 36, 69);
}


.banner_content p{
    font-size: 20px;
    letter-spacing: 11px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: none;
}

.banner_bottom{
    display: flex;
    justify-content: center;
    margin-top: -111px;
    z-index: 99999;
    position: relative;
    text-align: center;
}


.about_home{
    margin: 100px 0;
}

.about_home_left{
    padding: 0 100px;
}

.about_home_left h5{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 6px;
    color: #0762A7;
    margin-bottom: 50px;
}

.about_home_left h3{
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 600;
}

.about_home_left p{
    font-family: 'montserrat', sans-serif;
    line-height: 30px;
    color: #262931;
}

.about_home_left a{
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    color: #262931;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.about_home_right{
    display: flex;
    justify-content: center;
    align-items: center;
}

 @media screen and (max-width: 767px){
    .about_home_right{
        margin-top: 50px;
    }
    
    .about_home_left{
    padding: 0 30px;
    }
}

.about_home_right img{
    padding: 0 20px;
}

#masthead.scrolled {
  background-color: #002668;
}

.logged_out{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logged_out img{
    margin: 30px 0;
    height: 300px;
}

.logged_out h1{
      margin-top: 30px;
}

.logged_out p{
     padding: 15px;
    background-color: orange;
    font-weight: 600;
    color: #fff;
}

.logged_out p a{
    color: #0762A7;
}

.logged_in iframe{
    width: 100%;
    height: 85vh;
}

.archive_pdf iframe{
    width: 100%;
    height: 85vh;
}


#banner .owl-nav{
    position: relative;
    top: -50vh;
}

#banner .owl-nav .owl-prev{
    text-align: left;
    margin-left: 10px;
}

#banner .owl-nav .owl-prev i{
    font-size: 40px;
    color: #fff;
}

#banner .owl-nav .owl-next{
    text-align: right;
    margin-top: -42px;
    margin-right: 10px;
}

#banner .owl-nav .owl-next i{
    font-size: 40px;
    color: #fff;
}

#input_3_1_3{
    border: 2px solid #0762A7;
    background-color: rgba(99, 200, 198, 0.1);
    border-radius: 5px;
}

#input_3_1_6{
    border: 2px solid #0762A7;
    background-color: rgba(99, 200, 198, 0.1);
    border-radius: 5px;
}

#input_3_4{
    border: 2px solid #0762A7;
    background-color: rgba(99, 200, 198, 0.1);
    border-radius: 5px;
}

#input_3_3{
    border: 2px solid #0762A7;
    background-color: rgba(99, 200, 198, 0.1);
    border-radius: 5px;
}

#input_3_5{
    border: 2px solid #0762A7;
    background-color: rgba(99, 200, 198, 0.1);
    border-radius: 5px;
}

#gform_submit_button_3{
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    color: #262931;
    text-decoration: none !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

#site-header-cart{
    display: none;
}


.joinchat--show{
    z-index: 999999 !important;
}


.home {
    margin-top: 0 !important;
}



.gallery_produtos .gallery_produtos_img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.gallery_produtos .custom-button {
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    color: #262931;
    text-decoration: none !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.gallery_produtos .custom-button:hover {
    background-color: #6BC3C6;
    transition: background-color 0.3s ease;
    color: #FFFFFF;
}

.gallery_produtos .orcamento {
    display: flex;
    justify-content: center;
}

/*CATALOGOS*/

.catalogos {
    margin-bottom: 120px;
}

.catalogos .product_item {
    position: relative;
    margin-top: 1.5rem;
    overflow: hidden;
}

.catalogos .product_item img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.catalogos .product_item:hover img {
    transform: scale(1.2);
}

.catalogos .adjust {
    padding: 0 30px;
}

.catalogos .product_item img:hover {
    opacity: 0.8;
}

.catalogos .product_item:hover .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-delay: 0.1s;
}

.catalogos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    background-color: rgba(5, 37, 44, 0.2);
}

.catalogos .overlay .product_name {
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.catalogos .overlay:hover {
    background-color: rgba(5, 37, 44, 0.6);
}

.catalogos .product_info a button {
    color: #FFFFFF;
}

.catalogos .product_info button {
    background-color: #0079BB;
    color: #FFFFFF;
}

.catalogos .overlay button {
    background-color: transparent;
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    margin-left: 14px;
    color: #FFFFFF;
    text-decoration: none !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.catalogos .overlay button:hover {
    background-color: #6BC3C6;
    transition: background-color 0.3s ease;
}

.catalogos .overlay span {
    border-radius: 25px;
    background-color: #12303c;
    padding: 13px 26px;
    display: none;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
}

.catalogos .product_item .overlay button {
    display: none;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    text-decoration: underline;
}

.catalogos .product_item:hover .overlay button {
    display: block;
}

.catalogos .product_item:hover .overlay h5 {
    display: none;
}

.catalogos span:hover {
    background-color: #FFFFFF;
    color: #05252C;
}

.catalogos .modal .modal-dialog p {
    padding-left: 15px;
    padding-top: 15px;
    margin: 0;
    font-size: 16px;
    color: #43454b !important;
}

.catalogos .modal .modal-dialog a {
    background-color: transparent !important;
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    margin-left: 14px;
    color: #43454b;
    text-decoration: none !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.catalogos .modal .modal-dialog a:hover {
    background-color: #6BC3C6 !important;
    color: #FFFFFF !important;
} 

.catalogos .product_item a{
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 160px;
    right: 0;
    left: 0;
    z-index: 1046;
    overflow: hidden;
    outline: 0;
}

.modal .modal-body #gform_confirmation_wrapper_4{
    display: none;
}

.modal .modal-body .gform_body #field_4_9{
    margin-top: 35px;
    font-size: 16px;
    color: #43454b !important;
    line-height: 0;
}

.gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    background-color: transparent !important;
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    color: #43454b !important;
    text-decoration: none !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #6BC3C6 !important;
    color: #FFFFFF !important;
}

.modal-header {
    background-color: #0079BB;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.close {
    color: #fff;
}

.modal-title {
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    margin-top: 10px;
}

.gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    background-color: #0079BB;
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    border-radius: 5px !important;
    box-sizing: border-box !important;
    border: 2px solid #0762A7 !important;
    background-color: rgba(99, 200, 198, 0.1);
    font-size: 16px !important;
    width: 100% !important;
    padding: 10px !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0 !important;
    margin: 20px 0 0 !important;
}

.modal-body {
    background-color: #fff;
    color: #262931;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #43454b !important;
    font-weight: 100 !important;
}

/*homepage*/

.about_top_home {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_top_left_home p{
    font-size: 40px;
    color: #262931;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.about_top_left_home a{
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    color: #262931;
    text-decoration: none !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.about_top_left_home a:hover{
    background-color: #6BC3C6;
    transition: background-color 0.3s ease;
    color: #FFFFFF;
}

.about_top_right_home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_top_right_home img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.about_top_home_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_top_home_2 .about_top_left_home {
    padding: 0 50px;
}

.about_top_home_2 .about_top_left_home p{
    font-size: 40px;
    color: #262931;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.about_top_home_2 .about_top_left_home a{
    border: 2px solid #6BC3C6;
    padding: 15px 30px;
    border-radius: 48px;
    color: #262931;
    text-decoration: none !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.about_top_home_2 .about_top_left_home a:hover {
    background-color: #6BC3C6;
    transition: background-color 0.3s ease;
    color: #FFFFFF;
}


.about_top_home_2 .about_top_right_home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_top_home_2 .about_top_right_home img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}

#textos_home{
    margin-top: 50px;
}



.img_box a{
    overflow: hidden;
    display: inline-block;
}

.img_box a .gallery_produtos_img {
    height: 330px;
    width: 330px;
    object-fit: cover;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

@media screen and (max-width: 1199px){
    .img_box a .gallery_produtos_img {
    height: 240px;
    }
}

@media screen and (max-width: 991px){
    .img_box a .gallery_produtos_img {
        height: 170px;
    }
    .about_top_left_home p{
        font-size: 32px;
    }
    .about_top_home_2 .about_top_left_home p {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px){
    .about_top_right_home {
        margin-top: 50px;
    }
    .about_top_right_home {
        margin-top: 50px;
    }
}


.img_box a:hover .gallery_produtos_img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}


.produtcs_title, .catalogos_title{
    font-size: 40px;
    color: #262931;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.form-row.form-row-wide {
    margin-bottom: 20px;
}

.form-row.form-row-wide label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.woocommerce-Input.woocommerce-Input--select.input-select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    transition: border-color 0.3s ease;
}

.woocommerce-Input.woocommerce-Input--select.input-select:focus {
    border-color: #0071a1;
    outline: none;
}

.woocommerce-Input.woocommerce-Input--select.input-select option {
    padding: 10px;
    background-color: #fff;
    color: #333;
}

.form-row.form-row-wide .required {
    color: red;
    font-weight: normal;
}

@media (min-width: 768px) {
    .woocommerce-tabs .panel {
        float: none !important;
    }
    .woocommerce-tabs ul.tabs {
        width: auto !important;
    }
}

.woocommerce-tabs .panel h2:first-of-type {
    display: none;
}

@media (min-width: 768px) {
    .woocommerce-tabs ul.tabs li::after {
        display: none;
    }
    .storefront-full-width-content .woocommerce-tabs .panel {
        width: 100% !important;
    }
}

.woocommerce-tabs .wc-tabs{
    width: 100%;
    float: unset;
    margin: 0;
    display: flex;
    flex-direction: row;
    border: none;
}

.woocommerce-tabs ul.tabs li {
    background-color: #f4f4f4;
    color: #333;
    padding: 0px 15px;
    display: inline-block;
    cursor: pointer;
}

.woocommerce-tabs table {
    margin: 0 !important;
}

.woocommerce-tabs ul.tabs li a {
    color: #666;
    text-transform: capitalize;
    text-decoration: none;
}

.woocommerce-tabs ul.tabs li.active {
    background-color: #6dc9cc;
    color: #fff;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

.woocommerce-Tabs-panel {
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.woocommerce-tabs ul.tabs li {
    display: inline-block !important;
    border-bottom: none !important;
}

.woocommerce-tabs ul.tabs {
    border-top: none !important;
}

.storefront-full-width-content .woocommerce-tabs .panel {
    border: none !important; 
}

.woocommerce-tabs ul.tabs li.active a{
    color: #fff !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel{
    display: flex;
    padding: 35px 15px;
}

.woocommerce-Tabs-panel li{
    list-style: none;
}

.product-link {
    text-decoration: none;
    color: #666;
}

.product-link:hover {
    color: #0071a1;
}

.edit-link{
    display: none;
}

.woocommerce-ordering select.orderby {
    background-color: #fff;
    border: 2px solid #0073aa;
    color: #333;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.woocommerce-ordering select.orderby:focus {
    border-color: #333;
}

.woocommerce-result-count {
    color: #333;
    font-size: 14px;
}

.woocommerce-pagination .current {
    background-color: #6dc9cc;
    color: #fff;
    border: 2px solid #6dc9cc;
}

.woocommerce-pagination .prev,
.woocommerce-pagination .next {
    background-color: #fff;
    color: #333;
    padding: 8px 12px;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.woocommerce-pagination .prev:hover,
.woocommerce-pagination .next:hover {
    background-color: #6dc9cc;
    color: #fff;
    text-decoration: none;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    background-color: transparent !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: transparent !important; 
    border-color: transparent !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #63c8c6 !important;
}

.categories-sidebar h3 {
    font-size: 1.5rem;
    color: #333; 
    margin-bottom: 15px;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 5px;
}

.product-categories {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.product-categories li {
    margin-bottom: 10px;
    background: #f2f2f2;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease;
    color: #17110e;
}

.product-categories li a {
    font-size: 1rem;
    color: #17110e;
    text-decoration: none; 
    transition: color 0.3s ease;
    padding: 13px 15px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.product-categories > li:hover > a {
    background-color: #005885;
    border-radius: 10px; 
    color: #3b79b5;
}

.product-categories li:hover a{
     color: #fff;
}

.product-categories li ul.children {
    margin-left: 20px;
    padding-left: 10px;
    list-style: none;
}

.product-categories li ul.children li {
    background: none;
    border-radius: 0;
}

.product-categories li ul.children li a {
    font-size: 0.9rem;
    color: #333;
}

.product-categories li.current-cat > a,
.product-categories li.current-cat-parent > a {
    font-weight: bold;
    color: #005885;
    background-color: transparent;
    border-radius: 10px;
}

.toggle-subcategories {
    cursor: pointer;
    margin-right: 5px;
    font-weight: bold;
    color: #0073aa;
    font-size: 1rem;
}

.toggle-subcategories:hover {
    color: #005885;
}

ul.children {
    margin-left: 20px;
    padding-left: 10px;
}

.trigger-expand-sub-menu {
    float: right;
    position: relative;
    top: 6px;
    right: 10px;
    padding: 5px 5px 5px 15px;
    cursor: pointer;
}

.trigger-expand-sub-menu i {
    transition: transform 0.3s ease;
    color: #0073aa; 
}

.product-categories li ul.children li:hover a {
    background-color: transparent;
}

.product-categories li ul.children li:hover i {
    color: #0073aa;
}

.product-categories li ul.children li .trigger-expand-sub-menu i {
    color: #0073aa !important; 
}

.rotate-trigger {
    transform: rotate(180deg);
}

.product-categories li:hover .trigger-expand-sub-menu i,
.product-categories li:hover .toggle-subcategories i {
    color: #fff;
}

.gform_fields .gfield .name_first input, .gform_fields .gfield .name_last input{
    border-radius: 5px !important;
    box-sizing: border-box !important;
    border: 2px solid #0762A7 !important;
    background-color: rgba(99, 200, 198, 0.1);
    font-size: 16px !important;
    width: 100% !important;
    padding: 10px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #43454b !important;
    font-weight: 500 !important;
}

.gform_fields #field_5_1{
    margin-top: 20px;
}

.variations {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.variations select {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: #f9f9f9;
    font-size: 16px;
    color: #333;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    cursor: pointer;
    transition: border-color 0.3s;
}

.variations select:focus {
    border-color: #007BFF;
    outline: none;
}

.single-product div.product table.variations select {
    max-width: 48% !important;
    vertical-align: middle;
}

/*.single-product div.product .variations_button {
    display: none;
}*/