/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 60%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
	top:66%;
    left: 33%;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #f47920 transparent transparent;
}
.fp-controlArrow.fp-next {
	top:66%;
    right: 16%;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #f47920;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
	background-color:#FFF;
 }
 
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #f47920;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding:2px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
	background-color:#f47920;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

/***********************CSS SECTION****************/

@font-face {
		     font-family: UnimedSlab-Bold;
		     src: url('../css/fonts/UnimedSlab-Bold.otf');
}
@font-face {
		     font-family: UnimedSlab-Regular;
		     src: url('../css/fonts/UnimedSlab-Regular.otf');
}

@font-face {
		     font-family: UnimedSlab-BookItalic;
		     src: url('../css/fonts/UnimedSlab-BookItalic.otf');
}

#section0,	#section1, #section2, #section3, #section4{
		background-size: cover;
		background-attachment: fixed;
}

#section0{
	background:  url('../imgs/capa-06.png');
	background-size:  cover;
	background-position:  center center;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.conteudo1{
    margin-top: -3%;
    text-align: left;
    padding: 2%;
}

.conteudo1 h1{ 
    font-family: UnimedSlab-BookItalic;
    color: #f47920;
    margin-left: 25%;
    font-size: 4.5em;
    line-height: 0.9em;
    margin-top: 6%;
  }
  
 .titulo1{
	 font-family: UnimedSlab-Bold;
	 font-weight:bold;
	 font-size: 1.2em;
	 text-transform: uppercase;
	 }

.texto1{
	width: 35%;
    font-family: "Trebuchet MS";
    color: #fff;
    margin-top: 15%;
    font-size: 1.5em;
    margin-left: 10%;
    line-height: 1.4em;
		}

	
.logo{
  position: absolute;
  width: 15%;
  background: url('../imgs/logo-01.svg');
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 114px;
  left: 82%;
  top: 79%;
}

  /********************/
  
 #section1{
	background:  url('../imgs/casal-jornal.jpg');
	background-size:  cover;
	background-position:  center center;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
  	color:#FFF;
	text-align:center;
	font-size:1em;
}

.conteudo2 h1{ 
	font-family: UnimedSlab-BookItalic;
    font-size: 2em;
    line-height: 1.2em;
	color:#fff0c7;
	}
	
.conteudo2{
	background-color: #f47920;
    margin-left: 5%;
    width: 26%;
    color: #FFF;
    text-align: left;
    padding: 2%;
	}

.titulo1{
	 font-family: UnimedSlab-Bold;
	 font-weight:bold;
	 font-size: 1em;
	 text-transform: uppercase;
	 }

.titulo-destaque { color:#FFF0C7; font-weight:bold; font-size:1.2em; }

.conteudo2 li{ margin-bottom:2%; width:90%;}


  
   /********************/
  #section2{
	font-family: "Trebuchet MS";
  	color:#5b5c65;
	text-align:center;
	font-size:1.1em;
}

.conteudo3{
	width:100%;
	color:#5b5c65;
	text-align:center;
	padding-top:1%;
	}
	
.conteudo3 h1{ 
	font-family: UnimedSlab-BookItalic;
    font-size: 4.5em;
 	margin-top:-6%;
	color:#a3238e;
	}

.titulo2{
	 font-family: UnimedSlab-Bold;
	 font-weight:bold;
	 font-size: 1em;
	 text-transform: uppercase;
	 }
	 
.titulo-destaque2 { color:#f47920; font-weight:bold; font-size:1.3em; }

.conteudo3 ul{ width:50%; margin-left:20%; text-align:left; list-style:none;}
.conteudo3 li{ margin-bottom:3%;}

.conteudo3 .img1, .img2, .img3{position:absolute;}

.img1{
	width: 13%;
    left: 9%;
    margin-top: -3%;
}
	
	
.img2{
	width: 15%;
    right: 9%;
    margin-top: 5%;
	}
	
.img3{
	width: 13%;
    right: 23%;
    bottom: 2%;
	}



 /********************/
  #section3{
	font-family: "Trebuchet MS";
  	color:#5b5c65;
	text-align:center;
	font-size:1em;
}

.conteudo4 h1{ 
	font-family: UnimedSlab-BookItalic;
    font-size: 4.5em;
    line-height: 1.2em;
	margin-top:2%;
	color:#f47920;
	}
	
.conteudo4{
    color: #FFF;
    text-align: center;
    padding-top: 1%;
	}

.img4{
	width: 23%;
    float:left;
	margin-left:5%;
    position: relative;
	}

.titulo3{
	 font-family: UnimedSlab-Bold;
	 font-weight:bold;
	 font-size: 1em;
	 text-transform: uppercase;
	 }
	
.titulo-destaque3 { color:#f47920; font-weight:bold; font-size:2em; }

#slide1 h1, #slide2 h1, #slide3 h1, #slide4 h1, #slide5 h1{
	width: 60%;
    font-family: "Trebuchet MS";
    color: #FFF;
    text-align: center;
    font-size: 1.2em;
    margin-top: -22%;
    margin-left: 12%;
	}



  /************************************/
  
#section4{
	background:  url('../imgs/mae-filha-porquinho-dinheiro.jpg');
	background-size:  cover;
	background-position:  top left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
  	color:#FFF;
	text-align:center;
	font-size:0.9em;
}

#section4 h1{
	font-family: UnimedSlab-BookItalic;
    margin:0 auto;
	font-size: 2em;
	width: 95%;
	text-align: center;
	line-height:0.9em;
	padding:2%;
	color:#fff0c7;
	margin-bottom: -3%;
	}
	
	
	
.titulo5{
	 font-family: UnimedSlab-Bold;
	 font-weight:bold;
	 font-size: 0.9em;
	 }
	 
.titulo-destaque5 { font-weight:bold; font-size:0.9em; }
	
 .conteudo5{
	margin-top: -2%;
    margin-left: 2%;
    width: 34%;
    text-align: left;
    padding: 1% 2% 1% 2%;
    background-color: #f47920;
	}

.conteudo5 ul{list-style:decimal;}
.conteudo5 li{margin-bottom:2%;}

	
.destaque6{ 
  background-color: #fff0c7;
  padding: 2%;
  color:#5b5c65;
  }


.legenda {  
  font-size: 0.7em;
  color: #5b5c65;
  position: absolute;
  bottom: 9%;
  width: 37%;
  padding:1%;
 }

  
  @media screen and (max-width: 480px) {
	  #section4 {
    background: url('../imgs/mae-filha-porquinho-dinheiro.jpg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
}
	 
	   }
	   
  @media screen and (min-width: 481px) and (max-width: 656px) {
	  #section4 {
    background: url('../imgs/mae-filha-porquinho-dinheiro.jpg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
}
	 
	   }
  @media screen and (min-width: 657px) and (max-width: 960px) {
	  .img3 {width: 13%;
    margin-left: 23%;
    margin-top: 21%;
}
	 #section4 {
    background: url('../imgs/mae-filha-porquinho-dinheiro.jpg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
}
#section4 h1 {
    font-family: UnimedSlab-BookItalic;
    margin: 0 auto;
    font-size: 2em;
    width: 95%;
    text-align: center;
    line-height: 0.9em;
    padding: 2%;
    color: #fff0c7;
    margin-bottom: -3%;
	   }
  @media screen and (min-width: 961px) and (max-width: 1024px) {
	#section4 {
    background: url('../imgs/mae-filha-porquinho-dinheiro.jpg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
}
	  
.img3 {
   width: 13%;
    margin-left: 23%;
    margin-top: 21%;
}
#section4 h1 {
    font-family: UnimedSlab-BookItalic;
    margin: 0 auto;
    font-size: 2em;
    width: 95%;
    text-align: center;
    line-height: 0.9em;
    padding: 2%;
    color: #fff0c7;
    margin-bottom: -3%;
	  
	  }
	 
	  
  @media screen and (min-width: 1600px) {
	
  }
  
  