:root {
    --bg-main: #d6e9fd;
    --blue: #003483;
    --gray: #8a8a8aaa;
    --gray-dark: #cccccc87;
    --black: #5f5f5f73;
    --black-dark: #25252573;
    --A: #94c9f0;
    --B: #74b72b;
    --C: #f7a841;
    --D: #f3ea5d;
}

/* FUENTES */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");

body {
    font-family: "Montserrat", sans-serif !important;
}

/* JUSTIFY */

.j_center {
    justify-content: center;
}

.btn_main {
    background-color: #003483 !important;
    color: white !important;
}

.btn_a{
    background-color: var(--A) !important;
    color: var(--black-dark) !important;
}

.btn_b{
    background-color: var(--B) !important;
    color: var(--black-dark) !important;
}

.btn_c{
    background-color: var(--C) !important;
    color: var(--black-dark) !important;
}

.btn_d{
    background-color: var(--D) !important;
    color: var(--black-dark) !important;
}

.center {
    display: flex;
    justify-content: center;
}

input::placeholder {
    font-weight: bolder;
    color: var(--blue) !important;
    opacity: 1;
}

#app {
    background-color: var(--bg-main);
    height: 100vh;
}

.app_login {
    display: flex;
    align-items: center;
}

.login {
    justify-content: center;
    display: flex;
    align-items: center;
}

.header_card_login {
    width: 100% !important;
    background-color: var(--blue) !important;
    align-self: center;
    border-radius: 15px 15px 0px 0px !important;
    position: absolute;
    top: -35px;
}

.container_data {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px var(--gray);
}

#area_container {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

#area_space {
    display: flex;
    flex-direction: row-reverse;
}

.select_area {
    color: var(--blue);
    border-radius: 8px;
    border: none;
}

.img_map {
    width: 80%;
    align-self: center;
}

.text-center {
    text-align: center;
}

#to_reserve_container {
    text-align: center;
    border: 2px solid var(--gray-dark);
    border-radius: 20px;
    background-color: var(--gray-dark);
    padding: 16px;
}

.information-section {
    text-align: center;
    border: 2px solid #0d6dfd69;
    border-radius: 20px;
    padding: 16px;
}

.market_img {
    margin-bottom: -10px;
    border-radius: 20px 20px 0px 0px;
}

.markets_title {
    font-weight: bolder;
    color: var(--blue) !important;
}

.title_card_market_text {
    font-weight: bolder;
}

.title_card_market_text,
.card_market_text {
    color: var(--blue);
}

.markets_container {
    display: grid;
    grid-template-columns: repeat(2, 40%);
    grid-template-rows: auto;

    gap: 16px;

    justify-content: space-between;
}

.div_container {
    padding: 8px;
}

.markets {
    color: black;
    border-radius: 36px;

    box-shadow: 0px 10px 10px var(--black);

    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;

    justify-content: center;
}

.markets > img {
    justify-self: center;
    width: 100%;
}

.markets > button {
    justify-self: center;
    margin-bottom: 16px;
}

.table_info {
    table-layout: fixed;
    width: 250px;
}

.btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat !important;
}
