.header, .menu, .rojo_cuadro_ {
    position: relative;
    z-index: 10;
}

#thumbnail-slider {
    max-width: 500px;
}
#main-slider {
    width: 60%;
}
#main-slider img {
    position: relative;
    z-index: 0;
    width: 76%;
    object-fit: cover;
    max-height: 100%;
}
#main-slider .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
section#splide01 {
    width: 1267px;
}
.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;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

img {
    width: 100%;
}
.main {
    display: flex;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 9px;
    margin-right: 53px;
    margin-top: 4.5%;
    height: 55%;
}

.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;
}



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;
}
.splide__list{
    max-height: 80%;
}
@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;
    }
    
}
@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;
    }
}