@font-face {
    font-family: Futura Book font;
    src: url('/assets/fonts/Futura Book font.ttf');
}

*{
    font-family: 'Futura Book font';
}
/*
#banner{
    padding: 0px;
    margin: 0px;
    position: relative;
}

#banner.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#banner .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

#banner img{
    margin: 0px;
    padding: 0px;
    height: 200px;
  background-size: cover;
  background-position: center;
  -webkit-perspective: 200px;
          perspective: 200px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;  
}

#banner span{
    font-size: 50px;
    text-align: center;
    line-height: 1;
    top:0px;
}

.card .img1{
    display: block;
}

.card .img2{
    display: none;
}
*/

.card .card-content .card-title{
    font-weight: 400;    
}

#seletor_img img{
    padding: 0px;
    margin: 0px;
    background-size: contain;
    background-position: center;
}

.thumb{
    cursor: pointer;
}

.line{
    width: 100%;
    border: 5px solid #232594;
}

.card .card-content .name_prof{
    color:white;
    font-size: 15px;
}

.btn{
    background-color:#232594;
    color: white;
}

.btn:hover{
    background-color: white;
    color: #232594;
}

.btn:focus{
   background-color:#232594; 
}

.card .ima{
    height: 50px;
}

.card .cardizin{
    margin:15px;
}

.card .cardizin .btn{
    margin: 5px;
}


.item{
    background-color: #232594;
}


ol{
    list-style-type: none;
    padding-left: 0px;
}

select:focus {
  outline: 1px solid #232594;
}

.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #232594;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}

/*      ESTILOS DE INPUTS */

.col .input-field input[type=email]:focus {
    border-bottom: 1px solid #232594;
    box-shadow: 0 1px 0 0 #000;
}

.col .input-field input[type=password]:focus {
    border-bottom: 1px solid #232594;
    box-shadow: 0 1px 0 0 #000; 
}


.input-field i.material-icons{
    color: #232594;
}



/**/


.brand-logo{
    margin-top:15px;
}

.brand-logo{
    margin: 0px;
    padding: 0px;   
}

.brand-logo .logo1{
    margin-top: 10px;
    padding: 0px;   
}

.brand-logo .logo2{
    margin-top: 5px;
    padding: 0px;   
}

.card img{
    padding: 5px;
}

.label strong{
    color: #232594;
}

blockquote{
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #232594; /* Just change the color value and that's it*/
}

#ima_noticia{
    margin-bottom:5px;
}

.page-footer .card{
    background-color: #232594;
}

#menu a, #menu li a{
    color:white;
}

ul.sidenav li a{
    color: #232594;
}

nav ul.dropdown-content{
    background-color:#232594;
}

    
.collection-item{
    text-align: justify;
}

#textApresentation{
  text-align: justify;
}

.collection .collapsible .collapsible-header{
    background-color: white;
    color: #232594;
}

.dropdown-content li span{
    color: #232594;    
}

.card-panel{
    padding: 0px;
    margin: 0px;
}

/*
.row #menucurso .slides{
    background-color: transparent;
    margin: 0;
    height: 200px;
}
.row #menucurso .slides li img{
    height: 100% !important;
    width: 100% !important;
    background-position: top;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

*/

#menucurso .indicators .indicator-item.active {
  background-color: #232594;
}


#submenu .dropdown-content li a{
    color: white;
}

#submenu .dropdown-content li a:hover{
    color: #232594;
}

#submenu .dropdown-content li a{
    color: white;
}

#submenu .dropdown-content li a:hover{
    color: #232594;
}

.page-footer{
    background-color:#232594; 
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

.slider .slides li .caption img{
    float:left;
    height: 80px;
    width: 80px;
}

.collapsible{
    border-top:0px solid #ddd;
    border-right:0px solid #ddd;
    border-left:0px solid #ddd;
    margin: 0rem 0 0rem 0;
}

.collapsible .collapsible-body{
    display:none;
    border-bottom:1px solid #ddd;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0rem;
    text-align: justify;
}


#grade{
    margin-top: 3px;
}

.collapsible-header{
    background-color: #232594;
    color: white;
}

.disciplina{
    background-color: white;
    color: #232594;
}

.slider .indicators .indicator-item{
    background-color:#232594; 
}

.slider .indicators .indicator-item.active {
  background-color: grey;
}


/*
.grade ul.collapsible .collapsible-header{
    background-color: rgba(0, 0, 255, 0.1); 
}

.grade ul.collapsible .collapsible-header{
    border-bottom: 0.5px solid white; 
}  
*/


/*----------------------------------------------------------*/
.tabs .tab a {
  color: #232594;
}
.tabs .tab a.active {
  color: #232594;
}
.tabs .tab a:hover {
  color: #232594;
}
.tabs .tab a:focus {
  background-color: rgba(0, 0, 255, 0.1);
}
.tabs .tab a:focus.active {
  background-color: rgba(0, 0, 255, 0.1);
}

.tabs .indicator {
  background-color: #232594;
}
/*----------------------------------------------------------*/



@media only screen and (max-width: 601px){
    .container {
        width: 90%;
    }  
    .row #menucurso .slides li .caption h3{
        margin-top: 0px;
        font-size: 24px;
    }
    .slider .slides li .conteudo .container .row h2{
        font-size: 30pt;
    }    
}

@media only screen and (min-width: 601px) {
    .container {
        width: 90%;
    }
    .slider .slides li .caption img{
        float:top;
        height: 80px;
        width: 80px;
    }   
}

@media only screen and (min-width: 993px) {
    .container {
	width: 90%;
    }
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height:40px;
        line-height: 40px;
    }   
}

nav.clean {
  background: none;
  box-shadow: none;
}
nav.clean .breadcrumb {
  color: black;
}
nav.clean .breadcrumb:before {
  color: rgba(0, 0, 0, 0.7);
}

