div#teleprompter {
    color: #005197;
}

.teleprompter_div {
    margin-top: 3px;
    width: 1292px;
}

.main {
    height: 73%;
    font-size: 2.6rem;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#teleprompter {
    font-family: "Sofia", cursive;
    font-weight: bold;
    font-style: normal;
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.85;
    flex-direction: column;
}

.controls {
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    bottom: 308px;
    width: 1289px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.control-text {
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #de0809;
    cursor: pointer;
    user-select: none;
}

.control-text.disabled {
    color: gray;
    cursor: default;
}

/***/
.li-list-img {
    display: block;
    margin: -10px 0px;
    background-color: transparent !important;
}

button.menu-item-icon {
    border: none;
}

.btn_submenu {
    background-color: transparent !important;
}

.btn-submenu img {
    width: 180px;
    height: 83px;
}

a.dropdown-item.btn_submenu {
    display: flex;
    justify-content: center;
}

.img-btn-submenu {
    width: 171px;
    height: 63px;
    object-fit: contain;
}

.img-btn-submenu:hover {
    background-color: transparent;
}

.logos {
    width: 177px;
}

.info {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.dropdown-item {
    padding: 0%;
}

ul.dropdown-menu.show {
    background: transparent;
    border: none;
    padding: 0px;
}

.rojo_cuadro {
    position: relative;
}

.menu {
    display: flex;
    gap: 16px;
    position: fixed;
}

* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fafafa;
}

img {
    width: 100%;
    height: auto;
}

.body {
    background-image: url('../img/bk_azul.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100vw;
    height: 100vh;
    min-height: 675px;
}

@media (min-width: 1201px) {
    .body {
        background-size: 1920px 1080px !important;
    }
}

@media (max-width: 1440px) {
    .body {
        background-size: 1440px 810px !important;
        width: 1440px !important;
    }
}

@media (max-width: 1200px) {
    .body {
        background-size: 1200px 675px !important;
        width: 1200px !important;
    }
}

@media (max-width: 1024px) {
    .body {
        background-size: 1024px 576px !important;
        width: 1024px !important;
    }
}

/* Para pantallas de hasta 768px */
@media (max-width: 768px) {
    .body {
        background-size: 768px 432px !important;
        width: 768px !important;
    }

    .menu {
        flex-direction: column;
    }

    .body .rojo_cuadro_ {
        width: 260px;
    }

    .body .main {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

img {
    width: 100%;
}

.main {
    justify-items: center;
    align-items: center;
    margin-bottom: 9px;
    margin-right: 53px;
}

.info {
    width: 100%;
}

.rojo_cuadro_ {
    width: 480px;
    position: fixed;
    bottom: 5px;
}

.header {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 25px;
}

.menu-item-icon {
    display: flex;
    height: 53px;
    width: 180px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

button.menu-item-icon {
    display: flex;
    align-items: center;
}

.button-letter {
    font-size: 18px;
    font-weight: 300;
    color: white;
    letter-spacing: 1.1px;
    text-align: left;
}

.button-letter.bt2 {
    font-size: 14px;
}

a.dropdown-item.btn_submenu {
    margin-top: -17px;
}

.body {
    display: flex;
    flex-direction: column;
}

li:first-child a.dropdown-item.btn_submenu {
    margin: -12px 0px;
}

span span {
    font-weight: 600;
    font-size: 15px;
}

span {
    font-family: monospace;
    line-height: 1;
}

.ul-list-img {
    width: 100%;
    background-color: transparent !important;
    margin-top: 5px !important;
}

.show {
    display: block !important;
}

.dropdown-menu {
    display: none;
}

ul.dropdown-menu.ul-list-img {
    position: absolute;
}

.dropdown {
    position: relative;
}

a:visited,
a:hover,
a {
    color: #005197
}
