/*
Theme Name: BV Market
Author: Humberto Ribeiro
Author URI: jhsf.com.br
Version: 1.5
 */

* {
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #955f28;
   }
   hr {
    background-color: #955f28;
    border: none;
    width: 700px;
    height: 0.8px;
    margin: 0 auto;
   }
   .container {
    max-width: 1160px;
    margin: 0 auto;
   }
   .logo {
    width: 170px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0px;
   }
   .fbv_header,
   .fbv_map {
    text-align: center;
   }
   .fbv_header h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
    line-height: 34px;
   }
   
   .no-mobile {
    font-size: 24px !important;
    line-height: 30px;
   }
   
   .no-mobile-span {
    font-size: 20px !important;
   }
   
   .fbv_header h3 {
    text-transform: none;
    font-size: 21px;
    font-weight: normal;
    padding: 0px 0px 15px 0px;
   }
   .fbv_header hr{
    margin: 20px auto;
   }
   .fbv_header p {
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0px 20px 0px;
    line-height: 23px;
    color: #955f28;
   }
   .info {
    width: 30%;
    padding: 10px 0px !important;
    margin: 0px auto;
    background-color: #955f28;
    color: #fff;
   }
   .fbv_map h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0px;
   }
   .map-zoom {
    width: 580px;
    height: 1097px;
    margin: 0px auto;
    border: 2px solid #d7d7d7;
    background: #fafafa;
    position: relative;
    overflow: hidden;
   }
   #map-zoom {
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    position: relative;
   }
   .fbv_list {
    width: 557px;
    margin: 0 auto;
   }
   .lojas_ul {
    height: auto;
    list-style: none;
    cursor: pointer;
   }
   .lojas_ul li {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 0px 6px 0px;
    margin-bottom: -1px;
   }
   .lojas_ul span {
    color: #fff;
    background-color: #955f28; /*padding: 8px 15px 4px 15px;*/
    font-size: 26px;
    position: relative;
    width: 38px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    float: left;
   }
   .lojas_ul section {
    display: none;
    text-align: left;
    position: relative;
    top: 11px;
    padding: 0px 0px;
   }
   .lojas_ul section p {
    margin: 20px 0px;
    font-size: 14px;
    text-transform: none;
   }
   .lojas_ul sectionp b {
    text-transform: uppercase;
   }
   .lojas_ul div {
    /*border-top: 1px solid #955f28; border-bottom: 1px solid #955f28; border-right: 1px solid #955f28*/
    height: 37px;
    border: 1px solid #955f28;
   }
   .lojas_ul div h4 {
    font-weight: 400;
    position: relative;
    top: 11px;
   }
   .logo-footer {
    width: 170px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0px 20px 0px;
   }
   .logo-footer img {
    margin-bottom: 20px;
   }
   .logo-footer ul {
    list-style: none;
    text-align: center;
   }
   .logo-footer ul li {
    margin-bottom: 10px;
   }
   .mobile {
    display: none;
   }
   .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
   }
   
   @media (min-width: 992px) and (max-width: 1199px) {
    .container {
     max-width: 992px;
    }
    .map-zoom,
    .fbv_list {
     width: 450px;
    }
    .map-zoom {
        height: auto;
    }
    .content {
     grid-template-columns: 1fr;
    }
    .info {
     width: 40%;
     padding: 20px 0px !important;
    }
   }
   
   @media (min-width: 768px) and (max-width: 991px) {
    .container {
     max-width: 768px;
    }
    .map-zoom,
    .fbv_list {
     width: 420px;
    }
    .map-zoom {
        height: auto;
    }
    .content {
     grid-template-columns: 1fr;
    }
    .info {
     width: 50%;
     padding: 20px 0px !important;
    }
   }
   
   @media (max-width: 767px) {
    .no-mobile {
     display: none;
    }
   
    hr {
     width: 93%;
     height: 0.4px;
    }
    .container {
     max-width: 100%;
    }
    .logo,
    .logo-footer {
     width: 100px;
    }
    .fbv_header h2,
    .fbv_map h1 {
     font-size: 16px;
     line-height: 26px;
    }
   
    .fbv_header h3 {
     font-size: 16px;
     padding: 0px 25px;
    }
   
    .fbv_header h3 br,
    .fbv_header h3 span {
     display: none;
    }
   
    .fbv_header p {
     font-size: 13px;
     line-height: 16px;
    }
    .fbv_header p br {
     display: none;
    }
    .lojas_ul section p {
     line-height: 16px;
    }
    #map-zoom {
     top: 0px;
     width: 100%;
     left: 0;
    }
    .mobile {
     display: block;
     padding: 0px 0px 15px 0px !important;
    }
    .content {
     grid-template-columns: 1fr;
    }
    .info {
     width: 70%;
    }
    .br_mobile {
     display: block !important;
    }
   }
   
   @media (min-width: 541px) and (max-width: 767px) {
    .fbv_header {
     padding: 0px 14px;
    }
   
    .fbv_header p {
     font-size: 14px;
     line-height: 16px;
    }
    .map-zoom {
     width: 90%;
     height: auto;
    }
    .fbv_list {
     width: 90%;
    }
    .content {
     grid-template-columns: 1fr;
    }
   
    .fbv_header h2 span {
     padding-top: 15px;
     font-size: 12px;
     max-width: 270px;
     display: block;
     margin: 0 auto;
     line-height: 20px;
    }
   }
   
   @media (min-width: 414px) and (max-width: 540px) {
    .fbv_header {
     padding: 0px 14px;
    }
   
    .fbv_header p {
     font-size: 14px;
     line-height: 16px;
    }
    .map-zoom {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .fbv_list {
     width: 360px;
    }
    .lojas_ul div h4 {
     font-size: 13px;
    }
   
    .fbv_header h2 span {
     padding-top: 15px;
     font-size: 12px;
     max-width: 270px;
     display: block;
     margin: 0 auto;
     line-height: 20px;
    }
   }
   
   @media (min-width: 375px) and (max-width: 413px) {
    .fbv_header {
     padding: 0px 14px;
    }
   
    .fbv_header p {
     font-size: 13px;
     line-height: 16px;
    }
    .map-zoom {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .fbv_list {
     width: 320px;
    }
    .fbv_header h2,
    .fbv_map h1 {
     font-size: 14px;
     line-height: 24px;
    }
   
    .fbv_header h2 span {
     padding-top: 15px;
     font-size: 12px;
     max-width: 270px;
     display: block;
     margin: 0 auto;
     line-height: 20px;
    }
   
    .fbv_header h3 {
     font-size: 18px;
    }
    .lojas_ul div h4 {
     font-size: 12px;
    }
   }
   
   @media (min-width: 360px) and (max-width: 374px) {
    .fbv_header {
     padding: 0px 14px;
    }
   
    .fbv_header p {
     font-size: 12px;
     line-height: 16px;
    }
    .map-zoom {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .fbv_list {
     width: 280px;
    }
    .fbv_header h2,
    .fbv_map h1 {
     font-size: 14px;
     line-height: 24px;
    }
   
    .fbv_header h2 span {
     padding-top: 15px;
     font-size: 12px;
     max-width: 270px;
     display: block;
     margin: 0 auto;
     line-height: 20px;
    }
   
    .fbv_header h3 {
     font-size: 18px;
    }
    .lojas_ul div h4 {
     font-size: 11px;
    }
   }
   
   @media (min-width: 320px) and (max-width: 359px) {
    .fbv_header {
     padding: 0px 14px;
    }
   
    .fbv_header p {
     font-size: 11px;
     line-height: 16px;
    }
    .map-zoom {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .fbv_list {
     width: 280px;
    }
    .fbv_header h2,
    .fbv_map h1 {
     font-size: 14px;
     line-height: 25px;
    }
   
    .fbv_header h2 span {
     padding-top: 15px;
     font-size: 10px;
     max-width: 230px;
     display: block;
     margin: 0 auto;
     line-height: 20px;
    }
   
    .fbv_header h3 {
     font-size: 18px;
    }
    .lojas_ul div h4 {
     font-size: 11px;
    }
   }