body {
    /*background-image: linear-gradient(to right top, #005aa3, #0076b1, #008fb4, #00a6b0, #54bbab);*/
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.2s ease-in-out 0s;
}


/* Fonts */

@font-face {
    font-family: gilroy;
    src: url(fonts/gilroy.otf);
}


/* Container */

.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.container-left {
    width: 50%;
    /*height: 80vh;*/
    float: left;
    /*background: #fff;*/
    background-size: cover;
    background-attachment: fixed;
    padding: 8% 0;
    text-align: center;
}

.bloco-card {
    width: 1200px;
    margin: 0 auto;
}

.container-left .logo {
    width: 100%;
    overflow: hidden;
}

.container-left .logo img {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.container-left h2 {
    font-weight: bold;
    font-size: 25px;
    color: #333;
    font-family: 'gilroy', sans-serif;
    margin-bottom: 2px;
}

.container-left .heading-line {
    height: 3px;
    display: block;
    margin-bottom: 15px;
    border-top-width: 3px;
    background: #333;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.card {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.card:first-child {
    background: #fafafa;
    height: 10px;
    border-radius: 5px 5px 0 0;
    margin: 0 10px;
    padding: 0;
}

.card .title {
    position: relative;
    z-index: 1;
    border-left: 5px solid #ed2553;
    margin: 0 0 35px;
    padding: 10px 0 10px 50px;
    color: #24B86E;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.card .input-container {
    position: relative;
    margin: 0 0 20px;
}

.card .input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 50px;
    border: 0;
    color: #212121;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
}

.card .input-container input:focus~label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.card .input-container input:focus~.bar:before,
.card .input-container input:focus~.bar:after {
    width: 50%;
}

.card .input-container input:valid~label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.card .input-container label {
    position: absolute;
    top: 0;
    left: 0;
    /*color: #757575;*/
    color: #333;
    font-size: 15px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.card .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #757575;
    width: 100%;
    height: 1px;
}

.card .input-container .bar:before,
.card .input-container .bar:after {
    content: '';
    position: absolute;
    background: #0099e5;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.card .input-container .bar:before {
    left: 50%;
}

.card .input-container .bar:after {
    right: 50%;
}

.card .button-container {
    margin: 0 60px;
    text-align: center;
    margin-top: 50px;
}

.card .button-container button {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #0099e5;
    width: 185px;
    /*border: 2px solid #e3e3e3;*/
    border: 0;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-family: 'gilroy', sans-serif;
}

.card .button-container button span {
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.card .button-container button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #0099e5;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.card .button-container button:hover,
.card .button-container button:active,
.card .button-container button:focus {
    border-color: #0099e5;
}

.card .button-container button:hover span,
.card .button-container button:active span,
.card .button-container button:focus span {
    color: #0099e5;
}

.card .button-container button:active span,
.card .button-container button:focus span {
    color: #ffffff;
}

.card .button-container button:active:before,
.card .button-container button:focus:before {
    opacity: 1;
    -webkit-transform: scale(10);
    transform: scale(10);
}

.button-footer {
    margin-top: 20px;
}

.button-footer a {
    color: #0099e5;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.container-right {
    width: 50%;
    float: right;
    /*background: url(img/background.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-size: 58%;
    background-position: 100% 45%;
    text-align: center;
}

.right-back {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    text-align: center;
    color: #333;
    font-family: "gilroy";
    padding: 0;
    height: 300px;
    margin: 0 auto;
    height: 100vh;
}

.logo-rigth {
    /* display: flex; */
    flex-direction: row;
    padding: 16% 0;
}

.container-right img {
    width: 80%;
    margin: 0 auto;
}


/* Alertas */

.alert {
    position: fixed;
    z-index: 9999;
    /*top: 32px;*/
    right: 20px;
    bottom: 10px;
}

.alert p {
    width: 270px;
    margin: 0 auto;
    align-items: stretch;
    background: #ffffff;
    padding: 15px 21px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(19, 30, 32, 0.2), 0 4px 20px 0 rgba(19, 30, 32, 0.19);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
}


/* Cadastro */

.cadastro {
    width: 640px;
    margin: 0 auto;
    align-items: stretch;
    background: #ffffff;
    padding: 48px 64px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(19, 30, 32, 0.2), 0 4px 20px 0 rgba(19, 30, 32, 0.19);
    font-family: "Poppins", sans-serif;
    margin-top: 5%;
    margin-bottom: 10%;
}

.cadastro p {
    font-size: 15px;
    color: #4d7880;
    text-align: center;
    margin-bottom: 20px;
}

.cadastro h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    margin-top: 30px;
}

.cadastro a {
    display: block;
    text-align: center;
    color: #005aa3;
}

.cadastro a:nth-child(1) {
    margin-bottom: 10px;
}

.cadastro-logo {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.cadastro-logo img {
    width: 190px;
    margin: 0 auto;
}

.cadastro ul li {
    width: 48%;
    float: left;
    list-style: none;
}

.cadastro input,
.cadastro select {
    width: 98%;
    padding: 15px;
    border: none;
    border-radius: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #2C3E50;
    font-size: 15px;
    border-bottom: 1px solid #f6f6f6;
    background: #f4f7f9;
    margin-bottom: 20px;
}

.cadastro .submit {
    width: 120px;
    padding: 11px;
    text-align: center;
    background: #0092B3;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    margin-right: 0 !important;
    text-align: center;
    float: none !important;
}

.cadastro ul {
    width: 100%;
    overflow: hidden;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.cadastro ul li:nth-child(odd) {
    margin-right: 4%;
    float: left;
    list-style: none;
}

.cadastro ul input:nth-child(odd),
.cadastro ul select:nth-child(odd) {
    margin-right: 4%;
    float: left;
    list-style: none;
}

.button-enviar {
    text-align: center;
    margin-top: 20px;
}

#msgemail {
    margin-top: -20px;
    margin-bottom: 5px;
    font-size: 14px;
}

.dados-acesso li:nth-child(1) input {
    margin-bottom: 3px !important;
}

#respostaCPF,
#respostaCNPJ,
#respostaCep {
    color: red;
    display: none;
}

#input_endereco {
    display: none;
}

#input input {
    float: left;
}

#input input {
    width: 98%;
    margin-right: 0;
}

#input>* {
    height: 1.3em;
    float: left;
}

#input img {
    cursor: pointer;
    margin-top: 2%;
    margin-left: -26px;
}

#rua_,
#bairro_ {
    display: none;
}


/* Responsividade */


/*
@media screen and (max-width: 980px) {
    .card input {
        margin: 0 0px 20px;
    }
}

@media screen and (max-width: 870px) {
    .container-left {
        background-size: 70%;
        background-position: -46% 45%;
    }
}

@media screen and (max-width: 720px) {
    .container-left {
        width: 40%;
        background-size: 90%;
        background-position: -390% 45%;
    }
    .container-right {
        width: 50%;
    }
    .card .button-container {
        margin: 0;
    }
}

@media screen and (max-width: 560px) {
    .container-left {
        width: 24%;
        background-size: 101%;
        background-position: 4900% 45%;
    }
    .container-right {
        width: 66%;
    }
}

@media screen and (max-width: 400px) {
    .container-left {
        width: 24%;
        background-size: 148%;
        background-position: 140% 45%;
    }
}
*/

@media screen and (max-width: 1200px) {
    .bloco-card {
        width: 950px;
    }
    .card {
        width: 70%;
    }
}

@media screen and (max-width: 1014px) {
    /*
    .container-left {
        width: 55%;
        padding: 3% 5%;
    }
    .container-right {
        width: 35%;
    }
    */
    .card .button-container {
        margin: 0 auto;
    }
}

@media screen and (max-width: 958px) {
    .bloco-card {
        width: 850px;
    }
    .logo-rigth {
        padding: 40px 0;
    }
    .container-left {
        padding: 0;
    }
}

@media screen and (max-width: 860px) {
    .bloco-card {
        width: 400px;
    }
    .card {
        width: 80%;
    }
    .container-left,
    .container-right {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .container-right {
        background-size: 69%;
        background-position: 145% 94%;
    }
    .card {
        width: 90%;
    }
    /* Página Cadastro */
    .cadastro ul li {
        width: 100%;
    }
    .cadastro ul li:nth-child(odd) {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .container-right {
        background-size: 90%;
        background-position: 145% 94%;
    }
}