body {
    overflow-x: hidden;
}

h1 {
    white-space: nowrap;
}

h3 {
    font-size: 36px;
    line-height: 30px;
}

.monster_1_new {
    background-image: url(../image/regenerador-background.jpg);
    background-size: cover;
    background-position: center;
}

.monster_2_new {
    background-image: url(../image/verdugo-background.jpg);
    background-size: cover;
    background-position: center;
}

.monster_3_new {
    background-image: url(../image/ramon\ salazar-background.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 70px;
}

.content {
    padding: 100px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.monster_2_old .content,
.monster_2_new .content {
    justify-content: flex-end;
}

.monster-photo {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.monster-photo img,
.monster-photo2 img {
    border: #fff 1px solid;
}


.monster-name {
    border-bottom: #fff 1px solid;
    padding: 20px 0px;
}

.monster-text {
    border-top: #C1182B 8px solid;
    margin-top: -4px;
    width: 50%;
}

.monster-text2 {
    border-top: #C1182B 8px solid;
    margin-top: -4px;
    align-self: flex-end;
    margin-left: 50%;
}

.monster-info {
    width: 40%;
}

.monster-even2 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}


.monster-info2 {
    width: 60%;
    align-self: flex-end;
}

.monster-photo2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.monster-profile,
.monster-profile3,
.monster-profile4 {
    position: absolute;
    right: 3%;
    width: calc(1440px - 0.3);
}

.monster-profile2 {
    position: absolute;
    left: 5%;
    width: calc(1440px - 0.5);
}

.next-page {
    position: absolute;
    right: -2%;
}

/*tablet*/
@media screen and (max-width:1300px) {

    .monster-even,
    .monster-even2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .monster-profile,
    .monster-profile2,
    .monster-profile3,
    .monster-profile4 {
        z-index: 0;
    }

    .monster-even,
    .monster-even2 {
        z-index: 2;
    }
}

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

    .monster-profile {
        width: 30%;
    }

    .monster-profile2 {
        width: 50%;
    }

    .monster-profile3 {
        width: 35%;
    }

    .monster-profile4 {
        width: 50%;
    }
}

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

    .next-page {
        right: -3%;
    }
}

/*Mobile Monster*/
@media screen and (max-width:600px) {
    .content {
        padding: 10px;
    }

    .monster-profile {
        width: 40%;
    }

    .monster-profile2 {
        width: 60%;
    }

    .monster-profile3 {
        width: 50%;
    }

    .monster-profile4 {
        width: 66%;
    }

    .monster-photo,
    .monster-photo2 {
        width: 100%;
        height: auto;
    }

    .monster-even2 {
        width: 100%;
    }

    .next-page {
        right: -5%;
    }
}