
    body {
        background-image: url("../img/bg-enllevo.png");
        width: 100%;
        height: auto;
        margin:0;
    }

    .container {
        text-align: center;
        padding: 50px;
    }

    .container h1 {
        font-family: "Roboto-Light", sans-serif;
        font-weight: 300;
        color: #1B5385;
        font-size: 30px;
    }

    .divLogo {
        width: 500px;
        height: auto;
        margin: 75px auto 0;
    }

    hr {
        width: 200px;
        border: 2px solid #1B5385;
        margin: 50px auto 20px;
    }

    .subEnllevo,
    .linkRedEnllevo {
        font-family: "Roboto-Light", sans-serif;
        font-weight: 300;
        color: #1B5385;
        font-size: 18px; 
    }

    .linkRedEnllevo {
        border: 1px solid #9ABC48;
        border-radius: 9px;
        padding: 10px;
        width: 200px;
        margin: 20px auto 200px;
    }

    .linkRedEnllevo:hover {
        background: #9ABC48;
        color: white;
    }

    .linkRedEnllevo a {
        text-decoration: none;
        color: inherit;
        width: 100%;
    }

    .phone {
        color: #868686;
        font-family: "Roboto-Light", sans-serif;
        font-weight: 300;
        font-size: 20px; 
    }

    .phone strong {
        color: #1B5385;
    }

    .logoEnllevo {
        width: 370px;
        margin: 28px auto 20px;
        display: block;
    }

    .copy {
        color: #868686;
        font-family: "Roboto-Light", sans-serif;
        font-weight: 300;
        font-size: 14px; 
    }

@media (min-width:1024px) and (max-width:1366px) {
    .container {
        padding: 30px;
    }

    .container h1 {
        font-size: 20px;
    }

    .logoEnllevo {
        margin: 28px auto 20px;
    }

    .linkRedEnllevo {
        margin: 20px auto 26px;
    }
}