﻿#split-bar {
  background-color: #f2a400; }

#header .search {
  padding-top: 8px; }

#footer {
  border-color: #f2a400; }

.btn-aprendizagem {
  font-size: 20px;
  padding: 20px;
  line-height: 22px;
  text-align: center;
  display: block;
  width: 100%; }

/*Pagina Interna Cursos T├⌐cnicos*/
.topo-cursos-tecnicos {
  height: 320px;
  background: -webkit-linear-gradient(left, #f1f1f1 43%, rgba(241, 241, 241, 0) 65%, rgba(241, 241, 241, 0.9) 72.5%, #f1f1f1 74.5%);
  background: -o-linear-gradient(left, #f1f1f1 43%, rgba(241, 241, 241, 0) 65%, rgba(241, 241, 241, 0.9) 72.5%, #f1f1f1 74.5%);
  background: linear-gradient(to right, #f1f1f1 43%, rgba(241, 241, 241, 0) 65%, rgba(241, 241, 241, 0.9) 72.5%, #f1f1f1 74.5%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=1 ); }
  .topo-cursos-tecnicos .header {
    border: none;
    overflow: visible; }
  .topo-cursos-tecnicos .c-12 {
    position: relative; }
    .topo-cursos-tecnicos .c-12 > img {
      position: absolute;
      max-width: 100%;
      height: auto;
      right: 0;
      z-index: -1; }
  .topo-cursos-tecnicos h2 {
    font-size: 27px;
    color: #e30613;
    float: none;
    margin-top: 50px;
    font-weight: bold; }
  .topo-cursos-tecnicos h1 {
    color: #434343;
    font-size: 46px;
    line-height: 54px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px; }

.texto-cursos-tecnicos {
  margin: 60px 0; }
  .texto-cursos-tecnicos p {
    font-size: 13px;
    font-family: 'Noto Sans'; }

.btn-subscription {
  text-align: center; }
  .btn-subscription a {
    padding: 20px;
    background-color: #e30613;
    text-align: center;
    margin: 30px 0 0;
    display: block;
    font-family: "Noto Sans";
    font-size: 18px;
    background-image: none;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none;
    border-radius: 0;
    color: #FFF;
    transition: all .3s ease-out; }
    .btn-subscription a:hover {
      background-color: #27ae60;
      color: #FFF;
      text-decoration: none; }
#show-address.btn-subscription a{
display:inline-block
}

#courses-tec {
  margin-bottom: 60px; }

.sidebar-tec {
  border: solid 1px #e1e1e1;
  background-color: #FFF;
  margin-top: -61px;
  transition: all .2s ease-in-out; }
  .sidebar-tec .title {
    background-color: #434343;
    color: #FFF;
    display: block;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
    border: 1px solid #434343;
    margin-top: -2px;
    margin-left: -1px; }
  .sidebar-tec .data-final {
    display: block;
    margin-top: 30px; }
  .sidebar-tec p {
    display: block;
    font-size: 14px;
    color: #505050;
    margin: 0px 25px;
    font-weight: bold; }
  .sidebar-tec h3 {
    color: #434343;
    font-size: 21.44px;
    display: block;
    margin: 0px 25px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: -1px; }
  .sidebar-tec .edital a {
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #626262;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    position: relative; }
    .sidebar-tec .edital a:before {
      content: '';
      background: url(img/ico-edital.jpg) no-repeat;
      display: inline-block;
      height: 13px;
      width: 9px;
      margin-right: 10px;
      position: relative;
      top: 2px; }

.stuck {
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 300px; }

#select-unity-address {
  -webkit-appearance: none;
  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
  -moz-appearance: none;
  /*REMOVES DEFAULT FIREFOX STYLE*/
  border: 0 !important;
  /*REMOVES BORDER*/
  color: #fff;
  font-size: 14px;
  padding: 22px 15px;
  margin-left: 0;
  width: 80%;
  cursor: pointer;
  background: #e10019 url(img/drop-down-arrow.jpg) no-repeat right center;
  background-size: 61px 60px; }

#show-address {
  border: 1px solid #f18793;
  padding: 20px 30px;
  border-radius: 2px;
  display: none;
  text-align: left; }
  #show-address .btn-subscription {
    text-align: left; }

#courses-tec {
  margin-bottom: 60px;
  height: 400px; }