* { -webkit-tap-highlight-color: transparent; }
main{
    min-width: 280px;
}
h1{
    width: 100%;
    /* background-color: red; */
    border-bottom: solid 2px black;
    text-align: center;
    place-content: center;
    padding: 20px 0;
    font-weight: 200;
    background-color: #CEECE3;
    color: #279DA4;
    font-family: "Roboto";
    font-size: clamp(30px,40px,50px);
}
iframe{
    width: 100%;
    place-items: center;
    place-content: center;
}
.not{
    letter-spacing: 1.5px;
    color: rgb(0, 0, 0);
    font-size: clamp(12px,16px,18px);
    font-weight: 400;
    font-family: "Roboto";
    padding: 20px;
    width: 100%;
    background-color: rgba(185, 185, 185, 0.452);
    box-sizing: border-box;
}
.img_guia{
    width: 100%;
    background-image: url('https://cdn-shopklim.b-cdn.net/folder_img/guia.jpg');
    background-size: cover;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width:600px) {
    .img_guia{
        height: 420px;
        background-size: contain;
    }
}
.img_guia_2{
    width: 100%;
    background-image: url('https://cdn-shopklim.b-cdn.net/folder_img/locate.jpg');
    background-size: cover;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width:600px) {
    .img_guia_2{
        height: 420px;
        background-size: contain;
    }
}

