
body {
    background: #555; /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(17, 35, 121, 0.76), #17288b);
    margin: auto;
    height: 100%;
    font-size: 13px;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #0034c3;
}

.main {
    flex: 1 0 auto;

}

.error {
    margin-top: 20px;
    width: 300px;
    color: black;
    text-shadow: white 0.1em 0.1em 0.2em;
    font-weight: bold;
}

.titulo {
    font-weight: bold;
    font-size: 1.5em;
    margin: 15px;
    text-align: center;
    color: rgb(0, 109, 217);
    text-shadow: 10px 10px 12px rgba(255, 255, 255, 1);
}

.titulo img {
    max-width: 90%;
}

#login {
    background: rgba(255, 255, 255, 0.6);
    width: 30%;
    margin-left: 10%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#cap {
    width: 200px;
}

.form-group {
    margin-top: 10px;
}

.label-group {
    display: none;
    /*display: inline-block;*/
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    color: #0085B2;
    text-shadow: white 0.1em 0.1em 0.2em;
}

.wrapper {
    background-color: transparent;
    box-sizing: border-box;

}

.input {
    width: 80%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CCC;
    color: #0034c3;
    box-sizing: border-box;
    font-size: 18px;
    /* margin: -25px 0 0 -100px; */
    padding: 10px 0px;
    position: relative;

}

.input:focus {
    outline: none;
}

.input::-webkit-input-placeholder {
    color: #2f2f2f;
}

.input:focus::-webkit-input-placeholder {
    color: #0034c3;
}

.input:focus + .underline {
    transform: scale(1);
}

.underline {
    background-color: #0034c3;
    display: inline-block;
    height: 2px;
    left: 0px;
    /* margin-top: -4px; */
    position: relative;
    top: -2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 80%;
}

.btn {
    font-size: 18px;
    background: #f28244;
    border-color: #ff752e;
    color: #FFF;
    padding: 10px;
    width: 200px;
}

footer {
    border-top: 5px solid #444645;
    font-size: 1.2em;
    color: #444645;
    vertical-align: bottom;

    flex-shrink: 0;
    width: 100%;
    min-height: 50px;
    background-color: #FDFDFD;

}

footer ul {
    list-style: none;
    text-align: center;
}

footer ul li {
    display: inline-block;
    padding: 0px 20px;
}

.slogan, .logo {
    width: 30%;
    display: inline-block;
}

.slogan {
    margin-right: 4.5%;

}

.medios {
    width: 20% !important;
    display: inline-block;
}

.logo {
    margin-left: 4.5%;
}

.big {
    font-size: 1.5em;
}

#logotipo {
    width: 250px;
    padding: 12px 0px;
}

.orange {
    color: #F2A900;
    text-shadow: 1px 1px #000;
}

.white {
    color: #FFF;
    text-shadow: 1px 1px #000;
}

.top {
    background-color: #142142;
    color: #FFF;
    width: 100%;
    min-height: 80px;

}

.slogan {
    float: right;
    text-align: center;
    font-size: 2em;
    padding-top: 10px;
}

.anuncio {
    position: relative;
    width: 35%;
    display: inline-block;
    text-align: center;
    margin-left: 5%;
    background: #DDD;
}

.img-responsive {
    max-width: 100%;
}

.footer-list li {
    width: 19%;
    display: inline-block;
    border-right: 2px solid darkslategray;
}

.footer-list li:last-child {
    border-right: none;
}

.marca img {
    max-width: 200px;
}

.marca {
    color: #FFF;
}

.producto img {
    max-width: 80px;
}

.producto, .descripcion {
    display: inline-block;
}

@media screen and (min-width: 600px) and (max-width: 1100px) {


    #login {

        margin: 0px;
        margin-left: 1%;
        margin-right: 1%;
        width: 50%;
        display: inline-block;
        z-index: 999;
        float: none;
        position: relative;
        background: rgba(240, 240, 240, 0.3);
    }

    .input, .underline {
        width: 80%;
        text-align: center;
    }

    .logo {
        width: 30%;
        margin-right: 10px;
    }

    #logotipo {
        max-height: 100px;
    }

    footer {
        font-size: 1.2em;
        bottom: 10px
    }

    .anuncio {

        text-align: left;
        width: 40%;
        margin-left:1%;
        margin-right:0%;
        position: relative;
        display: inline-block;

    }

    .slogan {
        text-align: center;
        font-size: 2em;
    }
}

@media screen and (max-width: 600px) {
    body {
        height: auto;
    }

    body, footer {
        position: relative;
    }

    .main {
        display: flex;
        flex-direction: column;
    }

    .top {
        padding-top: 5px;
        min-height: 60px;
    }

    .form-group input {
        width: 80%;
        min-width: 250px;
    }

    .anuncio {
        order: 2;
        text-align: left;
        width: 90%;
        position: relative;
        display: inline-block;

    }

    #cap {
        min-width: 200px;
        width: 70%;
    }

    #login {
        order: 1;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        float: none;
    }

    .logo {
        width: 30% !important;
        margin-right: 1%;
        margin-left: 1%;
    }

    #logotipo {
        max-height: 100px;
        max-width: 90%;
        padding: 0px 10px 0px !important;
    }

    #footer {
        color: #000;
    }

    footer {
        font-size: 1em;
        order: 3;
    }

    .slogan {
        font-size: 1em;
    }

    footer ul {
        padding-left: 0px;
    }

    .anuncio {
        width: 90%;
        padding: 10px;
        position: relative;
        left: 0;
        border-radius: 0px;
        margin: 0px;
        text-align: center;
    }

    .map {
        text-align: center;
        width: 100%;
    }

    .footer-list li {
        width: 38%;
    }

    .footer-list li:nth-child(even) {
        border-right: none;
    }
}