@charset "UTF-8";
/* Tema do cliente */

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*@media (min-width: 1200px) {.container{padding: 0px; } }*/
.container{
  max-width: 1000px;
}

a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: #CF475E;
}
::-moz-selection{
  background: #CF475E;
}
::selection{
  background: #CF475E;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #CF475E;
  border-color: #CF475E;
}

.editor, .editor p, .editor li{
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{
  font-family: 'robotoregular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(../imagens/fundo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 15px;
  padding-left: 15px;
}

.box{
  margin: 0 auto;
  margin-top: 88px;
  width: 100%;
  max-width: 835px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 45px 40px 45px;
}

.topo{
  text-align: center;
}

.txt1{
  font-size: 20px;
  color: #444444;
  padding-top: 15px;
}

.txt2{
  font-size: 20px;
  color: #ED4A52;
  margin-bottom: 50px;
}

.esquerda{
  float: left;
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid #CDD4D7;
}

.direita{
  float: right;
  width: 49.99%;
  padding-left: 40px;
}

.form-control{
  border: 0;
  border-bottom: 1px solid #BDC5CA;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  height: 31px;
  margin-bottom: 33px;
}

.concordo{
  margin-top: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.checkbox{
  float: left;
  margin-right: 25px;
}

.concordo{
  color: #7C8791;
}

.concordo a{
  color: #3E8DF7;
}

.btnenv{
  width: 100%;
  padding: 18px 0;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #3E8DF7;
  transition: all .2s linear;
}.btnenv:hover{
  background-color: #73A9F2;
}

.icones{
  width: 33.3333%;
  float: left;
  font-size: 14px;
  color: #444444;
  text-align: center;
  margin-bottom: 20px;
}

.icones img{
  margin: 0 auto;
  display: block;
  margin-bottom: 7px;
  transition: all .2s linear;
}

.icones:hover img{
  -ms-transform: scale(1.1,1.1); 
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.txt3{
  font-size: 15px;
  color: #444444;
  margin-bottom: 20px;
}

.linha{
  padding-top: 10px;
  border-bottom: 1px solid #E6E9EB;
  margin-bottom: 30px;
}

.curso img{
  float: left;
  margin-right: 13px;
}

.curso{
  font-size: 18px;
  color: #25419F;
    font-family: 'robotomedium';
}

.direitos{
  text-align: center;
  padding: 45px 15px;
  font-size: 13px;
  color: #FFFFFF;
}



/* responsivo */

  /* Portrait tablets and small desktops */


  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .direita, .esquerda{
      float: none;
      padding: 0;
      border: 0;
      width: 100%;
    }

    .esquerda{
      margin-bottom: 40px;
    }


    .icones span{
      display: block;
      padding: 0 10px;
    }

  }


  .concordo{
    position: relative;
  }

  #concordar-imagem{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }

  .checkbox input{
    position: absolute;
    left: 26px;
    top: 7px;
    z-index: 1;
  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

  }
/* /responsivo */
