

/*--reset--*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



    
    /* ESCONDE TODAS AS DIVS */
        .divs{
            display:none;
                transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
        }
    
    .inputRadio{
      background: red;    
      
    }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--start editing from here--*/

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */

.txt-lt {
    text-align: left;
}

/* text align left */

.txt-center {
    text-align: center;
}

/* text align center */

.float-rt {
    float: right;
}

/* float right */

.float-lt {
    float: left;
}

/* float left */

.clearfix {
    clear: both;
}

/* clear float */

.pos-relative {
    position: relative;
}

/* Position Relative */

.pos-absolute {
    position: absolute;
}

/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}

/* vertical align top */

nav.vertical ul li {
    display: block;
}

/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */

img {
    max-width: 100%;
}

/*--end reset--*/

body a:hover {
    text-decoration: none;
}

body {
    /*background: url(../images/banner.jpg) no-repeat;*/
    background-color: #fff;
    background-attachment: fixed;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}

.clearfix {
    clear: both;
}


.a-bnt {
    display: inline-block;
    float: left;
    padding: 1em 1em;
    margin: 44px 0px -1px;
    width: 100%;
    background: #6d7075; 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
}


.a-bnt:hover {background-color: #0e884f; color:#fff;}

.opt2 {margin-left: 15px;}
/* content */

/*
  Responsive form elements
  Flexbox layout
*/
h1 {
    font-size: 2em;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    margin: 0.8em 1vw .9em;
    font-family: 'Alegreya SC', serif;
}
.w3ls-contact {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

h1.radius {width: 100%;
    background: #00a859;
    padding: 10px;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    border: 0 solid rgba(0,0,0,.5);
    border-bottom-width: .3rem;
    border-radius: 9px;
    font-size: 26px;}


.termo {
    height: 190px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0 10px 10px 10px;
    margin-bottom: 30px;
    background: #FFF;
    text-align: justify;
}

.box-inputs label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.box-radio {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    text-align: left;
}

.item-radio {
    display: inline-block;
    margin-right: 20px;
}

.item-radio label {
    display: inline;
    margin: 0 0 0 3px;
    font-weight: normal;
}


.logo-header {text-align: center;
    width: 100%; padding-bottom: 2vw;}

.w3ls-contact form {
    max-width: 800px;
    margin: 12px 5vw;
    background: #fff;
    padding: 3.5vw;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.02);
}
.w3ls-contact label {
    font-size: 16px;
    color: #000;
    float: left;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0px;
    border-radius: 10px;
}
.mr_agilemain,.gender_w3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #a9a9a9;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    border-radius: 9px;
    padding: 11px 8px 4px;
}
.left-wthree {
    flex-basis: 48%;
    justify-content: space-between;
    text-align: left;
}
.left_w3 {
    justify-content: space-between;
    text-align: left;
    width:100%;
}
.agile-field-txt,.gender_w3 {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	margin-bottom: 1.5em;
}

.w3ls-contact label i {
	font-size: 1.1em;
	margin-right: 3px;
	color: #FF9800;
}


input[type="file"]:focus,
input[type="radio"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="checkbox"]:focus { background-color: #e1f1e9!important;}


h3.radius { }
h3.titulo-pdf {}
p.resposta { font-family: 'Source Sans Pro', sans-serif;}


.w3ls-contact input[type="text"],
.w3ls-contact input[type="email"],.w3ls-contact select ,.w3ls-contact input[type="number"]{
	width: 100%;
    border-radius: 9px;
    color: #000;
    outline: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 8px 15px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #a9a9a9;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    -webkit-appearance: none;
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
select option{
    background:#fff;
}
label.agile_rad {
    margin-bottom: 10px;
    margin-top: 15px;
}
label.bot_w3 {
    margin-top: 15px;
}
/* radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00a859;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* //radio */
.w3ls-contact.w3l-sub {
	margin-top: 1em;
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
}

.botao-enviar, .w3ls-contact input[type=submit] {
    color: #fff;
    width: 100%;
    border: none!important;
    padding: 0.7em 0!important;
    font-size: 2.1em;
    letter-spacing: 0px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    outline: none;
    font-weight: bold!important;
    background: #6d7075!important;
    font-family: 'Source Sans Pro', sans-serif;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.botao-enviar:hover, .w3ls-contact input[type=submit]:hover {
	background: #eee!important;
	color: #000!important;
}
/*--copyright--*/

.copy-wthree {
	margin: 3em 0em;
}

.copy-wthree p {
	color: #525252;
	font-size: 14.5px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	margin: 0 3vw;
}

.copy-wthree p a {
	color: #fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.copy-wthree p a:hover {
	color: #ff9800;
}

/*--//copyright--*/

/*--responsive--*/

@media(max-width:1920px) {
	h1 {
		font-size: 3.5vw;
	}
}

@media(max-width:1024px) {
	h1 {
		font-size: 4.5vw;
	}
}


@media(max-width:991px) {
	h1 {
		font-size: 2.5em;
	}
	.w3ls-contact form {
		padding: 7.5vw;
    }
    .mr_agilemain, .gender_w3 {
        display: block;
        
    }
    .barra-opt {height: 75px; padding: 8px 15px; display: flex!important;}



    .w3_gender:first-child {
        margin-bottom: 1.5em;
    }
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        margin-left: 1em;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

  padding-right: 0px!important;
  padding-left: 0px!important;
}
    
}

@media(max-width:500px) {
	h1 {
		font-size: 2.3em;
	}
	.parent {
		display: block;
	}
}

@media(max-width:320px) {
	h1 {
		font-size: 1.8em;
	}
	.w3ls-contact form {
		padding: 25px 8px;
	}
}

/*--//responsive--*/




