body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}

h1 {
    margin-top: 50px;
    text-align: center;
}
p#cadastro {
    text-align: center;
    font-size: 16px;
    color: #00000077;
    font-weight: 600;
    margin-bottom: 30px;
}

p#disfrute {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

div#baixe {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

div#baixe img {
    width: 24px;
    margin-right: 5px;
}

div.campo_app {
    cursor: pointer;
    padding: 2px 30px;
    border-radius: 24px;
    background-color: #e0424289;
    margin-left: 20px;
    display: flex;
    align-items: center;
    color: #b81f1f;
    font-size: 16px;
    font-weight: 600;
}


div#campo_celular {
    position: relative;
    width: 70%;
    margin: auto;
    margin-top: 200px;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #cb2026, #cb2026bb);
    min-height: 700px;
    margin-bottom: 100px;
}

div#campo_esquerdo {
    position: absolute;
    width: 25%;
    margin-left: 20px;
    text-align: center;
    font-size: 27px;
    color: #fff;
    margin-top: 300px;
}

div#celular {
    position: absolute;
    width: 31%;
    min-width: 350px;
    height: 680px;
    background-color: #fff;
    border: 7px solid #2c2c2c;
    border-radius: 30px;
    margin-top: -100px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0.2em 0.2em 0.4em #000000;
}

div#informacoes {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

div#informacoes img {
    width: 20px;
}

div#informacoes ul {
    margin-top: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div#informacoes ul li {
    list-style: none;
}

li#horario {
    margin-left: -20px;
}

div#parte_direita {
    width: 25%;
    display: flex;
    margin-right: 20px;
    justify-content: space-between;
}

div#informacoes div {
    display: flex;
}

div#camera {
    position: absolute;
    width: 30%;
    height: 30px;
    border-radius: 16px;
    margin-top: 5px;
    left: 50%;
    transform: translate(-50%);
    background-color: #2c2c2c;
}


#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 200px;
    margin-top: -25px;
    margin-bottom: 20px;
}

.campos {
    margin-top: -30px;
}

.swiper-container {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.servico {
    width: 70px;
    text-wrap: nowrap;
    word-wrap: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
}


.item_img {
    margin-bottom: 0px;
    height: 30px !important;
}


div#mini_carregadeira_campo {
    margin-right: 40px;
}

#primeiro {
    margin-left: 220px;
}

img#mini_carregadeira {
    height: 20px;
    width: 30px;
    margin-bottom: -10px;
}

.servico img {
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
}

.carousel-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: fit-content;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.carousel-item img {
    max-width: 50px;
    max-height: 50px;
}


.mapa {
    margin: auto;
    width: 100%;
    height: 60vh;
    border-radius: 8px;
    margin-bottom: 80px;
}

.mapa iframe {
    margin: auto;
    margin-top: -50px;
    margin-left: 1px;
    width: 98%;
    height:51vh;
    max-height: 390px;
    border-radius: 8px;
    margin-bottom: 40px;
}

div#campo_direito {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
    margin-right: 20px;
    top: 10%;
    position: absolute;
    right: 20px;
}

div#campo_direito img {
    display: flex;
    align-self: center;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

div#campo_direito ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

div#campo_direito ul li {
    list-style: none;
    margin-top: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background-color: #b81f1fd4;
    padding: 5px 20px; 
    border-radius: 8px;
}

div#campo_direito ul li div {
    display: flex;
}

div#footer {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #dadada;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

div#footer img {
    filter: invert(50%) sepia(80%) saturate(7000%) hue-rotate(700deg) brightness(88%) contrast(109%);
    cursor: pointer;
    height: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

@media (max-width: 1300px) {
    

    div#campo_direito ul {
        display:none;
    }

    div#campo_esquerdo {
        display: none;
    }
}

@media (max-width: 500px) {
    div#campo_celular {
        width: 90%;
        margin-top: 150px;
        margin-bottom: 20px;
    }
}

@media (max-width: 380px) {
    h1 {
        margin-top: 50px;
    }

    div#celular {
        position: absolute;
        width: 31%;
        min-width: 250px;
        height: 550px;
        background-color: #fff;
        border: 7px solid #2c2c2c;
        border-radius: 30px;
        margin-top: -100px;
        left: 50%;
        transform: translate(-50%);
        box-shadow: 0.2em 0.2em 0.4em #000000;
    }

    .mapa {
        margin: auto;
        width: 100%;
        height: 30vh;
        border-radius: 8px;
        margin-bottom: 80px;
    }
    
    .mapa iframe {
        margin: auto;
        margin-top: -50px;
        margin-left: 1px;
        width: 98%;
        height:30vh;
        max-height: 390px;
        border-radius: 8px;
        margin-bottom: 40px;
    }

    #baixe {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    div#campo_celular {
        min-height: 500px;
    }
}