@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body {
    background: url(../images/background.jpg) no-repeat top center;
    background-size: cover;
    height: 90%;
    font-size: 13px;
    font-family: 'Oswald', Arial, serif;
    width: 100%;
    margin: 0;
    display: flex !important;
}

.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);
}

#login {
    vertical-align: top;
    margin-top: 2%;
    display: inline-block;
    width: 35%;
    max-width: 280px;
    color: #8533ba;
    padding-left: 5%;
    margin-left: 5%;

}

#cap {
    width: 100%;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a, a:hover {
    color: #8533ba;
}

.form-group {
    margin: 10px;
    text-align: center;
}

.label-group {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2em;
    color: #8533ba;
    font-weight: bold;

}

#captcha {
    text-align: center;
    margin: auto;
}

.form-group input {
    width: 100%;
    font-size: 1.3em;
    max-width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: none;
    background: rgb(133, 51, 186);
    background: linear-gradient(90deg, rgba(133, 51, 186, 1) 0%, rgba(43, 178, 248, 1) 100%);
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

input::placeholder {
    color: #FFF;
}

.btn {
    font-size: 2em;
    background: rgb(133, 51, 186);
    background: linear-gradient(90deg, rgba(133, 51, 186, 1) 0%, rgba(43, 178, 248, 1) 100%);
    color: #fff;
    padding: 5px;
    width: 100%;

    border-radius: 2px;
    border: none;
    font-weight: bold;
}

.slogan {
    transform: rotate(-5deg);
    text-align: center;
    font-size: 3em;
    font-family: 'Geometric 415 Black', Arial, serif;
}

.slogan span {
    color: #FAA818;
    text-transform: capitalize;
    font-weight: bold;
}

.logo {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big {
    font-size: 1.5em;
}

#logotipo {
    width: 250px;
}

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

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

.fa-whatsapp {
    width: 8%;
    height: 4%;
    content: url("../images/whatsapp.png");
}

.right {
    position: absolute;
    font-size: 2em;
    width: 90%;
    bottom: 0;
    right: 0;
}

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

.redes-sociales {
    padding: 5px;
    width: 100%;
    background: transparent;
    color: white
}

.redes-sociales div {
    display: block;
    text-align: right;
    width: auto;
    margin-right: 5%;

    font-size: 1.5em;
}

.beneficios img {
    max-height: 180px;
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
}

.middle, .login, .logo {
    justify-content: center;
    flex-direction: row;
    align-self: center;

}

.middle {
    width: 30%;
}

.middle img {
    width: 100%;
}

.banner {
    border-top: 5px solid #45145B;
    font-size: 1.2em;
    color: #444645;
    bottom: 0px;
    position: absolute;
    width: 100%;
    min-height: 50px;
    background-color: #FDFDFD;
}

.banner-servicios, .banner-whats {
    width: 49.8%;
    display: inline-block;
}

.banner-servicios img, .banner-whats img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
    .left img {
        display: none;
    }

    .left {
        padding-top: 10px;
        height: auto;
        min-height: 50px;
        display: block;
    }

    #login {
        padding-top: 0%;
        width: 40%;
        max-width: 40%;
        display: inline-block;
        z-index: 999;
        position: relative;
        padding-left: 5%;
        padding-right: 5%;
    }

    .right {
        width: 44%;
    }

    .right .companias {
        width: 70%;
    }

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

    .slogan {
        vertical-align: top;
    }

    #logotipo {
        max-height: 100px;
    }

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

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

    .left, .right {
        display: none;
    }

    form, #logotipo {
        max-width: 100%;
    }

    #logotipo {
        width: 100%;
    }

    #login {
        width: 95%;
        max-width: 600px;
        margin: auto;
    }

    .logo {
        width: 100%;
        margin-right: 5px;
        margin-left: 0px;
    }

    .slogan {
        margin-left: 0px;
        margin-right: 0px;
        width: 60% !important;
        font-size: 1.2em;
    }

    .form-group input, .btn {
        width: 90%;
        font-size: 1.5em;
        margin-top: 10px;
    }
}