/*------------------------*/
/* CONFIGURAÇÃO DE FONTES */
/*------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* 
<weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name
*/

.jost {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

/*------------*/
/* Montserrat */
/*------------*/
/* Black-Montserrat */
@font-face {
    font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Bold.ttf');
    font-weight: 900;
}

/* Bold-Montserrat */
@font-face {
    font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Medium.ttf');
}

/* Regular-Montserrat */
@font-face {
    font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Regular.ttf');
}

/* Medium-Montserrat-Italic */
@font-face {
    font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Italic.ttf');
}

/* Thin-Montserrat */
@font-face {
    font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Light.ttf');
}

/*--------*/
/* Roboto */
/*--------*/
/* Black Roboto */
@font-face {
    font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Bold.ttf');
}

/* Bold Roboto */
@font-face {
    font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Medium.ttf');
}

/* Regular Roboto */
@font-face {
   font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Regular.ttf');
}

/* Thin Roboto */
@font-face {
    font-family: "Jost", sans-serif;
    src: url('../fonts/Raleway-Light.ttf');
}

/*----------------------*/
/* Formatação de Fontes */
/* Montserrat           */
/*----------------------*/
p
{
    line-height: 25px;
    margin-bottom: 30px;
    color: #5542ae;
}

p:last-child
{
    margin-bottom: 0;
}

.black-m
{
    font-family: "Jost", sans-serif;
    font-weight: 900;
}

.bold-m
{
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

.regular-m
{
    font-family: "Jost", sans-serif;
    font-weight: 300;
}

.thin-m
{
    font-family: "Jost", sans-serif;
    font-weight: 100;
}

/*----------------------*/
/* Formatação de Fontes */
/* Roboto               */
/*----------------------*/
.black-r
{
    font-family: "Jost", sans-serif;
    font-weight: 900;
}

.bold-r
{
    font-family: "Jost", sans-serif;
    font-weight: 700;
}

.regular-r
{
   font-family: "Jost", sans-serif;
    font-weight: 500;
}

.thin-r
{
    font-family: 'thin-r';
    font-weight: 100;
}

/*--------------------*/
/* Tamanho das Fontes */
/*--------------------*/
.title
{
    font-size: 30px;
}

.post .title {
    padding: 20px 0;
    margin-bottom: 0;
  }

@media(max-width: 400px)
{
    .title
    {
        font-size: 30px;
    }
}

.sub-title
{
    font-size: 22px;
}

.text
{
    font-size: 18px;
}

.text-sm
{
    font-size: 13px;
    margin-left: 5px;
}

.italic-m
{
    font-family: "Jost", sans-serif;
}

.no-margin
{
    margin-bottom: 0;
}

/*--------------------------*/
/* Configurações Adicionais */
/*--------------------------*/
.new-row
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

img
{
    max-width: 100%;
    display: block;
}

body
{
    font-family: "Jost", sans-serif;
}

a
{
    text-decoration: none!important;
    color: #000;
}

.center
{
    text-align: center;
}

.uppercase
{
    text-transform: uppercase;
}

.text
{
    letter-spacing: 0px;
}

.text-decoration
{
    border-bottom: 1px solid #fff;
}

/*---------------------------*/
/* Estilização do Formulário */
/*---------------------------*/
.input-default
{
    width: 100%;
}

.padding-section
{
    padding-top: 80px;
    padding-bottom: 80px;
}
.menos-padding {
    padding-top: 0;
  }
a:focus
{
    border-bottom: 2px solid #fff;
}

a:hover
{
    border-bottom: 2px solid #fff;
}
.menu-item a:focus
{
    border-bottom: 2px solid #004a8f;
}

.menu-item a:hover
{
    border-bottom: 2px solid #004a8f;
}
.first-contrast
{
    -webkit-filter: invert(100%); filter: invert(100%);
}

.second-contrast
{
    -webkit-filter: invert(100%) hue-rotate(90deg);
    filter: invert(100%) hue-rotate(90deg);
}

.third-contrast
{
    -webkit-filter: invert(100%) hue-rotate(90deg) brightness(6);
    filter: invert(100%) hue-rotate(90deg) brightness(6);
}

.justify-content-center
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.banner-slider .slick-initialized .slick-slide
{
    position: relative;
}

.prev-banner
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 150px;
    height: 450px;
    z-index: 1;
    cursor: pointer;
}

.prev-banner::before
{
    content: "";
    position: absolute;
    top: 56.5%;
    left: 50%;
    transform: translate(-50%, -56.5%) rotate(45deg);
    width: 50px;
    height: 10px;
    background-color: #fff;
}

.prev-banner::after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 50px;
    height: 10px;
    background-color: #fff;
}

.next-banner
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 150px;
    height: 450px;
    /* z-index: 1;  */
    cursor: pointer;
}

.next-banner::before
{
    content: "";
    position: absolute;
    top: 56.5%;
    left: 50%;
    transform: translate(-50%, -56.5%) rotate(-45deg);
    width: 50px;
    height: 10px;
    background-color: #fff;
}

@media(max-width: 600px)
{
    .prev-banner,
    .next-banner
    {
        width: 50px;
    }
}

.next-banner::after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 50px;
    height: 10px;
    background-color: #fff;
}

.form-row .woocommerce-input-wrapper
{
    width: 100%;
}

.screen-reader-text[for="billing_address_2"]
{
    clip: rect(1px,1px,1px,1px);
    height: initial!important;
    overflow: initial!important;
    position: relative!important;
    width: 1px;
    word-wrap: normal!important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 15px 15px 45px;
}

.product .title
{
    margin-top: 50px;
}

.summary ins .woocommerce-Price-amount
{
    font-size: 20px!important;
    font-family: "Jost", sans-serif;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins
{
    text-decoration: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price
{
    color: #000;
}

.woocommerce ul.products li.product .price
{
    color: #333;
    text-align: left;
    padding-bottom: 0;
    font-size: 16px;
}

.single.fswp_installments_price .price.fswp_calc, .single.fswp_in_cash_price .price.fswp_calc
{
    font-weight: bold;
}

.woocommerce div.product .stock
{
    color: #000;
    font-weight: bold;
}

.woocommerce div.product form.cart
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.woocommerce .quantity .qty
{
    padding: 10px;
    width: 4.631em;;
}

.woocommerce span.onsale
{
    display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
    background-color: #3578AA;
    font-weight: normal;
    border: 2px solid rgb(30, 82, 122);
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
    background-color: rgb(34, 91, 134);
}

.product_meta
{
    font-size: 16px;
    line-height: 25px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    background-color: #3578AA;
    border: 2px solid rgb(30, 82, 122);
    color: #fff;
    font-weight: normal;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover
{
    background-color: rgb(34, 91, 134);
    color: #fff;
}

.woocommerce-loop-product__title
{
    font-size: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3
{
    font-family: "Jost", sans-serif;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3
{
    height: 70px;
}

.product .woocommerce-Price-amount
{
    font-family: "Jost", sans-serif;
}

.product del .woocommerce-Price-amount
{
    font-family: "Jost", sans-serif;
    font-size: 14px;
}

.product_meta a {
    text-decoration: underline !important;
    letter-spacing: 1px;
}
.product_meta {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    letter-spacing: 1px;
}

/* a { text-decoration: underline;} */

.price.fswp_calc {
    font-size: 16px;
}

#boxPrice a{
    text-decoration: underline !important;
    color: #3578AA;
}

.bg-blog a:hover
{
    border-bottom: 1px solid #3578AA;
}

#boxPrice del {
    width: 100%;
    color: red;
}
#boxPrice {
    padding: 20px;
    background-color: #ededed;
    margin: 20px auto;
    border-radius: 10px;
    font-size: 17px;
}

.category-blog a {
    text-decoration: underline !important;
    color: #3578AA;
}

.category-blog a img:hover {
    border-bottom: 2px solid #3578AA;
}

.container p .alignleft {
    max-width: 100%;
    display: inline-flex;
    float: left;
    margin-right: 30px;
    border: 2px solid #ccc;
    padding: 5px;
}

#buy .cart
{
    margin-top: 20px;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product
{
    width: 29.75%;
}

@media(max-width: 540px)
{
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product
    {
        width: 100%;
    }
}

.woocommerce ul.products li.product .price del
{
    display: block;
}

.header
{
    z-index: 2;
}

@media(max-width: 360px)
{
    .banner
    {
        margin-top: 50px;
    }
}

.item-submenu .sub-menu
{
    z-index: 1;
    width: 200px;
}

@media(max-width: 500px)
{
    .banner .banner-slider .item
    {
        height: 600px;
    }
}

@media(max-width: 768px)
{
    .banner .banner-slider .item
    {
        height: 450px;
    }
}

.woocommerce .woocommerce-ordering select
{
    width: 100%;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    border: none;
}

.related h2
{
    font-size: 30px;
    margin-top: 60px;
    font-family: "Jost", sans-serif;
}

.site-map .sub-menu li::before {
    content: "- ";
}

.woocommerce .col2-set, .woocommerce-page .col2-set
{
    width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1
{
    width: 100%;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}

.woocommerce-customer-details .woocommerce-column__title
{
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
    float: right;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.shipping-calculator-button
{
    border-bottom: 1px solid #3578AA!important;
}


.shipping-calculator-button:hover
{
    border-bottom: 1px solid #3578AA!important;
}

.shipping-calculator-button:focus
{
    border-bottom: 1px solid #3578AA!important;
}

.product .excerpt
{
    display: block;
}

.tr-flex
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.tr-flex td
{
    margin: 10px;
}

.ajuda
{
    padding-bottom: 0!important;
}
.box-color {
   
    padding: 80px !important;

  }
.queremos-ajudar
{
    padding-bottom: 0!important;
}

.type-page
{
    padding-top: 80px;
    padding-bottom: 80px;
}

.type-page .title
{
    margin-bottom: 60px;
}


/* FELIPE ALTEROU */
.submenuprod {
    text-align: center;
}
.submenuprod li {
    border: 0px solid;
    display: inline-block;
    margin: 0 !important;
}
.submenuprod a {
    background: #eee;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
}
.submenuprod a:hover {
    background: #3578AA;
	color:#fff;
}
.container a {
    text-decoration: underline !important;
}
.container a.btn {
    text-decoration: none !important;
}
.container .btn {
    margin: 0 16px;
  }
.item-blog a {
    text-decoration: none !important;
  }
.submenuprod .current_page_item a {
    background-color: #3578AA;
    color: #fff;
}
.container h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin: 70px 0 40px;
    font-size: 23px;
    /*border-top: 1px dotted;
    padding-top: 20px;*/
    margin-top: 20px;
  }

.container li {
    list-style: disc;
    margin-left: 30px;
    line-height: 1.4em;
    color: #5542AE;
}
#tab-description h2 {
    margin-top: 30px;
}
.boxContent {
    text-align: center;
    padding: 50px;
    background: #ddd;
    margin: 10px;
}
.boxContent {
    width: 48%;
    float: left;
    margin-right: 10px;
}
.boxServicos {
    display: table;
    border: 1px solid #ddd;
    margin-bottom: 80px;
}
.woocommerce-notices-wrapper {
    display: none;
}
article.item-produto
{
    width: calc(100% / 4);
    float: left;
    margin-bottom: 30px;
    padding: 20px;
}
.text.regular-m ul {
    margin-bottom: 1.5em;
}

.desc-prod {
    padding-bottom: 0 !important;
    display: table;
}
.prodcatalogo {
    width: 77%;
    border: 0px solid;
    float: left;
    margin-right: 30px;
}
.sidebar.prod {
    float: right;
    width: 20%;
    background: #eee;
    padding: 12px;
    border-radius: 8px;
}
.sidebar.prod > .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
}

.sidebar.prod .excerpt {
    display: none !important;
}

.sidebar.prod li.product h2 {
    height: auto !important;
}
.thumbProdList img {
    display: inline-grid;
    border: 3px solid #3578AA;
    float: left;
    margin-right: 40px;
    border-radius: 20px;
}
#displayed_gallery_001fdb30bfe4c7183ba4a1e6dfd1abe8 {
    margin-bottom: 30px;
}

.slick-dots button
{
    display: none;
}

.slick-dots
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}

.aligncenter {
    clear: both;
    text-align: center;
    margin: auto;
  }

  .container {
    display: table;
  }

  .container .text img {
    border: 0 !important;
  }

  .wrapmapa {
    display: flex;
  }
  .thumbMapa {
    width: 60%;
  }
  .contentMapa {
    width: 40%;
    margin: auto 50px;
  }
  .lista-projetos {
    text-align: center;
  }
  .aura {
    text-align: center;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 18px;
  }



  /* CORES */

.roxo {
    background: #A998D7;
  }
  .roxo h2 {
    color: #B3EC56;
  }
  .roxo p, .roxo li, .roxo a {
    color: #5542AE;
  }
  .verde {
    background: #B3EC56;
  }
  .verde h2 {
    color: #A998D7;
  }
  .verde p, .verde li, .verde a {
    color: #5542AE;
  }
  .branco {
    background: #FFFFFF;
  }
  .branco p, .branco li, .branco a {
    color: #5542AE;
  }
  .azul {background: #5542AE;}
  .azul h2 {
    color: #B3EC56;
  }
  .azul p, .azul li, .azul a {
    color: #FFFFFF !important;
  }

  .sub-menu .menu-item a {
    color: #5542AE !important;
    font-weight: 700;
    
  }
  .sub-menu .menu-item a:hover {
    color: #fff !important;
    font-weight: 700;
    
  }
  .flex-nav ul li {
    border-bottom: 1px solid #5542AE;
    padding-bottom: 4px;
  }

  .text img {
    display: inline;
    vertical-align: middle;
    margin: 4px 20px;
  }