body{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    background-color: #2A2A2A;
    font-style: normal;
    margin: 0;
}
body .flex .right,
body .flex .left{
    width: 50%;
}
.flex .left img{
    aspect-ratio: 1080 / 960;
    width: 100%;
}
.flex .right img{
    width: 100%;
    aspect-ratio: 1080 / 960;
}
.flex .right{
    aspect-ratio: 1080 / 960;
    max-height: 100vH;
    width: 100%;
}
.flex .left{
    aspect-ratio: 1080 / 960;
    max-height: 100vH;
    width: 100%;
}
body .flex{
    display: flex;
    position: relative;
}
.flotando .rojo{
    border-radius: 5px;
    background: #E12326;
    width: 231px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flotando .blanco{
    border-radius: 5px;
    background: #F6F6F6;
    width: 231px;
    height: 40px;
    color: #2A2A2A;
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flotando{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 150px;
}
.flex.mv{
    display: none;
}
@media (max-width:1200px){
    .flotando .blanco,
    .flotando .rojo{
        font-size: 13px;
        height: 30px;
        width: 175px;
    }
    .logo img{
        max-width: 190px;
    }
    .flotando{
        gap: 30px;
    }
}
@media (max-width:768px){
    .flex.mv .logo{
        padding: 58px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2b2b2b;
    }
    .flex.mv .top a{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        background: #E12326;
        width: 231px;
        height: 40px;
        color: #FFF;
        text-align: center;
        font-family: Manrope;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.3px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .flex.mv .bottom a{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        background: #F6F6F6;
        width: 231px;
        height: 40px;
        color: #2A2A2A;
        text-align: center;
        font-family: Manrope;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.3px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .flex.mv .bottom,
    .flex.mv .top{
        aspect-ratio: 430 / 400;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .flex:not(.mv){
        display: none;
    }
    .flex.mv{
        display: flex;
        flex-direction: column;
        max-width: 430px;
    margin: 0 auto;
    }
    .flotando{
        flex-direction: column;
    }
}