body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "VAGRoundedBold";
    src: url("/LandingInicial/fonts/VAGRoundedBold/VAGRoundedBold.eot");
    src: url("/LandingInicial/fonts/VAGRoundedBold/VAGRoundedBold.eot?#iefix") format("embedded-opentype"), url("/LandingInicial/fonts/VAGRoundedBold/VAGRoundedBold.woff") format("woff"), url("/LandingInicial/fonts/VAGRoundedBold/VAGRoundedBold.ttf") format("truetype"), url("/LandingInicial/fonts/VAGRoundedBold/VAGRoundedBold.svg#Aller") format("svg");
    font-weight: normal;
    font-style: normal;
}

.preHomePeque2018 {
    background: url("/LandingInicial/img/foto.png");
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    font-family: "VAGRoundedBold";
    color: #2c70d6;
    font-size: 30px;
}

    .preHomePeque2018 p {
        padding: 0;
        margin: 0;
    }

    .preHomePeque2018 a {
        text-decoration: none;
    }

        .preHomePeque2018 a:focus {
            text-decoration: none;
        }

    .preHomePeque2018 .clear {
        width: 100%;
        position: relative;
        height: 10px;
    }

    .preHomePeque2018 .boxSelecCountry {
        position: absolute;
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 15px;
        max-width: 320px;
        width: 100%;
        left: 60%;
        top: 40%;
    }

    .preHomePeque2018 .logoPeque {
        top: -75px;
        position: relative;
        margin-bottom: -75px;
    }

    .preHomePeque2018 .btnBluePH {
        position: relative;
        width: 90%;
        height: 50px;
        background: #3db4ff;
        border-radius: 15px;
        margin: 10px auto;
        font-size: 24px;
        cursor: pointer;
        transition: 0.2s;
        display: block;
    }

        .preHomePeque2018 a.btnBluePH {
            color: #fff;
            line-height: 48px;
        }

        .preHomePeque2018 .btnBluePH:hover {
            background: #2c70d6;
        }

@media (max-width: 900px) {
    .preHomePeque2018 {
        background: url(/LandingInicial/img/foto.png);
        
        background-size: cover;
    }

        .preHomePeque2018 .boxSelecCountry {
            left: 50%;
            bottom: 5%;
            margin-left: -160px;
            top: inherit;
        }
}

@media (max-width: 770px) {
    .preHomePeque2018 {
        background: url("/LandingInicial/img/foto_mobile.png");
        background-size: cover;
    }

        .preHomePeque2018 .boxSelecCountry {
            left: 50%;
            margin-left: -155px;
            background: #e8e7e7;
            max-width: 310px;
            top: inherit;
            bottom: 0;
        }
}
