body{
    /*background-image: url(../public/images/background2.png);*/
background: #c1bfea; /* Old browsers */
background: -moz-linear-gradient(top, #c1bfea 0%, #cec7ec 19%, #d8d0ef 41%, #ebe9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c1bfea 0%,#cec7ec 19%,#d8d0ef 41%,#ebe9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c1bfea 0%,#cec7ec 19%,#d8d0ef 41%,#ebe9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1bfea', endColorstr='#ebe9f9',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x:hidden;
}
code{
    
}
nav{
	height: 90px;
	background-color: #333333;
    padding: 30px 20px 0 20px;
}
nav .container_nav{
	max-width: 1024px;
	margin: 0 auto;
}
nav .logo{
	background-image: url(../public/images/logo_rgpd.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 137px;
	height: 31px;
	float: left;
    margin-left: 20px;
}
nav .turn{
	float: right;
    position: relative;
    width: 120px;
    height: auto;
    margin-right: 20px;
}
nav .turn .turn_back{
	opacity: 0;
	position: absolute;
	right: 30px;
	transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
}
nav .turn .turn_back p{
	color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
nav .turn .arrow{
	background-image: url(../public/images/turn_rgpd.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	display: inline-block;
    float: right;
    cursor: pointer;
}
nav .turn:hover .turn_back{
	opacity: 1;
	display: inline-block;
}

.container_content{
	max-width: 1024px;
	margin: 0 auto;
}

.container_content .container_content_rgpd{
	width: 100%;
}
.container_content .container_content_rgpd h2{
	font-family: GothamRnd-Medium, sans-serif;
    font-size: 35px;
    color: #333333;
    text-align: center;
    margin: 25px 0 25px 0;
    
}
.container_content_rgpd #user_form {
    background-color: #e6e7e8;
    padding: 42px 25px 22px 25px;
    box-shadow: 8px -5px 11px #aaaaaa;
    border-radius: 5px;
    margin-right:20px;
    margin-left:20px;
    margin-bottom: 111px;
    text-align: center;
}
.container_content_rgpd #user_form .input_container {
    padding: 0 60px 0 60px;
    margin-bottom: 47px;
}
.container_content_rgpd #user_form .input_container input, .container_content_rgpd #user_form .input_container textarea{
    width: 100%;
    font-size: 16px;
    padding: 16px 8px 3px 8px;
    background-color: #e6e7e8;
    border: none;
    border-bottom: 1px solid #333333;
    font-family: GothamRnd-Book, sans-serif;
    color: #333333;
}
.container_content_rgpd #user_form .input_container select{
	color: #333333;
	font-family: GothamRnd-Book, sans-serif;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(../public/images/arrow_select.png) no-repeat 96% 50%;
    background-size: 19px 10px;
	width: 100%;
    font-size: 16px;
    padding: 16px 8px 3px 8px;
    background-color: #d4d5d6;
    border: none;
    border-bottom: 1px solid #333333;
    cursor: pointer;
}
.container_content_rgpd #user_form .input_container textarea{
	resize: none;
    height: 42px;
}
/*** placeholder ***/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #333333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #333333;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #333333;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #333333;
}
.container_content_rgpd #user_form .input_container select:focus, .container_content_rgpd #user_form .input_container input:focus, .container_content_rgpd #user_form .input_container textarea:focus, .container_content_rgpd #user_form input[type=submit]:focus{
    outline: none;
}
.container_content_rgpd #user_form .checks{
	text-align: left;
    margin-bottom: 47px;
    padding: 0 20px 0 20px;
    margin-top: 8px;
}
.container_content_rgpd #user_form .checks_container{
    vertical-align: top;
    margin-bottom: 20px;
}
.container_content_rgpd #user_form .checks_container>*{
	display: inline-block;
	font-family: GothamRnd-Book, sans-serif;
} 
.container_content_rgpd #user_form .checks_inp_container_yes{
	padding-left: 5px;
    width: 5%;
}   
.container_content_rgpd #user_form .checks_inp_container_no{
	padding-left: 5px;
  width: 5%;
}
.container_content_rgpd #user_form .checks_inp_container_yes label{
  padding-right: 37px;
}
.container_content_rgpd #user_form .checks_inp_container_no label{
  padding-right: 42px;
}
.container_content_rgpd #user_form .sentence_mark{
	overflow-wrap: break-word;
    width: 86%;
    position: relative;
    top: 18px;
}
.container_content_rgpd #user_form .checks_container .sentence_mark p{
    font-size: 13px;
    padding-left: 20px;
    color: #333333;
    font-family: GothamRnd-Book, sans-serif;
}
.container_content_rgpd #user_form input[type=submit] {
	background-color: #d4d5d6;
	border: none;
    padding: 11px 40px 8px 40px;
    border-bottom: 1px solid #333333;
    color: #333333;
	font-family: GothamRnd-Book, sans-serif;
}
.container_content_rgpd #user_form .container_address{
	height: 0px;
    opacity: 0;
    position: relative;
    transition: height 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transition: height 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: height 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: height 0.2s ease-out, opacity 0.2s ease-out;
}
.container_content_rgpd #user_form .input_container_address{
	position: absolute;
}
/*** type:radio ***/
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  display: inline-block;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: GothamRnd-Book, sans-serif;
  color: #333333;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 28px;
    height: 20px;
    background: transparent;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 18.05px;
    left: 0.2em;
    width: 34px;
    height: 2px;
    line-height: 0;
    background-color: #333333;
    color: #333333;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="radio"]:checked + label {
  font-size: 14px;
}
/* hover style just for information */
.checks_container label:hover:before {
  border-bottom: 2px solid #333333 !important;
}

/*** type:checkbox ***/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  display: inline-block;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 5px;
  display: initial;
  top: 0px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  	content: '';
  	position: absolute;
  	left: 0; 
	top: -6px;
    width: 12px;
    height: 12px;
    margin-left: 5px;
  	border-radius: 0%;
    border: 1px solid #333333;
    background: transparent;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '.';
    position: absolute;
    top: -4.8px;
    left: 0.45em;
    border-radius: 0%;
    width: 10px;
    height: 10px;
    line-height: 0.1;
    background-color: #717070;
    color: #717070;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.container_content_rgpd #user_form .check1_container{
	margin-top: 20px;
	position: relative;
}
.container_content_rgpd #user_form .check1_container>*{
	display: inline-block;
  width: 4%;
}
.container_content_rgpd #user_form .check1_container p{
	display: inline-block;
	font-size: 13px;
	font-family: GothamRnd-Book, sans-serif;
	color: #333333;
  width: 95%;
  vertical-align: top;
}
.container_content_rgpd #user_form .server_resp_container{
	text-align: left;
    padding: 0 60px 0 60px;
}
.req_field {
    display: none;
    margin-bottom: 0px;
    margin-top: 30px;
}
.req_field p{
	font-family: GothamRnd-Book, sans-serif;
    font-size: 13px;
    color: #f3931f;
}
#required{
	display: none;
}
.success{
    margin-bottom: 0px;
    margin-top: 30px;
}
.success p{
	font-family: GothamRnd-Book, sans-serif;
	font-size: 13px;
    color: #48ad37;
    text-align: center;
}
/***********************************************/
#policies_box > div{
  width: 80% !important;
     
}
code{
    color:grey;
    background:transparent;
    
}
#rodape{
    position: fixed; bottom: 0px; width: 100%; height: 60px;text-align:center;
}


.seloDr{
    
	display: block;
	position:relative;
	width:200px;
	height:180px;
	z-index:1000;
	margin: -36px auto 0 140px;
}
.seloDr img{
	width: 100%;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	
}
.selo_bothDr{
	width: 149px;
	height: 149px;
	position: fixed;
    right: 5%;
    top: 121px;
    z-index: 20;
}
.selo_bothDr img{
	width: 100%;
}

@media only screen and (max-width : 1480px) {
    
    .seloDr{
		margin: 30px auto 0 auto;
		width: 140px;
		height: 140px;
		position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 135px;
	}
    
}

.selo_bothDr{
		top: 14%;
	}
	
	
@media only screen and (max-width: 768px) and (orientation: landscape) {
	
    .seloDr{
    	    margin: 0 auto;
    	    width: 70px !important;
    	    height: 70px !important;
    	    position: relative;
    	    top: -50px;
    	}

}

@media only screen and (max-width : 700px) {
	.seloDr{
		margin: 0 auto;
		width: 100px;
		height: 100px;
	}
}
@media only screen and (max-width : 700px) and (orientation: landscape){
	
	.seloDr{
	    margin: 0 auto;
	    width: 70px !important;
	    height: 70px !important;
	    position: relative;
	    top: -60px;
	}
}

@media only screen and (max-width : 480px) {
    .seloDr{
		width: 100px;
		height: 100px;
	    bottom: 111px;
	}
}


/***********************************************/
.review{
  float: right;
}
@media only screen and (max-width : 992px) {
  .content h1 {
    font-size: 31px;
    margin: 80px 20px 80px 20px;
  }
  .container_content .container_content_rgpd h2 {
    font-size: 31px;
    margin: 80px 20px 80px 20px;
  }
  .content .grid_content .grid_cell h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .content .grid_content .grid_cell p {
    font-size: 11px;
  }
  .container_content_rgpd #user_form .sentence_mark {
    width: 76%;
    float: right;
    vertical-align: top;
  }
  .container_content_rgpd #user_form .checks_inp_container_yes {
    position: relative;
    top: 20px;
  }
  .container_content_rgpd #user_form .checks_inp_container_no {
    padding-left: 20px;
    position: relative;
    top: 20px;
  }
  .container_content_rgpd #user_form .check1_container p {
    width: 92%;
    float: right;
  }
}
@media only screen and (max-width: 768px){
  .content .grid_content .grid_cell h2 {
    font-size: 27px;
  }
  .content .grid_content .grid_cell p {
      font-size: 16px;
  }
  .container_content_rgpd #user_form {
    padding: 92px 20px 92px 20px;
  }
}
@media only screen and (max-width: 480px){
  .container_content_rgpd #user_form .checks_inp_container_yes {
    padding-left: 0%; 
    width: 5%;
  }
  .container_content_rgpd #user_form .sentence_mark {
    width: 100%;
  }
  .container_content_rgpd #user_form .checks_container .sentence_mark p {
    padding-left: 0px; 
    padding-top: 20px;
  }
  .container_content_rgpd #user_form .check1_container p{
    width: 100%;
    padding-top: 10px;
  }
}