/* @font-face {
    font-family:"abril";
    src: url(../fonts/abril.ttf) format("truetype");
} */

html, body {
    background-color: #050F4B;
    /* background-image:url(./../img/bg.png) ; */
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    font-family: "Montserrat", serif;
}

.evento-body {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    /* height: 100vh; */
    width: 100vw;
}

.header {
    width: 100%;
}

.image-header {
    width: 100%;
}

.left-block {
    width: 40%;
    margin: 3%;
    text-align: center;
}

.jrg {
    width: 80%;
}

.rigth-block {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 8%;
}

.titulo {
    font-size: 1.8vw;
    color: #fff;
    font-weight: 600;
}

.parrafo1 {
    font-size: 1.3vw;
    color: #fff;
    font-weight: 400;
    margin-top: 16px;
    text-align: justify;
}

.left-block2 {
    width: 40%;
    margin: 5%;
    text-align: center;
}

.rigth-block2 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7%;
}

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

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

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

    .jrg {
        
        width: 100%;
    }
} */

@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; */
        background-repeat: no-repeat;
        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;
        margin: 0;
    }

    .left-block2 {
        width: 100%;
        position: inherit;
        margin: 0;
    }

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

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

    .titulo {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 0;
        font-size: 4vw;
    }

    .parrafo1 {
        font-size: 3.5vw;
    }

    .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%;
    }

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

    .bloque {
        width: 100%;
        margin-top: 0;
    }
    
    .fecha {
        /* font-family: "akira-expanded"; */
        font-size: 4.38vw;
        text-align: left;
        letter-spacing: -0.03em;
        line-height: 3vh;
    }

    .boton {
        box-sizing: border-box;
        padding: 8px 12px;
    }

    .boton a {
        text-decoration: none;
        font-size: 3.2vw;
        margin: 0;
        line-height: 2vh;
    }

    .titulo1 {    
        width: 80%;
        margin-left: 0;
    }
} 