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

html, body {
    background-color: #001439;
    /* 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%;
}

.boton {
    /* background-color: #6D321C; */
    box-sizing: border-box;
    border-radius: 100px;
    padding: 32 48px;
    border: 5px solid #FF970B;
    margin: 70px;
}

.boton a {
    text-decoration: none;
    text-align: center;
    align-items: center;
    color: #FFF;
    margin: 32px 48px;
    display: inline-block;
    font-weight: bold;
    font-size: 2vw;
    letter-spacing: 0.1em;
}

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

.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;
        margin: auto;
    }

    .boton a {
        text-decoration: none;
        font-size: 3.5vw;
        margin: 3vw 8vw;
        line-height: 3vh;
    }

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