@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

section {
  padding: 40px 0;
  
}

p {
  color: #191919;
  font-size: 1rem;
}

a {
  color: #337aae;
  font-size: 1rem;
}

a:hover { 
  color: #337aae;
  text-decoration: none;
}
.secondary-button{
display: block;
background: white;
color: #107D42;
font-weight: bolder;
text-align: center;
border: 1px solid #107D42;
padding: 10px;
border-radius: 10px;
box-shadow: 2px 3px 4px #0000002b;
transition:.5s;
}
.secondary-button:hover{
  background: #107D42;
  color:white;
  transition:.5s;
}
.primary-button{
  background: #107D42;
  color: white;
  display: block;
  padding: 10px;
  font-size: 17px;
  border-radius: 10px;
  box-shadow: 2px 3px 4px #0000004f;
  text-align:center;
  transition: .5s;
  
}
.primary-button:hover{
  background: #16B05D !important;
  color:white !important;
  transition: .5s;
}

h1, h2 {
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

h1 {
  color: #FFF;
  font-size: 35px;
  text-transform: uppercase;
  float: left;
  margin: 0;
}

h2 {
  font-size: 1.2rem;
  color: #21C34E;
  margin-bottom: 10px;
}

h3.subtitle-prog {
 font-size: 1.1rem;
 margin-top: 3rem;
 font-weight: 500;
 color: #045716;
}

.item-menu {
 color: #FFF !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 3.22rem;
}

#menu2 {
 /*border-bottom: 2px solid #000;*/
}

#menu2 a.active {
    color: #242d13 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    display: block;
    padding: .5rem 3.22rem;
}

#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: .8rem 1rem;
 background-color: #7cbc16;
}

.navbar-brand {
 margin-right: 1rem;
}

.btn-outline-secondary {
 color: #fff;
}

.btn-inscribe {
  display: flex;
  justify-content: center;
  background-color: #ff8a16;
  padding: .5rem;
  border-radius: 4px;
  color: #fff;
  margin: .5rem 0 1rem 0;
}

.btn-inscribe:hover {
 color: #fff;
 background-color: #e07913;
}

.btn-inscribe:active {
 color: #6e3a06;
 background-color: #e07913;
}

  /***** ACCORDION ******/

.accordionProg {
  background-color: #fff;
  color: #324c08;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  /*border: none;*/
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border: 1px solid #7cbc16;
  border-bottom-width: 1px;
  font-weight: bold;
  padding: .8rem 1rem .8rem 2rem;
}

.accordionProg:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    color: #39a34d;
    float: right;
    margin-right: 17px;
}

.activeX:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
}

.panelx {
    padding: 0 2.5rem;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    border: 1px solid #7cbc16;
    margin-bottom: 12px;
    border-top: 0;
}

.panelx p {
 margin: 20px 0 20px 0;
 font-size: 1rem !important;
}

.panelx a {
 font-size: 1rem !important;
}

.panelx a:hover {
 font-size: 1rem !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;
}

@media only screen and (max-device-width: 1024px) {
 h1{
  font-size: 23px;
 }
}



