@import 'variablesGlobales.css';

.contenedor_tikect{
    width: 100vw;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
}

.tikect{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    width: 73%;
    height: 96%;
    margin-left: -15%;
    background-image: url("../image/tiquetee.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.tikect1{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    width: 20vw;
    height: 24%;
    background-repeat: no-repeat;
    background-size: 100%;
}

h4{
    margin: 0%;
    padding: 0%;
}
h2{
    margin: 0%;
    padding: 0%;
}
h1{
    margin-top: 20%;
    padding: 0%;
}

@media screen and (min-width: 200px) and (max-width: 730px){
    .tikect{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        margin-left: -40%;
        width: 60vw;
        height: 90%;
        background-image: url("../image/tiquetee.png");
        background-repeat: no-repeat;
        background-size: 100%;
    }
    

}