html, body {
    background-color: #FAFAFA;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
}

.evento-body {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    /* height: 100vh; */
    width: 100vw;
}
.title-marc {
    font-size: 1.7vw;
    font-weight: bold;
    margin: 0;
    color: white;
    width: 50%;
}
.title-tour {
    font-size: 2vw;
    font-weight: bold;
    margin: 8vh 0 0 0;
    color: white;
    width: 50%;
}
.left-block {
    width: 55%;
}
.rigth-block {
    width: 37.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*justify-content: center; */
    padding: 10px;
}

.titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    display: block;
}

.titulo1 {
    width: 100%;
}

.text-center {
    text-align: center !important;
    margin-top: 1.2vh;
}

.text-left {
    text-align: left !important;
    margin-bottom: 20px;
}

.fdp {
    text-align: center;
    max-width: 100%;
    margin-top: 0; 
    margin-left: 170px;
}
.bloque {
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px
}
.sordera {
    max-width: 50%;
}

.passline {
    max-width: 70%;
}

.jrg {
    height: 100vh;
}

.marcas {
    text-align: center;
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.left-marcas {
    margin-right: 0px;
    display: flex;
    align-items: center;
}

.ciudad {
    /* font-family: "akira-expanded"; */
    font-size: 1.38vw;
    color: #000000;
    text-align: left;
    letter-spacing: -0.03em;
    line-height: 2.53vh;
    margin-bottom: 0.38vh;
}

.lugar {
    /* font-family: "akira-expanded"; */
    font-size: 1.52vw;
    color: #000000;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 2.53vh;
    margin-bottom: 0.38vh;
}

.fecha {
    /* font-family: "akira-expanded"; */
    font-size: 1.2vw;
    color: #010101;
    text-align: left;
    /* letter-spacing: 0.2em; */
    line-height: 2.7vh;
    margin-bottom: 0;
}

.fecha1 {
    font-family: "akira-expanded"; 
    font-size: 1.4vw;
}

.boton {
    background-color: #FFA1CB;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0 12px;
}

.boton a {
    text-decoration: none;
    text-align: center;
    align-items: center;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    width: 100%;
    font-family: "montserrat";
    font-weight: bold;
    font-size: 1vw;
    letter-spacing: 0.1em;
    line-height: 5vh;
}

.boton:hover {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
    transition: 0.3s;
    outline-color: rgba(49, 138, 172, 0);
    outline-offset: 80px;
    text-shadow: 1px 1px 6px #fff;
}

.row-position {
    display: flex;
    width: 100%;
    margin: 0;
}

@media only screen and (min-height: 901px) and (max-width: 1440px) {

    .left-block {
        width: 68%;
    }
    .rigth-block {
        width: 28.9%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {

    html, body {
        /* background-image: url(../img/kim-mobile.png); /*
        background-color: #F7E6B7;
        background-size:cover;
        /* background-position: center;
        background-repeat: no-repeat;
        background-attachment:fixed; */
        width: 100%;
        height: 100%;
        display:flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
    }

    .evento-body {
        display: flex; 
        flex-direction: column; 
        align-items: flex-start; 
        justify-content: flex-start;
        height: 100vh;
        width: 100vw;
    }
    .row-position {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        vertical-align: middle;
    }

    .left-block {
        width: 100%;
        position: inherit;
    }

    .rigth-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0px;
        margin-top: 40px;
    }

    .title-marc {
        font-size: 5vw;
        font-weight: bold;
        margin: 0;
        color: white;
        width: 100%;
    }
    .title-tour {
        font-size: 5vw;
        font-weight: bold;
        margin: 2vh 0 0 0;
        color: white;
        width: 100%;
    }

    .fdp {
        width: 100%;
        margin: 0; 
    }

    .passline {
        width: 40.75vw;
    }

    .sordera {
        width: 40.75vw;
    }

    .jrg {
        width: 100vw;
        height: auto;
    }

    .bloque {
        width: 100%;
        margin-top: 0;
    }

    .ciudad {
        /* font-family: "akira-expanded"; */
        font-size: 8.38vw;
        color: white;
        text-align: left;
        letter-spacing: -0.03em;
        line-height: 2.53vh;
        margin-bottom: 1.5vh;
    }

    .lugar {
        /* font-family: "akira-expanded"; */
        font-size: 8.52vw;
        color: white;
        text-align: left;
        letter-spacing: -0.02em;
        line-height: 4.53vh;
        margin-bottom: 1.5vh;
    }
    
    .fecha {
        /* font-family: "akira-expanded"; */
        font-size: 4.38vw;
        color: #010101;
        text-align: left;
        letter-spacing: -0.03em;
        line-height: 3vh;
    }

    .boton {
        display: inline;
        text-align: left;
        background-color: #FFA1CB;
        width: auto;
        height: auto;
        padding: 8px;
    }
    
    .boton a {
        text-decoration: none;
        color:#ffffff;
        font-family: "montserrat";
        font-size: 3.2vw;
        margin: 0;
        line-height: 2vh;
    }
    .marcas {
        width: 100%;
        margin-top: 5vh;
        position: static;
        padding: 0 24px;
    }
    .left-marcas {
        margin-right: 0%;
    }

    .titulo {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 24px;
        display: none;
    }
    
    .titulo1 {    
        w