/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.

 Created on : 23/06/2016, 12:59:15
 Author     : Robson V. Leite <robsonvleite.com>
*/



.wc_pixportugues_modal_content{
    display: block;
    width: 540px;
    max-width: 90%;
    margin: 5% auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 30px;
    min-height: 200px;
}


.sended_modal{position:fixed;background: rgba(0,0,0,0.5);top:0;bottom:0;right:0;left:0;display:flex;justify-content:center;align-items:flex-start;text-align:center;}
.wc_pixportugues_sended{width:50%;text-align:center;padding:70px 9% 70px 9%;background:#FFF;position:relative;top:0;margin-top:40px;color:#202020;}
.wc_pixportugues_sended .pixportugues_code{color:#FFF;background:#9fcb5c;padding:15px 0;font-weight:600;font-size:1.1em;}

@media(max-width: 64em){
    .wc_pixportugues_sended{width:60%;margin-top:20px;padding:30px 9% 50px 9%;}
}
@media(max-width: 50em){
    .wc_pixportugues_sended{width:70%;}
}
@media(max-width: 40em){
    .wc_pixportugues_sended{width:80%;}
}
@media(max-width: 32em){
    .wc_pixportugues_sended{width:90%;}
}
@media(max-width: 26.563em){
    .wc_pixportugues_sended{margin-top:20px;padding:20px 7% 40px 7%;}
    .wc_pixportugues_sended .btn{padding:20px 0;}
}
@media(max-width: 23.438em){
    .wc_pixportugues_sended{margin-top:20px;padding:20px 7% 40px 7%;}
    .wc_pixportugues_sended .btn{font-size:1.3em;}
    .wc_pixportugues_sended p{padding-top:0;}
}
@media(max-width: 20em){
    .wc_pixportugues_sended p{font-size:0.9em;}
}





.wc_pixportugues_close{
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.wc_pixportugues_close:hover{
    background: #F45563;
}

.wc_pixportugues_modal_content header{
    margin-bottom: 20px;
    color: #555;
}

.wc_pixportugues_modal_content h1{
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.wc_pixportugues_modal_content h1 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 6px;
}

.wc_pixportugues_form{
    padding-bottom: 5px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.wc_pixportugues_form label{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.wc_pixportugues_form .htmlchars{padding:0;}

.wc_pixportugues_form .btn{width:100%;}

@media(max-width: 64em){
    .wc_pixportugues_modal_form label{
        display: block;
        width: 100%;
        margin-bottom: 15px;}
}

.wc_pixportugues_modal_legend{
    font-size: 0.875em;
    color: #888;
    font-variant: small-caps;
    display: block;
    margin-bottom: 5px;
}

.wc_pixportugues_modal_form input,
.wc_pixportugues_modal_form textarea,
.wc_pixportugues_modal_form select{border-radius:23px;border:none;background:#DBDBDB;margin-bottom:10px;padding:16px 17px;font-size:1em;color:#282828}

.wc_pixportugues_modal_button{
    width:100%;
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.wc_pixportugues_modal_button .btn,
.wc_pixportugues_modal_button img{
    display: inline-block;
    vertical-align: middle;
}

.wc_pixportugues_modal_button .btn{border-radius:23px;font-size:1em;font-weight:600;padding:20px 0;width:100%;}

.wc_pixportugues_modal_button img{
    margin-left: 10px;
    display: none;
}

.wc_pixportugues_error{
    padding: 12px;
    background: #cf7171;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    display: none;
    text-align: center;
    text-shadow: 1px 1px 0 #713B3B;
}


.wc_pixportugues_sended .h2{
    font-size: 1.2em;
    font-weight: bold;
    color: #008B6F;
}

.wc_pixportugues_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 2em;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50%;
}

.wc_pixportugues_sended p{
    margin-top: 15px;
}

        .checkbox-container {
            display: flex;
            align-items: center;
            margin-bottom: 1em;
        }

        .checkbox-container input[type="checkbox"] {
            margin-right: 10px;
            width:initial;
        }

        .checkbox-container label {
            margin: 0;
            font-size: 14px;
            color: #333;
            padding-bottom:10px;
            font-size: 1.2em;
            color: #282828;
        }

        .checkbox-container a {
            color: #1c426b;
            text-decoration: none;
        }

        .checkbox-container a:hover {
            text-decoration: underline;
        }

#form_show,
.wc_pixportugues_form{
    width:100%;
    padding-bottom:5px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#form_show .htmlchars,
.wc_pixportugues_form .htmlchars{
    width:100%;
    padding:0;
}

#form_show label,
.wc_pixportugues_form label{
    display:block;
    width:100%;
    margin-bottom:22px;
}

#form_show .wc_field_label,
.wc_pixportugues_form .wc_field_label{
    display:block !important;
    margin:0 0 8px 2px;
    color:#282828 !important;
    font-size:1em;
    font-weight:700;
    line-height:1.2;
    text-shadow:none !important;
}

#form_show input[type="text"],
#form_show input[type="email"],
#form_show select,
.wc_pixportugues_form input[type="text"],
.wc_pixportugues_form input[type="email"],
.wc_pixportugues_form select{
    display:block;
    width:100%;
    box-sizing:border-box;
    border-radius:23px;
    border:none;
    outline:none;
    background:#DBDBDB;
    margin:0;
    padding:16px 17px;
    font-size:1em;
    line-height:1.2;
    color:#282828;
    font-family:inherit;
    box-shadow:none;
    appearance:none;
    -webkit-appearance:none;
}

#form_show input[type="text"]::placeholder,
#form_show input[type="email"]::placeholder,
.wc_pixportugues_form input[type="text"]::placeholder,
.wc_pixportugues_form input[type="email"]::placeholder{
    color:#061625;
    opacity:1;
}

#form_show select,
.wc_pixportugues_form select{
    cursor:pointer;
}

#form_show .form_field_error,
.wc_pixportugues_form .form_field_error{
    display:block;
    width:100%;
    box-sizing:border-box;
    background:#AA4343;
    color:#fff;
    padding:10px 14px;
    margin:7px 0 0 0;
    border-radius:4px;
    font-size:0.9em;
    font-weight:700;
    line-height:1.3;
}

#form_show .field_has_error,
.wc_pixportugues_form .field_has_error{
    outline:2px solid #AA4343;
    outline-offset:2px;
}

#form_show .checkbox-container,
.wc_pixportugues_form .checkbox-container{
    width:100%;
}

#form_show .checkbox-container input[type="checkbox"],
.wc_pixportugues_form .checkbox-container input[type="checkbox"]{
    width:auto;
    min-width:initial;
}
.portugues_terms_link{
    color:#1c426b;
    font-weight:700;
    text-decoration:none;
    border-bottom:1px solid rgba(28,66,107,0.45);
}

.portugues_terms_link:hover,
.portugues_terms_link:focus{
    color:#0e2f52;
    border-bottom-color:#0e2f52;
    outline:none;
}

.portugues_terms_modal{
    position:fixed;
    inset:0;
    z-index:100300;
    display:none;
    align-items:center;
    justify-content:center;
    padding:18px;
    font-family:inherit;
}

.portugues_terms_modal.is_open{display:flex;}

.portugues_terms_modal_overlay{
    position:absolute;
    inset:0;
    background:rgba(8, 14, 22, 0.78);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
}

.portugues_terms_modal_panel{
    position:relative;
    z-index:1;
    width:min(760px, 100%);
    max-height:calc(100vh - 36px);
    max-height:calc(100dvh - 36px);
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    background:#fff;
    color:#1f2933;
    border-radius:16px;
    box-shadow:0 26px 80px rgba(0,0,0,0.36);
    outline:none;
}

.portugues_terms_modal_header{
    padding:26px 30px 18px;
    border-bottom:1px solid #eceff3;
    background:#fff;
}

.portugues_terms_modal_header span{
    display:inline-block;
    margin-bottom:10px;
    padding:5px 10px;
    border-radius:999px;
    background:#f4e3e3;
    color:#8d3939;
    font-size:0.78em;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0.05em;
}

.portugues_terms_modal_header h2{
    margin:0 46px 8px 0;
    color:#17212b;
    font-size:1.55em;
    line-height:1.15;
}

.portugues_terms_modal_header p{
    margin:0;
    max-width:620px;
    color:#52616f;
    font-size:0.98em;
    line-height:1.45;
}

.portugues_terms_modal_content{
    padding:22px 30px 8px;
}

.portugues_terms_modal_content h3{
    margin:18px 0 7px;
    color:#17212b;
    font-size:1.05em;
    line-height:1.25;
}

.portugues_terms_modal_content h3:first-child{margin-top:0;}

.portugues_terms_modal_content p{
    margin:0 0 12px;
    color:#344451;
    font-size:0.98em;
    line-height:1.55;
}


.portugues_terms_modal_content ul{
    margin:0 0 14px 18px;
    padding:0;
    color:#344451;
}

.portugues_terms_modal_content li{
    margin:0 0 8px;
    padding-left:4px;
    font-size:0.98em;
    line-height:1.5;
}

.portugues_terms_modal_content strong{font-weight:800;color:#17212b;}
.portugues_terms_modal_content em{color:#52616f;}
.portugues_terms_modal_footer{
    position:sticky;
    bottom:0;
    padding:18px 30px 26px;
    background:linear-gradient(180deg, rgba(255,255,255,0.84) 0%, #fff 38%);
}

.portugues_terms_modal_accept{
    width:100%;
    min-height:50px;
}

.portugues_terms_modal_close{
    position:absolute;
    top:16px;
    right:16px;
    z-index:2;
    width:40px;
    height:40px;
    border:0;
    border-radius:50%;
    background:#f2f4f6;
    color:#27333f;
    font-size:30px;
    line-height:36px;
    cursor:pointer;
}

.portugues_terms_modal_close:focus{outline:3px solid rgba(141,57,57,0.28);outline-offset:3px;}
.portugues_terms_lock{overflow:hidden;}
.portugues_terms_lock body{overflow:hidden;}

@media(max-width: 640px){
    .portugues_terms_modal{align-items:stretch;padding:0;}
    .portugues_terms_modal_panel{width:100%;max-height:100vh;max-height:100dvh;border-radius:0;}
    .portugues_terms_modal_header{padding:22px 18px 16px;}
    .portugues_terms_modal_header h2{font-size:1.32em;margin-right:46px;}
    .portugues_terms_modal_content{padding:18px 18px 4px;}
    
.portugues_terms_modal_footer{padding:16px 18px 22px;}
    .portugues_terms_modal_close{top:12px;right:12px;}
}