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


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

.cont{
	margin:10px;
	width:95%;
	height:auto;
	
}

body {
	margin: 0;
	padding: 0;
/*	background-color:#A38678; */
	background-size: cover;
/*	color:#fff; */
	font-weight: bold;
	font-family:'Tangerine', serif;
	
}

input, textarea, select {
		color: #fff; /*color: #474f51;*/
		font-size: 10pt;
		font-family: 'Tangerine', serif;
	/*	font-family: 'Yanone Kaffeesatz';*/
		line-height: 1.5em;
		font-weight: 300;
	}

.roundimg{
	width:100px;
    height:100px;
    border-radius:50px;
}

.roundimg p{ float: right; }



/* Galeria  */
	
	.gallery {
		margin: 10px 50px;
		
	}

	.gallery img{
		width: 230px;
		padding: 5px;
		filter: grayscale(100%);
		transition: 1s;
	}

	.gallery img:hover{
		filter: grayscale(0);
		transform: scale(1.1);
	}
	

/*jssor slider loading skin spin css*/
.jssorl-009-spin{/* modificado*/
	position:absolute;
	top:0px;left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	margin-top:-19px;position:relative;top:50%;width:38px;height:38px;
}


@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

#jssor_1{
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:1200px;  /* 980px;    */
	height:600px;/*   380px;  */
	overflow:hidden;
	visibility:hidden;	
}

.container a h5{
	text-decoration: underline;
}

.container a h5:hover{
	color:#247CE1;
	text-decoration: underline;
/*	font-size: 28px;  */
	font-weight: bold;
}

footer{
	position: relative;
	bottom: 0;
}

.footer-distributed{
/*	background-color:#4D3030; */
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size: 19px;
	font-weight: 400;
	font-family: 'Tangerine', serif;
	padding: 5px 50px ;
	margin-top: 0px;
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
 
.footer-distributed .footer-left{
	width: 40%;
	margin-top: 8px;
}
 
.footer-distributed h3, h4, h5{
	color:  #ffffff;
	font: normal 36px;
	margin: 0;
}
 
.footer-distributed h3, h4 span{
	/*color:  #5383d3;*/
	color:  #ffffff;
}
 
 
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}
 
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: underline;
	color: inherit;
}

.footer-distributed a:hover{
	color:#60C1FF;
	/*font-size: 26px;*/
	text-decoration: underline;
	font-weight: bold;
}
.footer-distributed .footer-company-name{
	color:  #E5E5E5;
	font-weight: normal;
	margin: 0;
}
 
 
.footer-distributed .footer-center{
	margin-top: 5px;
	width: 35%;
}
 
.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	width: 36px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
 
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
 
.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}
 
.footer-distributed .footer-center p span{
	display:block;
	line-height:2;
}
 
.footer-distributed .footer-center p a{
	/*color:  #5383d3;*/
	text-decoration: none;;
	color:  #ffffff;
}
 
.footer-distributed .footer-right{
	width: 20%;
	color:  #ffffff;
}
 
.footer-distributed .footer-company-about{
	line-height: 20px;
	color: #ffffff;
	margin: 0;
}
 
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footer-distributed .footer-icons{
	margin-top: 25px;
}
 
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
 
 
@media (max-width: 880px) {
 
	.footer-distributed{
		font: bold 14px sans-serif;
	
	}
 
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
 
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	.main {
		line-height: normal;
		font-size: auto;
	}
 
}

/* Large */

@media screen and (max-width: 1280px) {

		/* Header */

			#header h1 {
				font-size: 2.25em;
			}

			#header nav a {
				font-size: 1.1em;
			}

		/* Content */

			#content h2 {
				font-size: 1.4em;
			}

			#content h3 {
				font-size: 1.1em;
			}

			#content header {
				margin: 0 0 1.25em 0;
			}

	}


/* Medium */

@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Header 

			#header {
				text-align: center;
				background-color: #68080A;
			}
	*/
			#header > .container:first-child {
				display: none;
			}
		
		/* Logo 
		
		#logo{
			font-family: 'Tangerine', serif;
			background-color: #68080A;
		}
		*/
}
		
		
		