/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 @media (min-width: 1400px){
     .container {
         max-width: 1320px;
     }
 }
 
 #header {
     background: #ff146b;
     /*height: 80px;
     z-index: 9  999;*/
     box-shadow: 0 0 15px 0 rgb(0 0 0 / 55%);
 }
 
/* #main {
     margin-top: 80px;
 }*/
 
 #topo-logo {
     height: 40px;
 }
 h1{
     font-family: Poppins,sans-serif;
     font-weight: 500;
 }
 
 #destaque > div > div > div > h1{
     font-family: Poppins,sans-serif;
     font-weight: 500;
     color: white;
     text-shadow: 1px 3px 0px rgb(0 0 0);
     font-size: calc(1.375rem + 3.5vw);
 }
 
 #destaque > div > div {
     align-content: center;
     text-align: center;
 }
 
 #destaque > div, #destaque > div > div, #destaque > div > div {
     height: 350px;
 }
 #destaque{
     height: 350px;
     background-image: url(/imgs/foto-loja1.jpg);
     background-repeat: no-repeat;
     background-position-x: center;
     background-position-y: center;
 }
 #img-cashback{
    max-width: 257px;
 }
 #txt-consulta{
    font-size: 13px;
}
#link_fotos_de_produtos > img{
    max-width: 299px;
    width: 220px;
}
div.produto-galeria > h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #df396c;
}
div.produto-galeria > p {
    margin-bottom: 1px;
    font-size: 14px;
}

#txtBusca{
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    width: 72%;
  }
  #btnBusca{
    background-color: #ff146b;
    border-color: #ff146b;
    border-radius: 20px;
    width: 24%;
  }



 @media (min-width: 576px) {
     #destaque{
         background-image: url(/imgs/foto-loja2.jpg);
     }
     #link_fotos_de_produtos > img{
        width: 260px;
    }
    div.produto-galeria > h4 {
        font-size: 11px;
    }
    div.produto-galeria > p {
        font-size: 11px;
    }
    div.div-whats-galeria{
        display: none;
    }

 }
 
 @media (min-width: 768px) {
     #destaque{
         background-image: url(/imgs/foto-loja3.jpg);
     }
     #topo-logo {
        height: 57px;
    }
    #txt-consulta{
        font-size: 13px;
    }
    #link_fotos_de_produtos > img{
        width: 260px;
    }
    div.produto-galeria > h4 {
        font-size: 11px;
    }
    div.produto-galeria > p {
        font-size: 11px;
    }
    #txtBusca{
        width: 80%;
    }
    #btnBusca{
        width: 17%;
    }
 }
 
 @media (min-width: 992px) {
     #destaque{
         background-image: url(/imgs/foto-loja4.jpg);
     }
     #txt-consulta{
        font-size: 16px;
    }
    #link_fotos_de_produtos > img{
        width: 299px;
    }
    div.produto-galeria > h4 {
        font-size: 11px;
    }
    div.produto-galeria > p {
        font-size: 11px;
    }
 }
 
 @media (min-width: 1200px) {
     #destaque{
         background-image: url(/imgs/foto-loja5.jpg);
     }
     #link_fotos_de_produtos > img{
        width: 299px;
    }
    div.produto-galeria > h4 {
        font-size: 13px;
    }
    div.produto-galeria > p {
        font-size: 13px;
    }
 }
 
 @media (min-width: 1400px) {
    #destaque{
        background-image: url(/imgs/foto-loja6.jpg);
    }
    #link_fotos_de_produtos > img{
        width: 299px;
    }
    #destaque > div > div > div > h1 {
        font-size: 69px;
    }
    div.produto-galeria > h4 {
        font-size: 15px;
    }
    div.produto-galeria > p {
        font-size: 15px;
    }
 }

 #quem-somos{
    padding-top: 8px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
 }

 #texto-quem-somos{
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
 }

 .embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; overflow: hidden; 
    max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

#txt-consulta{
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
}

#endereco{
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 9px;
}

#contato, #contato > a{
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
    display: inline-block;
    padding: 3px;
    white-space: nowrap;
    height: 22px;
}
#contato > img, #contato > a > img {
    width: 22px;
    margin-top: -3px;
    margin-right: 3px;
}

.link-imgs{
    cursor: pointer;
}
.link-imgs:hover{
    -webkit-filter: invert(0.2);
    filter: invert(0.2);
}

#link_fotos_de_produtos:hover{
    opacity: 0.8;
}

#veja-produtos{
    padding-top: 8px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
 }

 #texto-veja-produtos{
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
 }

 ul.lista-catalogo{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
 }

 ul.lista-catalogo > li{
    display: inline-block;
 }

 ul.lista-catalogo > li > a{
    display: inline-block;
    text-decoration: unset;
    border: solid;
    border-color: darkgray;
    border-radius: 16px;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #FFFFFF;
    border-width: 1px;
    color: black;
    margin-top: 4px;
    margin-bottom: 4px;
 }

 ul.lista-catalogo > li > a:hover{
     color: #ff146b;
     border-color: #ff146b;
 }

 ul.lista-catalogo > li > a.ativo{
    color: #FFFFFF;
    background-color: #ff146b;
    border-color: #ff146b;
 }

 .flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
  }
  .whats-galeria{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    background-color: #19bb19;
    color: white;
    padding: 3px 8px 7px 8px;
    border-radius: 4px;
    display: inline-block;
  }
  .whats-galeria:link, .whats-galeria:visited, .whats-galeria:active{
      color: white;
  } 


  .produto-galeria{
    border-bottom: solid 1px;
    border-color: #df396c;
  }
 
