@font-face {
  font-family: 'Gotham-Book';
  src: url('fonts/Gotham-Book.eot'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.woff2') format('woff2'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('fonts/Gotham-Light.eot'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('fonts/Gotham-Medium.eot'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('fonts/Gotham-Bold.eot'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('fonts/OpenSans-Bold.eot'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.woff2') format('woff2'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Gotham-Light';
  color: #131449;
  background-color: #131449;
  padding: 0;
  margin: 0 auto;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  font-family: 'Gotham-Bold';
  color: #131449;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}
@media only screen and (min-width: 62em) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.5;
  }
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #131449;
}
address {
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
}
.box_h1 {
  background: rgba(0, 57, 175, 0.4);
  padding: 1.4rem 0 1.3rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px #082690 solid;
}
@media only screen and (min-width: 62em) {
  .box_h1 {
    padding: 1.3rem;
    margin-bottom: 0;
  }
}
.box_h1 h1 {
  font-size: 1.1rem;
  color: #d2daf5;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 62em) {
  .box_h1 h1 {
    font-size: 1.2rem;
    color: #fff;
  }
}
.tit_page {
  margin-bottom: 2rem;
  font-size: 2rem;
}
a {
  color: #131449;
  text-decoration: none;
  opacity: 1;
  text-rendering: optimizeLegibility;
  cursor: pointer;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: #131449;
}
a:hover {
  text-decoration: none;
  color: #131449;
}
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;
  }
}
p {
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.5;
}
strong {
  font-family: 'Gotham-Bold';
}
.breadcrumb {
  font-size: 0.8rem;
  color: #5D5D5D;
  margin-bottom: 2rem;
}
.breadcrumb em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.breadcrumb span {
  font-size: #5d5d5d;
  text-rendering: optimizeLegibility;
}
.breadcrumb a {
  color: #5D5D5D;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a:hover {
  color: #001f60;
}
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 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.close:before {
  content: '';
  position: absolute;
  top: 24px;
  width: 50px;
  height: 4px;
  background-color: #001f60;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:after {
  content: '';
  position: absolute;
  top: 24px;
  width: 50px;
  height: 4px;
  background-color: #001f60;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check {
  width: 30px;
  height: 17px;
  border-bottom: solid 4px #001f60;
  border-left: solid 4px #001f60;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 4rem;
}
.has_gallery {
  display: block;
  position: relative;
}
.has_gallery:after {
  content: "";
  width: 80px;
  height: 80px;
  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%22Capa_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%22124px%22%20height%3D%22124px%22%20viewBox%3D%220%200%20124%20124%22%20enable-background%3D%22new%200%200%20124%20124%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23001f60%22%20d%3D%22M62%2C55.875c-5.074%2C0-9.188%2C4.115-9.188%2C9.188c0%2C5.076%2C4.113%2C9.188%2C9.188%2C9.188%0D%0A%09%09%09c5.072%2C0%2C9.188-4.11%2C9.188-9.188C71.188%2C59.99%2C67.072%2C55.875%2C62%2C55.875z%20M86.5%2C46.688h-7.35c-1.012%2C0-2.102-0.784-2.42-1.743%0D%0A%09%09%09l-1.899-5.702c-0.319-0.958-1.407-1.743-2.419-1.743H51.588c-1.011%2C0-2.1%2C0.784-2.419%2C1.743l-1.9%2C5.702%0D%0A%09%09%09c-0.32%2C0.958-1.408%2C1.743-2.419%2C1.743H37.5c-3.369%2C0-6.125%2C2.756-6.125%2C6.125v27.563c0%2C3.369%2C2.756%2C6.125%2C6.125%2C6.125h49%0D%0A%09%09%09c3.369%2C0%2C6.125-2.756%2C6.125-6.125V52.813C92.625%2C49.442%2C89.869%2C46.688%2C86.5%2C46.688z%20M62%2C80.375%0D%0A%09%09%09c-8.457%2C0-15.313-6.855-15.313-15.313c0-8.457%2C6.855-15.313%2C15.313-15.313c8.455%2C0%2C15.313%2C6.856%2C15.313%2C15.313%0D%0A%09%09%09C77.313%2C73.52%2C70.455%2C80.375%2C62%2C80.375z%20M84.355%2C57.096c-1.185%2C0-2.145-0.959-2.145-2.144c0-1.184%2C0.96-2.144%2C2.145-2.144%0D%0A%09%09%09s2.145%2C0.96%2C2.145%2C2.144C86.5%2C56.135%2C85.54%2C57.096%2C84.355%2C57.096z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 5;
}
@media only screen and (min-width: 48em) {
  .has_gallery:after {
    width: 100px;
    height: 100px;
  }
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 4rem;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 62em) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}
.swiper-button-prev {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-49%2013%2024%2038%22%20enable-background%3D%22new%20-49%2013%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23001f60%22%20points%3D%22-29.9%2C49.1%20-27.2%2C46.4%20-41.5%2C32%20-27.2%2C17.6%20-29.9%2C14.9%20-46.8%2C32%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #fff;
  right: inherit;
}
.swiper-button-next {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-37%2032%2024%2038%22%20enable-background%3D%22new%20-37%2032%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23001f60%22%20points%3D%22-32.1%2C33.9%20-34.8%2C36.6%20-20.5%2C51%20-34.8%2C65.4%20-32.1%2C68.1%20-15.2%2C51%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #fff;
  left: inherit;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .container_carousel {
    max-width: 600px;
  }
}
#swiper_carousel {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}
#swiper_carousel .swiper-container {
  padding: 0  4rem;
  overflow: initial;
}
@media only screen and (min-width: 62em) {
  #swiper_carousel .swiper-container {
    padding: 0  4rem;
  }
}
#swiper_carousel .swiper-pagination {
  bottom: -3rem;
}
#swiper_carousel .swiper-slide {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #swiper_carousel .swiper-slide {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 62em) {
  #swiper_carousel .swiper-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#swiper_carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 62em) {
  #swiper_carousel .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#swiper_carousel .swiper-button-prev.swiper-button-disabled,
#swiper_carousel .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#swiper_carousel .swiper-button-prev.swiper-button-disabled:before,
#swiper_carousel .swiper-button-next.swiper-button-disabled:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 62em) {
  .article {
    padding-right: 2rem;
  }
}
.article header h1 {
  font-size: 2rem;
  margin: 0.8rem 0 0.5rem 0;
  border-top: 1px #dddddd solid;
  padding-top: 1rem;
}
.article header time {
  font-size: 0.8rem;
  color: #ccc;
}
.article figure figcaption p {
  font-style: italic;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.article a {
  color: #001f60;
}
.article p strong {
  font-family: 'Gotham-Book';
}
.article h2,
.article h3,
.article h4 {
  font-family: 'Gotham-Book';
}
.article ul {
  padding: 0;
  margin: 2rem 0;
}
.article ul li {
  list-style: none;
  margin: 1rem 0;
}
.article ul li:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3rem;
  font-size: 0.7rem;
}
.article img {
  width: auto;
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.article iframe {
  width: 100% !important;
  height: 280px !important;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48em) {
  .article iframe {
    height: 380px !important;
  }
}
@media only screen and (min-width: 75em) {
  .article iframe {
    height: 420px !important;
  }
}
.video_fluid {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_fluid iframe,
.video_fluid object,
.video_fluid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn {
  width: 100%;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'OpenSans-Bold';
  padding: 0.9rem 3rem 0.7rem 3rem;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .btn {
    width: auto;
    display: inline-block;
  }
}
.btn .fa {
  margin-right: 0.8rem;
  font-size: 1.2rem;
}
.btn:focus,
.btn:hover {
  color: #fff;
  outline: none;
}
.btn:hover {
  opacity: 0.8;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.9;
}
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
.primary {
  background: #4a55c6;
  border: 2px #4a55c6 solid;
}
.danger {
  border: 2px #ec472c solid;
  background: #ec472c;
}
.success {
  border: 2px #22b66e solid;
  background: #22b66e;
}
@media only screen and (min-width: 34em) {
  .left {
    float: left;
  }
}
@media only screen and (min-width: 34em) {
  .right {
    float: right;
  }
}
.box_inicial {
  text-align: center;
  min-height: 22rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: center;
  -webkit-flex-direction: center;
  flex-direction: center;
}
@media only screen and (min-width: 62em) {
  .box_inicial {
    min-height: 70vh;
  }
}
.box_inicial img {
  max-width: 429px;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 62em) {
  .box_inicial img {
    transform: translate3d(-40px, 0, 0);
    -webkit-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
  }
}
.box_inicial p {
  color: #fff;
  font-size: 1.5rem;
}
.box_inicial p a {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 62em) {
  .box_inicial p a {
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 62em) {
  #form_cancelamento {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 62em) {
  #form_cancelamento .box_input:first-child {
    max-width: 193px;
  }
}
#form_cancelamento .success .fa {
  margin-right: 0.3rem;
}
.modal {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}
.modal .modal-header {
  background: #001f60;
  padding: 1rem;
  position: relative;
}
.modal .modal-header h5 {
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  font-family: 'Gotham-Medium';
  font-size: 0.8rem;
  font-weight: normal;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}
.modal .modal-header .close_modal {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  right: 10px;
  opacity: 0.8;
  z-index: 5;
}
.modal .modal-header .close_modal:before {
  content: '';
  position: absolute;
  top: 9px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-header .close_modal:after {
  content: '';
  position: absolute;
  top: 9px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .modal-footer {
  text-align: center;
  padding: 0 1rem 1rem 1rem;
  background: #fff;
}
@media only screen and (min-width: 48em) {
  .modal .modal-footer {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    text-align: right;
    padding: 0;
  }
}
.modal .modal-footer a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 1rem;
  font-size: 13px;
  line-height: 1.5384616;
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  .modal .modal-footer a {
    padding: 7px 12px;
  }
}
.modal .modal-footer .btn {
  font-size: 0.9rem;
  padding: 0.8rem 3rem 0.7rem 3rem;
}
.modal-back {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
}
.modal-content {
  height: 100%;
  overflow: scroll;
  box-shadow: 0 7px 19px 0 rgba(2, 14, 39, 0.3);
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media only screen and (min-width: 48em) {
  .modal-content {
    max-width: 680px;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 0;
    left: 0;
    right: 0;
    bottom: inherit;
    top: 2rem;
  }
}
.modal-content .alert {
  margin: 0;
  padding: 0.6rem 1rem 0.6rem 3.5rem;
  font-size: 0.8rem;
}
@media only screen and (min-width: 62em) {
  .modal-content .alert {
    font-family: 'Gotham-Light';
  }
}
@media only screen and (min-width: 62em) {
  .modal-content .alert .fa {
    font-size: 1.2rem;
    height: 17px;
  }
}
@media screen and (max-height: 400px) {
  .modal-content {
    position: relative;
    margin: 1rem auto 0 auto;
  }
}
.modal-body {
  padding: 1rem;
  background: #fff;
}
.modal-body p {
  font-size: 0.9rem;
}
.modal-body p strong .fa {
  width: 14px;
  font-size: 1rem;
  margin-right: 3px;
  vertical-align: middle;
  text-align: center;
}
.modal-body .form {
  margin: 0 0 70px 0;
  padding: 0;
}
.modal-body .form label {
  color: #656e82;
  display: block;
  font-weight: normal;
  margin-bottom: 2px;
  margin-left: 2px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.modal-body .form .box_select {
  margin-bottom: 1.5rem;
}
.modal-body .form .box_select select {
  background: #f7f7f7;
  border: 1px #d5d9e6 solid;
  color: #313846;
  font-size: 0.8rem;
  padding: 0.7rem;
}
.modal-body .form .box_select:after {
  width: 1rem;
  height: 1.5rem;
  right: 9px;
  bottom: 8px;
  top: inherit;
  font-size: 1.2rem;
}
.modal-body .form .box_input {
  margin-bottom: 1.5rem;
}
.modal-body .form .box_input input {
  background: #f7f7f7;
  border: 1px #d5d9e6 solid;
  color: #313846;
  font-size: 0.8rem;
  padding: 0.7rem;
}
.modal-body .form .check_box {
  margin: 10px 0 10px 0;
  text-align: left;
}
.modal-body .form .check_box label {
  font-size: 0.8rem;
  margin: 4px 0 0 0;
}
.modal-body .form .check_box input {
  height: 15px;
  width: 15px;
}
.modal-body .form .check_box .check_img {
  height: 15px;
  width: 15px;
  top: 0;
  margin-left: -19px;
}
.modal-body .form .check_box .check_img:after {
  left: 4px;
  top: 0px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
}
.modal-body .form .check_box input:checked ~ .check_img:after {
  border: solid #001f60;
  border-width: 0 2px 2px 0;
  left: 4px;
  top: 0px;
}
.modal-body .form .btn {
  font-size: 0.9rem;
}
.modal-body .form a {
  font-size: 0.9rem;
}
.modal-body .form .box_btn {
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}
@media only screen and (min-width: 48em) {
  .modal-body .form .box_btn {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    text-align: right;
    padding: 0;
  }
}
.modal-body .form .box_btn a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 1rem;
  font-size: 13px;
  line-height: 1.5384616;
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  .modal-body .form .box_btn a {
    padding: 7px 12px;
  }
}
.modal-body .form .box_btn .btn {
  font-size: 1rem;
  padding: 0.8rem 3rem 0.7rem 3rem;
}
.load_schedule {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url("../_images/load3.gif") rgba(255, 255, 255, 0.5) center 200px no-repeat;
  z-index: 9;
}
.alert {
  max-width: 1400px;
  background: #ddd;
  margin: 1.5rem auto 0 auto;
  color: #fff;
  padding: 1rem 1rem 1rem 3.5rem;
  letter-spacing: 1px;
  font-size: 0.9rem;
  position: relative;
  font-family: 'Gotham-Medium';
  cursor: pointer;
}
.alert.danger {
  background: #ec472c;
}
.alert.success {
  background: #22b66e;
}
.alert .fa {
  width: 30px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 1rem;
  top: 0;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
}
.our_plans {
  max-width: 700px;
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 62em) {
  .our_plans {
    margin: 4rem auto 0 auto;
  }
}
.our_plans .box_img {
  text-align: center;
  margin-top: 1rem;
  background: #fff;
  padding: 1.5rem 1rem 1rem 1rem;
}
.our_plans .box_img img {
  margin: 0 auto;
}
.our_plans .btn {
  background: #f78e1f;
  padding: 0.9rem 1rem 0.7rem 1rem;
}
.fix_body {
  overflow-y: hidden;
}
.header {
  background: #fff;
  position: relative;
  z-index: 9;
  border-bottom: 1px #ece3de solid;
}
.header .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header .box_busca {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 62em) {
  .header .box_busca {
    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;
  }
}
.fix_header {
  width: 100%;
  position: fixed;
}
.header_mobile .box_busca {
  display: none;
}
.header_mobile .col-lg-4,
.header_mobile .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-hide {
  display: none;
}
@media only screen and (min-width: 62em) {
  .col-hide {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.close_menu {
  text-align: right;
  margin: 0;
}
.close_menu a {
  width: 2.5rem;
  height: 3rem;
  display: inline-block;
  color: #fff;
  background: url("../_images/close.svg") center center no-repeat;
  background-size: 50%;
}
.slideout-menu {
  width: 317px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  background: -webkit-linear-gradient(left, #002675, #001e61);
  background: linear-gradient(left, #002675, #001e61);
  display: none;
}
.slideout-menu ul {
  max-width: 90%;
  position: relative;
  padding: 0 1rem;
  z-index: 5;
}
@media only screen and (min-width: 48em) {
  .slideout-menu ul li:last-child {
    display: none;
  }
}
.slideout-menu ul li {
  padding: 0;
  position: relative;
  list-style: none;
  border-top: 1px solid #0c0e23;
}
.slideout-menu ul li a {
  font-size: 1.125rem;
  font-family: 'Gotham-Light';
  color: #fff;
  padding: 1.3rem 1rem;
  display: block;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 62em) {
  .slideout-menu ul li a {
    padding: 1.5rem 1rem;
  }
}
.slideout-menu ul li a .fa {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 62em) {
  .slideout-menu ul li a .fa {
    display: none;
  }
}
.slideout-menu ul li a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002062+0,093ba0+51,002a7d+100 */
  background: #002062;
  /* Old browsers */
  background: -moz-linear-gradient(left, #002574 0%, #093ba0 51%, #001f64 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #002574 0%, #093ba0 51%, #001f64 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #002574 0%, #093ba0 51%, #001f64 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002062', endColorstr='#001f64', GradientType=1);
  /* IE6-9 */
  text-indent: 30px;
}
.slideout-menu ul li ul {
  background: #332f2f;
}
.slideout-menu ul li ul li {
  padding-left: 1rem;
  border-top: 1px solid #211c1c;
}
.slideout-menu-left {
  left: 0;
  overflow-x: hidden;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  width: 100%;
  min-height: 101vh;
  position: relative;
  z-index: 1;
  background: url("../_images/background.jpg") left center no-repeat;
  background-size: cover;
  box-shadow: -10px 0 11px 0 rgba(0, 0, 0, 0.3);
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 48em) {
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
  }
}
.slideout-open .slideout-menu {
  display: block;
}
.navbar-menu {
  width: 100%;
  background: #000;
  position: relative;
  z-index: 99;
  display: none;
}
@media only screen and (min-width: 62em) {
  .navbar-menu {
    display: block;
  }
}
.header_mobile .navbar-menu {
  display: none;
}
.menu {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: center;
  -webkit-flex-direction: center;
  flex-direction: center;
}
@media only screen and (min-width: 62em) {
  .menu {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.menu > li {
  position: relative;
  margin: 0 ;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  line-height: 2;
  padding: 5px 0;
}
@media only screen and (min-width: 62em) {
  .menu > li {
    margin: 0 15px;
  }
}
.menu > li:last-child {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 62em) {
  .menu > li:last-child {
    margin-right: 15px;
  }
}
.menu > li a {
  color: #131449;
  border-top: none;
  padding: 3px 0;
  letter-spacing: 0;
  display: block;
  line-height: 1.3;
  font-size: 0.68rem;
}
@media only screen and (min-width: 62em) {
  .menu > li a {
    font-size: 0.78rem;
  }
}
.menu > li a:hover {
  color: #131449;
}
.menu > li a:hover .fa {
  color: #131449;
}
.menu > li a .fa {
  font-size: 1.1rem;
  color: #b6b6b7;
}
.menu > li a .fa-cog {
  font-size: 1.3rem;
}
.menu > li a.avatar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 1;
}
@media only screen and (min-width: 62em) {
  .menu > li a.avatar img {
    width: 50px;
    height: 50px;
  }
}
.menu > li a.avatar:hover img {
  opacity: 0.8;
}
.menu > li a.notification {
  position: relative;
}
.menu > li a.notification span {
  width: 18px;
  height: 18px;
  display: block;
  background: #f78e1f;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.7;
  color: #fff;
}
.menu > li.language a img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.menu > li.language a .fa {
  color: #131449;
  margin-left: 1px;
  font-size: 1rem;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .menu > li.language a .fa {
    margin-left: 5px;
  }
}
.menu > li.language a span {
  display: none;
}
@media only screen and (min-width: 48em) {
  .menu > li.language a span {
    display: inline-block;
    vertical-align: middle;
  }
}
.menu > li.plan {
  display: block;
}
.menu > li.plan a .fa {
  color: #f78e1f;
  margin-right: 5px;
  margin-left: 5px;
}
.menu > li.plan.unlock {
  display: none;
}
@media only screen and (min-width: 48em) {
  .menu > li.plan.unlock {
    display: block;
  }
}
.dropdown-toggle:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.8rem;
  background: url("../_images/plus.svg") right center no-repeat;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 62em) {
  .dropdown-toggle:after {
    display: none;
    vertical-align: middle;
    position: relative;
    top: 0;
    right: 0;
    margin-left: 0.5rem;
    background: url("../_images/seta_menu.svg") right center no-repeat;
  }
}
.dropdown-toggle.ativo:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1.7rem;
}
.menu li a ~ ul {
  width: 125px;
  max-height: inherit;
  height: inherit;
  position: absolute;
  right: 0;
  left: -53px;
  top: 34px;
  margin: auto;
  display: none;
  background: #fff;
  box-shadow: 0 2px 2px 1px rgba(193, 178, 169, 0.46);
  padding: 0;
}
@media only screen and (min-width: 62em) {
  .menu li a ~ ul {
    left: -13px;
  }
}
.menu li a ~ ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #001f60;
}
.menu li a ~ ul:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #001f60;
}
.menu li a ~ ul li {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .menu li a ~ ul li {
    border-top: 1px solid #cdd5d8;
  }
}
.menu li a ~ ul li a {
  color: #001f60;
  padding: 1rem 0.5rem;
  font-size: 0.78rem;
  font-family: 'Gotham-Book';
  display: block;
  color: #58666c;
}
.menu li a ~ ul li a:hover {
  background: #f1f1f1;
}
.menu li a ~ ul li a img {
  width: 17px;
  height: 17px;
}
.menu li a ~ ul li:first-child a {
  border-top: 1px solid #0a0a0a;
}
@media only screen and (min-width: 62em) {
  .menu li a ~ ul li:first-child a {
    border-top: none;
  }
}
.menu li a ~ ul li:last-child a {
  border-bottom: none;
}
.menu li:hover a ~ ul {
  display: block;
}
.navbar-brand {
  width: 94%;
  height: 10rem;
  background: url("../_images/logo.svg") center center no-repeat;
  background-size: 30%;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media only screen and (min-width: 62em) {
  .navbar-brand {
    width: 100%;
    height: 25vh;
    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;
  }
}
.navbar-brand div {
  width: 123px;
  height: 62px;
  display: block;
  font-size: 1px;
  overflow: hidden;
}
.navbar-brand a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  overflow: hidden;
}
.header_mobile .navbar-brand {
  float: left;
}
.bt_mobile {
  width: 50px;
  height: 50px;
  margin: 1rem 0;
}
@media only screen and (min-width: 62em) {
  .bt_mobile {
    margin: 1rem;
  }
}
.header_mobile .bt_mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navbar-toggle {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  width: 42px;
  height: 5px;
  display: block;
  border-radius: 4px;
  margin: 6px  0;
  background: #f78e1f;
  transition: all 0.3s ease-in-out;
  -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);
}
.navbar-toggle .icon-bar.center {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#bodyTouch.fix_body .header .navbar-toggle .icon-bar {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  background: #f78e1f;
}
#bodyTouch.fix_body .header .navbar-toggle .icon-bar.center {
  opacity: 0;
  transform: rotate(-180deg) translate3d(0, -10px, 0);
  -webkit-transform: rotate(-180deg) translate3d(0, -10px, 0);
  -ms-transform: rotate(-180deg) translate3d(0, -10px, 0);
}
#bodyTouch.fix_body .header .navbar-toggle .icon-bar.last {
  opacity: 1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
}
.busca {
  width: 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-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.busca label {
  display: none;
}
.busca input[type=search] {
  color: #dbdbdb;
}
.busca input[type=search] {
  width: 100%;
  height: 100%;
  background: #dddddd;
  border: 1px #dddddd solid;
  border-radius: 0 0 0 0;
  font-size: 1rem;
  font-family: 'Gotham-Book';
  text-indent: 1rem;
  color: #131449;
}
.busca input[type=search]:focus {
  outline: none;
}
.busca .box_search {
  flex: 0 0 80%;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.busca .box_bt_busca {
  flex: 0 0 20%;
}
.busca .bt_busca {
  width: 100%;
  height: 3rem;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 0 0 0;
  display: block;
  color: #fff;
  background: #001f60;
  padding: 0;
  cursor: pointer;
  background: url("../_images/busca.svg") #001f60 center center no-repeat;
  background-size: 60%;
  font-size: 1px;
  color: transparent;
}
@media only screen and (min-width: 34em) {
  .busca .bt_busca {
    height: 3.5rem;
    background: url("../_images/busca.svg") #001f60 center center no-repeat;
    background-size: 60%;
  }
}
@media only screen and (min-width: 75em) {
  .busca .bt_busca {
    height: 3rem;
    background: url("../_images/busca.svg") #001f60 center center no-repeat;
    background-size: 50%;
  }
}
.busca .bt_busca:focus {
  outline: none;
}
.busca ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Gotham-Book';
  font-size: 0.8rem;
}
.busca :-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Gotham-Book';
  font-size: 0.8rem;
}
.busca ::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Gotham-Book';
  font-size: 0.8rem;
}
.busca :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Gotham-Book';
  font-size: 0.8rem;
}
.busca :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.busca :focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.busca :focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.busca :focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.box_busca_mobile {
  padding: 0 0.5rem 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}
.box_busca_mobile .busca .bt_busca {
  height: 2.5rem;
}
.box_busca_mobile .busca input[type=search] {
  background: #5f5959;
  border: 1px #696262 solid;
}
.telefone_topo {
  color: #fff;
}
.telefone_topo p {
  float: left;
  padding: 0 1rem 0 0;
  margin: 0;
}
.telefone_topo p em {
  font-style: normal;
}
.telefone_topo p:first-child: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;
}
.small_info {
  width: 100%;
  height: 11rem;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_2%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%22745.5px%22%20height%3D%22928.5px%22%20viewBox%3D%220%200%20745.5%20928.5%22%20enable-background%3D%22new%200%200%20745.5%20928.5%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23f78e1f%22%20d%3D%22M721.3%2C880.3c0-276%2C0-551.9%2C0-827.9c0-47.3-33.6-42.3-52-38c-7.9%2C1.9-15.7%2C4-23.6%2C5.8%0D%0A%09%09C573.4%2C36.4%2C501%2C52.7%2C428.7%2C68.8c-109.9%2C24.5-219.8%2C49-329.6%2C73.5c-11.4%2C2.5-22.7%2C5-34.1%2C7.6c-41.8%2C9.7-46.3%2C34.9-41.6%2C58.4%0D%0A%09%09c6%2C29.5%2C17.3%2C57.6%2C25.9%2C86.4c37.2%2C123.6%2C74.3%2C247.2%2C111.5%2C370.7c11.1%2C36.7%2C34.7%2C62%2C70.4%2C75.8c135%2C52.1%2C270%2C104%2C405%2C156%0D%0A%09%09c13.3%2C5.1%2C27.1%2C10.5%2C40%2C15.1C699.9%2C920.8%2C721.3%2C909.9%2C721.3%2C880.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: 0px -90px;
  background-repeat: no-repeat;
  background-size: 230%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: center;
  -webkit-flex-direction: center;
  flex-direction: center;
  z-index: 1;
  position: relative;
}
@media screen and (min-height: 820px) {
  .small_info {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 75em) {
  .small_info {
    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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_2%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%22745.5px%22%20height%3D%22928.5px%22%20viewBox%3D%220%200%20745.5%20928.5%22%20enable-background%3D%22new%200%200%20745.5%20928.5%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23f78e1f%22%20d%3D%22M721.3%2C880.3c0-276%2C0-551.9%2C0-827.9c0-47.3-33.6-42.3-52-38c-7.9%2C1.9-15.7%2C4-23.6%2C5.8%0D%0A%09%09C573.4%2C36.4%2C501%2C52.7%2C428.7%2C68.8c-109.9%2C24.5-219.8%2C49-329.6%2C73.5c-11.4%2C2.5-22.7%2C5-34.1%2C7.6c-41.8%2C9.7-46.3%2C34.9-41.6%2C58.4%0D%0A%09%09c6%2C29.5%2C17.3%2C57.6%2C25.9%2C86.4c37.2%2C123.6%2C74.3%2C247.2%2C111.5%2C370.7c11.1%2C36.7%2C34.7%2C62%2C70.4%2C75.8c135%2C52.1%2C270%2C104%2C405%2C156%0D%0A%09%09c13.3%2C5.1%2C27.1%2C10.5%2C40%2C15.1C699.9%2C920.8%2C721.3%2C909.9%2C721.3%2C880.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: 0px -55px;
    background-repeat: no-repeat;
    background-size: 230%;
  }
}
@media screen and (min-height: 570px) and (max-height: 650px) {
  .small_info {
    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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_2%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%22745.5px%22%20height%3D%22928.5px%22%20viewBox%3D%220%200%20745.5%20928.5%22%20enable-background%3D%22new%200%200%20745.5%20928.5%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23f78e1f%22%20d%3D%22M721.3%2C880.3c0-276%2C0-551.9%2C0-827.9c0-47.3-33.6-42.3-52-38c-7.9%2C1.9-15.7%2C4-23.6%2C5.8%0D%0A%09%09C573.4%2C36.4%2C501%2C52.7%2C428.7%2C68.8c-109.9%2C24.5-219.8%2C49-329.6%2C73.5c-11.4%2C2.5-22.7%2C5-34.1%2C7.6c-41.8%2C9.7-46.3%2C34.9-41.6%2C58.4%0D%0A%09%09c6%2C29.5%2C17.3%2C57.6%2C25.9%2C86.4c37.2%2C123.6%2C74.3%2C247.2%2C111.5%2C370.7c11.1%2C36.7%2C34.7%2C62%2C70.4%2C75.8c135%2C52.1%2C270%2C104%2C405%2C156%0D%0A%09%09c13.3%2C5.1%2C27.1%2C10.5%2C40%2C15.1C699.9%2C920.8%2C721.3%2C909.9%2C721.3%2C880.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: 0px -68px;
    background-repeat: no-repeat;
    background-size: 230%;
  }
}
.small_info .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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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 1.5rem auto;
  opacity: 0.8;
}
.small_info small {
  color: #fff;
}
.footer {
  background: #232323;
  margin-top: 2rem;
  padding: 4rem 0 0 0;
  color: #dbdbdb;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .footer {
    text-align: left;
  }
}
.footer p {
  font-size: 1rem;
  margin: 1.2rem 0;
  color: #dbdbdb;
}
.footer h3,
.footer h4,
.footer h5 {
  font-family: 'Gotham-Bold';
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
  color: #dbdbdb;
}
.footer .box_small {
  background: #ffffff;
  margin-top: 4rem;
}
.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;
  margin-top: 0.5rem;
  line-height: 2;
}
@media only screen and (min-width: 62em) {
  .footer .box_small small {
    padding: 0;
    margin-top: 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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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 1.5rem auto;
  opacity: 0.8;
}
@media only screen and (min-width: 62em) {
  .footer .expression {
    margin: 0;
    float: right;
  }
}
.footer .expression a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.menu_footer li {
  margin-bottom: 0.5rem;
}
.menu_footer li a {
  color: #dbdbdb;
}
.menu_footer li a:hover {
  color: #001f60;
}
.atendimento_footer p {
  font-size: 0.8rem;
}
.atendimento_footer p .fa {
  margin-right: 0.5rem;
}
.logo_footer {
  width: 123px;
  height: 62px;
  background: url(../_images/logo.svg) left center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.pagination {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  margin: 3rem 0 2rem 0;
  border-radius: 4px;
  text-align: center;
}
.pagination > li {
  display: inline-block;
  border: none;
  margin-left: -1px;
}
.pagination > li > a .fa {
  font-size: 1rem;
  padding: 3px 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 1rem;
  line-height: 1.42857143;
  text-decoration: none;
  color: #001f60;
  background-color: #ffffff;
  margin-left: -1px;
  border: 1px #001f60 solid;
  font-size: 1rem;
}
@media only screen and (min-width: 62em) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 0.8rem 1.3rem;
  }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #001f60;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #001f60;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dddddd;
  background-color: #ffffff;
  cursor: not-allowed;
  border: 1px #dddddd solid;
}
.form {
  padding-top: 1rem;
}
@media only screen and (min-width: 62em) {
  .form {
    padding-top: 3rem;
  }
}
.form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.form label {
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #adbcea;
}
.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=email],
.form input[type=submit],
.form input[type=password] {
  width: 100%;
  padding: 0.8rem;
  background: rgba(223, 233, 242, 0.9);
  border-radius: 4px;
  border: 1px #4259ad solid;
  font-size: 1rem;
  font-family: 'Gotham-Book';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #313846;
}
.form input[type=search]:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=submit]:focus,
.form input[type=password]: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;
}
.form .box_select select {
  width: 100%;
  padding: 0.8rem;
  background: rgba(223, 233, 242, 0.9);
  border-radius: 4px;
  border: 1px #4259ad solid;
  font-size: 1rem;
  font-family: 'Gotham-Book';
  color: #313846;
  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: 2rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: 1px;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
  pointer-events: none;
  z-index: 99;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  padding-top: 9px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #001f60;
}
.form .box_select select.error {
  border: 1px #fccbc7 solid;
  background: #fde1df;
  color: #f8877f;
}
.form textarea {
  height: 165px;
  width: 100%;
  padding: 0.8rem;
  background: rgba(223, 233, 242, 0.9);
  border-radius: 4px;
  border: 1px #4259ad solid;
  font-size: 1rem;
  font-family: 'Gotham-Book';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #313846;
  white-space: initial;
  overflow: inherit;
  resize: none;
}
.form textarea:focus {
  outline: none;
}
.form textarea.error {
  border: 1px #fccbc7 solid;
  background: #fde1df;
}
.form textarea.error ~ .error {
  top: 50px;
  bottom: inherit;
}
.form input.error {
  border: 1px #fccbc7 solid;
  background: #fde1df;
}
.form span.error {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 64px;
  padding: 0.5rem;
  color: #ffffff;
  border: 1px #F44336 solid;
  background: #F44336;
  font-size: 0.8rem;
  border-radius: 0;
  border-bottom: 1px #d2190b solid;
}
.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 #F44336;
}
.form input.valid,
.form select.valid {
  border: 1px #000 solid;
}
.form .radio {
  width: 48%;
  margin: 1rem 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.form .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 .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 #001f60;
}
.form .radio input:checked ~ .check_img {
  background-color: #001f60;
}
.form .radio label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin-left: 1.5rem;
  margin-bottom: 0;
  cursor: pointer;
}
.form .radio span.error {
  width: 100%;
  right: 0;
  left: 0;
  top: 30px;
  margin: auto;
}
@media only screen and (min-width: 34em) {
  .form .radio span.error {
    width: 70%;
  }
}
@media only screen and (min-width: 48em) {
  .form .radio span.error {
    width: auto;
    right: inherit;
    left: 25px;
    top: 30px;
    bottom: inherit;
  }
}
.form .check_box {
  width: auto;
  margin: 60px 0 30px 0;
  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 #001f60;
  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 #001f60;
  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: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.envio span {
  display: block;
  margin-bottom: 1rem;
}
.envio h3 {
  font-size: 1.3rem;
  color: #fff;
}
.envio p {
  color: #fff;
}
.envio img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
[disabled] {
  cursor: not-allowed;
}
::-webkit-input-placeholder {
  color: #7f83ba;
  opacity: 1;
  font-family: 'Gotham-Light';
  font-weight: normal;
  font-size: 0.9rem;
}
:-moz-placeholder {
  color: #7f83ba;
  opacity: 1;
  font-family: 'Gotham-Light';
  font-weight: normal;
  font-size: 0.9rem;
}
::-moz-placeholder {
  color: #7f83ba;
  opacity: 1;
  font-family: 'Gotham-Light';
  font-weight: normal;
  font-size: 0.9rem;
}
:-ms-input-placeholder {
  color: #7f83ba;
  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;
}
/* LOGIN */
.body_login {
  min-height: 100vh;
  background: url("../_images/back_login_mobile.jpg") #001f60 top center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .body_login {
    height: 100vh;
    background: url("../_images/back_login.jpg") center center no-repeat;
    background-size: cover;
  }
}
#center_login {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media only screen and (max-width: 676px) and (orientation: landscape) {
  #center_login {
    position: relative;
  }
}
@media only screen and (min-height: 667px) and (orientation: portrait) {
  #center_login {
    top: -5rem;
    height: 540px;
  }
}
@media only screen and (min-width: 48em) {
  #center_login {
    width: 900px;
    height: 540px;
  }
}
#center_login .container {
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  #center_login .container {
    box-shadow: 0 17px 15px -11px rgba(0, 0, 0, 0.29);
  }
}
#center_login .container .row .col-md-5,
#center_login .container .row .col-md-7 {
  padding: 0;
}
#center_login .container .row .col-md-7 {
  background: url("../_images/img_login.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 48em) {
  #center_login .container .row .col-md-7 {
    display: block;
  }
}
#center_login .container .row .col-md-7 h3 {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin-top: 6rem;
}
#center_login .container .row .col-md-7 h3:after {
  content: "";
  width: 47px;
  height: 4px;
  display: block;
  background: #fff;
  margin: 0.8rem auto 0 auto;
}
#center_login .container .row .col-md-7 p {
  color: #fff;
  font-size: 1.05rem;
  padding: 0 4rem 1rem 4rem;
  line-height: 1.8;
}
.box_login {
  width: 100%;
  min-height: 540px;
  padding: 2rem;
  margin: 0;
  position: relative;
  border-radius: 0 0 0 40px;
}
@media only screen and (min-width: 48em) {
  .box_login {
    background: #fff;
  }
}
.box_login .brand {
  width: 7rem;
  height: 9rem;
  font-size: 1px;
  text-indent: -9999px;
  background: url(../_images/logo.svg) center center no-repeat;
  background-size: contain;
  margin: 0.5rem auto 2.5rem auto;
}
@media only screen and (min-width: 48em) {
  .box_login .brand {
    width: 70px;
    height: 90px;
  }
}
.form-login.form {
  padding-top: 0;
}
.form-login.form h2,
.form-login.form h4 {
  color: #fff;
  font-family: 'Gotham-Bold';
  font-size: 1.1rem;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .form-login.form h2,
  .form-login.form h4 {
    color: #001f60;
  }
}
.form-login.form p {
  color: #fff;
  font-family: 'Gotham-Light';
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .form-login.form p {
    color: #9697ad;
  }
}
.form-login.form label {
  margin: 0 0 5px 6px;
  display: none;
}
.form-login.form .box_input {
  margin: 1.1rem 0 1.2rem 0;
}
.form-login.form input[type=search],
.form-login.form input[type=text],
.form-login.form input[type=email],
.form-login.form input[type=submit],
.form-login.form input[type=password] {
  background: transparent;
  border: none;
  border-bottom: 1px #cacbe6 solid;
  padding: 10px 5px;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 0;
}
@media only screen and (min-width: 48em) {
  .form-login.form input[type=search],
  .form-login.form input[type=text],
  .form-login.form input[type=email],
  .form-login.form input[type=submit],
  .form-login.form input[type=password] {
    color: #001f60;
  }
}
.form-login.form input[type=email],
.form-login.form input[type=text] {
  background: url("../_images/user.svg") right center no-repeat;
}
.form-login.form input[type=password] {
  background: url("../_images/lock.svg") right center no-repeat;
}
.form-login.form .btn_site {
  width: 100%;
  font-size: 0.9rem;
  padding: 1rem;
  color: #fff;
  background: #5b67dc;
  margin: 1rem 0;
}
@media only screen and (min-width: 48em) {
  .form-login.form .btn_site {
    background: #f26c22;
  }
}
.form-login.form .alterna_form {
  display: block;
  text-align: center;
}
.form-login.form .alterna_form a {
  color: #a2a3bb;
  font-size: 0.8rem;
}
.form-login.form .alterna_form a:hover {
  color: #001f60;
}
#login {
  position: relative;
  z-index: 3;
}
#esquecisenha {
  position: absolute;
  top: 13.5rem;
  left: 0;
  z-index: 1;
  background: transparent;
  padding: 0.5rem 2rem 0 2rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  border-radius: 0 0 0 40px;
}
@media only screen and (min-width: 48em) {
  #esquecisenha {
    top: 160px;
    background: #fff;
  }
}
@media only screen and (min-width: 48em) {
  #esquecisenha {
    background: #fff;
  }
}
#esquecisenha.show {
  display: block !important;
  opacity: 1;
  z-index: 5;
}
#login.hidden {
  opacity: 0;
}
.form-login input[type=email].valid {
  background: url(../_images/user2mob.svg) transparent right center no-repeat;
  border-bottom: 1px #5b67dc solid;
}
@media only screen and (min-width: 48em) {
  .form-login input[type=email].valid {
    background: url(../_images/user2.svg) transparent right center no-repeat;
    border-bottom: 1px #2b2f87 solid;
  }
}
.form-login input[type=email].valid {
  background: url(../_images/user2mob.svg) transparent right center no-repeat;
  border-bottom: 1px #5b67dc solid;
}
@media only screen and (min-width: 48em) {
  .form-login input[type=email].valid {
    background: url(../_images/user2.svg) transparent right center no-repeat;
    border-bottom: 1px #2b2f87 solid;
  }
}
.form-login input[type=password].valid {
  background: url(../_images/lock2.svg) transparent right center no-repeat;
}
.form-login input[type=email].error {
  background: url(../_images/user3.svg) transparent right center no-repeat;
  border-bottom: 1px #F44336 solid;
}
.form-login input[type=password].error {
  background: url(../_images/lock3.svg) transparent right center no-repeat;
  border-bottom: 1px #F44336 solid;
}
.form-login span.error {
  right: inherit;
  left: 0;
  top: 43px;
  font-size: 0.7rem;
  letter-spacing: 1px;
  padding: 5px 8px;
  box-shadow: none;
}
@media only screen and (min-width: 48em) {
  @-webkit-keyframes autofill {
    to {
      color: #2b2f87;
      background: url(../_images/user2.svg) transparent right center no-repeat;
      border-bottom: 1px #5b67dc solid;
    }
  }
  #login input[type=email]:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    background: url(../_images/user2.svg) transparent right center no-repeat;
    border-bottom: 1px #2b2f87 solid;
  }
  @-webkit-keyframes autofill-pass {
    to {
      color: #2b2f87;
      background: url(../_images/lock2.svg) transparent right center no-repeat;
      border-bottom: 1px #5b67dc solid;
    }
  }
  #login input[type=password]:-webkit-autofill {
    -webkit-animation-name: autofill-pass;
    -webkit-animation-fill-mode: both;
    border-radius: 0;
  }
}
.form-login ::-webkit-input-placeholder {
  color: #a2a3bb;
  opacity: 1;
  font-family: 'Gotham-Medium';
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.form-login :-moz-placeholder {
  color: #a2a3bb;
  opacity: 1;
  font-family: 'Gotham-Medium';
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.form-login ::-moz-placeholder {
  color: #a2a3bb;
  opacity: 1;
  font-family: 'Gotham-Medium';
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.form-login :-ms-input-placeholder {
  color: #a2a3bb;
  opacity: 1;
}
.form-login :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.form-login :focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.form-login :focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.form-login :focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.redes_sociais {
  margin-top: 4rem;
}
.redes_sociais a {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #0a2358;
  border-radius: 50%;
  padding-top: 6px;
  font-size: 15px;
  margin: 0 5px;
}
#messages_label {
  padding: 16px;
  top: 0;
  position: absolute;
  border-radius: 3px;
  border: none;
}
#messages_label a {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffeaec;
}
#messages_label p {
  margin: 0;
  color: #fff;
}
#messages_label.danger {
  background: #dc3545;
}
#messages_label.success {
  background: #28a745;
}
#load_login {
  text-align: center;
}
#load_login img {
  width: 160px;
}
.profile {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media only screen and (min-width: 62em) {
  .profile {
    padding: 3rem 0;
  }
}
.profile .settings {
  padding: 1rem;
}
.profile .settings:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .profile .settings {
    padding: 0;
  }
}
.profile .settings p {
  word-wrap: break-word;
}
@media only screen and (min-width: 62em) {
  .profile .settings p {
    width: 33.33%;
    float: left;
    font-size: 0.9rem;
  }
}
.profile .settings p:nth-child(3n+1) {
  clear: both;
}
.profile .container .row + .row {
  margin: 0;
}
.profile .col-md-12 .row .col-md-12 {
  background: #fff;
}
@media only screen and (min-width: 62em) {
  .profile .col-md-12 .row .col-md-12 {
    padding: 1rem 1rem;
  }
}
.profile .col-md-3 {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
.profile .col-md-3 a {
  font-size: 0.9rem;
  color: #a4b2e8;
}
.profile .col-md-3 a:hover {
  color: #fff;
}
.profile .box_address {
  position: relative;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px #ddd solid;
  background: #fff;
}
.profile .box_address p {
  font-size: 0.85rem;
  margin: 0;
}
.profile .box_address .edit_address {
  width: 80px;
  position: absolute;
  top: 12px;
  right: 5px;
  text-align: right;
}
.profile .box_address .edit_address a {
  display: inline-block;
}
.profile .box_address .edit_address a + a {
  margin-left: 15px;
}
.profile .box_address .edit_address .fas {
  margin-right: 5px;
}
.profile .box_address.active {
  border: 1px #f78e1f solid;
}
.profile .box_address .change {
  font-size: 0.9rem;
  display: block;
  border-top: 1px #ddd solid;
  padding-top: 10px;
  margin-top: 20px;
}
.profile .box_address .change .far {
  margin-right: 5px;
}
.profile .box_address .change:hover {
  color: #f78e1f;
}
.profile .box_address .change.active {
  border-top: 1px #f78e1f solid;
  color: #f78e1f;
}
.profile .box_address .change.active .far:before {
  content: "\f192";
}
.profile .img_perfil {
  max-width: 250px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px auto;
}
.profile h2 {
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}
@media only screen and (min-width: 34em) {
  .profile h2 {
    text-align: left;
    margin-top: 5rem;
  }
}
.profile h3 {
  color: #f78e1f;
  margin: 2rem 0 0.5rem 0;
}
.profile p {
  color: #757575;
}
.profile p strong {
  display: block;
  font-weight: normal;
  color: #031b71;
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-family: 'Gotham-Book';
  letter-spacing: 1px;
}
.profile .edit_pro {
  text-align: right;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 62em) {
  .profile .edit_pro {
    margin-bottom: 0.5rem;
  }
}
.profile .edit_pro a {
  font-size: 0.9rem;
  font-family: 'Gotham-Bold';
}
.profile .edit_pro a:hover {
  color: #f78e1f;
}
.profile .edit_pro .fas {
  margin-right: 5px;
}
#form_settings,
#form_address,
#form_password {
  max-width: 750px;
  margin: 0 auto 2rem auto;
  padding: 0;
}
@media only screen and (min-width: 62em) {
  #form_settings,
  #form_address,
  #form_password {
    padding: 2rem 0;
    margin: 0 auto ;
  }
}
#form_settings legend,
#form_address legend,
#form_password legend {
  color: #f78e1f;
  font-size: 1rem;
  opacity: 1;
  margin-bottom: 1rem;
}
#form_settings label,
#form_address label,
#form_password label {
  font-size: 0.75rem;
  margin-bottom: 5px;
}
#form_settings .box_edit,
#form_address .box_edit,
#form_password .box_edit {
  background: rgba(3, 5, 66, 0.74);
}
@media only screen and (min-width: 62em) {
  #form_settings .box_edit,
  #form_address .box_edit,
  #form_password .box_edit {
    padding: 1rem;
    border: 1px #0f2661 solid;
    margin: 0.5rem 0 2rem;
  }
}
@media only screen and (min-width: 62em) {
  #form_settings .box_bt,
  #form_address .box_bt,
  #form_password .box_bt {
    text-align: right;
  }
}
#form_settings .box_select select,
#form_address .box_select select,
#form_password .box_select select {
  color: #030845;
  font-size: 0.9rem;
}
#form_settings .box_select:after,
#form_address .box_select:after,
#form_password .box_select:after {
  color: #030845;
}
.bt-credit {
  color: #fff;
  display: block;
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 1;
  float: none;
  margin: 2rem 0 0 0;
  font-family: 'Gotham-Medium';
}
@media screen and (min-width: 320px) {
  .bt-credit {
    float: right;
    margin: -18px 0 0 0;
  }
}
@media only screen and (min-width: 62em) {
  .bt-credit {
    margin: -15px 0 0 0;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 62em) {
  .bt-credit:before {
    width: 20px;
  }
}
.bt-credit:hover,
.bt-credit:focus {
  color: #fff;
}
#credits-list {
  max-width: 700px;
  background: #fff;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 62em) {
  #credits-list {
    margin: 2rem auto 1rem auto;
  }
}
#credits-list li {
  padding: 0.9rem;
  border-top: 1px #ebebef solid;
  border-left: 4px #f78e1f solid;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media only screen and (min-width: 62em) {
  #credits-list li {
    padding: 0.9rem 1.3rem;
  }
}
#credits-list li:first-child {
  border-top: none;
}
#credits-list li.active {
  background: #e9f3ff;
  cursor: pointer;
}
#credits-list li.active:hover {
  background: #f1f7ff;
}
#credits-list li .fas {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
  color: #f78e1f;
}
#credits-list li time {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #f78e1f;
  float: right;
}
#credits-list li strong {
  font-family: 'Gotham-Book';
  font-size: 0.9rem;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
#credits-list li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #f78e1f;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
#credits-list li.used {
  border-left: 4px #22b66e solid;
  color: #a9a9b7;
}
#credits-list li.used span {
  color: #22b66e;
}
#credits-list li.used time {
  color: #22b66e;
}
#credits-list li.used .fas {
  color: #22b66e;
}
#credits-list li.expire {
  border-left: 4px #ec472c solid;
  color: #a9a9b7;
}
#credits-list li.expire span {
  color: #ec472c;
}
#credits-list li.expire time {
  color: #ec472c;
}
#credits-list li.expire .fas {
  color: #ec472c;
}
.box_credits {
  max-width: 700px;
  position: relative;
  margin: 2rem auto 1rem auto;
}
@media only screen and (min-width: 62em) {
  .box_credits {
    margin: 4rem auto 1rem auto;
  }
}
.box_credits > div {
  margin-bottom: 10px;
}
.box_credits > div:after {
  content: "";
  display: block;
  clear: both;
}
.box_credits > div a {
  width: calc(50% - 10px);
  color: #fff;
  background: #f78e1f;
  padding: 14px 10px 10px 10px;
  font-size: 0.85rem;
  letter-spacing: 0;
  border-radius: 3px;
  display: block;
  float: left;
  text-align: center;
  margin: 0 5px;
  border-bottom: 2px #ffa546 solid;
}
@media only screen and (min-width: 325px) {
  .box_credits > div a {
    letter-spacing: 2px;
  }
}
.box_credits > div a:hover {
  opacity: 0.7;
}
.box_credits > div a + a {
  background: #4666e2;
  border-bottom: 2px #5977e8 solid;
}
.box_credits #credits-list {
  margin: 0;
}
#form_class {
  max-width: 1400px;
  padding: 1rem 1rem 0 1rem;
  margin: 0 auto;
}
#form_class .box_select {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 62em) {
  #form_class .box_select {
    margin-bottom: 0;
  }
}
#form_class .box_select select {
  border: 1px #dddddd solid;
  background: #f7f7f7;
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
}
#form_class .btn {
  padding: 0.6rem 3rem 0.5rem 3rem;
}
#form_class .row {
  margin: 0;
}
#notification-list {
  max-width: 700px;
  background: #fff;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 62em) {
  #notification-list {
    margin: 2rem auto 1rem auto;
  }
}
#notification-list li {
  padding: 0.9rem;
  border-top: 1px #ebebef solid;
  font-size: 0.7rem;
}
#notification-list li:first-child {
  border: none;
}
#notification-list li.active {
  background: #e9f3ff;
  cursor: pointer;
}
#notification-list li.active:hover {
  background: #f1f7ff;
}
#notification-list li time {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #8c8ca7;
  float: right;
}
#notification-list li span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #f78e1f;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.see_more {
  max-width: 700px;
  background: #081450;
  margin: 0 auto 2rem auto;
  display: block;
  text-align: center;
  font-size: 0.95rem;
  padding: 0.8rem;
  border: 1px #223479 solid;
  color: #fff;
  letter-spacing: 1px;
}
.see_more:hover {
  color: #fff;
  opacity: 0.8;
}
.see_more:focus {
  color: #fff;
}
.see_more_load {
  max-width: 700px;
  margin: 0 auto 2rem auto;
  display: block;
  text-align: center;
  font-size: 0.95rem;
  padding: 0.8rem;
  color: #fff;
  letter-spacing: 1px;
}
#class-history-list {
  max-width: 700px;
  background: #fff;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 62em) {
  #class-history-list {
    margin: 2rem auto 1rem auto;
  }
}
#class-history-list li {
  padding: 0.9rem;
  border-top: 1px #ebebef solid;
  border-left: 4px #f78e1f solid;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media only screen and (min-width: 62em) {
  #class-history-list li {
    padding: 0.9rem 1.3rem;
  }
}
#class-history-list li:first-child {
  border-top: none;
}
#class-history-list li time {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #8c8ca7;
  float: right;
}
#class-history-list li span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #f78e1f;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
#class-history-list li.confirmed {
  border-left: 4px #22b66e solid;
  color: #a9a9b7;
}
#class-history-list li.confirmed span {
  color: #22b66e;
}
#class-history-list li.confirmed time {
  color: #22b66e;
}
#class-history-list li.confirmed .fas {
  color: #22b66e;
}
#class-history-list li.canceled {
  border-left: 4px #ec472c solid;
  color: #a9a9b7;
}
#class-history-list li.canceled span {
  color: #ec472c;
}
#class-history-list li.canceled time {
  color: #ec472c;
}
#class-history-list li.canceled .fas {
  color: #ec472c;
}
#request-class-list {
  max-width: 700px;
  background: #fff;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 62em) {
  #request-class-list {
    margin: 2rem auto 1rem auto;
  }
}
#request-class-list li {
  padding: 0.9rem;
  border-top: 1px #ebebef solid;
  border-left: 4px #f78e1f solid;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media only screen and (min-width: 62em) {
  #request-class-list li {
    padding: 0.9rem 1.3rem;
  }
}
#request-class-list li:first-child {
  border-top: none;
}
#request-class-list li time {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #8c8ca7;
  float: right;
}
#request-class-list li span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #f78e1f;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
#request-class-list li small {
  display: block;
  font-size: 0.67rem;
  text-style: ;
}
#request-class-list li.confirmed {
  border-left: 4px #22b66e solid;
  color: #a9a9b7;
}
#request-class-list li.confirmed span {
  color: #22b66e;
}
#request-class-list li.confirmed time {
  color: #22b66e;
}
#request-class-list li.confirmed small {
  color: #22b66e;
}
#request-class-list li.confirmed .fa {
  color: #22b66e;
}
#request-class-list li.refused {
  border-left: 4px #ec472c solid;
  color: #a9a9b7;
}
#request-class-list li.refused span {
  color: #ec472c;
}
#request-class-list li.refused time {
  color: #ec472c;
}
#request-class-list li.refused small {
  color: #ec472c;
}
#request-class-list li.refused .fa {
  color: #ec472c;
}
#request-class-list li.requested {
  border-left: 4px #f78e1f solid;
  color: #a9a9b7;
}
#request-class-list li.requested span {
  color: #f78e1f;
}
#request-class-list li.requested time {
  color: #f78e1f;
}
#request-class-list li.requested small {
  color: #f78e1f;
}
#request-class-list li.requested .fa {
  color: #f78e1f;
}
#material_page .box_input {
  position: relative;
}
#material_page input,
#material_page select {
  border-radius: 0;
  background: #fff;
  border: none;
}
#material_page .search_icon {
  width: 46px;
  height: 50px;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  padding: 0 0.5rem;
}
#material_page .search_icon span {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2245px%22%20height%3D%2245px%22%20viewBox%3D%22-39%209%2045%2045%22%20enable-background%3D%22new%20-39%209%2045%2045%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23f78e1f%22%20d%3D%22M-10.5%2C36.4c2-2.2%2C3.3-5.2%2C3.3-8.4c0-6.8-5.6-12.4-12.4-12.4C-26.4%2C15.5-32%2C21.1-32%2C28s5.6%2C12.4%2C12.4%2C12.4%0D%0A%09%09%09c2.8%2C0%2C5.4-0.9%2C7.4-2.5l9.2%2C9.2c0.2%2C0.2%2C0.5%2C0.3%2C0.8%2C0.3c0.3%2C0%2C0.6-0.1%2C0.8-0.3c0.4-0.4%2C0.4-1.1%2C0-1.6L-10.5%2C36.4z%20M-29.7%2C28%0D%0A%09%09%09c0-5.6%2C4.6-10.2%2C10.2-10.2c5.6%2C0%2C10.2%2C4.6%2C10.2%2C10.2S-14%2C38.1-19.6%2C38.1C-25.2%2C38.1-29.7%2C33.6-29.7%2C28z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0.7rem 0;
}
#material_page label {
  color: white;
}
#material_page .btn_site {
  background: #f78e1f;
  display: table;
  width: auto;
  margin: 0 auto;
}
#material_page .materiais li {
  margin-top: 0.7rem;
}
#material_page .materiais li > div {
  background: #ffffff;
  display: flex;
  padding: 1rem 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
  position: relative;
}
#material_page .materiais li > div a {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#material_page .materiais li > div p {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
#material_page .materiais li > div #icon {
  width: 50px;
  margin: 0 1rem;
}
#material_page .materiais li > div .infos {
  display: flex;
  justify-content: space-between;
}
#material_page .materiais li > div .infos p {
  font-size: 0.6rem;
}
#material_page .materiais li > div .infos .verified {
  font-family: 'Gotham-Medium';
  color: #22b66e;
  margin-right: 5px;
}
#material_page .materiais li > div .infos .cod {
  font-family: 'Gotham-Medium';
  color: #2c7aee;
  margin-right: 0;
}
#material_page .materiais li > div .configs {
  background: #e3e2e0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
}
#material_page .materiais li > div .configs i {
  color: #b6b6b7;
}
#material_page .materiais li > div .configs.show .options {
  display: block;
}
#material_page .materiais li > div .configs .options {
  position: absolute;
  top: 1rem;
  right: 0;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.8rem;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.3);
  display: none;
}
#material_page .materiais li > div .configs .options .btn_option {
  font-family: 'Gotham-Bold';
  padding: 0.5rem 2rem;
  white-space: nowrap;
}
#material_page .materiais li > div .configs .options .btn_option:nth-child(odd) {
  background: #f78e1f;
  margin-bottom: 1.5rem;
}
#material_page .materiais li > div .configs .options .btn_option:nth-child(even) {
  background: #22b66e;
}
#material_page .materiais li p {
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
#material_page .materiais li h2,
#material_page .materiais li p {
  color: #a9a9a9;
}
#material_page .materiais li h2 {
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 1rem;
}
#material_page .content {
  margin-top: 0.5rem;
  width: 100%;
}
#material_page .content time {
  color: #22b66e;
  font-size: 0.75rem;
  font-family: 'Gotham-Bold';
}
#material_page .content .title {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
}
#material_page .content p {
  color: #fff;
  font-size: 0.85rem;
}
#material_page audio {
  width: 100%;
  margin-bottom: 1.5rem;
}
#material_page #content-material {
  padding-top: 2rem;
}
#material_page .msg-error {
  color: #fff;
  border: solid 1px #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
}
.categories li {
  text-transform: uppercase;
  background-color: #fff;
  font-family: 'Gotham-Bold';
  margin-bottom: 0.5rem;
  position: relative;
  display: flex;
}
.categories li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%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%22Capa_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%22306px%22%20height%3D%22306px%22%20viewBox%3D%220%200%20306%20306%22%20style%3D%22enable-background%3Anew%200%200%20306%20306%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23555454%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%20id%3D%22chevron-right%22%3E%0D%0A%09%09%3Cpolygon%20points%3D%2294.35%2C0%2058.65%2C35.7%20175.95%2C153%2058.65%2C270.3%2094.35%2C306%20247.35%2C153%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
.categories li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.categories li a {
  width: 100%;
  color: #555454;
  padding: 1.2rem 1rem;
  font-size: 1rem;
}
.btn-back {
  color: white;
  font-family: 'Gotham-Bold';
}
.btn-back i {
  margin-right: 0.3rem;
  vertical-align: text-bottom;
}
#finance-list {
  max-width: 700px;
  background: #ffffff;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 62em) {
  #finance-list {
    margin: 2rem auto 1rem auto;
  }
}
#finance-list li {
  color: #a9a9b7;
  padding: 0.9rem;
  border-top: 1px #ebebef solid;
  border-left: 4px #a9a9b7 solid;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media only screen and (min-width: 62em) {
  #finance-list li {
    padding: 0.9rem 1.3rem;
  }
}
#finance-list li:first-child {
  border-top: none;
}
#finance-list li time {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #8c8ca7;
  float: right;
}
#finance-list li span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #8c8ca7;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
#finance-list li .sm-8 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 70%;
  box-sizing: border-box;
}
#finance-list li .sm-4 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 30%;
  box-sizing: border-box;
  text-align: right;
}
#finance-list li.open {
  border-left: 4px #2c61cc solid;
}
#finance-list li.open span {
  color: #2c61cc;
}
#finance-list li.open span .fas {
  color: #2c61cc;
}
#finance-list li.open time {
  color: #2c61cc;
}
#finance-list li.open .btn {
  color: #ffffff;
  width: auto;
  display: inline-block;
  background-color: #2c61cc;
  padding: 10px;
}
#finance-list li.waiting {
  border-left: 4px #f78e1f solid;
}
#finance-list li.waiting span {
  color: #f78e1f;
}
#finance-list li.waiting span .fas {
  color: #f78e1f;
}
#finance-list li.waiting time {
  color: #f78e1f;
}
#finance-list li.waiting .btn {
  color: #ffffff;
  width: auto;
  display: inline-block;
  background-color: #f78e1f;
  padding: 10px;
}
#finance-list li.paid {
  border-left: 4px #22b66e solid;
}
#finance-list li.paid span {
  color: #22b66e;
}
#finance-list li.paid span .fas {
  color: #22b66e;
}
#finance-list li.paid time {
  color: #22b66e;
}
#finance-list li.paid .btn {
  width: auto;
  display: inline-block;
  color: #ffffff;
  background-color: #22b66e;
  padding: 10px;
}
#finance-list li.expired {
  border-left: 4px #ec472c solid;
}
#finance-list li.expired span {
  color: #ec472c;
}
#finance-list li.expired span .fas {
  color: #ec472c;
}
#finance-list li.expired time {
  color: #ec472c;
}
#finance-list li.expired .btn {
  width: auto;
  display: inline-block;
  color: #ffffff;
  background-color: #ec472c;
  padding: 10px;
}
progress[value] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
}
/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
  background: #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.5);
}
/* Now the value part */
progress::-webkit-progress-value {
  border-radius: 2px;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #131449, #2b2eb5);
  /* Looks great, now animating it */
  background-size: 25px 14px, 100% 100%, 100% 100%;
  -webkit-animation: move 5s linear 0 infinite;
}
/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */
@-webkit-keyframes move {
  0% {
    background-position: 0px 0px, 0 0, 0 0;
  }
  100% {
    background-position: -100px 0px, 0 0, 0 0;
  }
}
/* Prefix-free was creating issues with the animation */
#videos-list {
  max-width: 700px;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 62em) {
  #videos-list {
    margin: 2rem auto 1rem auto;
  }
}
#videos-list li {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 1px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-direction: center;
  -webkit-flex-direction: center;
  flex-direction: center;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (min-width: 62em) {
  #videos-list li {
    padding: 0.9rem 1.3rem;
  }
}
#videos-list li figure {
  flex: 0 0 35%;
  height: 80px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin: 5px;
}
@media only screen and (min-width: 48em) {
  #videos-list li figure {
    flex: 0 0 120px;
  }
}
#videos-list li figure:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url("../_images/play-button.svg") rgba(5, 13, 76, 0.2) center center no-repeat;
  background-size: 33%;
}
#videos-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#videos-list li span {
  display: block;
  vertical-align: middle;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem;
  font-family: 'Gotham-Bold';
  line-height: 1.1;
}
#videos-list li span time {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #8c8ca7;
  font-family: 'Gotham-Book';
  margin-bottom: 5px;
}
