body{
    display: flex;
    margin: 0;
    height: 100vh;
    padding: 0 24px;
    background-image: url(assets/fundoAtt.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    justify-content: space-between;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 70%);
}

a{
    text-decoration: none;
    color: white;
}

h2{
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: white;
    font-weight: 700;
}

.normal{
    display: flex;
}

.redesresp{
    display: none;
}

.containerleft {
    position: relative;
    z-index: 1;
    background-color: #4B4B4B;
    width: 89%;
    height: 100%;
    clip-path: ellipse(100% 157% at 100% 50%);
    rotate: 180deg;
    margin-left: -23%;
}

.sobrenos{
    rotate: 180deg;
    height: 100%;
}

.sobrenos img{
    margin-left: 30%;
    width: 15%;
}

.sobrenos p{
    color: white;
    font-weight: 200;
    font-size: 28px;
    margin-left: 30.7%;
    width: 61%;
    line-height: 1.5;
    margin-top: -1%;
}

.attractive{
    color: #E62828;
}

#botaoestoque{
    min-width: 250px;
    min-height: 60px;
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: 'Poppins';
    background: #E62828;
    border: none;
    border-radius: 6px;
    box-shadow: 2px 2px 20px #02000073;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    margin-left: 30.7%;
    color: white;
    text-shadow: 3px 1px 5px black;
    margin-top: 0%;
    animation: pulse-animation 2s infinite
}

@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}  

.localizacao{
    margin-top: -51.8%;
    rotate: 180deg;
    display: flex;
    margin-right: 25%;
}

.localizacao iframe{
    border-radius: 6%;
    border: 0;
    margin-left: 30.7%;
    box-shadow: 4px 4px 15px #00000063;
}

#informacoes{
    margin-left: 11%;
    color: white;
    margin-top: -1.8%;
}

#informacoes h1{
    font-size: 20px;
    font-weight: 500;
    text-shadow: 2px 1px 4px black;
}

.linhahorizontal1{
    height: 0vh;
    border: 0.25vh solid #e62828;
    width: 38.6%;
    position: relative;
    top: -1.1vh;
}

#informacoes p{
    font-weight: 300;
    width: 42%;
    margin-top: 1%;
}

.logos{
    margin-left: -7%;
}

.waze img{
    width: 6%;
    margin-left: 6.5%;
    border-radius: 79%;
    box-shadow: rgba(66, 135, 245, 0.8) 0px 0px 10px 0px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.maps img{
    width: 6%;
    margin-left: 2.5%;
    border-radius: 79%;
    box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.fundo{
    z-index: 0;
    background-color: azure;
    width: 88.7%;
    height: 100%;
    clip-path: ellipse(100% 157% at 100% 50%);
    rotate: 180deg;
    margin-left: -23%;
    position: absolute;
    opacity: 0.8;
}

.containerRight{
    width: 34%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

.localizacaoresp{
    display: none;
}

.redes{
    margin-top: 6%;
    margin-right: -3%;
}


.redes h1{
    font-size: 25px;
    font-weight: 500;
    text-shadow: 2px 1px 4px black;
    color: white;
}

.linhahorizontal2{
    height: 0vh;
    border: 0.25vh solid #e62828;
    width: 98.6%;
    position: relative;
    top: -1.6vh;
}

.logosredes{
    display: inline-flex;
    gap: 50px;
    margin-left: 13%;
    margin-top: 1%;
}

.icon {
    text-decoration: none;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 36px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.icon > i {
    color: #e62828;
    font-size: 1.8rem;
    transition: all 0.2s;
}

.icon:hover > i {
  scale: 1.2;
  color: #f1f1f1;
}

.icon:before {
  background: var(--color);
  content: "";
  position: absolute;
  width: 130%;
  height: 130%;
  left: -110%;
  top: 80%;
  transform: rotate(45deg);
}

.icon:hover:before {
  animation: slide 0.7s forwards;
}

@keyframes slide {
  50% {
    left: 10%;
    top: -40%;
  }

  100% {
    left: -15%;
    top: -15%;
  }
}

.icon:has(.fa-whatsapp){
  --color: 	#25d366
}

.icon:has(.fa-instagram) {
  --color: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}
.icon:has(.fa-facebook) {
  --color: #3b5998;
}

.avaliacoes{
    margin-top: 22%;
    margin-left: 7.7%;
}

.tituloavaliacoes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2%;
}

.avaliacoes h1{
    font-size: 22px;
    font-weight: 500;
    text-shadow: 2px 1px 4px black;
    color: white;
}

.linhahorizontal3{
    height: 0vh;
    border: 0.25vh solid #e62828;
    width: 103.6%;
    position: relative;
    top: -1.6vh;
    margin-left: 0.5%;
}

.card{
    height: 17vh;
    width: 12.3vw;
    margin-left: 29%;
    margin-bottom: -20%;
    align-items: center;
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 15px;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    position: relative;
    box-shadow: 0px 0px 32px #000;
    margin-top: 4%;
}

.comentario a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-items: center;
    background-color: #e62828;
    border: 0px solid #0033ff;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: 6px;
    overflow: hidden;
    padding: 8px 4px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .15s ease-out;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
    margin-left: -1.5%;
    font-size: 19px;
    box-shadow: 1px 1px 11px #02000073;
}

#botaoavaliacoes{
    min-width: 189px;
    min-height: 52px;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: 'Poppins';
    background: #E62828;
    border: none;
    border-radius: 12px;
    box-shadow: 2px 2px 20px #02000073;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    margin-left: 30.7%;
    color: white;
    text-shadow: 3px 1px 5px black;
    margin-top: -5%;
    z-index: 1000000;
}

.responsividade{
    display: none;
}

.textoAtt{
    position: relative;
    margin-top: 65%;
    z-index: 1;
    background-color: #4B4B4B;
    margin-right: -15px;
    margin-left: -15px;
    padding: 5% 0 10% 0;
}

.textoAtt p{
    color: white;
    font-weight: 200;
    font-size: 28px;
    margin-left: 30.7%;
    width: 61%;
    line-height: 1.5;
    margin-top: -1%;
}

@media (max-width: 320px) and (max-height: 600px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        margin-bottom: 25%;
        padding: 5% 0 20% 0;
    }

    .textoAtt p{
        font-size: 16px;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 42%;
        margin-left: 101%;
        margin-top: -35%;
        display: block;
    }

    .redesresp h1{
        font-size: 14px;
        width: 103%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 92.1%;
        border: 0.2vh solid #e62828;
        top: -1.0vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -111%;
        width: 112.8%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 115%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 150px;
        height: 125px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 110%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 105.7%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 12.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -105%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (max-width: 320px) and (min-height: 601px) and (max-height: 700px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        margin-bottom: 25%;
        padding: 5% 0 20% 0;
    }

    .textoAtt p{
        font-size: 16px;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 42%;
        margin-left: 101%;
        margin-top: -35%;
        display: block;
    }

    .redesresp h1{
        font-size: 14px;
        width: 103%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 92.1%;
        border: 0.2vh solid #e62828;
        top: -1.0vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -111%;
        width: 112.8%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 115%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 150px;
        height: 125px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 110%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 105.7%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 12.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -120%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (max-width: 320px) and (min-height: 701px) and (max-height: 800px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        margin-bottom: 25%;
        padding: 5% 0 20% 0;
    }

    .textoAtt p{
        font-size: 16px;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 42%;
        margin-left: 101%;
        margin-top: -35%;
        display: block;
    }

    .redesresp h1{
        font-size: 14px;
        width: 103%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 92.1%;
        border: 0.2vh solid #e62828;
        top: -1.0vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -111%;
        width: 112.8%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 115%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 150px;
        height: 125px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 110%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 105.7%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 12.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -128%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (max-width: 320px) and (min-height: 801px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        margin-bottom: 25%;
        padding: 5% 0 20% 0;
    }

    .textoAtt p{
        font-size: 16px;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 42%;
        margin-left: 101%;
        margin-top: -35%;
        display: block;
    }

    .redesresp h1{
        font-size: 14px;
        width: 103%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 92.1%;
        border: 0.2vh solid #e62828;
        top: -1.0vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -111%;
        width: 112.8%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 115%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 150px;
        height: 125px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 110%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 105.7%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 12.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -140%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}


@media (min-width: 321px) and (max-width: 360px) and (max-height: 600px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px; 
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt{
        margin-top: 86%;
        margin-bottom: 25%;
        padding: 5% 0 18% 0;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 85%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 42%;
        margin-left: 101%;
        margin-top: -35%;
        display: block;
    }

    .redesresp h1{
        font-size: 14px;
        width: 103%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 84.1%;
        border: 0.2vh solid #e62828;
        top: -1.0vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -96%;
        width: 111.8%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 107%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 150px;
        height: 125px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 100%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 13.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -97%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 321px) and (max-width: 360px) and (min-height: 601px) and (max-height: 700px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px; 
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt{
        margin-top: 86%;
        margin-bottom: 25%;
        padding: 5% 0 18% 0;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 85%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 42%;
        margin-left: 101%;
        margin-top: -35%;
        display: block;
    }

    .redesresp h1{
        font-size: 14px;
        width: 103%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 84.1%;
        border: 0.2vh solid #e62828;
        top: -1.0vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -96%;
        width: 111.8%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 107%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 150px;
        height: 125px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 100%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 13.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -105%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 321px) and (max-width: 360px) and (min-height: 701px) and (max-height: 800px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px; 
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt{
        margin-top: 86%;
        margin-bottom: 25%;
        padding: 5% 0 18% 0;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 85%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 42%;
        margin-left: 101%;
        margin-top: -35%;
        display: block;
    }

    .redesresp h1{
        font-size: 14px;
        width: 103%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 84.1%;
        border: 0.2vh solid #e62828;
        top: -1.0vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -96%;
        width: 111.8%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 107%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 150px;
        height: 125px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 100%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 13.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -119%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 321px) and (max-width: 360px) and (min-height: 801px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px; 
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt{
        margin-top: 86%;
        margin-bottom: 8%;
        padding: 5% 0 18% 0;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 85%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 42%;
        margin-left: 101%;
        margin-top: -35%;
        display: block;
    }

    .redesresp h1{
        font-size: 14px;
        width: 103%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 84.1%;
        border: 0.2vh solid #e62828;
        top: -1.0vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -96%;
        width: 111.8%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 107%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 150px;
        height: 125px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 100%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 13.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 14vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -125%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}


@media (min-width: 360px) and (max-width: 410px) and (max-height: 600px) {

    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        padding: 5% 0 25% 0;
        margin-bottom: 25%;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top: -32%;
        display: block;
    }

    .redesresp h1{
        font-size: 9px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 95%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 25px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -92%;
        width: 110%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 94%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 140px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 100%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 13.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -91%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 410px) and (min-height: 601px) and (max-height: 700px) {
    
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 55%;
            margin-left: 26%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        padding: 5% 0 25% 0;
        margin-bottom: 25%; /* Adicionado conforme solicitado */
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 43%;
        margin-left: 94%;
        margin-top: -45%;
        display: block;
    }

    .redesresp h1{
        font-size: 11px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        text-align: center;
    }

    .linhahorizontal2{
        width: 95%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 25px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -92%;
        width: 110%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 94%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 140px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 100%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 13.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -105%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 410px) and (min-height: 701px) and (max-height: 800px) {
    
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        padding: 5% 0 25% 0;
        margin-bottom: 15%; 
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top: -32%;
        display: block;
    }

    .redesresp h1{
        font-size: 9px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 95%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 25px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -92%;
        width: 110%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 94%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 140px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 100%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 13.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -112%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 410px) and (min-height: 801px) {
    
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 37%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        padding: 5% 0 25% 0;
        margin-bottom: 15%; 
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top: -32%;
        display: block;
    }

    .redesresp h1{
        font-size: 9px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 95%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 25px;
        margin-left: 1%;
    }

    .icon{
        width: 1.625rem;
        height: 1.625rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -92%;
        width: 110%;
        height: 605px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 94%;
        padding: 0 15px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 140px;
    }

    #informacoes{
        margin-left: 3%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #informacoes h1{
        font-size: 12.2px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 100%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 106%;
        margin-top: 1%;
        font-size: 10.7px;
    }
    
    .logos{
        margin-left: -7%;
        margin-top: -2%;
    }
    
    .waze img{
        width: 17%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 17%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 13.6px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 14vh;
        width: 56.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }

    .comentario a{
        padding: 4px 2px;
        font-size: 15px;
    }

    .localizacao{
        display: none;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -123%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 410px) and (max-width: 460px) and (max-height: 600px) {

    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    body::after{
        background: rgb(0 0 0 / 61%);
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
        position: absolute;
    }

    .sobrenos img{
        width: 28%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        padding: 5% 0 25% 0;
        margin-bottom: 10%; 
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 87%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 2%;
        padding: 7px;
    }

    .redesresp{
        width: 36%;
        margin-left: 97%;
        margin-top: -27%;
        display: block;
    }

    .redesresp h1{
        font-size: 9.8px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #tituloredes{
        margin-left: -15%;
    }

    .linhahorizontal2{
        width: 90%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 16px;
        margin-left: -9%;
    }

    .icon{
        width: 2rem;
        height: 2rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -90%;
        width: 108%;
        height: 638px;
        background: #4B4B4B;
        position: relative;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -4%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 88%;
        padding-left: 9px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 91%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
        background-color: #4B4B4B;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 23vh;
        width: 53.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
        
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 97%;
        position: absolute;
        margin-top: -86%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 410px) and (max-width: 460px) and (min-height: 601px) and (max-height: 700px) {
    
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    body::after{
        background: rgb(0 0 0 / 61%);
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
        position: absolute;
    }

    .sobrenos img{
        width: 28%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        padding: 5% 0 25% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 87%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 2%;
        padding: 7px;
    }

    .redesresp{
        width: 36%;
        margin-left: 97%;
        margin-top: -27%;
        display: block;
    }

    .redesresp h1{
        font-size: 9.8px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #tituloredes{
        margin-left: -15%;
    }

    .linhahorizontal2{
        width: 90%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 16px;
        margin-left: -9%;
    }

    .icon{
        width: 2rem;
        height: 2rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -90%;
        width: 108%;
        height: 638px;
        background: #4B4B4B;
        position: relative;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -4%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 88%;
        padding-left: 9px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 91%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
        background-color: #4B4B4B;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 21vh;
        width: 53.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
        
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 97%;
        position: absolute;
        margin-top: -97%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 410px) and (max-width: 460px) and (min-height: 701px) and (max-height: 800px) {
    
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    body::after{
        background: rgb(0 0 0 / 61%);
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
        position: absolute;
    }

    .sobrenos img{
        width: 28%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        padding: 5% 0 25% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 87%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 2%;
        padding: 7px;
    }

    .redesresp{
        width: 36%;
        margin-left: 97%;
        margin-top: -27%;
        display: block;
    }

    .redesresp h1{
        font-size: 9.8px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #tituloredes{
        margin-left: -15%;
    }

    .linhahorizontal2{
        width: 90%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 16px;
        margin-left: -9%;
    }

    .icon{
        width: 2rem;
        height: 2rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -90%;
        width: 108%;
        height: 638px;
        background: #4B4B4B;
        position: relative;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -4%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 88%;
        padding-left: 9px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 91%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
        background-color: #4B4B4B;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 53.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
        
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 97%;
        position: absolute;
        margin-top: -108%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 410px) and (max-width: 460px) and (min-height: 801px) {
    
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 97%;
        padding: 0 15px;
    }

    body::after{
        background: rgb(0 0 0 / 61%);
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
        position: absolute;
    }

    .sobrenos img{
        width: 28%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 86%;
        padding: 5% 0 25% 0;
        margin-bottom: 5%;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 87%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 2%;
        padding: 7px;
    }

    .redesresp{
        width: 36%;
        margin-left: 97%;
        margin-top: -27%;
        display: block;
    }

    .redesresp h1{
        font-size: 9.8px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #tituloredes{
        margin-left: -15%;
    }

    .linhahorizontal2{
        width: 90%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 16px;
        margin-left: -9%;
    }

    .icon{
        width: 2rem;
        height: 2rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -90%;
        width: 108%;
        height: 638px;
        background: #4B4B4B;
        position: relative;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -4%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 88%;
        padding-left: 9px;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 91%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
        background-color: #4B4B4B;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 17vh;
        width: 53.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
        
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 97%;
        position: absolute;
        margin-top: -112%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 461px) and (max-width: 530px) and (max-height: 600px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 73%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 62%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%; /* Alterado conforme solicitado */
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 85%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 11px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 90%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -81%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 84%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 42%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 22vh;
        width: 46.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -76%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 461px) and (max-width: 530px) and (min-height: 601px) and (max-height: 700px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 73%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 62%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%; /* Alterado conforme solicitado */
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 85%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 11px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 90%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -81%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 84%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 42%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 20vh;
        width: 46.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -80%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 461px) and (max-width: 530px) and (min-height: 701px) and (max-height: 800px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 73%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 62%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%; /* Alterado conforme solicitado */
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 85%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 11px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 90%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -81%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 84%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 42%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 18vh;
        width: 46.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -91%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 461px) and (max-width: 530px) and (min-height: 801px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 567px 368px;
        background-position-x: 73%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 62%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%; /* Alterado conforme solicitado */
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 85%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 11px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 90%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -81%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 84%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 42%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 18vh;
        width: 46.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -97%;
        width: 101%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 531px) and (max-width: 610px) and (max-height: 600px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 723px 500px;
        background-position-x: 83%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 71%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%; /* Alterado conforme solicitado */
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 12px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 85%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -72%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 72%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 35%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 22vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -64%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 531px) and (max-width: 610px) and (min-height: 601px) and (max-height: 700px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 723px 500px;
        background-position-x: 83%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 71%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%; /* Alterado conforme solicitado */
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 12px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 85%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -72%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 72%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 35%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 18vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -67%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 531px) and (max-width: 610px) and (min-height: 701px) and (max-height: 800px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 723px 500px;
        background-position-x: 83%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 71%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%; /* Alterado conforme solicitado */
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 12px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 85%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -72%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 72%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 35%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 18vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -77%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 531px) and (max-width: 610px) and (min-height: 801px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 723px 500px;
        background-position-x: 83%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 71%;
        padding: 5% 0 20% 0;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 43%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 12px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 85%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -72%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 72%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 35%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 18vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -82%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 611px) and (max-width: 700px) and (max-height: 600px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 723px 500px;
        background-position-x: 83%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 71%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 36%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 12px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 85%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -72%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 72%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 29%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 23vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -64%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 611px) and (max-width: 700px) and (min-height: 601px) and (max-height: 700px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 723px 500px;
        background-position-x: 83%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 71%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 36%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 12px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 85%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -72%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 72%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 29%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 22vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -70%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 611px) and (max-width: 700px) and (min-height: 701px) and (max-height: 800px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 723px 500px;
        background-position-x: 83%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 71%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 36%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 12px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 85%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -72%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 72%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 29%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 18vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -76%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 611px) and (max-width: 700px) and (min-height: 801px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 723px 500px;
        background-position-x: 83%;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 25%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 71%;
        margin-bottom: 10%;
        padding: 5% 0 20% 0;
    }

    .textoAtt p{
        font-size: 17px;
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 36%;
        margin-left: 97%;
        margin-top:  -22%;
        display: block;
    }

    .redesresp h1{
        font-size: 12px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 85%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -72%;
        width: 108%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 72%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 195px;
        height: 145px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 29%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 14px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 81%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 11.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 13%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 13%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card{
        height: 18vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .google{
        width: 23px;
        height: 23px;
    }

    .es-star{
        height: 26px;
        width: 26px;
    }

    .comentario a{
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -7.5%;
    }

    .localizacao{
        display: none;
    }

    .fundo{
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -82%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 701px) and (max-width: 810px) and (max-height: 600px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 820px 500px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 54%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 74%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 33%;
        margin-left: 107%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 87%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -60%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 54%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 27%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 23vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -58%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 701px) and (max-width: 810px) and (min-height: 601px) and (max-height: 700px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 820px 500px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 54%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 74%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 33%;
        margin-left: 107%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 87%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -60%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 54%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 27%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 22vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -64%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 701px) and (max-width: 810px) and (min-height: 701px) and (max-height: 800px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 820px 500px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 54%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 74%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 33%;
        margin-left: 107%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 87%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -60%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 54%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 27%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 18vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -70%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 701px) and (max-width: 810px) and (min-height: 801px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 820px 500px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 54%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 74%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 33%;
        margin-left: 107%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 87%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -60%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 54%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 27%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 10%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 18vh;
        width: 37.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -76%;
        width: 101.7%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 811px) and (max-width: 920px) and (max-height: 600px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 930px 500px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 48%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 68%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 28%;
        margin-left: 112%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 89%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -53%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 46%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 25%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 4%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 23vh;
        width: 30.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -53%;
        width: 102.4%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 811px) and (max-width: 920px) and (min-height: 601px) and (max-height: 700px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 930px 500px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 48%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 68%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 28%;
        margin-left: 112%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 89%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -53%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 46%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 25%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 4%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 22vh;
        width: 30.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -59%;
        width: 102.4%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 811px) and (max-width: 920px) and (min-height: 701px) and (max-height: 800px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 930px 500px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 48%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 68%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 28%;
        margin-left: 112%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 89%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -53%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 46%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 25%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 4%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 18vh;
        width: 30.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -64%;
        width: 102.4%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 811px) and (max-width: 920px) and (min-height: 801px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 930px 500px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 48%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 68%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 28%;
        margin-left: 112%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 89%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -53%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 46%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 25%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 4%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 18vh;
        width: 30.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -69%;
        width: 102.4%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 921px) and (max-width: 1020px) and (max-height: 600px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 1050px 545px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 48%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 68%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 25%;
        margin-left: 112%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 89%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -53%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 46%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 25%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 4%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 23vh;
        width: 30.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -53%;
        width: 102.4%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 921px) and (max-width: 1020px) and (min-height: 601px) and (max-height: 700px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 1050px 545px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 48%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 68%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 25%;
        margin-left: 112%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 89%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -53%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 46%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 25%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 4%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 22vh;
        width: 30.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -58%;
        width: 102.4%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 921px) and (max-width: 1020px) and (min-height: 701px) and (max-height: 800px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 1050px 545px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 48%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 68%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 25%;
        margin-left: 112%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 89%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -53%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 46%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 25%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 4%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 18vh;
        width: 30.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -61%;
        width: 102.4%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}

@media (min-width: 921px) and (max-width: 1020px) and (min-height: 801px) {
    .normal{
        display: none;
    }

    .responsividade{
        display: block;
    }
    body{
        display: inline-flex;
        flex-direction: column;
        background-size: 1050px 545px;
        padding: 0 15px;
    }

    .containerleft{
        background-color: transparent;
        clip-path: none;
    }

    .sobrenos img{
        width: 20%;
    }

    .texto-botao{
        display: grid;
        justify-items: center;
    }

    .textoAtt {
        margin-top: 48%;
        padding: 5% 0 20% 0;
        margin-bottom: 10%;
    }

    .textoAtt p{
        font-size: 20px;
        margin-left: 0;
        width: 68%;
        text-align: center;
    }

    #botaoestoque{
        min-width: 205px;
        min-height: 28px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 5%;
        padding: 7px;
    }

    .redesresp{
        width: 25%;
        margin-left: 112%;
        margin-top: -17%;
        display: block;
    }

    .redesresp h1{
        font-size: 13px;
        width: 100%;
        color: white;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal2{
        width: 89%;
        border: 0.2vh solid #e62828;
        top: -0.8vh;
    }

    .logosredes{
        gap: 11px;
        margin-left: 25%;
    }

    .icon{
        width: 1.4rem;
        height: 1.4rem;
    }

    .icon > i {
        font-size: 1rem;
    }
    .containerRight{
        margin-top: -53%;
        width: 107%;
        height: 718px;
        background: #4B4B4B;
        clip-path: ellipse(100% 50% at 50% 100%);
        margin-left: -5%;
        position: relative;
    }

    .localizacaoresp{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 46%;
        padding: 0 15px;
        justify-content: center;
    }

    .localizacaoresp iframe{
        border-radius: 6%;
        border: 0;
        box-shadow: 4px 4px 15px #00000063;
        width: 235px;
        height: 165px;
    }

    #informacoes{
        margin-left: 5%;
        color: white;
        margin-top: -1.8%;
        width: 25%;
    }

    .titulolocalizacao{
        display: flex;
        flex-wrap: wrap;
    }
    
    #informacoes h1{
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        width: 100%;
    }
    
    .linhahorizontal1{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 88%;
        position: relative;
        top: -0.8vh;
    }
    
    #informacoes p{
        font-weight: 300;
        width: 100%;
        margin-top: 1%;
        font-size: 13.8px;
    }
    
    .logos{
        margin-left: -3%;
        margin-top: 7%;
    }
    
    .waze img{
        width: 15%;
        margin-left: 8.5%;
    }
    
    .maps img{
        width: 15%;
        margin-left: 3.5%;
    }

    .avaliacoes{
        margin-top: 4%;
        margin-left: 0;
        display: grid;
        justify-items: center;
        background-color: #4B4B4B;
        width: 100%;
    }

    .avaliacoes h1{
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .linhahorizontal3{
        height: 0vh;
        border: 0.15vh solid #e62828;
        width: 103.6%;
        position: relative;
        top: -0.7vh;
        margin-left: 0.5%;
    }

    .card {
        height: 18vh;
        width: 30.3vw;
        margin-left: 0;
        margin-bottom: 14%;
        margin-top: 3%;
    }

    .fundo {
        z-index: 2;
        background-color: #7D7D7D;
        height: 95%;
        position: absolute;
        margin-top: -66%;
        width: 102.4%;
        clip-path: ellipse(110% 48% at 50% 99%);
        margin-left: -4%;
        rotate: 0deg;
    }

    .redes{
        display: none;
    }
}


@media (min-width: 1021px) and (max-width: 1149px){

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 26px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 2%;
    }

        .localizacao {
        margin-top: -74.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 272px;
        height: 185px;
    }

    #informacoes {
        margin-left: 11%;
        color: white;
        margin-top: -1.8%;
    }

    #informacoes h1 {
        font-size: 18px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #informacoes p {
        font-weight: 300;
        width: 57%;
        margin-top: 1%;
        font-size: 15px;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 57.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 10%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 10%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 9%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes {
        margin-top: 50%;
        margin-left: 7.7%;
    }

    .avaliacoes h1 {
        font-size: 13px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }


    .card{
        margin-left: 11%;
        height: 20vh;
        width: 17.3vw;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }
}

@media (min-width: 1021px) and (max-width: 1149px) and (max-height: 600px){
    .sobrenos img {
        margin-left: 30%;
        width: 11%;
    }
    
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 19px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        font-size: 20px;
        min-width: 239px;
        min-height: 40px;
    }

    .localizacao {
        margin-top: -53.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 210px;
        height: 140px;
    }

    #informacoes h1 {
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 44.6%;
        position: relative;
        top: -1.1vh;
    }

    #informacoes p {
        font-weight: 300;
        width: 50%;
        margin-top: 1%;
        font-size: 13px;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }

    .avaliacoes {
        margin-top: 15%;
        margin-left: 7.7%;
    }

    .card {
        height: 22vh;
        width: 15.3vw;
        margin-left: 14%;
    }
}

@media (min-width: 1021px) and (max-width: 1149px) and (min-height: 601px) and (max-height: 700px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 20px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        font-size: 19px;
        min-width: 242px;
        min-height: 45px;
    }

    .localizacao {
        margin-top: -62.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 24%;
    }

    .card {
        height: 20vh;
        width: 17.3vw;
        margin-left: 10%;
    }
}

@media (min-width: 1021px) and (max-width: 1149px) and (min-height: 701px) and (max-height: 800px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 22px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }
    
    .localizacao {
        margin-top: -69.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }

    .card {
        height: 20vh;
        width: 17.3vw;
        margin-left: 10%;
    }
}


@media (min-width: 1150px) and (max-width: 1250px){

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 26px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 2%;
    }

    .localizacao {
        margin-top: -69.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
        
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 272px;
        height: 185px;
    }

    #informacoes {
        margin-left: 11%;
        color: white;
        margin-top: -1.8%;
    }

    #informacoes h1 {
        font-size: 18px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #informacoes p {
        font-weight: 300;
        width: 50%;
        margin-top: 1%;
        font-size: 15px;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 45.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 9%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes h1 {
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .card{
        margin-left: 24%;
        height: 20vh;
        width: 17.3vw;
    }

    .es-star{
        height: 22px;
        width: 22px;
    }
}

@media (min-width: 1150px) and (max-width: 1250px) and (max-height: 600px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 19px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        font-size: 20px;
        min-width: 239px;
        min-height: 40px;
    }

    .localizacao {
        margin-top: -53.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 210px;
        height: 140px;
    }

    #informacoes h1 {
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #informacoes p {
        font-weight: 300;
        width: 50%;
        margin-top: 1%;
        font-size: 13px;
    }

    .card {
        height: 22vh;
        width: 17.3vw;
        margin-left: 10%;
    }
}

@media (min-width: 1150px) and (max-width: 1250px) and (min-height: 601px) and (max-height: 700px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 22px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        font-size: 19px;
        min-width: 242px;
        min-height: 45px;
    }

    .localizacao {
        margin-top: -60.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 24%;
    }

    .card {
        height: 20vh;
        width: 17.3vw;
        margin-left: 10%;
    }
}

@media (min-width: 1150px) and (max-width: 1250px) and (min-height: 701px) and (max-height: 800px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 22px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }
    
    .localizacao {
        margin-top: -64.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }

    .card {
        height: 20vh;
        width: 17.3vw;
        margin-left: 10%;
    }
}

@media (min-width: 1251px) and (max-width: 1350px){

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 25px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 2%;
    }

    .localizacao {
        margin-top: -62.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
        
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 272px;
        height: 185px;
    }

    #informacoes {
        margin-left: 11%;
        color: white;
        margin-top: -1.8%;
    }

    #informacoes h1 {
        font-size: 18px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #informacoes p {
        font-weight: 300;
        width: 46%;
        margin-top: 1%;
        font-size: 15px;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 45.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 19px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 14%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes h1 {
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .card{
        margin-left: 15%;
        height: 20vh;
        width: 17.3vw;
    }
}

@media (min-width: 1251px) and (max-width: 1350px) and (max-height: 600px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 19px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        font-size: 20px;
        min-width: 239px;
        min-height: 40px;
    }

    .localizacao {
        margin-top: -45.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 210px;
        height: 140px;
    }

    #informacoes h1 {
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    #informacoes p {
        font-weight: 300;
        width: 50%;
        margin-top: 1%;
        font-size: 13px;
    }

    .card {
        height: 22vh;
        width: 17.3vw;
        margin-left: 10%;
    }
}

@media (min-width: 1251px) and (max-width: 1350px) and (min-height: 601px) and (max-height: 700px){
    .sobrenos img {
        margin-left: 30%;
        width: 12%;
    }
   
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 20px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        font-size: 22px;
    }

    .localizacao {
        margin-top: -51.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }

    .card {
        height: 20vh;
        width: 17.3vw;
        margin-left: 10%;
    }
}

@media (min-width: 1251px) and (max-width: 1350px) and (min-height: 701px) and (max-height: 800px){
    .localizacao {
        margin-top: -58.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }
}

@media (min-width: 1351px) and (max-width: 1450px){
    .sobrenos img {
        margin-left: 30%;
        width: 12%;
    }
    
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 27.5px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 2%;
    }

    .localizacao {
        margin-top: -61.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
        
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 285px;
        height: 205px;
    }

    #informacoes {
        margin-left: 11%;
        color: white;
        margin-top: -1.8%;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 41.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 20px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 16%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes h1 {
        font-size: 18px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .card{
        margin-left: 15%;
        height: 18vh;
        width: 17.3vw;
    }
}

@media (min-width: 1351px) and (max-width: 1450px) and (max-height: 600px){
    .sobrenos img {
        margin-left: 30%;
        width: 11%;
    }
    
    .sobrenos p {
        font-size: 20.5px;
    }
    
    #botaoestoque {
        margin-top: 1%;
        min-width: 225px;
        min-height: 43px;
        font-size: 18px;
    }

    .localizacao {
        margin-top: -43.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 252px;
        height: 175px;
    }

    #informacoes h1 {
        font-size: 16px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 34.6%;
        position: relative;
        top: -1.1vh;
    }

    #informacoes p {
        font-weight: 300;
        width: 50%;
        margin-top: 1%;
        font-size: 13px;
    }

    .avaliacoes {
        margin-top: 18%;
    }
    .card {
        margin-left: 15%;
        height: 21vh;
        width: 15.3vw;
    }
}

@media (min-width: 1351px) and (max-width: 1450px) and (min-height: 601px) and (max-height: 700px){
    .sobrenos p {
        font-size: 21.5px;
    }
    
    #botaoestoque {
        margin-top: 1%;
        min-width: 250px;
        min-height: 50px;
        font-size: 21px;
    }

    .localizacao {
        margin-top: -50.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }
    .card {
        margin-left: 15%;
        height: 21vh;
        width: 15.3vw;
    }
}

@media (min-width: 1351px) and (max-width: 1450px) and (min-height: 701px) and (max-height: 800px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 25.5px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
    }

    .localizacao {
        margin-top: -55.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }

}

@media (min-width: 1451px) and (max-width: 1550px){

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 28.5px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 2%;
    }

    .localizacao {
        margin-top: -57.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
        
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 285px;
        height: 205px;
    }

    #informacoes {
        margin-left: 11%;
        color: white;
        margin-top: -1.8%;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 38.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 20px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 16%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes h1 {
        font-size: 18px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .card{
        margin-left: 17%;
        height: 19vh;
        width: 16.3vw;
    }
}

@media (min-width: 1451px) and (max-width: 1550px) and (max-height: 600px){
    .sobrenos img {
        margin-left: 30%;
        width: 10%;
    }
    
    .sobrenos p {
        font-size: 21.5px;
    }
    
    #botaoestoque {
        margin-top: 1%;
        min-width: 250px;
        min-height: 50px;
        font-size: 21px;
    }

    .localizacao {
        margin-top: -39.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 252px;
        height: 175px;
    }

    #informacoes h1 {
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 32.6%;
        position: relative;
        top: -1.1vh;
    }

    #informacoes p {
        font-weight: 300;
        width: 42%;
        margin-top: 1%;
        font-size: 14px;
    }

    .avaliacoes {
        margin-top: 10%;
    }
    .card {
        margin-left: 18%;
        height: 22vh;
        width: 14.3vw;
    }
}

@media (min-width: 1451px) and (max-width: 1550px) and (min-height: 601px) and (max-height: 700px){
    .sobrenos img {
        margin-left: 30%;
        width: 12%;
    }
    
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 22.5px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }
    #botaoestoque {
        margin-top: 1%;
        min-width: 250px;
        min-height: 50px;
        font-size: 22px;
    }
    .localizacao {
        margin-top: -45.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }
}

@media (min-width: 1451px) and (max-width: 1550px) and (min-height: 701px) and (max-height: 800px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 22.5px;
        margin-left: 30.7%;
        width: 65%;
        line-height: 1.5;
        margin-top: -1%;
    }
    #botaoestoque {
        margin-top: 1%;
        min-width: 250px;
        min-height: 50px;
        font-size: 22px;
    }
    .localizacao {
        margin-top: -50.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
    }
}

@media (min-width: 1551px) and (max-width: 1650px){

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 29px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 2%;
    }

    .localizacao {
        margin-top: -55.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 25%;
        
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 285px;
        height: 205px;
    }

    #informacoes {
        margin-left: 11%;
        color: white;
        margin-top: -1.8%;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 38.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 20px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 16%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes h1 {
        font-size: 18px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .card{
        margin-left: 24%;
    }
}

@media (min-width: 1551px) and (max-width: 1650px) and (max-height: 600px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 21px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        min-width: 250px;
        min-height: 50px;
        font-size: 22px;
    }
    
    .sobrenos img {
        margin-left: 30%;
        width: 10%;
    }

    .localizacao {
        margin-top: -38.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 252px;
        height: 175px;
    }

    #informacoes h1 {
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 32.6%;
        position: relative;
        top: -1.1vh;
    }

    #informacoes p {
        font-weight: 300;
        width: 42%;
        margin-top: 1%;
        font-size: 14px;
    }

    .avaliacoes {
        margin-top: 10%;
    }

    .card {
        margin-left: 24%;
        height: 22vh;
        width: 12.3vw;
    }
}

@media (min-width: 1551px) and (max-width: 1650px) and (min-height: 601px) and (max-height: 700px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 23px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        min-width: 250px;
        min-height: 50px;
        font-size: 22px;
    }
    
    .sobrenos img {
        margin-left: 30%;
        width: 10%;
    }

    .localizacao {
        margin-top: -44.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
    }

    .card {
        margin-left: 24%;
        height: 20vh;
        width: 12.3vw;
    }

}

@media (min-width: 1551px) and (max-width: 1650px) and (min-height: 701px) and (max-height: 800px){
    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 25px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }
    
    .sobrenos img {
        margin-left: 30%;
        width: 12%;
    }

    .localizacao {
        margin-top: -49.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
    }
}

@media (min-width: 1651px) and (max-width: 1750px){

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 30px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 2%;
    }

    .localizacao {
        margin-top: -52.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
        
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 285px;
        height: 205px;
    }

    #informacoes {
        margin-left: 10%;
        color: white;
        margin-top: -1.8%;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 38.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 22px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 16%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes h1 {
        font-size: 20px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .card{
        margin-left: 21%;
    }
}

@media (min-width: 1651px) and (max-width: 1750px) and (max-height: 600px){
    .sobrenos img {
        margin-left: 30%;
        width: 10%;
    }

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 19px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        min-width: 220px;
        min-height: 30px;
        font-size: 18px;
    }

    .localizacao {
        margin-top: -35.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26.5%;
    }
    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 252px;
        height: 175px;
    }

    #informacoes h1 {
        font-size: 17px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 32.6%;
        position: relative;
        top: -1.1vh;
    }

    #informacoes p {
        font-weight: 300;
        width: 42%;
        margin-top: 1%;
        font-size: 14px;
    }
    .avaliacoes {
        margin-top: 4%;
        margin-left: 7.7%;
    }
    .card {
        margin-left: 22%;
        height: 23vh;
        width: 12.3vw;
    }
}

@media (min-width: 1651px) and (max-width: 1750px) and (min-height: 601px) and (max-height: 700px){
    .sobrenos img {
        margin-left: 30%;
        width: 11%;
    }

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 23px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
        min-width: 235px;
        min-height: 30px;
        font-size: 21px;
    }

    .localizacao {
        margin-top: -40.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
    }
    .avaliacoes {
        margin-top: 15%;
        margin-left: 7.7%;
    }
    .card {
        margin-left: 22%;
        height: 20vh;
        width: 12.3vw;
    }
}

@media (min-width: 1651px) and (max-width: 1750px) and (min-height: 701px) and (max-height: 800px){
    .sobrenos img {
        margin-left: 30%;
        width: 12%;
    }

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 26px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque {
        margin-top: 1%;
    }

    .localizacao {
        margin-top: -46.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
    }

    .card {
        margin-left: 19%;
        height: 20vh;
        width: 14.3vw;
    }
}

@media (min-width: 1751px) and (max-width: 1850px){

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 32px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 0%;
    }

    .localizacao {
        margin-top: -49.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
        
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 285px;
        height: 205px;
    }

    #informacoes {
        margin-left: 10%;
        color: white;
        margin-top: -1.8%;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 38.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 23px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 16%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes h1 {
        font-size: 21px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .card{
        margin-left: 21%;
    }
}

@media (min-width: 1751px) and (max-width: 1850px) and (max-height: 600px){

}

@media (min-width: 1751px) and (max-width: 1850px) and (min-height: 601px) and (max-height: 700px){

}

@media (min-width: 1751px) and (max-width: 1850px) and (min-height: 701px) and (max-height: 800px){

}

@media (min-width: 1851px) and (max-width: 1950px){

    .sobrenos p {
        color: white;
        font-weight: 200;
        font-size: 32px;
        margin-left: 30.7%;
        width: 60%;
        line-height: 1.5;
        margin-top: -1%;
    }

    #botaoestoque{
        margin-top: 0%;
    }

    .localizacao {
        margin-top: -47.8%;
        rotate: 180deg;
        display: flex;
        margin-right: 26%;
        
    }

    .localizacao iframe {
        border-radius: 6%;
        border: 0;
        margin-left: 23.7%;
        box-shadow: 4px 4px 15px #00000063;
        width: 285px;
        height: 205px;
    }

    #informacoes {
        margin-left: 10%;
        color: white;
        margin-top: -1.8%;
    }

    .linhahorizontal1 {
        height: 0vh;
        border: 0.25vh solid #e62828;
        width: 38.6%;
        position: relative;
        top: -1.1vh;
    }

    .maps img {
        width: 7%;
        margin-left: 2.5%;
    }

    .waze img {
        width: 7%;
        margin-left: 6.5%;
    }
    
    .redes h1 {
        font-size: 23px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .logosredes {
        display: inline-flex;
        gap: 42px;
        margin-left: 16%;
        margin-top: 1%;
    }

    .icon{
        width: 2.625rem;
        height: 2.625rem;
    }

    .avaliacoes h1 {
        font-size: 22px;
        font-weight: 500;
        text-shadow: 2px 1px 4px black;
        color: white;
    }

    .card{
        margin-left: 21%;
    }
}

@media (min-width: 1851px) and (max-width: 1950px) and (max-height: 600px){

}

@media (min-width: 1851px) and (max-width: 1950px) and (min-height: 601px) and (max-height: 700px){

}

@media (min-width: 1851px) and (max-width: 1950px) and (min-height: 701px) and (max-height: 800px){

}






