/* Add here all your css styles (customizations) */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
body {
    font-family: "Montserrat", sans-serif;
    -webkit-appearance: none;
}

.error-message {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 8px;
    border-radius: 8px;
}

.leyenda-top {
    font-variant: JIS83;
    height: 25px;
    width: 140px;
    margin: 67px 69px 214px 0px;
    opacity: 0.6;
}

.leyenda-center {
    font-variant: JIS83;
    height: 25px;
    width: 140px;
    margin: 67px 69px 160px 0px;
    opacity: 0.6;
}

.leyenda-bottom {
    font-variant: JIS83;
    height: 25px;
    width: 140px;
    margin: 67px 69px 80px 0px;
    opacity: 0.6;
}
.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.message {
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
}

.input.error {
    background-color: transparent;
}

.theme-color {
    background-color: #ed1b2f !important;
}

.text-portada {
    top: 0px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.text-portada span {
    font-size: 1.3em;
    text-transform: uppercase;
    width: 100%;
    background: #ed1b2f !important;
    border-radius: 0px !important;
    line-height: 30px;
}

.text-portada_fisica span {
    font-size: 1.3em;
    text-transform: uppercase;
    width: 100%;
    background: #000000 !important;
    border-radius: 0px !important;
    line-height: 30px;
}

.telefono-pre {
    position: absolute;
    width: 50px;
    height: 49px;
    padding-top: 15px;
    padding-left: 15px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    color: #5e5e5e;
}

.form-cambiocolegio {
    margin-top: -10px;
}
.modalTransporte-body {
    height: 95px;
    width: 100%;
    overflow-y: auto;
}
.fa-info-circle:before {
    color: #ffd000;
}

/* El wrapper del control ocupa lo mismo que el input */
.dropdown.bootstrap-select {
    width: 100% !important;
}

/* El menú hereda ese ancho */
.u-select--v3-select .dropdown-menu[role="combobox"] {
    min-width: 100% !important;
    width: 100% !important;
}

[data-carro-title]:hover::after {
    opacity: 1;
    transition: all 0.1s ease 0.2s;
    visibility: visible;
}

[data-carro-title]:after {
    position: absolute;
    bottom: 20px;
    /* right: 10px; */
    left: -90px;
    width: 190px;
    /* max-width: 250px; */
    padding: 1em;
    color: #222;
    white-space: normal;
    border-radius: 10px;
    background-color: #f9f0c8;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    content: attr(data-carro-title);
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
}

[data-carro-title] {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
