@font-face {
    font-family: 'montserrat_extraboldregular';
    src: url('./fonts/montserrat-extrabold-webfont.eot');
    src: url('./fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
        url('./fonts/montserrat-extrabold-webfont.woff') format('woff'),
        url('./fonts/montserrat-extrabold-webfont.ttf') format('truetype'),
        url('./fonts/montserrat-extrabold-webfont.svg#montserrat_extraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold_italic';
    src: url('./fonts/montserrat-bolditalic-webfont.eot');
    src: url('./fonts/montserrat-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/montserrat-bolditalic-webfont.woff2') format('woff2'),
        url('./fonts/montserrat-bolditalic-webfont.woff') format('woff'),
        url('./fonts/montserrat-bolditalic-webfont.ttf') format('truetype'),
        url('./fonts/montserrat-bolditalic-webfont.svg#montserratbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'montserratbold';
    src: url('./fonts/montserrat-bold-webfont.eot');
    src: url('./fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('./fonts/montserrat-bold-webfont.woff') format('woff'),
        url('./fonts/montserrat-bold-webfont.ttf') format('truetype'),
        url('./fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.borrar {
    position: absolute;
    opacity: 30%;
    z-index: 4;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 1080px;
    height: 1920px;
    margin: 0;
    padding: 0;
}

.contenedor {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(../assets/Fondo.png);
    align-items: center;
    position: relative;
}

.title {
    width: 736px;
    margin-top: 255px;
    text-align: center;
}

.title p {
    text-transform: uppercase;
    font-family: montserrat_extraboldregular;
    color: #140E53;
    font-size: 68px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 91px;
    letter-spacing: 1px;
}

.flags {
    width: 805px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    margin: 32px 0px 0px 0px;
}

.flags-left img,
.flags-right img {
    width: 350px;
    height: auto;
}

.flags-left,
.flags-right {
    width: 350px;
    height: auto;
}

.container-team-name {
    margin: 55px 0px 0px 0px;
    width: 911px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.team-2 {
    display: flex;
    align-items: center;
}

.team-2 img {
    transform: scaleX(-1);
}

.thin-left-flag {
    width: 377px;
    height: 62px;
}

.thin-left-flag img {
    width: 377px;
    height: 62px;
}

.team-name-1 {
    position: absolute;
    width: 320px;
    height: 60px;
    background-color: #140E53;
    z-index: 2;
    border-radius: 223px 0px 0px 223px;
}

.team-name-2 {
    width: 320px;
    height: 60px;
    background-color: #140E53;
    z-index: 2;
    border-radius: 0px 223px 223px 0px;
    position: absolute;
    ;
}

.team-name-1 p,
.team-name-2 p {
    font-size: 35px;
    font-weight: bold;
    margin: 8px 0px 0px 0px;
    color: white;
    z-index: 3;
    text-align: center;
    font-family: montserrat_extraboldregular;
    text-transform: uppercase;
}

.vs {
    width: 158px;
    height: 77px;
    background-color: #FE2023;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    margin: 3px;
}

.vs p {
    font-family: montserrat_extraboldregular;
    font-size: 57px;
    color: white;
    text-align: center;
    margin-top: 11px;
}

.date {
    display: flex;
    justify-content: center;
    margin-top: 96px;
    border-radius: 150px;
    padding: 20px 40px;
    background-color: #FE2023;
    text-align: center;
    height: 73px;
    width: 550px;
}

.date p {
    font-family: montserratbold_italic;
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: -7px;
    margin-left: 8px;
}

.text-copa {
    width: 581px;
    height: 431px;
    margin-top: 155px;
    text-align: center;
}

.text-copa p {
    font-family: montserratbold;
    font-size: 115px;
    line-height: 125px;
    letter-spacing: 2px;
    color: #140E53;
    text-transform: uppercase;
}

span {
    color: #FD2022;
    font-size: 177px;
    letter-spacing: 5px;
}