* {
  margin: 0;
}
html, body {
  height: 100%;
}

body {
	margin:0 auto;
	background:#fff url(img/fundo2.jpg) repeat-x top left;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:18px;
		}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -142px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
	
		
.bg1{width:100%; height:55px; background: #fff; position:absolute; z-index:-999; }
.bg2{width:100%; height:199px; background: #444258 url(img/backinterna.jpg) no-repeat top; position:absolute; z-index:-999; margin-top:55px; }
.bg3{width:100%; height:340px; background:url(img/backinterna2.jpg) no-repeat top; position:absolute; z-index:-999; margin-top:311px; }
.bg4{width:100%; height:200px; background:#444258; z-index:-999;}

.mark{float:left; font-size:10px; text-transform:uppercase;margin:20px 0; color:#4a0f2b; font-weight:400;}
.topo{width:100%; height:55px; color:#828282}

.icones-sociais{
	float:right;
    margin-top: 18px;
    right: 0;
	padding-left:10px;
}
 
.icones-sociais li {
    display: inline-block;
}
 
.icones-sociais a {
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -99999px;
}

 .right{float:right; margin:20px 0;}
 
#banner {height:199px;}

a {text-decoration:none; color:#fff; font-weight:300; font-size:12px;}
ul{list-style-type: none; padding-bottom:3px;}
h5 {font-size:16px; font-weight:500;}
h3 {font-weight:500; font-size:13px;}
p {font-weight:300; font-size:12px;}
.destaque {font-size:15px; text-align:left; margin-top:300px; font-style:italic; color:#49112b;}
.white-text {color:#fff}
.seta {
   position: relative;
   top:-3px;
    left: 0px;
    border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
}
.logo {padding-top:20px;}
.intro {height:150px; width:260px;}
.cor{color:#49112b;}
.cor2{color:#969696; font-weight:500; text-transform:uppercase;}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
font-family: 'Roboto', sans-serif;
font-weight:300;
background: #4a0f2b;

}
#cssmenu > ul {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 20px 20px 22px 20px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.3);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}

@media all and (max-width: 1000px){
#cssmenu > ul > li > a {
  padding: 25px 18px 21px 18px;
  font-size:12px;
 
}
}

@media all and (max-width: 930px){
#cssmenu > ul > li > a {
  padding: 25px 15px 21px 15px;
  font-size:12px;
 
}
}

@media all and (max-width: 890px){
#cssmenu > ul > li > a {
  padding: 25px 7px 21px 7px;
  font-size:12px;
 
}
}


@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #4a0f2b;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    padding: 25px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 25px;
    top: 25px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 25px;
    top: 35px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}

.conteudo{height:500px; position:relative;}
.slider{margin-top:110px}

.block {
  padding: 15px;
  background:#6e3353;
  color:#fff;
  font-size:13px;
  letter-spacing:0.3px;

}

.block2 {
  padding: 15px;
  background:#441f31;
  color:#fff;
  font-size:13px;
    letter-spacing:0.3px;


}

.block3 {
  padding: 15px;
  background:#6e3353;
  color:#fff;
  font-size:13px;
    letter-spacing:0.3px;

}

.cut {
   position: relative;
   float:right;
   bottom:5px;
    right: -15px;
    border-top: 20px solid #6e3353;
    border-right: 20px solid #fff;
    width: 0;
}

.cut2 {
   position: relative;
   float:right;
   bottom:5px;
    right: -15px;
    border-top: 20px solid #441f31;
    border-right: 20px solid #fff;
    width: 0;
}

.cut3 {
   position: relative;
   float:right;
   bottom:4px;
    right: -15px;
    border-top: 20px solid #fff;
    border-right: 20px solid #999;
    width: 0;
}


.block4 {
  padding: 15px;
  background:url(img/fcases.jpg) no-repeat;
  background-size: 100% 166px;
  font-size:13px;
    letter-spacing:0.3px;
  margin-top:-85px;
  height:166px;

}

.block5 {
  padding: 15px;
  background:url(img/fnews.jpg) no-repeat;
  background-size: 100% 166px;
  font-size:13px;
    letter-spacing:0.3px;
  margin-top:-85px;
  height:166px;

}
@media all and (max-width: 768px){
.block5 {
  padding: 15px;
  background:url(img/fcases.jpg) no-repeat;
  background-size: 100% 166px;
  font-size:13px;
    letter-spacing:0.3px;
  margin-top:-85px;
  height:166px;

}.tnews{height:78px; width:26px; margin-top:-250px;
}
.color{ background:#444258; padding-left:40px; margin-left:-20px;}

}
.block4 img{
  padding:4px 15px 3px 0;
}

.tcase{
  height:75px; width:25px; margin-top:30px;
}

.tnews{
  height:78px; width:26px; margin-top:30px;
}

.block4 p{
	margin-left:30px;
}

.block5 p{
	margin-left:30px;
}

.block5 p span{
	font-weight:700;
	color:#6e3353;
}

.block4 p span{
	font-weight:700;
	color:#6e3353;
}

.end{padding:20px 0 20px 0;}
.y20{padding-top:20px;}

.texto{font-size:13px; line-height:25px; padding:60px 0 60px 0;}
.texto2{font-size:13px; line-height:25px; padding:5px 0 20px 0;}
.texto3{font-size:13px; line-height:25px; padding:60px 0 20px 0;}
.texto4{font-size:13px; line-height:25px; padding:5px 0 60px 0;}
.inic{padding:60px 0 0px 0;}
.inicfoto{padding:20px 0 0px 0;}


.linkcolor{color:#444258; font-size:14px;}

@media all and (max-width: 768px) {

.bg3{width:100%; height:340px; background:none; position:absolute; z-index:-999; margin-top:314px; }
.bg2{width:100%; height:199px; background:none; position:absolute; z-index:-999; margin-top:55px; }

	
}