@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

p{
  color: #191919;
  font-size: 16px;
}

a{
  color: #337aae;
  font-size: 16px;
}

a:hover{ 
  color: #337aae;
  text-decoration: none;
}

a.btn-transmissao{
 color: white;
 background-color: #774B24;
 padding: 10px 20px;
 border-radius: 8px;
 box-shadow: 2px 2px 4px #00000073;
 margin: auto;
}
a.btn-transmissao:hover{
 background-color: #774b24d9;
  transition: .5s;
}



a.btn-insc{
 color: white;
 background-color: #774B24;
 padding: 10px 120px;
 border-radius: 8px;
 box-shadow: 2px 2px 4px #00000073;
 display: inline-block;
}
a.btn-insc:hover{
 background-color: #774b24d9;
  transition: .5s;
}

h1, h2, h3{
 font-weight: bold;
}

h2{
 font-size: 1.3rem;
 color: #3c3630;
}

h3 {
 font-size: 1.1rem;
 color: #524639;
}


section {
  padding: 40px 0;
}

.item-menu{
 color: #ebd7bc !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 1.2rem
}

.it2{
 padding: .5rem 4.888rem !important;
}

#menu-id a.active {
    color: #01a2b4 !important;
    font-size: 12px !important;
    font-weight: bold;
}

#menu-id a.active > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#menu2{
 /* border-bottom: 1px solid #000;
 padding-bottom: .8rem; */
}

#menu2 a.active {
    color: #efefef !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    display: block;
    padding: .5rem 1.2rem;
}

#menu2 a.active > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.nav2{
 padding: .4rem 1rem;
 background-color: #774b24;
 margin: 0 0 .6rem;
}

a.btn-inscribe {
 background-color: #241c79;
 color: #FFFFFF;
 font-weight: bold;
 display: flex;
 justify-content: center;
}


@media only screen and (max-device-width: 1024px) {
 h1{
  font-size: 23px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}

  /***** ACCORDION ******/

.accordion2 {
    background-color: #fff;
    color: #e94c23;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    //border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border: 3px solid #dedede;
    border-bottom-width: 1px;
    //font-weight: bold;
}

.accordion2:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    //content: '\002B';
    color: #e94c23;
    font-weight: bold;
    float: left;
    margin-right: 17px;
}

.activeX:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    //content: "\2212";
}

.panelx {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 2px solid #dedede;
    margin-bottom: 12px;
    border-top: 0;
}

.panelx p{
 margin: 20px 0 20px 0;
 font-size: 16px !important;
}

.panelx a{
 font-size: 16px !important;
}

.panelx a:hover{
 font-size: 16px !important;
}

.card-header {
    cursor: pointer;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
        width: 13.999999%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 13.999999%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 13.999999%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 13.999999%;
        float: left;
    }
}
