
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Container {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgb(226, 226, 211);
    margin:0;
}

.Interdiciplina{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./Material/Imagen5.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 900px;
    height: 650px;
}

.Gift{
    height: 500px;
    width: 500px;
}
.Gift1{
    position: absolute;
    left: 38px;
    bottom: 0px;
    height: 300px;
    width: 300px;
}
.Gift2{
    position: absolute;
    right: 60px;
    bottom: 60px;
    height: 300px;
    width: 300px;
    transform: scaleX(-1);
}
.Gift3{
    position: absolute;
    right: 60px;
    top: 20px;
    height: 150px;
    width: 150px;
    cursor: pointer;
    transform: scaleX(-1);

}

.Flecha{
    display: flex;
    position: absolute;
    text-decoration: none;
    bottom: 150px;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
    width: 150px;
    background-color: rgb(47, 231, 255);
    border:  5px transparent;

}
.Flecha::before{
    content: "";
    position: absolute;
    right: -30px;
    width: 0;
    height: 0;
    border-left: 50px solid rgb(47, 231, 255);
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    
}
.Flecha:hover{
    cursor: pointer;
}

.Siguiente{
    position: absolute;
    margin: 0;
    font: bold 25px Arial;
    color:#fff;
}
.Dialogo  {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 400px;
}
.Dialogo2  {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 100px;
    top: 25px;
    width: 400px;
}
.Dialogo2-1 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 41px;
    top: -25px;
    width: 400px;
}
.Dialogo3 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    right: 175px;
    top: 25px;
    width: 400px;
}
.ContainerTexto{
    position: absolute;
    top:125px;
    left: 20px;
    width: 340px;
}
.ContainerTexto2{
    position: absolute;
    top:90px;
    left: 63px;
    width: 250px;
}
.ContainerTexto3{
    position: absolute;
    top:130px;
    left: 63px;
    width: 250px;
}
.ContainerTexto3-1{
    position: absolute;
    top: 285px;
    left: 190px;
    width: 180px;
}
.ContainerTexto4{
    position: absolute;
    top:110px;
    left: 63px;
    width: 250px;
}
.Texto {
    font: bold 21px Arial;
    text-align: center;
}
.Texto2 {
    font: bold 30px Arial;
    text-align: center;
}
.Texto3 {
    font: bold 40px Arial;
    text-align: center;
}
.Texto3-1 {
    font: 20px Arial;
    text-align: center;
}
.Texto4 {
    font: 20px Arial;
    text-align: center;
}
.Globo {
    position: absolute;
    top: 50px;
    width: 400px;
    transform: scaleX(-1);
}
.Globo2 {
    position: absolute;
    top: 50px;
    width:300px;
    transform: scaleX(-1);
}
.Globo2-1 {
    position: absolute;
    top: 250px;
    left: 150px;
    width:250px;
}
.Globo3 {
    position: absolute;
    top: 50px;
    width:350px;
    transform: scaleX(-1);
}
.Bien{
    position: absolute;
    height: 50px;
    width: 50px;
    left: 175px;
    top: 135px;
}
.Mal{
    position: absolute;
    height: 50px;
    width: 50px;
    left: 275px;
    top: 135px;
}

.Opcion{
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font: bold 22px Arial;
    text-decoration: none;
    
}
.Pos1{
    left: 100px;
    top: 50px;
    color: rgb(192, 178, 52);

}
.Pos2{
    left: 200px;
    top: 50px;
    color: rgb(105, 192, 52);
}
Audio{
    position:absolute;
    top: 67px;
    right: -136px;
    opacity: 0;
}

.Gift4{
    height: 150px;
    width: 150px;
}
.Puntaje{
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    align-items: center;
    font: 25px Arial;
    height: 50px;
    width: 150px;
    background-color: rgb(0, 200, 255);
    left: 150px;
    bottom: 280px;
}
.Repetir{
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 50px;
    width: 150px;
    font:bold 20px Arial;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background: rgb(47, 231, 255);;
    left: 150px;
    bottom: 150px;
}
