.espaçoRowPrimaria{
    padding-top: 20px;
}

.bordaDosTextos{
    border: 3px solid #171717;
    padding: 15px;
    border-radius: 10px;
    background-color: #808080;
    color: white;

}

.fundoTitulos{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.titulos{
    display: flex;
    align-items: center;
}
.estiloHR1{
    border: none;
    height: 3px;
    background-color: red;
    width: 16%;
    opacity: initial;
    margin: 0 auto;
}

.estiloHR2{
    border: none;
    height: 3px;
    background-color: red;
    width: 25%;
    opacity: initial;
    margin: 0 auto;
    margin-bottom: 20px;
}

.espaçoTitulosProdutos{
    margin-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
    color: black; 
}

a{
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}

.iconesGradient {
    background: radial-gradient(circle at 20% 50%, #ff0000 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  
.containerContato {
    border: 4px solid #171717;
    border-radius: 20px;
    background-color: #3f3a3a;
    padding: 20px;
    color: white;
}

.fundoParalax {
    background-image: url(../imgs/fundoParalax.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-dialog.custom-modal {
    max-width: 1000px;
    width: 100%;
}
.modal-content {
    background-color: rgba(22, 22, 22, 0.95);
    color: white;
}
.btn-close {
    filter: invert(1);
}

.corBotoesProdutos {
    border: 1px solid black;
    background-color: white;
    border-radius: 20px;
    color: black;
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.hrVertical {
    width: 1px;
    height: 400px;
    background-color: white;
}
.HRModal{
    border: none;
    height: 1px;
    background-color: white;
    width: 100%;
    opacity: initial;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bordaIcones {
    border: 2px solid black;
    border-radius: 20px;
}

.bordaProdutos {
  padding: 2px;
  background: linear-gradient(to right, red, black);
  border-radius: 8px;
  position: relative;
  color: white;
}

.bordaProdutos::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(to right, red, black);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  border-radius: 8px;
  z-index: -1;
}

.swiperPrincipal img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
}

.miniaturasSwiper {
  margin-top: 15px;
  width: 100%;
}

.miniaturasSwiper .swiper-slide img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
}

.miniaturasSwiper .swiper-slide-thumb-active img {
  border-color: #fff;
}

.textoSobreposto {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate( -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.863);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}

.containerImagem {
  position: relative;
  display: inline-block;
}

.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 3px solid;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body {
    text-align: left;
}
@media (max-width: 767px) {
    body {
        text-align: center;
    }
    .estiloHR1 {
        width: 100%;
    }
    .bordaProdutos {
        margin-bottom: 30px;
    }
    .textoSobreposto {
        top: 70%
    }
}
