/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@font-face {
    font-family: 'Robotobold';
    src: url('/fonts/Roboto/Roboto-Bold.woff');
    src: url('/fonts/Roboto/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Robotoitalic';
    src: url('/fonts/Roboto/Roboto-Italic.woff');
    src: url('/fonts/Roboto/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Robotoregular';
    src: url('/fonts/Roboto/Roboto-Regular.woff');
    src: url('/fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



*{	 font-family: "sans-serif","arial","Robotoregular" ;}



/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/materialize.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

 
.side-nav{
background-color: #326794;
    1box-shadow: 0 5px 5px 5px #c4c4c4;
}

nav,
side-nav a,
nav ul a,
nav .brand-logo {
  color: #fff !important;
  background-color:#326794 !important;
  
}

p {
  line-height: 2rem;
}

.btn{
	background-color:#a62626 !important;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
footer{
	background-color:#006696 !important;
}

.section li {
    list-style-type: disc !important;
}
.section ul  {
    padding-left: 40px !important;
    list-style-type: disc !important;
}

.box_left{float: left;margin:5px 20px 20px 0;}
.box_right{float: right; margin:5px 0 20px 20px;}
.box_right,.box_left{width:33%;font-size: 200%;padding:20px;background-color: rgba(0,0,0,0.10);}
.box_large{width:80%;font-size:200%;margin:0 auto;margin:20px;padding:20px;background-color: rgba(0,0,0,0.10);}
.box_news{max-width: 600px;margin: 0 auto;}
.max_width{max-width: 600px;margin: 0 auto;padding:10px;}

.red_left{border-left:5px #e22 solid;padding-left:10px;margin-left:10px;}
.blue_left{border-left:5px #22e solid;padding-left:10px;margin-left:10px;}
.green_left{border-left:5px #2e2 solid;padding-left:10px;margin-left:10px;}
.grey_light_left{border-left:5px #ddd solid;padding-left:10px;margin-left:10px;}
.grey_left{border-left:5px #aaa solid;padding-left:10px;margin-left:10px;}
.grey_dark_left{border-left:5px #555 solid;padding-left:10px;margin-left:10px;}
.black_left{border-left:5px #111 solid;padding-left:10px;margin-left:10px;}
	
.circle {background-color: #e33;color:#fff;float:left;border-radius:50%;font-size:22px;width:100px;height:100px;display:inline-block;padding-top:30px;text-align: center;margin: 5px 20px 5px 0;}

embed,object,iframe,img {max-width:100%;}
iframe {width:100%;}
.note{padding:20px;margin:20px;
border-top:1px #999 solid;
border-right:1px #999 solid;
border-bottom:1px #999 solid;
border-left:5px #999 solid;
border-radius:3px;
background-color:rgba(0,0,0,0.1);font-size:110%; }

h5{
  background-color:#6eb1ea !important;
	    border-left: 36px #ca6060 solid;
    padding : 5px 5px 5px 10px;
}
h5 a{
	color:#fff !important;
}
body {
	background: url(/img/fondolegaldesign.jpg) no-repeat center 100px fixed ;
	background-color:#dce9ff !important;
	background-size: 100%  !important;
    background-attachment: fixed  !important;

	
}



.fixed-nav-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width:100%;
	max-width:100%;
}

.mycmd{
	background-color:#ccc;
	border-radius:15px;
	padding:2px 4px;
}

.container {
  
  max-width: 960px !important;
  
}
iframe,embed,object,img{max-width:100%;}

.page-footer a{color:#fff;text-decoration:underline;font-weight:700;} 
img{border-radius:5px;}
.zoom,.btn { transition: all .2s ease-in-out; }
.zoom:hover,.btn:hover { transform: scale(1.1);box-shadow: 0px 0px 50px #663300;
    z-index: 2; }
	
.footer-copyright{background:none !important;}
.card,.card-reveal{
	overflow-x: hidden;
}
.card-content{
	font-size:18px;
	line-height:22px !important;
}
.mybanner{
	background-color:#4398ea;width:100%;display:inline-block;color:#ffffff;padding-left:10px;
}


  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
  footer.page-footer {
    padding-top: 0px !important;
  }