@font-face {
    font-family: 'montserratbold';
    src: url('../font/montserrat-bold-webfont.woff2') format('woff2'),
         url('../font/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../font/montserrat-regular-webfont.woff2') format('woff2'),
         url('../font/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'optivenusbold';
    src: url('../font/optivenus-boldextended-webfont.woff2') format('woff2'),
         url('../font/optivenus-boldextended-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'montserratregular';
}

h3,h4,b,a{
    font-family: 'montserratbold';
}

@media (max-width: 991.98px) {
    .container{
        max-width: 100%;
    }
}

.banner{
    position: relative;
}

.banner .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(67,42,25,0.53) 0%, rgba(254,254,254,0.53) 100%);
    background: -webkit-linear-gradient(left,  rgba(67,42,25,0.53) 0%,rgba(254,254,254,0.53) 100%);
    background: linear-gradient(to right,  rgba(67,42,25,0.53) 0%,rgba(254,254,254,0.53) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87432a19', endColorstr='#87fefefe',GradientType=1 );
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner .title{
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 8%;
    width: 100%;
    font-family: 'optivenusbold';
    z-index: 3;
    left: 0;
    right: 0;
}

.banner .title h1{
    font-size: 25px;
    text-align: center;
}

.banner .cards-list{
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: 0 auto;
}

@media (min-width: 576px){
    .banner .title{
        top: 15%;
        width: 250px;
        left: auto;
        right: auto;
    }

    .banner .title h1{
        font-size: 25px;
        text-align: left;
    }
}

@media (min-width: 768px){
    .banner .title{
        top: 15%;
        width: 300px;
    }

    .banner .title h1{
        font-size: 35px;
    }
}

@media (min-width: 992px){
    .banner .title{
        top: 15%;
        width: 400px;
    }

    .banner .title h1{
        font-size: 40px;
    }
}

main{
    background: url("https://deprati-ec.s3.amazonaws.com/mundial/pattern.png");
    padding-top: 30px;
    padding-bottom: 70px;
    color: #ffffff;
    position: relative;
}

main .top-triangle{
    background: url("https://deprati-ec.s3.amazonaws.com/mundial/fondo_rojo_03.png");
    position: absolute;
    top: -24px;
    height: 24px;
    width: 100%;
    left: 0;
    z-index: 1;
}

main .bot-triangle{
    background: url("https://deprati-ec.s3.amazonaws.com/mundial/fondo_rojo_09.png");
    position: absolute;
    bottom: -24px;
    height: 24px;
    width: 100%;
    left: 0;
    z-index: 1;
}

main a.btn{
    color: #db1a1c;
    font-size: 12px;
}

main a.btn.text-uppercase{
    border-radius: 25px;
    padding: 10px 60px;
    font-size: 1rem;
}

main p{
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px){
    main a.btn{
        font-size: 1rem;
    }
    main p{
        font-size: 32px;
        margin-top: 80px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px){
    main p{
        font-size: 40px;
        margin-top: 110px;
        margin-bottom: 80px;
    }
}

.prize{
    background: url("https://deprati-ec.s3.amazonaws.com/mundial/stadium.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    color: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px;
    font-size: 18px;
    position: relative;
}

.prize h3{
    background: #db1a1c;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 60px;
    text-shadow: none;
}

.prize .text-center{
    text-shadow: 2px 2px 4px #000000;
}

.prize .text-center img{
    max-width: 50%;
}

@media (min-width: 576px){
    .prize{
        font-size: 18px;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .prize h3{
        font-size: 28px;
    }
}

@media (min-width: 768px){
    .prize{
        font-size: 24px;
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (min-width: 992px){
    .prize{
        font-size: 24px;
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

footer{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #db1a1c;
}

footer h4{
    margin-bottom: 25px;
}

footer a.btn{
    margin-bottom: 70px;
    border-radius: 25px;
    padding: 10px 25px;
    background: #db1a1c;
}

footer .credit img{
    max-height: 75px;
    margin: 0 15px;
}

footer .logo{
    margin-top: 50px;
}

@media (min-width: 576px){
    footer{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .credit img{
        max-height: 150px;
    }
}

@media (min-width: 768px){
    footer .credit img{
        max-height: 180px;
    }
}

@media (min-width: 992px){
    footer .credit img{
        max-height: 230px;
    }
}