@font-face {
  font-family: 'Lato-Black';
  src: url('./fonts/Lato-Black.eot');
  src: url('./fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('./fonts/Lato-Black.woff') format('woff'), url('./fonts/Lato-Black.ttf') format('truetype'), url('fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold-webfont';
  src: url('fonts/OpenSans-Bold-webfont.eot');
  src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#OpenSans-Bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold-webfont';
  src: url('fonts/OpenSans-Semibold-webfont.eot');
  src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Semibold-webfont.svg#OpenSans-Semibold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-regular-webfont';
  src: url('fonts/lato-regular-webfont.eot');
  src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato-regular-webfont.svg#lato-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto-Bold.eot');
  src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular-webfont';
  src: url('fonts/OpenSans-Regular-webfont.eot');
  src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto-Light.eot');
  src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'OpenSans-Bold-webfont';
  color: #000;
  background-color: #eee;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
h1,
h2,
h3,
h4 {
  font-family: 'lato-regular-webfont';
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

h1{

   font-size: 2rem;
   text-align: center;

}

h2{

  font-size: 2rem;
  line-height: 1.2;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0 0 1rem;
}
.box_h1 {
  background: #ef2c3c;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}
.box_h1 h1 {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}
.tit_inicial {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 62em) {
  .tit_inicial {
    margin-bottom: 3rem;
  }
}
.tit_inicial:after {
  content: "";
  width: 4.6rem;
  height: 0.3rem;
  display: block;
  background: #000;
  margin: 1rem auto 0 auto;
}
a {
  color: #111;
  text-decoration: none;
  font-family: 'lato-regular-webfont';
  opacity: 1;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #ef2c3c;
}
ul {
  padding: 0;
  font-size: 0;
}
ul li {
  list-style: none;
  text-rendering: optimizeLegibility;
  font-size: 0.8rem;
}
@media only screen and (min-width: 34em) {
  ul li {
    font-size: 1rem;
   font-family: 'lato-regular-webfont';
  }
}
p {
  text-rendering: optimizeLegibility;
  font-size: 0.8rem;
  line-height: 1.6;
  font-family: 'lato-regular-webfont';
}
@media only screen and (min-width: 34em) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
strong {
  font-weight: normal;
  font-family: 'Raleway-ExtraBold';
}
section {
  padding: 2rem 0;
}
@media only screen and (min-width: 62em) {
  section {
    padding: 3rem 0;
  }
}
figure a {
  opacity: 1;
}
figure a:hover {
  opacity: 0.5;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-align: center;
  color: #ef2c3c;
  font-size: 0.8rem;
}

.box_form{
  background:#fff;
  margin: 0 auto 2rem auto;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.12);

}

@media only screen and (min-width: 62em) {

.box_form{
  max-width: 724px;
padding: 2rem;

}
}

.btn {
  width: 100%;
  border-radius: 30px;
  font-size: 1rem;
  padding: 1rem;
  padding: 0.5rem 1rem;
  display: block;
   background: #78bc4b;
   color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
}
@media only screen and (min-width: 62em) {
  .btn {
    width: auto;
    display: inline-block;
  }
}
.btn .fa {
  margin-left: 0.8rem;
}
.btn_site {
  width: 100%;
  position: relative;
  letter-spacing: 1px;
  font-size: 1.5rem;
  opacity: 1;
  margin-top: 1rem;
  background: #2dcc70;


}
.btn_site:hover {
  color: #fff;
  opacity: 0.8;

}
.btn_site:focus {
  outline: none;
}

.form{

  background:#fff;
  padding: 2rem;

}

.form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.form label {
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 1rem;
  letter-spacing: 0;
  font-family: 'Roboto-Light';
}
.form .box_input {
  margin-bottom: 1rem;
  position: relative;
}
.form .box_input:after {
  content: "";
  display: block;
  clear: both;
}
.form input[type=search],
.form input[type=text],
.form input[type=password] {
  width: 100%;
  padding: 0.8rem;
  background: transparent;
  border-radius: 5px;
  border: 1px #c0c0c0 solid;
  font-size: 0.8rem;
  font-family: 'Roboto-Light';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form input[type=search]:focus,
.form input[type=text]:focus {
  outline: none;
}
.form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 1px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border: none;
  opacity: 0;
}
.form .box_select {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 1rem;
}
.form .box_select select {
  width: 100%;
  padding: 0.8rem;
  background: transparent;
  border-radius: 5px;
  border: 1px #c9ccc9 solid;
  font-size: 0.8rem;
  font-family: 'Roboto-Light';
  position: relative;
  z-index: 9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form .box_select select:focus {
  outline: none;
}
.form .box_select:after {
  content: "\f107";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 12px;
  margin: auto;
  text-align: center;
  pointer-events: none;
  z-index: 99;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.form .box_select select.error {
  border: 1px #f4cecd solid;
  background: #f9e2e2;
  color: #e7908e;
}
.form textarea {
  height: 124px;
  width: 100%;
  padding: 0.8rem;
  background: #ececec;
  border-radius: 0;
  border: 1px #000 solid;
  font-size: 1rem;
  font-family: 'Roboto-Regular';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
}
.form textarea:focus {
  outline: none;
}
.form textarea.error {
  border: 1px #f4cecd solid;
  background: #f9e2e2;
}
.form textarea.error ~ .error {
  top: 50px;
  bottom: inherit;
}
.form input.error {
  border: 1px #f4cecd solid;
  background: #f9e2e2;
}
.form span.error {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 64px;
  padding: 0.5rem;
  color: #ffffff;
  border: 1px #ff1027 solid;
  background: #ff1027;
  font-size: 0.7rem;
  border-radius: 0;
  box-shadow: 0 3px 2px 0 #D6D6D6;
  border-bottom: 1px #b52b27 solid;
  font-family: 'Roboto-Light';
}
.form span.error:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ff1027;
}

#form_payment .termos span.error{

  width: 50%;
  left: 0;
  top: 34px;
  right: 0;
}



#form_payment .termos label{


   color: #888;
}

#form_payment .termos a{

  color:#544c43;
}

.form .check_radio {
  width: 48%;
  margin: 1rem 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.form .check_radio input {
  width: 12.3px;
  height: 12.3px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form .check_radio .check_img {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  border: 2px #fff solid;
  z-index: 1;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 0 0 2px #bfb682;
}
.form .check_radio input:checked ~ .check_img {
  background-color: #bfb682;
}
.form .check_radio label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin-left: 1.5rem;
  margin-bottom: 0;
}
.form .check_radio span.error {
  width: 100%;
  right: 0;
  left: 0;
  top: 30px;
  margin: auto;
}
@media only screen and (min-width: 34em) {
  .form .check_radio span.error {
    width: 70%;
  }
}
@media only screen and (min-width: 48em) {
  .form .check_radio span.error {
    width: auto;
    right: inherit;
    left: 25px;
    top: 30px;
    bottom: inherit;
  }
}
.form .check_box {
  width: auto;
  /* margin-bottom: 30px; */
  /* text-align: center; */
  position: relative;
}
.form .check_box input {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
.form .check_box .check_img {
  position: relative;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #666;
  display: inline-block;
  vertical-align: middle;
  margin-left: -24px;
  z-index: 1;
}
.form .check_box .check_img:after {
  content: "";
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form .check_box input:checked ~ .check_img:after {
  content: "";
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  position: absolute;
  border: solid #666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form .check_box label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 4px 0 0 0.5rem;
}
.form .check_box span.error {
  width: 100%;
  right: 0;
  left: 0;
  top: 30px;
  margin: auto;
}
@media only screen and (min-width: 34em) {
  .form .check_box span.error {
    width: 70%;
  }
}
@media only screen and (min-width: 48em) {
  .form .check_box span.error {
    width: inherit;
    right: inherit;
    left: -40px;
    top: 34px;
  }
}
.envio {
  min-height: 300px;
  margin: 50px auto;
  text-align: center;
}
.envio span {
  display: block;
  margin-bottom: 1rem;
}
.envio h3 {
  font-size: 1.3rem;
}
.envio img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.envio .btn_site{

     font-size: 1.5rem;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Roboto-Regular';
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Roboto-Regular';
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Roboto-Regular';
}
:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.tab_pagamento {
  margin-top: 3rem;
  display: grid;
}

@media only screen and (min-width: 992px) {
  .tab_pagamento {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tab_pagamento:after {
  content: "";
  display: block;
  clear: both;
}
.tab_pagamento li {
  width:100%;
  height: 100%;
  display:block;
  /* float: left; */
}
@media only screen and (min-width: 62em) {
  .tab_pagamento li {
    /* width: 50%; */
    /* float: left; */
  }
}
.tab_pagamento li a {
  height: 100%;
  font-family: 'Roboto-Bold';
  position: relative;
  /* padding: 1rem; */
  padding: .5rem 0;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #ff1027 solid;
  border-bottom: none;
  text-align: center;
  z-index: 0;
  background: #ff1027;
  opacity: 0.5;

}
.tab_pagamento li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}
/* @media only screen and (min-width: 62em) {
  .tab_pagamento li a {
    display: block;
  }
} */
.tab_pagamento li a .card {
  content: "";
  width: 32px;
  height: 32px;
  display: none;
  vertical-align: middle;
  background: url("../_images/card.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.7;
  margin-left: 10px;
}
@media only screen and (min-width: 62em) {
 .tab_pagamento li a .card {
    display: inline-block;
  }
}
.tab_pagamento li a .bar_code {
  content: "";
  width: 32px;
  height: 32px;
  display: none;
  vertical-align: middle;
  background: url("../_images/bar_code.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.7;
  margin-left: 10px;
}
@media only screen and (min-width: 62em) {
.tab_pagamento li a .bar_code {
    display: inline-block;
  }
}

.tab_pagamento li a .pix {
  content: "";
  width: 24px;
  height: 24px;
  display: none;
  vertical-align: middle;
  background: url("../_images/pix.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.7;
  margin-left: 10px;
}
@media only screen and (min-width: 62em) {
.tab_pagamento li a .pix {
    display: inline-block;
  }
}

.tab_pagamento li a.current {
  color: #fff;
  z-index: 9;
  opacity: 1;
  background: #ff1027;
  border: 1px #ff1027 solid;
  border-bottom: none;

}
.tab_pagamento li a.current:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff1027;
}
.tab_pagamento li a.current span {
  opacity: 1;
}
#tab-content {
  position: relative;
  border: 1px #e6e6e6 solid;
  border-top: none;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
#tab-content > div {
  display: block;
  /* overflow: hidden; */
  width: 100%;
}
#tab-content > div p {
  font-family: 'Roboto-Light';
  font-size: 1rem;
  margin: 2rem 0;
}

#tab-content > div h2{

    margin-top: 2rem;
}


#tab-content > div.tab_hide {
  z-index: 1;
  display: none;
}
#tab-content > div.tab_show {
  z-index: 5;
  opacity: 1;
  display: block;
}

#form_payment h2{
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #000;
  font-family: 'Lato-Black';
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.load-cep {
  width: 25px;
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
}

.header {
  background: #ff1027;
  position: relative;
  z-index: 9;
  padding: 1rem 0;
}
@media only screen and (min-width: 62em) {
  .header {
    padding: 0;
  }
}
@media only screen and (min-width: 75em) {
  .header {
    font-size: 20px;
  }
}
@media only screen and (min-width: 62em) {
  .header .box_busca {
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 75em) {
  .header .box_busca {
    height: 137px;
  }
}
.header .box_bt_mobile {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 667px) {
  .col-topo {
    padding: 0;
  }
}

.logo{

    width: 200px;
    height: 41px;
    background: url(../_images/logo.svg) left center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    margin: 0 auto;
   font-style: 1px;
   color: transparent;
   display: block;
}

.logo a{

    width: 200px;
    height: 41px;
   font-style: 1px;
   color: transparent;
   display: block;
}
.info_pag{
  padding-left: 6px;
  margin-bottom: 1rem;
}
.info_pag h5{
  font-family: 'OpenSans-Regular-webfont';
  display: inline;
  color: #a1a1a1;
  font-size: 1.1rem;
}
.info_pag p{
font-family: 'lato-regular-webfont';
margin-bottom: 0;
}
.info_pag h3{
font-family: 'OpenSans-Bold-webfont';
display: inline;
font-size: 1.8rem;
}
.info_pag strong{
font-family: 'lato-regular-webfont';
}
.info_pag strong{
font-family: 'lato-regular-webfont';
}

.footer {
  background: #090909;
  padding: 2rem 0 0 0;
  color: #dbdbdb;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .footer {
   background: #090909;
   margin-top: 0rem;
   padding: 2rem 0 0 0;
   color: #dbdbdb;
   text-align: left;
  }
}
.footer p {
  font-size: 1rem;
  margin: 1.2rem 0;
  color: #919191;
}
.footer h4 {
  font-family: 'OpenSans-Bold-webfont';
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
  color: #dbdbdb;
}
.footer .box_small {
  background: #090909;
  margin-top: 2rem;
}
.footer .box_small .container .row {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 62em) {
  .footer .box_small .container .row {
    height: 4rem;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer .box_small small {
  font-size: 0.8rem;
  color: #828282;
  padding: 1rem 0;
  display: block;
}
@media only screen and (min-width: 62em) {
  .footer .box_small small {
    padding: 0;
  }
}
.footer .expression {
  width: 95px;
  height: 17px;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22640px%22%20height%3D%22134px%22%20viewBox%3D%220%200%20640%20134%22%20enable-background%3D%22new%200%200%20640%20134%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M99.747%2C33.685h18.612l12.625%2C17.41l12.562-17.41h18.299l-21.687%2C30.061l24.524%2C33.818H146.07%0D%0A%09%09l-15.194-20.955L115.76%2C97.563H97.457l24.246-33.604L99.747%2C33.685z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M188.754%2C33.685v7.045c2.896-2.896%2C6.027-5.068%2C9.394-6.517c3.366-1.447%2C6.966-2.172%2C10.803-2.172%0D%0A%09%09c8.337%2C0%2C15.421%2C3.151%2C21.254%2C9.453c5.832%2C6.302%2C8.748%2C14.384%2C8.748%2C24.248c0%2C9.511-3.014%2C17.466-9.042%2C23.867%0D%0A%09%09c-6.028%2C6.398-13.172%2C9.599-21.43%2C9.599c-3.68%2C0-7.104-0.655-10.275-1.967c-3.17-1.312-6.322-3.453-9.453-6.429v30.119h-15.911%0D%0A%09%09V33.685H188.754z%20M205.605%2C46.836c-5.049%2C0-9.238%2C1.723-12.564%2C5.167c-3.328%2C3.445-4.991%2C7.946-4.991%2C13.504%0D%0A%09%09c0%2C5.677%2C1.663%2C10.267%2C4.991%2C13.769c3.326%2C3.504%2C7.515%2C5.254%2C12.564%2C5.254c4.892%2C0%2C9.012-1.779%2C12.359-5.342%0D%0A%09%09c3.347-3.563%2C5.02-8.104%2C5.02-13.622c0-5.479-1.644-9.971-4.932-13.475C214.764%2C48.588%2C210.615%2C46.836%2C205.605%2C46.836z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M248.465%2C33.685h13.739v8.044c1.487-3.171%2C3.464-5.578%2C5.93-7.222c2.466-1.644%2C5.167-2.466%2C8.103-2.466%0D%0A%09%09c2.074%2C0%2C4.246%2C0.548%2C6.517%2C1.644l-4.99%2C13.797c-1.879-0.939-3.426-1.409-4.638-1.409c-2.466%2C0-4.55%2C1.527-6.253%2C4.58%0D%0A%09%09c-1.703%2C3.053-2.554%2C9.042-2.554%2C17.966l0.059%2C3.111v25.834h-15.911V33.685H248.465z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M354.675%2C70.264h-51.491c0.743%2C4.541%2C2.73%2C8.15%2C5.959%2C10.832s7.348%2C4.021%2C12.358%2C4.021%0D%0A%09%09c5.989%2C0%2C11.136-2.093%2C15.44-6.282l13.504%2C6.341c-3.365%2C4.776-7.396%2C8.31-12.094%2C10.599s-10.274%2C3.435-16.732%2C3.435%0D%0A%09%09c-10.021%2C0-18.182-3.16-24.483-9.481c-6.302-6.32-9.453-14.238-9.453-23.749c0-9.747%2C3.141-17.838%2C9.423-24.278%0D%0A%09%09c6.282-6.438%2C14.159-9.658%2C23.632-9.658c10.059%2C0%2C18.238%2C3.22%2C24.541%2C9.658c6.302%2C6.439%2C9.453%2C14.942%2C9.453%2C25.511L354.675%2C70.264z%0D%0A%09%09%20M338.646%2C57.639c-1.06-3.561-3.146-6.458-6.265-8.689s-6.733-3.346-10.853-3.346c-4.468%2C0-8.389%2C1.253-11.76%2C3.757%0D%0A%09%09c-2.117%2C1.566-4.078%2C4.326-5.881%2C8.278H338.646z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M406.752%2C42.609l-9.922%2C9.922c-4.032-3.992-7.691-5.989-10.979-5.989c-1.802%2C0-3.211%2C0.382-4.228%2C1.145%0D%0A%09%09c-1.019%2C0.763-1.526%2C1.713-1.526%2C2.848c0%2C0.861%2C0.322%2C1.654%2C0.969%2C2.378c0.646%2C0.725%2C2.24%2C1.712%2C4.785%2C2.965l5.871%2C2.936%0D%0A%09%09c6.185%2C3.053%2C10.43%2C6.165%2C12.74%2C9.334c2.309%2C3.172%2C3.464%2C6.891%2C3.464%2C11.156c0%2C5.676-2.084%2C10.411-6.253%2C14.209%0D%0A%09%09c-4.169%2C3.797-9.757%2C5.693-16.763%2C5.693c-9.315%2C0-16.753-3.641-22.312-10.92l9.864-10.744c1.879%2C2.191%2C4.08%2C3.963%2C6.604%2C5.313%0D%0A%09%09c2.524%2C1.351%2C4.766%2C2.025%2C6.723%2C2.025c2.114%2C0%2C3.816-0.509%2C5.107-1.525c1.291-1.019%2C1.938-2.192%2C1.938-3.523%0D%0A%09%09c0-2.466-2.329-4.873-6.987-7.223l-5.4-2.699c-10.333-5.205-15.5-11.722-15.5-19.551c0-5.049%2C1.947-9.365%2C5.842-12.946%0D%0A%09%09c3.895-3.582%2C8.875-5.372%2C14.941-5.372c4.148%2C0%2C8.054%2C0.91%2C11.713%2C2.73C401.105%2C36.591%2C404.208%2C39.204%2C406.752%2C42.609z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M459.651%2C42.609l-9.923%2C9.922c-4.031-3.992-7.69-5.989-10.979-5.989c-1.801%2C0-3.21%2C0.382-4.227%2C1.145%0D%0A%09%09c-1.02%2C0.763-1.527%2C1.713-1.527%2C2.848c0%2C0.861%2C0.323%2C1.654%2C0.969%2C2.378c0.646%2C0.725%2C2.24%2C1.712%2C4.785%2C2.965l5.871%2C2.936%0D%0A%09%09c6.185%2C3.053%2C10.431%2C6.165%2C12.741%2C9.334c2.309%2C3.172%2C3.464%2C6.891%2C3.464%2C11.156c0%2C5.676-2.084%2C10.411-6.253%2C14.209%0D%0A%09%09c-4.169%2C3.797-9.757%2C5.693-16.764%2C5.693c-9.314%2C0-16.753-3.641-22.311-10.92l9.864-10.744c1.879%2C2.191%2C4.08%2C3.963%2C6.604%2C5.313%0D%0A%09%09c2.525%2C1.351%2C4.767%2C2.025%2C6.724%2C2.025c2.113%2C0%2C3.815-0.509%2C5.107-1.525c1.291-1.019%2C1.938-2.192%2C1.938-3.523%0D%0A%09%09c0-2.466-2.329-4.873-6.987-7.223l-5.401-2.699c-10.333-5.205-15.5-11.722-15.5-19.551c0-5.049%2C1.947-9.365%2C5.843-12.946%0D%0A%09%09c3.895-3.582%2C8.875-5.372%2C14.941-5.372c4.148%2C0%2C8.053%2C0.91%2C11.713%2C2.73S457.107%2C39.204%2C459.651%2C42.609z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M479.702%2C7.382c2.81%2C0%2C5.22%2C1.018%2C7.229%2C3.053c2.011%2C2.036%2C3.017%2C4.502%2C3.017%2C7.398%0D%0A%09%09c0%2C2.857-0.995%2C5.294-2.986%2C7.31c-1.99%2C2.017-4.371%2C3.024-7.142%2C3.024c-2.851%2C0-5.279-1.028-7.29-3.083s-3.015-4.55-3.015-7.486%0D%0A%09%09c0-2.818%2C0.994-5.226%2C2.984-7.222C474.491%2C8.38%2C476.891%2C7.382%2C479.702%2C7.382z%20M471.688%2C33.685h16.028v63.879h-16.028V33.685z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M532.279%2C32.041c6.025%2C0%2C11.691%2C1.507%2C16.997%2C4.521c5.303%2C3.015%2C9.441%2C7.104%2C12.417%2C12.271%0D%0A%09%09c2.975%2C5.167%2C4.463%2C10.744%2C4.463%2C16.733c0%2C6.028-1.498%2C11.665-4.492%2C16.909c-2.994%2C5.246-7.074%2C9.346-12.241%2C12.301%0D%0A%09%09s-10.861%2C4.433-17.085%2C4.433c-9.159%2C0-16.979-3.258-23.456-9.774c-6.479-6.518-9.717-14.434-9.717-23.75%0D%0A%09%09c0-9.981%2C3.66-18.298%2C10.979-24.953C516.563%2C34.938%2C523.941%2C32.041%2C532.279%2C32.041z%20M532.543%2C47.13%0D%0A%09%09c-4.979%2C0-9.126%2C1.732-12.438%2C5.196c-3.313%2C3.464-4.971%2C7.897-4.971%2C13.298c0%2C5.56%2C1.638%2C10.06%2C4.911%2C13.504%0D%0A%09%09s7.42%2C5.167%2C12.438%2C5.167c5.018%2C0%2C9.193-1.74%2C12.525-5.227c3.332-3.482%2C4.999-7.965%2C4.999-13.444c0-5.479-1.638-9.932-4.909-13.357%0D%0A%09%09C541.825%2C48.843%2C537.64%2C47.13%2C532.543%2C47.13z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M579.249%2C33.685h16.028v6.546c3.635-3.064%2C6.927-5.195%2C9.878-6.393c2.95-1.198%2C5.971-1.797%2C9.059-1.797%0D%0A%09%09c6.331%2C0%2C11.705%2C2.211%2C16.123%2C6.634c3.712%2C3.757%2C5.569%2C9.316%2C5.569%2C16.674v42.213h-15.854V69.59c0-7.624-0.342-12.686-1.024-15.188%0D%0A%09%09c-0.684-2.502-1.874-4.408-3.573-5.718s-3.797-1.965-6.296-1.965c-3.241%2C0-6.023%2C1.085-8.348%2C3.255%0D%0A%09%09c-2.322%2C2.17-3.935%2C5.171-4.833%2C9.002c-0.469%2C1.994-0.701%2C6.314-0.701%2C12.959v25.627h-16.028V33.685L579.249%2C33.685z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M101.527%2C77.604c-32.648%2C31.078-61.511%2C34.231-78.374%2C24.037l-0.005-0.006l-1.831%2C2.412l-9.537-7.631%0D%0A%09l2.17-3.168C2.585%2C77.794%2C5.27%2C51.959%2C30.487%2C30.692c10.802-10.01%2C25.001-13.127%2C36-13.651c14.768-0.701%2C24.59%2C8.872%2C23.599%2C21.478%0D%0A%09c-1.023%2C13.004-13.669%2C29.262-51.332%2C42.557l-1.392%2C1.831c0.1%2C0.049%2C0.193%2C0.102%2C0.293%2C0.149%0D%0A%09c12.19%2C5.664%2C33.188%2C2.233%2C53.888-19.396L101.527%2C77.604L101.527%2C77.604z%20M27.953%2C72.8l3.051-4.454%0D%0A%09c9.467-1.431%2C20.682-7.491%2C27.57-14.459c6.073-6.142%2C8.49-12.229%2C6.441-15.407c-1.042-2.764-10.214-5.496-21.73%2C3.612%0D%0A%09C28.916%2C52.902%2C25.043%2C64.372%2C27.953%2C72.8L27.953%2C72.8z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23828282%22%20d%3D%22M12.317%2C98.07l7.303%2C5.914c0.613%2C0.498%2C0.708%2C1.402%2C0.211%2C2.018l-3.983%2C4.918%0D%0A%09c-0.497%2C0.613-1.403%2C0.708-2.016%2C0.211l-7.302-5.91c-0.613-0.496-0.708-1.402-0.213-2.018l3.984-4.92%0D%0A%09C10.798%2C97.672%2C11.705%2C97.574%2C12.317%2C98.07L12.317%2C98.07z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0.5rem auto 1rem auto;
}
@media only screen and (min-width: 62em) {
  .footer .expression {
    margin: 0;
    float: right;
  }
}
.footer .expression a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.rodape{
  background-color: #090909;
  padding: 1rem 0;
}
.rodape i{
  margin: 40px 0px 0px 6px;
  font-size: 20px;
  text-align: right;
  color: #fff;
}
.rodape .col-md-4{
  margin-top: 1rem;
  font-size: 15px;
}
.rodape .col-md-4 p{
  font-family: 'OpenSans-Regular-webfont';
  color: #fff;
  text-align: left;
  margin: 10px 0;
  font-size: 13px;
}
.rodape .col-md-4 a{
  font-family: 'OpenSans-Regular-webfont';
  color: #ffee89;
  text-align: left;
  margin: 5px 0;
  text-decoration: underline;
  margin-top: 10px;
}
.rodape .col-md-4 i {
    font-size: 12px;
    margin: 0;
}
.rodape .col-md-4 a:hover{
  color: #fff;
}
.rodape .col-md-5 img{
  padding: 1rem 0;
}
.sociais{
  margin: 30px 0 0 0;
  text-align: center;
}
.sociais img{
  margin-top: 1rem;
 margin-right: -2rem;
}
@media only screen and (min-width: 1200px) {
.sociais{
  margin: 30px 0 0 0;
  text-align: right;
}
}
.fa {
    display: inline;
}
.navbar-brand {
  width: 100%;
  height: 90px;
  background: url("../_images/logo1_cima.png") center center no-repeat;
  position: relative;
  z-index: 1;
  margin: 0 0 0 0;
  float: left;
}
@media only screen and (min-width: 62em) {
  .navbar-brand {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    width: 85%;
    height: 90px;
    background: url(../_images/logo1_cima.png) center center no-repeat;
    position: relative;
    z-index: 1;
    margin: 0 0 0 0;
    float: none;
  }
}
.navbar-brand h1 {
  width: 123px;
  height: 62px;
  display: block;
  font-size: 1px;
  overflow: hidden;
}
.navbar-brand a {
  width: 123px;
  height: 62px;
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (min-width: 62em) {
  ..navbar-brand a {
  width: 123px;
  height: 62px;
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  overflow: hidden;
}
}
.box_bt_topo {
  display: none;
}
@media only screen and (min-width: 62em) {
  .box_bt_topo {
    display: block;
  }
}
.bt_mobile {
  float: right;
}
.navbar-toggle {
  width: 50px;
  height: 50px;
  position: relative;
  display: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 9;
}
@media only screen and (min-width: 62em) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  width: 50px;
  height: 3px;
  display: block;
  border-radius: 0;
  margin: 10px  0;
  background: #ef2c3c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (min-width: 75em) {
  .navbar-toggle .icon-bar {
    display: none;
  }
}
.navbar-toggle .icon-bar.center {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.col-md-5 img{
  padding: 30px 0px;
  width: initial;
}
@media only screen and (min-width: 1200px) {
.col-md-5 img{
  padding: 5px 10px 0 100px;
  width: initial;
}
}
.menu_footer li {
  margin-bottom: 0.5rem;
}
.menu_footer li a {
  color: #dbdbdb;
}
.atendimento_footer strong {
  font-weight: normal;
  font-family: 'Raleway-Light';
}
.atendimento_footer strong:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-image: url("../_images/telefone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}
.atendimento_footer strong em {
  font-style: normal;
}

.cartoes{
  width: 258px;
  height: 35px;
  background: url(../_images/cartoes.jpg) right center no-repeat;
  margin: 1rem auto;

}
@media only screen and (min-width: 62em) {

.cartoes{

   margin: 0 auto;

}
}
.seguro{
  width: 158px;
  height: 35px;
  background: url(../_images/seguro.jpg) right center no-repeat;
  margin: 0 auto;

}

.certificacao{
    height: 3rem;
   background: url(../_images/certificacao.jpg) center center no-repeat;
   background-size: contain;
   margin: 1rem 1rem 2rem 1rem;
}

@media only screen and (min-width: 62em) {

.certificacao{

   margin: 1rem 0 2rem 0;

}
}

.aluno_mobile{
    position: absolute;
    right: 4rem;
    top: 1rem;
    display: block;
}
@media only screen and (max-width: 48em) {
.aluno_mobile{
    position: relative;
    right: 0rem;
    top: 0rem;
    display: block;
    text-align: center;
}
}
.aluno_mobile p{
  color: #ffffff;
  margin-left: 0.8rem;
  font-family: 'opensans-bold-webfont';
}
.aluno_mobile a{
  font-family: 'opensans-bold-webfont';
  font-size: 1.1rem;
  color: #FFFFFF;
}

.aluno_mobile   a:hover {
    text-decoration: none;
    color: #c2af45;
}

.pix-page main {
    padding: 2rem 0;
}

.pix-page h1 {
    margin: 0 0 1rem;
}

.pix-page h1 + p {
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
}

.pix-page img {
    margin: 0 auto;
    display: block;
}

.pix-page .pix-info {
  margin: 2rem 0;
}

.pix-page .pix-info .btn.copy {
    margin: 0.5rem auto 0;
    display: block;
    width: fit-content;
}

.pix-page .confirm-payment {
    padding: 1.2rem;
    margin-top: 2rem;
    border: 1px solid #e8e8e8;
    background-color: #fbfbfb;
    border-radius: 0.3rem;
}

.pix-page .confirm-payment p {
    margin: 0 0 .5rem;
}

.pix-page .confirm-payment .btn {
  display: flex;
  align-items: center;
}

.pix-page .load {
  width: 1.2rem;
  display: inline-block;
  margin: 0 0 0 .5rem;
}

/* 
  <div id="toast-message" class="toast success">
    <p>Copiado</p>
    <a href="javascript:;" onclick="closeToast(this)" class="closeToast"></a>
  </div> 
*/

#toast-area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

.toast {
  max-width: 400px;
  min-width: 220px;
  background: #fff;
  height: 100%;
  padding: 0.8rem 1.1rem;
  border: 1px solid #cfcfcf;
  margin: 0.5rem;
  border-radius: .2em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.toast p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: bold;
}

.toast.success {
  background: #ddffc6;
  border: 1px solid #9ac081;
  color: #345220;
}

.toast.error {
  background: #ffd6da;
  border: 1px solid #e3959d;
  color: #912732;
}

.toast.warning {
  background: #ffefc1;
  border: 1px solid #e6b219;
  color: #7d610d;
}
