::-webkit-scrollbar {
    display: none;
}
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;700&display=swap");
.secc-uno {
    margin-top: 8.125rem;
}
.container-ancho {
    max-width: 1140px;
    margin: 0 auto;
}
h1 {
    font-family: "Ubuntu", sans-serif;
    color: #001c46;
    font-size: 3.375rem;
    text-align: center;
}
.p-bold-plomo-32 {
    color: #001c46;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
}
.link-volver {
    font-family: "Ubuntu", sans-serif;
    color: #171717;
    font-size: 1.125rem;
    text-decoration: none;
}
.secc-margin-top {
    margin-top: 3.75rem;
}
.div-item-mapa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.875rem;
    flex-wrap: wrap;
}
.div-mapa {
    width: 70%;
    background: #171717;
    border: 5px solid #fff;
    position: relative;
    height: 35.375rem;
    box-shadow: 0px 25px 56px -7px rgba(19.999999999999986, 67.99999999999997, 133, 0.28);
}
.div-mapa:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #ffe324;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}
.h2-bolder-32 {
    font-size: 1.875rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    color: #171717;
}
.div-informacion {
    width: 30%;
    text-align: left;
    padding-left: 2rem;
}
.divinformacion-agencia h3 {
    color: #171717;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
}
.divinformacion-agencia p {
    color: #171717;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.125rem;
}
.margin-bottom-cero {
    margin-bottom: 0px;
}
.div-flex-datos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.margin-top-agencia {
    margin-top: 1.25rem;
}
.h2-centro-size-46 {
    color: #171717;
    font-family: "Ubuntu", sans-serif;
    font-size: 2.5rem;
    text-align: center;
}
.secc-top-tarifas {
    margin-top: 5rem;
}
.div-card-blanco-tarifas {
    width: 100%;
    box-shadow: 0px 25px 56px -7px rgba(19.999999999999986, 67.99999999999997, 133, 0.28);
    position: relative;
    padding: 1.875rem 2.5rem;
    margin-top: 3.125rem;
}
/*
.div-card-blanco-tarifas:after{
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #EEB523;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -2;
}*/
.div-card-blanco-tarifas::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #ffe324;
    width: 10px;
    height: 72px;
}
.h3-plomo-size-24 {
    color: #707070;
    font-size: 1.5rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    text-align: center;
}
.div-grid-tres {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
    margin-top: 1.875rem;
}
.div-card-fija {
    background-color: #fff;
    box-shadow: 0px 25px 56px -7px rgba(19.999999999999986, 67.99999999999997, 133, 0.28);
    border: 1px solid #ffffff;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.1875rem;
    text-align: center;
    padding-bottom: 3.75rem;
}
.div-figura {
    width: 3.75rem;
    height: 4.625rem;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin: 0 auto;
}
.div-card-fija h5 {
    color: #707070;
    font-size: 1.25rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    margin-top: 1.25rem;
}
.margin-top-76 {
    margin-top: 4.75rem;
}
.table {
    margin-top: 1.875rem;
    width: 100%;
    overflow-x: scroll;
}
.table > :not(caption) > * > * {
    background-color: #fff !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #e4e4e2 !important;
}
.th-cabezera {
    color: #707070;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
}
.td-conten-regular {
    color: #707070 !important;
    font-family: "Ubuntu", sans-serif;
    font-size: 0.875rem;
    text-align: center;
}
.btn-descargar {
    font-size: 1.25rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    background-color: #ffe324;
    color: #001c46;
    border-radius: 0px;
    padding: 20px 60px;
}
.link-volver-agencia,
.link-volver-agencia:hover {
    color: #171717;
    font-size: 1.125rem;
    font-family: "Ubuntu", sans-serif;
}
@media screen and (max-width: 1024px) {
    .secc-uno {
        margin-top: 1.875rem;
    }
    .container-ancho {
        max-width: 1024px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    h1 {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .div-item-mapa {
        justify-content: center;
    }
    .div-mapa {
        width: 90%;
    }
    .div-informacion {
        width: 60%;
        padding-left: 0px;
    }
}
@media screen and (max-width: 640px) {
    .container-ancho {
        max-width: 100%;
    }
    h1 {
        font-size: 2.5rem;
    }
    .div-mapa {
        width: 100%;
    }
    .div-informacion {
        width: 100%;
    }
    .div-scroll {
        width: 100%;
        overflow-x: scroll;
    }
}
