@font-face {
    font-family: "Geometric 415 Black";
    src: url("../fonts/b08e9edb7f84a5e07c2b6f35bf6261a0.eot"); /* IE9*/
    src: url("../fonts/b08e9edb7f84a5e07c2b6f35bf6261a0.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/b08e9edb7f84a5e07c2b6f35bf6261a0.woff2") format("woff2"),
        /* chrome、firefox */ url("../fonts/b08e9edb7f84a5e07c2b6f35bf6261a0.woff") format("woff"),
        /* chrome、firefox */ url("../fonts/b08e9edb7f84a5e07c2b6f35bf6261a0.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/b08e9edb7f84a5e07c2b6f35bf6261a0.svg#Geometric 415 Black") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Geometric 415 Medium";
    src: url("../fonts/e3b7f1debd1a66d3023d5269975ac31f.eot"); /* IE9*/
    src: url("../fonts/e3b7f1debd1a66d3023d5269975ac31f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/e3b7f1debd1a66d3023d5269975ac31f.woff2") format("woff2"),
        /* chrome、firefox */ url("../fonts/e3b7f1debd1a66d3023d5269975ac31f.woff") format("woff"),
        /* chrome、firefox */ url("../fonts/e3b7f1debd1a66d3023d5269975ac31f.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/e3b7f1debd1a66d3023d5269975ac31f.svg#Geometric 415 Medium") format("svg");
    /* iOS 4.1- */
}

body {
    background: url(../images/background.jpg) no-repeat top center;
    background-size: cover;
    margin: auto;
    position: fixed;
    height: 100%;
    font-size: 13px;
    font-family: 'Geometric 415 Medium', Arial, serif;
    width: 100%;
}

.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: 5%;
    display: inline-block;
    width: 35%;
    max-width: 300px;
    color: #FFFFFF;
    padding-right: 5%;
}

#cap {
    width: 60%;
}

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

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

.label-group {
    display: block;
    width: 100%;
    text-align: center;

    font-size: 1.5em;
    color: #ffffff;

}

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

.form-group input {
    width: 100%;
    font-size: 1.2em;
    padding: 5px;
    border-radius: 5px;
    border: none;
    background: rgba(255, 255, 255, 1);
}

.btn {
    font-size: 2em;
    background-image: -moz-linear-gradient(50% 0% 165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(250, 168, 24)),
    color-stop(1, rgb(237, 72, 141)));
    background-image: -webkit-linear-gradient(165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    background-image: -o-linear-gradient(165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    background-image: -ms-linear-gradient(165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    background-image: linear-gradient(165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FD9600,endColorstr=#ED488D,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FD9600, endColorstr=#ED488D,
    GradientType=0);
    color: #FFF;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    border: none;
}

.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: 40%;
    margin-left: 4.5%;
    margin-right: 4.5%;
    display: inline-block;
}

.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 {
    display: inline-block;
    color: #FAA818;
    font-size: 2em;
    width: 30%;
    height: 100%;
    min-height: 200px;
    margin-top: 5%;
    padding: 10px;
    vertical-align: top;
    text-align: center;
}

.right .companias {
    width: 60%;
    margin: auto;
    background: rgba(0, 171, 205, 0.2);
    border-radius: 20px;
    padding: 5px;
    font-weight: bold;
}

.right .companias ul {
    list-style: none;
    padding-left: 0;
}

.contacto {
    max-width: 100%;
    margin-top: 10%;
    background-image: -moz-linear-gradient(50% 0% 165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(250, 168, 24)),
    color-stop(1, rgb(237, 72, 141)));
    background-image: -webkit-linear-gradient(165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    background-image: -o-linear-gradient(165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    background-image: -ms-linear-gradient(165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    background-image: linear-gradient(165deg, rgb(250, 168, 24) 0%, rgb(237, 72, 141) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FD9600,endColorstr=#ED488D,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FD9600, endColorstr=#ED488D,
    GradientType=0);
    color: #FFF;
    padding: 10px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
}

.contacto:hover, .btn:hover {
    background-image: -moz-linear-gradient(50% 0% 165deg, rgb(221, 149, 22) 0%, rgb(198, 61, 118) 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(221, 149, 22)),
    color-stop(1, rgb(198, 61, 118)));
    background-image: -webkit-linear-gradient(165deg, rgb(221, 149, 22) 0%, rgb(198, 61, 118) 100%);
    background-image: -o-linear-gradient(165deg, rgb(221, 149, 22) 0%, rgb(198, 61, 118) 100%);
    background-image: -ms-linear-gradient(165deg, rgb(221, 149, 22) 0%, rgb(198, 61, 118) 100%);
    background-image: linear-gradient(165deg, rgb(221, 149, 22) 0%, rgb(198, 61, 118) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD9516,endColorstr=#C63D76,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD9516, endColorstr=#C63D76,
    GradientType=0);
}

.contacto a {
    width: 100%;
    height: 100%;
}

.companias img {
    max-width: 60%;
    margin-bottom: 5px;
    text-align: center;
}

.left {
    display: inline-block;
    color: #FFF;
    width: 40%;
    height: 100%;
    min-height: 80px;
    padding-top: 10%;

}

.left img {
    padding-left: 3%;
    max-width: 95%;
}

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


@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;
    }
}