﻿.gridlock {
    width: 100%;
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
    /*box-sizing: border-box;*/
    padding: 0 10px;
}

@media (min-width: 768px) {
    .gridlock {
        padding: 0 20px;
    }
}

.hidden {
    display: none;
}

.banner {
    font-family: "Enel Roobert Regular";
    padding-top: 125px;
    padding-bottom: 45px;
    box-sizing: border-box;
    background-color: #55be5a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 365px;
}

@media (min-width: 768px) {
    .banner {
        padding-top: 230px;
        height: 650px;
    }
}

.banner .breadcrumb {
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-size: 0.6875rem;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}

@media (min-width: 768px) {
    .banner .breadcrumb {
        font-size: 0.8125rem;
    }
}

/*.banner .title {
    text-align: center;
    
    color: #FFFFFF;
    font-weight: 300;
    margin: 15px auto;
    font-size: 2.5rem;
}*/

/*@media (min-width: 768px) {
    .banner .title {
        font-size: 5rem;
    }
}*/

/*.banner .subtitle {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 0.8125rem;
}*/

/*@media (min-width: 768px) {
    .banner .subtitle {
        width: 100%;
        max-width: 450px;
        font-size: 1rem;
    }
}*/

.banner {
    background-color: #ff0f64;
}

body {
    background-color: #ffffff;
    font-family: Enel Roobert Regular;
}

    body .content {
        margin: 20px auto;
        padding-right: 10px;
    }

@media (min-width: 768px) {
    body .content {
        margin: 20px auto;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    body .content {
        min-height: 600px;
        margin: 80px auto 80px auto;
    }
}

body .content h2 {
    font-size: 1.375em;
    color: #51c354;
}

body .content ul {
    width: 95%;
    padding: 20px 0 20px 20px;
    list-style-type: disc;
}

body .content li {
    font-weight: 300;
    font-size: 0.9375em;
    line-height: 160%;
}

@media (min-width: 768px) {
    body .content ul {
        margin-right: 50px;
        padding: 0;
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }

    body .content li {
        font-size: 1.275em;
        line-height: 180%;
        color: #7c7c7c;
    }

    body .content .vantagens {
        min-height: 580px;
        margin: 20px;
    }

        body .content .vantagens .form-container {
            display: inline-block;
            width: 46%;
        }
}

.link {
    color: blue;
}

.form-container {
    width: 100%;
    max-width: 415px;
    display: block;
    margin: 0 auto;
    background-color: #fafafa;
}

@media (min-width: 1260px) {
    .form-container {
        width: 20%;
        display: inline-block;
        padding-bottom: 25px;
        background-color: #FFFFFF;
        margin-right: 30px;
        z-index: 15;
    }
}

.form-container .tabs {
    width: 100%;
    text-align: center;
    background-color: #efefef;
}

    .form-container .tabs .tab {
        width: 32.3%;
        padding: 20px;
        background-color: #fafafa;
        /*background-color: #f9f9f9;*/
        box-sizing: border-box;
        font-size: 0.65rem;
        height: 75px;
        /*line-height: 70px;*/
        text-align: center;
        display: inline-block;
        vertical-align: bottom;
        box-sizing: border-box;
        text-transform: uppercase;
        font-weight: 700;
        color: #343434;
        cursor: pointer;
        -webkit-box-shadow: inset 0px -4px -10px -1px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0px -4px -10px -1px rgba(0,0,0,0.1);
        box-shadow: inset 0px -4px 10px -1px rgba(0,0,0,0.1);
    }

@media (min-width: 769px) {
    .form-container .tabs .tab {
        width: 32.36%;
    }
}

@media (min-width: 825px) {
    .form-container .tabs .tab {
        width: 32.48%;
    }
}

@media (min-width: 768px) {
    .form-container .tabs .tab {
        /*width: 32.9%;*/
        background-color: #fafafa;
        box-sizing: border-box;
        font-size: 0.75rem;
        height: 75px;
        /*line-height: 70px;*/
        text-align: center;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        color: #343434;
        cursor: pointer;
    }
}

.form-container .tabs .tab.active {
    cursor: default;
    color: #222222;
    background-color: #fafafa;
    box-shadow: none;
}

.form-container .tabs-content {
    width: 100%;
    padding-top: 25px;
    text-align: center;
    background-color: #fafafa;
}

    .form-container .tabs-content input {
        display: block;
        /*position: relative;*/
        width: 90%;
        margin: 0 auto 15px auto;
        border: 2px solid #C9C9C9;
        height: 70px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .form-container .tabs-content .submit {
        width: 90%;
        height: 70px;
        margin: 0 auto;
        margin-bottom: 15px;
        /*position: relative;*/
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #51c354;
        border: 1px solid #51c354;
        cursor: pointer;
    }

    .form-container .tabs-content a.btn {
        display: inline;
        margin-right: 3px;
        font-size: 0.875rem;
        border: 2px solid #dddddd;
        border-radius: 10px;
        padding: 5px 10px 5px 10px;
        margin: 0 auto;
    }

@media (min-width: 1260px) {
    .form-container .tabs-content a.btn:hover {
        background-color: rgba(221, 221, 221, 0.5);
    }
}

.form-container .tabs-content .captcha-box {
    width: 90%;
    margin: 0 10px 15px auto;
}

.orientacoes {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .orientacoes {
        margin: 20px;
    }
}

@media (min-width: 768px) {
    body .content h2 {
        font-size: 1.875em;
    }
}

@media (min-width: 768px) {
    .orientacoes ul {
        width: 65%;
    }
}




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}


.force-show {
    display: block !important;
}

.modalload {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    display: none;
}

.centerload {
    z-index: 1000;
    margin: 50px auto;
    padding: 10px;
    width: 156.5px;
    height: 51px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.imgload {
    float: left;
}

.labelload {
    float: left;
    line-height: 30px;
    margin-left: 5px;
}

.captcha-img-fat-email {
    float: left;
    width: 30%;
}

.captcha-text-fat-email {
    float: left;
    width: 65%;
    margin-left: 5%;
}

/*@media (min-width: 768px) {
    .captcha-img-fat-email {
        float: inherit;
        text-align: center;
    }
    .captcha-text-fat-email{
        width: 100%;
    }   
}

}

@media (min-width: 860px) {
    .captcha-img-fat-email {
        float: inherit;
        
    }
    .captcha-text-fat-email{
        width: 100%;
    }   
}


@media (min-width: 920px) {
    .captcha-img-fat-email {
        float: left;
        
    }
    .captcha-text-fat-email{
        width: 62%;
    }   
}*/




/* ALTERAÇÕES KINDLE 10/07/2018 */

@media only screen and (max-width: 1024px) {
    .form-container .tabs-content .captcha-box {
        width: 100%;
    }

    .captcha-img-fat-email {
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    .captcha-text-fat-email {
        float: none;
        width: 100%;
        margin: 0px;
    }

    .form-container .tabs-content {
        padding-bottom: 10px;
    }

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

    .form-container .tabs .tab {
        width: 100%;
        vertical-align: center;
        font-size: 12px;
        line-height: 2.5;
    }

        .form-container .tabs .tab.active {
            background-color: #e1e1e1;
        }
}

.termos input[type=checkbox] {
    visibility: hidden;
    margin-right: 20px;
    display: inline-block;
    height: 25px;
    vertical-align: text-top;
    position: relative;
    width: 25px;
    margin: 0;
    margin-right: 10px;
}

    .termos input[type=checkbox]:before {
        content: ' ';
        display: inline-block;
        position: absolute;
        visibility: visible;
        width: 20px;
        height: 20px;
        border: 2px solid #C9C9C9;
        border-radius: 20px;
        background-color: #FFFFFF;
        cursor: pointer;
        box-shadow: inset 0px 0px 0px 4px #ffffff;
    }

    .termos input[type=checkbox]:checked:before {
        background-color: #ff0f64;
    }

.termos a {
    color: #51c354;
}

    .termos a:hover {
        color: #3e9542;
    }

.termos {
    display: flex;
    width: 90%;
    margin: 25px auto;
    height: auto;
    justify-content: center;
    align-items: center;
}

    .termos p {
        padding: 0;
        margin: 0;
    }

input#CONTENT_ckTermos.error:before {
    border: 2px solid red;
}

input#CONTENT_ckTermos.error + p, input#CONTENT_ckTermos.error + p a {
    color: red;
}

    input#CONTENT_ckTermos.error + p a {
        font-weight: 600;
    }

input {
    transition: all ease .3s;
}

@media (max-width: 768px) {
    .banner .title {
        font-size: 2.5rem;
    }
}
