@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: #333333;
  font-size: 16px;
  /*margin-bottom: 40px;*/
}

p.txt-prof{
 color: #fff;
 font-size: 15px;
}

a{
  color: #337aae;
  font-size: 16px;
}

a:hover{ 
  color: #337aae;
  text-decoration: none;
}

h1{
  color: #000;
  font-weight: bold;
  font-size: 35px;
  font-family:"Roboto", sans-serif;
  text-transform: uppercase;
  float: left;
  margin: 0;
}

h2{
  font-size: 18px;
  color: #00a4e1;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

h3{
  font-size: 15px;
  color: #00648a;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

.bg-1{
  background-color: #972d49;
}

.box-prof{
 padding: 10px 10px 35px 10px;
 background-color: #17537d;
 margin-bottom: 30px;
}

.box-1{
 padding: 15px;
 background-color: #cecece;
}

.box-1 p{
 margin:0 !important;
}

a.nav-link{
/*
 color: #000 !important;
 font-size: 15px !important;
*/
}

.item-menu{
 color: #333333 !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 1.5rem;
}

#menu2{
 border-bottom: 2px solid #333333;
 width: 100%;
 justify-content: space-between;
 padding-bottom: .5rem;
}

#menu2 a.active {
    color: #00a4e1 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    display: block;
    padding: .5rem 1.5rem;
}

#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;
}

.navbar-brand {
 margin-right: 1rem;
}

.btn-outline-secondary {
 color: #fff;
}

.btn-primary {
 background-color: #1f4ed8;
 padding: 1rem 2rem;
 border-radius: .5rem;
 color: #fff;
 transition: .3s;
 display: flex;
 justify-content: center;
 text-wrap: nowrap;
}

.btn-primary:hover {
 background-color: #1540c5;
 transition: .3s;
 transform: scale(1.05);
}

 img.brand{
  margin-top: -4px;
}

@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 ******/

.accordion {
    background-color: #e6e7e7;
    color: #115C8A;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    //border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border: 3px solid #e6e7e7;
    border-bottom-width: 1px;
    font-weight: bold;
    margin-top: 5px;
}

/*
.active2, .accordion:hover {
    background-color: #ccc;
}
*/

.accordion:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    //content: '\002B';
    color: #676767;
    font-weight: bold;
    float: left;
    margin-right: 17px;
}

.active2: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 #e6e7e7;
    border-top: 0;
}

.panelx p{
/* margin-top: 20px;
 margin-bottom: 20px;*/
 margin: 25px;
 font-size: 15px !important;
}

.panelx a{
 font-size: 15px !important;
}

.panelx a:hover{
 font-size: 15px !important;
}

.panelx ul{
 margin: 25px;
}

.card-header {
    cursor: pointer;
}

.flex {
 display: flex;
 flex-wrap: wrap;
 justify-content: center; 
 align-items: center
}

.flex-text {
 flex: 1 1 650px;
}

.img-fluid.image {
 max-width: 200px;
}

.mt-32 {
 margin-top: 2rem;
}


@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 (max-width: 991px) {
 .flex-text {
  order: 2;
 }
}
