@import url("config.css");
@import url("config/style.css");
@import url("external/owl.carousel.min.css");
@import url("external/owl.theme.default.min.css");
@import url("external/plyr.css");
@import url("external/aos.css");
@import url("external/notyf.min.css");

header {
    height: 30rem;
    width: 100%;
    position: relative;
}
#info {
    display: flex;
    flex-direction: column;
}
#info .container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#info .container .form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 30rem;
}
#info .container .form button {
    width: 100%;
    height: 3rem;
}
#info .form-query {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}
#info .data {
    display: flex;
    align-items: center;
}
#info .data .cont {
    display: grid;
    grid-template-rows: repeat(4,1fr);
    height: 20rem;
}
#info .data .cont .item {
    width: 20rem;
    display: grid;
    grid-template-columns: 4rem auto;
    align-items: center;
}
#info .data .cont .item p {
    font-family: 'f1';
    font-size: 0.8rem;
}
#info .data .cont .item b {
    font-family: 'f4';
    font-size: 1rem;
}
#info .data .cont .item u {
    width: 2rem;
    height: 2rem;
}
#info .data .cont .item u .cls-1 {
    fill: var(--c1) !important;
}

#map {
    width: 100%;
    min-height: 30rem;
    display: grid;
    grid-template-rows: 3rem auto;
    padding: 0;
    position: relative;

}
#map button {
    background: var(--c1);
}
#map .buttons button[status="active"] {
    background: var(--c4);
}
#map .result {
    width: 100%;
    height: 30rem;
    display: grid;
    grid-template-rows: 3rem auto;
}
@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1919px) and (min-width: 1440px) {}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #info .container {
        grid-template-columns: auto;
    }
    #map .result {
        grid-template-columns: auto;
    }
    #map .result .map {
        min-width: 25rem;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #info .container {
        grid-template-columns: auto;
    }
    #map .result {
        grid-template-columns: auto;
    }
    #map .result .map {
        min-width: 25rem;
    }
    #info .container .form {
        width: 100%;
    }
    #map {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #info .container {
        grid-template-columns: auto;
    }
    #map .result {
        grid-template-columns: auto;
    }
    #map .result .map {
        min-width: 25rem;
    }
    #info .container .form {
        width: 100%;
    }
    #map {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #info .container {
        grid-template-columns: auto;
    }
    #map .result {
        grid-template-columns: auto;
    }
    #map .result .map {
        min-width: 25rem;
    }
    #info .container .form {
        width: 100%;
    }
    #map {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (min-height: 1280px) {}
@media only screen and (max-height: 1279px) and (min-height: 1024px) {}
@media only screen and (max-height: 1023px) and (min-height: 768px) {}
@media only screen and (max-height: 767px) and (min-height: 480px) {}
@media only screen and (max-height: 479px) and (min-height: 360px) {}
@media only screen and (max-height: 359px) and (min-height: 10px) {}