.banner-em{

    height: 975px;
    background: url('desktop.jpg') no-repeat center center;

}

.banner-em.ar{

    background: url('desktop-ar.jpg') no-repeat center center;
    height: 550px;

}

.banner-em .wrapper{

    width: 478px;
    margin: 0 auto;
    padding-top: 748px;

}

.banner-em.ar .wrapper{

    padding-top: 440px;

}

.banner-em .button-b1{

    border-radius: 100px;
    width: 215px;

    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #fec762;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 13px 0;

    float: left;

    text-decoration: none !important;

}

.banner-em .button-b1:hover{

    text-decoration: none;

}

.banner-em .button-b1.button-b1-t2{

    background: #fec762;
    float: right;

}

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

    .banner-em {

        background: url('tablet.jpg') no-repeat center center;
        height: 500px;

    }

    .banner-em .wrapper{

        width: 478px;
        margin: 0 auto;
        padding-top: 389px;

    }

}


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

    .banner-em {

        background: url('movil.jpg') no-repeat center center;
        height: 500px;

    }

    .banner-em .wrapper{

        width: 215px;
        margin: 0 auto;
        padding-top: 349px;

    }

    .banner-em .wrapper .button-b1{

        width: 215px;
        margin-bottom: 10px;
        font-size: 16px;
        padding: 10px;

    }

}