/* ------- Insira aqui as as custumizações -------*/
code {
    color: rgba(48, 48, 48, 0.9);
    background: #dbdbdb;
    border-radius: 3px;
    padding: 0 0.1em 0.1em;
    /* letter-spacing: 1px; */
}

xmp {
  color: rgba(48, 48, 48, 0.9);
  background: #dbdbdb;
  border-radius: 3px;
  padding: 0 0.1em 0.2em;
  font-size: 1.1em;
  /* letter-spacing: 1px; */
}

#item-spot-prod1{
	top: 40%;
    left: 9.5%;
}

#item-spot-prod2{
	top: 0;
    left: 20%;
}

#item-spot-prod3{
	bottom: 30%;
    left: 30%;
}

#item-spot-prod4{
	top: 38%;
	left: 26%;
}

#item-spot-prod5{
	top: 43%;
    left: 46%;
}

#item-spot-prod6{
	top: 45%;
    right: 42%;
}

#item-spot-prod7{
	top: 1%;
    right: 21.5%;
}

#item-spot-prod8{
	top: 43%;
    right: 19.5%;
}

#item-spot-prod9{
	bottom: 12%;
    right: 10%;
}

.opacity0{
	opacity: 0;
}

/* Timeline Integração */

        /* #timeline-integracao{
            margin: 0 auto;
            width: 100%;
            max-width: 980px;
            position: relative;
        }

        #timeline-integracao ol{
            list-style: none;
            width: 100%;
            z-index: 2;
            margin: 0 auto;
            text-align: center;
        }

        #timeline-integracao ol li{
            display: inline-block;
            width: 20%;
            cursor: pointer;
            
        }

        #timeline-integracao ol li:last-child::before{
            display: none;
        }

        #timeline-integracao ol li:nth-child(n+2){
            margin-left: 2%;
        }

        .ativo-integracao::after{
          	opacity: 1 !important;
        }

        .texto-timeline-integracao{
            width: 90%;
            max-width: 980px;
            clear: both;
            background: #ddd;
            color: #7c7c7c;
            text-align: left;
            margin: 10px auto;
            display: none;
            border-top: 5px solid #059F89;
        } */

        /* Fim, Timeline Integração */


/* ---- Início, Info ERP ---- */

#info-erp img{
		width: 100%;
		height: auto;
	}

.btn-info-erp{
	position: absolute;
	background: #FFFFFF;
	border-radius: 50%;
	border: 2px solid #FFF;
	opacity: .100;
	cursor: pointer;
}

.btn-info-erp:hover{
background: #FFFFFF;
	opacity: .50;
}

@media only screen and (max-width: 350px) {	/* Mobile */
	#info-erp{
	width: 376px;
	height: 371px;
	margin: 10px auto;
	position: relative;
	}
	
	.btn-info-erp{width: 5px; height: 5px; font-size: 1em;}
	
	#btn-info-erp-1{top: 24px; left: 95px;}		
	#btn-info-erp-2{top: 46px; left: 95px;}		
	#btn-info-erp-3{bottom: 90px; left: 95px;}		
	#btn-info-erp-4{top: 100px; left: 95px;}		
	#btn-info-erp-5{top: 123px; left: 95px;}
	#btn-info-erp-6{top: 46px; left: 95px;}		
	#btn-info-erp-7{bottom: 90px; left: 95px;}		
	#btn-info-erp-8{top: 100px; left: 95px;}		
	#btn-info-erp-9{top: 123px; left: 95px;}	
	
}

@media only screen and (min-width: 400px) { /* Tablet */
	#info-erp{
	width: 546px;
	height: 541px;	
	margin: 10px auto;
	position: relative;
	}
	
	#info-erp img{
		width: 100%;
		height: auto;
	}
	
	.btn-info-erp{width: 100px; height: 100px; font-size: 1.2em;}
	
	#btn-info-erp-1{top: 36px; left: 195px;}		
	#btn-info-erp-2{top: 85px; left: 163px;}		
	#btn-info-erp-3{bottom: 153px; left: 145px;}		
	#btn-info-erp-4{top: 175px; left: 85px; }		
	#btn-info-erp-5{top: 221px; left: 65px; }	
	#btn-info-erp-6{top: 221px; left: 65px; }		
	#btn-info-erp-7{top: 221px; left: 65px; }		
	#btn-info-erp-8{top: 221px; left: 65px;}		
	#btn-info-erp-9{top: 221px; left: 65px; }	
}

@media only screen and (min-width: 400px) { /* Desktop */
	#info-erp{
	width: 576px;
	height: 571px;
	margin: 10px auto;
	position: relative;
	}
	
	#info-erp img{
		width: 100%;
		height: auto;
	}
	
	.btn-info-erp{ font-size: 1.2em; width: 100px; height: 100px;}
	
	#btn-info-erp-1{top: 42px; left: 167px;}		
	#btn-info-erp-2{top: 42px; left: 301px;}		
	#btn-info-erp-3{bottom: 345px; left: 404px;}		
	#btn-info-erp-4{top: 260px; left: 426px;}		
	#btn-info-erp-5{top: 376px; left: 359px;}
	#btn-info-erp-6{top: 422px; left: 235px;}
	#btn-info-erp-7{top: 376px; left: 109px;}
	#btn-info-erp-8{top: 259px; left: 40px;}
	#btn-info-erp-9{top: 126px; left: 63px;}

}

/* ---- Fim, Info ERP ---- */



/* ---- Início, Info Verticalização ---- */

#info-vert img{
		width: 100%;
		height: auto;
	}

.btn-info{
	position: absolute;
	background: #FFFFFF;
	opacity: .100;
	cursor: pointer;
}

.btn-info:hover{
background: #FFFFFF;
	opacity: .100;
}

@media only screen and (max-width: 350px) {	/* Mobile */
	#info-vert{
	width: 300px;
	height: 178px;
	margin: 10px auto;
	position: relative;
	}
	
	.btn-info{width: 200px; height: 20px; font-size: 1em;}
	
	#btn-info1{top: 24px; left: 95px;}		
	#btn-info2{top: 46px; left: 95px;}		
	#btn-info3{bottom: 90px; left: 95px;}		
	#btn-info4{top: 100px; left: 95px;}		
	#btn-info5{top: 123px; left: 95px;}	
	
}


@media only screen and (min-width: 600px) { /* Tablet */
	#info-vert{
	width: 540px;
	height: 320px;	
	margin: 10px auto;
	position: relative;
	}
	
	#info-vert img{
		width: 100%;
		height: auto;
	}
	
	.btn-info{height: 35px; font-size: 1.2em;}
	
	#btn-info1{top: 36px; left: 195px; width: 340px;}		
	#btn-info2{top: 85px; left: 163px; width: 350px;}		
	#btn-info3{bottom: 153px; left: 145px; width: 380px;}		
	#btn-info4{top: 175px; left: 85px; width: 435px;}		
	#btn-info5{top: 221px; left: 65px; width: 466px;}	
	
}

@media only screen and (min-width: 768px) { /* Desktop */
	#info-vert{
	width: 900px;
	height: 445px;
	margin: 10px auto;
	position: relative;
	}
	
	#info-vert img{
		width: 100%;
		height: auto;
	}
	
	.btn-info{ font-size: 1.2em;}
	
	#btn-info1{top: 56px; left: 305px; width: 565px; height: 75px;}		
	#btn-info2{top: 140px; left: 256px; width: 610px; height: 65px;}		
	#btn-info3{bottom: 163px; left: 215px; width: 650px; height: 65px;}		
	#btn-info4{top: 290px; left: 168px; width: 695px; height: 65px;}		
	#btn-info5{top: 362px; left: 165px; width: 700px; height: 65px;}	

}

/* ---- Fim, Info Verticalização ---- */



/* ---- Início, Info CLP ---- */

#info-CLP img{
		width: 100%;
		height: auto;
	}

.btn-info-CLP{
	position: absolute;
	background: #FFFFFF;
	opacity: .100;
	border: 60%;
	border: 1px solid #FACF00;
	cursor: pointer;
}

.btn-info-CLP:hover{
	background: #333;
	opacity: .8;
}

@media only screen and (max-width: 350px) {	/* Mobile */
	#info-CLP{
	width: 300px;
	height: 178px;
	margin: 10px auto;
	position: relative;
	}
	
	.btn-info-CLP{width: 20px; height: 20px; font-size: 1em;}
	
	#btn-info1{top: 24px; left: 95px;}		
	#btn-info2{top: 46px; left: 95px;}		
	#btn-info3{bottom: 90px; left: 95px;}		
	#btn-info4{top: 100px; left: 95px;}		
	#btn-info5{top: 123px; left: 95px;}	
	
}


@media only screen and (min-width: 600px) { /* Tablet */
	#info-CLP{
	width: 540px;
	height: 320px;	
	margin: 10px auto;
	position: relative;
	}
	
	#info-CLP img{
		width: 100%;
		height: auto;
	}
	
	.btn-info-CLP{height: 35px; width: 34px; font-size: 1.2em;}
	
	#btn-info6{top: 36px; left: 195px;}		
	#btn-info7{top: 85px; left: 163px;}		
	#btn-info8{bottom: 153px; left: 145px;}		
	#btn-info9{top: 175px; left: 85px;}			
	
}

@media only screen and (min-width: 300px) { /* Desktop */
	#info-CLP{
	width: 500px;
	height: 499px;
	margin: 10px auto;
	position: relative;
	}
	
	#info-CLP img{
		width: 100%;
		height: auto;
	}
	
	.btn-info-CLP{ font-size: 1.2em; background-color: #FFFFFF;}
	
	#btn-info6{top: 422px; left: 50px; width: 137px; height: 23px;}		
	#btn-info7{top: 422px; left: 187px; width: 137px; height: 23px;}		
	#btn-info8{top: 422px; left: 322px; width: 129px; height: 23px;}		
	#btn-info9{top: 200px; left: 43px; border-radius: 0% !important; width: 350px !important; height: 195px !important;}		

}

/* ---- Fim, Info CLP ---- */

     /* Slideshow SPIKE */

    /* Slideshow container */
    .slideshow-container-pon {
        position: relative;
        border: 4px double #ababab;
    }

    /* Slideshow */

    .slideshow-wrapper-pon{
        width: 95%;
        margin: 15px auto;
    }

    .myslideshow-pon {
      display: none;
      padding: 10px 30px;
    }

    /* Next & previous buttons */
    .proximo-pon, .anterior-pon {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      margin-top: -30px;
      padding: 10px;
      color: #f6f6f6;
      background: #1977a3;
      font-weight: bold;
      font-size: 2em;
      border-radius: 0 3px 3px 0;
      user-select: none;
      text-decoration: none;
      transition: all ease-in-out 0.3s;
    }

    /* Position the "previous button" to the left */
    .anterior-pon {
        left: 0;
    }

    /* Position the "next button" to the right */
    .proximo-pon {
      position: absolute;
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .proximo-pon:hover, .anterior-pon:hover {
        color: #f6f6f6;
        background: #2a9ebd;
    }

    /* The dot/bullet/indicator container */
    .dot-container-pon {
      text-align: center;
      padding: 5px;
      line-height: 0;
    }

    /* The dots/bullets/indicators */
    .dot-pon {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }

    /* Add a background color to the active dot/circle */
    .active-slide-pon, .dot-pon:hover {
      background-color: #1977a3;
    }

    /* Fim, Slideshow PON */

/* Slideshow1 */
.slideshow1-container {
  position: relative;
  border: 4px double #ababab;
}

.slideshow1-wrapper{
  width: 95%;
  margin: 15px auto;
}

.myslideshow1 {
display: none;
padding: 10px 30px;
}

/* Next & previous buttons */
.proximo1, .anterior1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 0;
  color: #c63b55;
  /* background: #1977a3; */
  font-weight: bold;
  font-size: 2em;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

/* Position the "previous button" to the left */
.anterior1 {
  left: 0;
}

/* Position the "next button" to the right */
.proximo1 {
position: absolute;
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.proximo1:hover, .anterior1:hover {
  color: #9d9d9c;
}

/* The dot/bullet/indicator container */
.dot1-container {
text-align: center;
padding: 5px;
line-height: 0;
}

/* The dots/bullets/indicators */
.dot1 {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active-slide1, .dot1:hover {
  background-color: #c63b55;
}

.slideshow1-container{
/* max-height: 500px; */
overflow-y: auto;
}

.myslideshow1{
padding: 10px !important;
}

.dot1{
height: 23px;
width: 23px;
margin: 5px 5px;
}

#contador-slides-1{
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 7px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding-left: 0;
  padding-top: 13px;
  font-weight: bold;
  /* background-color: #1d2345; */
}

/* Fim, Slideshow */

/* Slideshow2 */
.slideshow2-container {
  position: relative;
  border: 4px double #ababab;
}

.slideshow2-wrapper{
  width: 95%;
  margin: 15px auto;
}

.myslideshow2 {
display: none;
padding: 10px 30px;
}

/* Next & previous buttons */
.proximo2, .anterior2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 0;
  color: #c63b55;
  /* background: #1977a3; */
  font-weight: bold;
  font-size: 2em;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

/* Position the "previous button" to the left */
.anterior2 {
  left: 0;
}

/* Position the "next button" to the right */
.proximo2 {
position: absolute;
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.proximo2:hover, .anterior2:hover {
  color: #9d9d9c;
}

/* The dot/bullet/indicator container */
.dot2-container {
text-align: center;
padding: 5px;
line-height: 0;
}

/* The dots/bullets/indicators */
.dot2 {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active-slide2, .dot2:hover {
  background-color: #c63b55;
}

.slideshow2-container{
/* max-height: 500px; */
overflow-y: auto;
}

.myslideshow2{
padding: 10px !important;
}

.dot2{
height: 23px;
width: 23px;
margin: 5px 5px;
}

#contador-slides-2{
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 7px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding-left: 0;
  padding-top: 13px;
  font-weight: bold;
  /* background-color: #1d2345; */
}

/* Fim, Slideshow */

.box1b{
        width: 95%;
        margin: 15px auto;
        border: 6px solid #18A383;
        max-width: 900px;
        padding: 6px;
}

.box1c{
    width: 95%;
    margin: 15px auto;
    border: 6px solid #1977a3;
    background: #f6f6f6;
    max-width: 900px;
    padding: 6px;
}

.box1d{
    width: 95%;
    margin: 15px auto;
    background: #f6f6f6;
    max-width: 900px;
    padding: 6px;
    border: 6px solid #c9c9c9;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
}


img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

.bt-img{
	cursor: pointer;
}

.bt-img:hover{
	opacity: .8;
}

.medium-zoom--opened .medium-zoom-overlay{
	cursor: pointer;
	cursor: zoom-out;
	opacity: .7 !important;
}

.titulobox1{
	font-weight: bold;
	background: #1977a3;
	padding: 10px 20px;
	color: white;
	margin-right: 10px;
}

/* Sessões Box com Imagem */

.box_New{
    width: 95%;
    margin: 15px auto;
    max-width: 900px;
    background: rgba(211,211,211,1);
    box-sizing: border-box; 
}

.box_New p.titulobox{
    text-align: center;
    background: rgba(0,0,0,0.15);
    font-size: 1.2em;
    font-weight: bold;
}

.box_New-color{
    width: 95%;
    margin: 15px auto;
    max-width: 900px;
    background: #1977a3;
    color: #fff !important;
}

.box_New-color p{
    color: #fff;
}

.box_New-color p.titulobox{
    text-align: center;
    background: rgba(0,0,0,0.15);
    font-size: 1.2em;
    font-weight: bold;
}

.box_New-color a{
    color: #fff;
    text-decoration: underline;
}

.box_New-color a:hover{
    text-decoration: none;
}

.box_New img{
    padding: 30px;
}

.box_New-color-left{
    width: 95%;
    margin: 15px auto;
    max-width: 900px;
    background: #1977a3;
    color: #fff !important;
}

.box_New-color-left p{
    color: #fff;
}

.box_New-color-left p.titulobox{
    text-align: center;
    background: rgba(0,0,0,0.15);
    font-size: 1.2em;
    font-weight: bold;
}

.box_New-color-left a{
    color: #fff;
    text-decoration: underline;
}

.box_New-color-left a:hover{
    text-decoration: none;
}

.box_New-left img{
    display: inline-block;
    padding: 30px;
}

/* Fim Box com Imagem */

#txtConteudo{
    width: 640px; 
    height: auto;
    clear:both;
    margin:30px auto;
    position:relative; 
    padding:15px; 
    background-color:#d3d3d3;
    border-radius: 20px;
    display:none;
}
#um, #dois, #tres, #quatro, #cinco, #seis, #sete{
  background-color:transparent;
  color:#FFFFFF;
  width:116px;
  height:116px;
  border-radius:116px;
  position:absolute;
  text-align:center;
  vertical-align: middle;
  margin:0 auto;
  padding-top:5px;
  cursor:pointer;
  font-weight:bold;
  font-size:20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  opacity: 0.6;
}
#um{top: 201px; left: 168px;}
#dois{top: 201px; left: 561px;}
#tres{top: 391px; left: 365px;}
#quatro{top: 11px; left: 365px;}
#geral{
  margin:0 auto;
  width:850px;
  height:550px;
  position:relative;
}

/* Atuacao Integrada */

/* #atuacao_integrada{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.texto_atuacao{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-right: 15px;
    color: #fff;
}

.texto_atuacao p, .texto_atuacao .titulobox{
    color: #fff;
}

.texto_atuacao .closeoverlay{
    font-size: 20px;
    background: #fff;
    padding: 3px 5px;
    color: #04DBFF;
    position: absolute;
    right: 10px;
    top: 3px;
    color: #04DBFF;
    cursor: pointer;
}

#tit_atuacao1{
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

#tit_atuacao2{
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

#tit_atuacao3{
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

#tit_atuacao4{
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

#transposicao{
    display: none;
    height: 100%;
    background: rgba(4,219,255,0.95);
    position: absolute;
    width: 100%;
    z-index: 2;
}

#transposicao .texto_atuacao, #transposicao .texto_atuacao p, #transposicao .texto_atuacao .titulobox{
    color: #00648b;
}

#transposicao .texto_atuacao .closeoverlay{
     background: #00648b;
}

#substituicao{
    display: none;
    height: 100%;
    background: rgba(1,113,186,0.95);
    position: absolute;
    width: 100%;
    z-index: 2;
}

#substituicao .texto_atuacao{
    background: none;
}

#substituicao .texto_atuacao .closeoverlay{
    color: #0171BA;
}

#fluxo{
    display: none;
    height: 100%;
    background: rgba(0,170, 227,0.95);
    position: absolute;
    width: 100%;
    z-index: 2;
}

#fluxo .texto_atuacao{
    background: none;
}

#fluxo .texto_atuacao .closeoverlay{
    color: rgba(0,170, 227,0.95);
}

#bloco{
    display: none;
    height: 100%;
    background: rgba(29, 149, 189, 0.95);
    position: absolute;
    width: 100%;
    z-index: 2;
}

#bloco .texto_atuacao{
    background: none;
}

#bloco .texto_atuacao .closeoverlay{
    color: rgba(29, 149, 189, 0.95);
}

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

#fluxo, #substituicao, #transposicao, #bloco{
    border-radius: 0;
}

} */

/* Fim, Atuacao Integrada */

/* Função TAB */

/* * {
  box-sizing: border-box;
} */

/* body {
  background: url(https://subtlepatterns.com/patterns/use_your_illusion.png);
  color: #eee;
  font: 1em 'PT Sans', sans-serif;
} */

/* ::selection {
  background-color: #4EC6DE;
} */

.tabbed {
  width: 700px;
  margin: 40px auto 800px;
}

.tabbed > input {
  display: none;
}

.tabbed > label {
  display: block;
  float: left;
  padding: 12px 20px;
  margin-right: 5px;
  cursor: pointer;
  transition: background-color .3s;
}

.tabbed > label:hover,
.tabbed > input:checked + label {
  background: #4EC6DE;
}

.tabs {
  clear: both;
  perspective: 600px;
}

.tabs > div {
  width: 700px;
  position: absolute;
  border: 2px solid #4EC6DE;
  padding: 10px 30px 40px;
  line-height: 1.4em;
  opacity: 0;
  transform: rotateX(-20deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1s;
  z-index: 0;
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4){
  transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .tabbed { width: 400px }
  .tabbed > label { display: none }
  .tabs > div {
    width: 400px;
    border: none;
    padding: 0;
    opacity: 1;
    position: relative;
    transform: none;
    margin-bottom: 60px;
  }
  .tabs > div h2 {
    border-bottom: 2px solid #4EC6DE;
    padding-bottom: .5em;
  }
}

/* Começo da Tabela4 */

.tabela4{
    overflow-x: auto;
    margin: 10px;
}

.tabela4 table{
    border-spacing: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow:hidden;
    border-collapse:separate;
    border: solid #ccc 1px;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
}

.tabela4 table th{
    font-weight: bold;
    background-color: #1977a3;
    color: #f9f9f9;
    border: 1px solid #f9f9f9;
}

.tabela4 table tr:first-child th{
    
    padding: 10px 0;
}

.tabela4 table tr{
    
    border: 1px solid #6b6b6b;
}


.tabela4 table tr:nth-child(even){
    background: #d2deef;
    
}


.tabela4 table tr:nth-child(odd){
    background: #eaeff7;
    
}

.tabela4 table td{
    text-align: left;
    padding: 5px;
    line-height: 2em;
    border: 1px solid #ffffff;
}

/* Fim da Tabela4 */

.boxModal{
  width: 95%;
  margin: 15px auto;
  border: 6px solid #116094;
  max-width: 900px;
  padding: 6px;
}

/* Accordion */

.accordion:first-of-type{
  margin-top: 10px;
}

.accordion {
  background-color: #fff;
  color: #342e24;
  cursor: pointer;
  width: 100%;
  max-width: 1180px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  border-left: none;
  text-align: left;
  outline: none;
  font-size: 1.1em;
  transition: 0.4s;
  margin-left: 10px;
  line-height: 1.5em;
  padding: 1rem;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.active, .accordion:hover {
  background-color: #e7e7e7;
  color: rgba(79, 79, 79, 0.9);
}

.accordion:first-of-type{
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.accordion:last-of-type{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion:last-of-type.active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel:last-of-type{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion:hover:after{
  color: #000000;
}

.accordion:after {
  content: '\002B';
  color: rgba(79, 79, 79, 0.9);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  color: rgba(79, 79, 79, 0.9);
}

.panel {
  padding: 0 10px;
  width: 100%;
  background-color: #f1f1f1;
  max-height: 0;
  max-width: 1180px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-left: 10px;
}

.panel p{
  color: rgba(79, 79, 79, 0.9);
}

/* Fim, Accordion */

/* Conhecimentos científico e popular */

#geral_conhecimentocie, #geral_conhecimentopop{
    position: relative;
    width: 95%;
    /* max-width: 350px; */
    margin: 0 auto;
}

#geral_conhecimentocie:after, #geral_conhecimentopop:after{
    position: absolute;
    content: "";
    background: #e1f5fe;
    width: 4px;
    height: 80%;
    top: 14%;
    left: 5%;
    transform: translateX(-5%);
    z-index: -1;
}

#geral_conhecimentocie .balao, #geral_conhecimentopop .balao{
    margin: 10px auto;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    position: relative;
    color: #10202C;
    background: #e1f5fe;
}

#geral_conhecimentocie .balao img{
    max-width: 40px;
    margin-right: 10px;
}

#geral_conhecimentopop .balao img{
    max-width: 72px;
    margin-right: 10px;
}

#geral_conhecimentocie .balao p.titulobox, #geral_conhecimentopop .balao p.titulobox{
    color: #10202C;
    font-size: 1.3em;
    line-height: 0;
}

#geral_conhecimentocie .accordion:after, #geral_conhecimentopop .accordion:after{
    color: #fff;
}

/* #geral_conhecimentocie .accordion, #geral_conhecimentopop .accordion{
    background: #b3e5fc;
    color: #10202C;
    margin-top: 10px;
    margin-left: 0;
    border-radius: 10px 10px 0 0;
    border: 4px solid #b3e5fc;
} */

#geral_conhecimentocie .panel ul li{
  color: #10202C;
}

#geral_conhecimentocie .accordion:hover, #geral_conhecimentopop .accordion:hover{
    background: #fff;
}

#geral_conhecimentocie .panel, #geral_conhecimentopop .panel{
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin-left: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(1).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(2).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(3).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(4).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(5).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(6).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(7).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(8).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .accordion:nth-of-type(9).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie .panel p, #geral_conhecimentopop .panel p{
    color: #10202C;
}

/* Fim, Conhecimentos científico e popular */

#geral_conhecimentocie .accordion:nth-of-type(1){
    background: #992c46;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    /* border-radius: 10px 10px 0 0; */
    border-radius: 8px;
    border: 4px solid #c63b55;
}
#geral_conhecimentocie .accordion:nth-of-type(1):hover{
    background: #c63b55;
}

#geral_conhecimentocie .accordion:nth-of-type(2){
    background: #011f4b;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    /* border-radius: 10px 10px 0 0; */
    border-radius: 8px;
    border: 4px solid #20408b;
}
#geral_conhecimentocie .accordion:nth-of-type(2):hover{
    background: #20408b;
}

#geral_conhecimentocie .accordion:nth-of-type(3){
    background: #5554c9;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    /* border-radius: 10px 10px 0 0; */
    border-radius: 8px;
    border: 4px solid #6f70c8;
}
#geral_conhecimentocie .accordion:nth-of-type(3):hover{
    background: #6f70c8;
}

#geral_conhecimentocie .accordion:nth-of-type(4){
    background: #4aaf8f;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    /* border-radius: 10px 10px 0 0; */
    border-radius: 8px;
    border: 4px solid #86bc91;
}
#geral_conhecimentocie .accordion:nth-of-type(4):hover{
    background: #86bc91;
}

#geral_conhecimentocie .accordion:nth-of-type(5){
    background: #706f6f;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    /* border-radius: 10px 10px 0 0; */
    border-radius: 8px;
    border: 4px solid #9d9d9d;
}
#geral_conhecimentocie .accordion:nth-of-type(5):hover{
    background: #9d9d9d;
}

#geral_conhecimentocie .accordion:nth-of-type(6){
    background: #6972d7;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    /* border-radius: 10px 10px 0 0; */
    border: 4px solid #969de3;
}
#geral_conhecimentocie .accordion:nth-of-type(6):hover{
    background: #969de3;
}

#geral_conhecimentocie .accordion:nth-of-type(7){
    background: #5554c9;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    /* border-radius: 10px 10px 0 0; */
    border: 4px solid #6f70c8;
}
#geral_conhecimentocie .accordion:nth-of-type(7):hover{
    background: #6f70c8;
}

#geral_conhecimentocie .accordion:nth-of-type(8){
  background: #5554c9;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border: 4px solid #6f70c8;
}
#geral_conhecimentocie .accordion:nth-of-type(8):hover{
  background: #6f70c8;
}

#geral_conhecimentocie .accordion:nth-of-type(9){
  background: #5554c9;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border: 4px solid #6f70c8;
}
#geral_conhecimentocie .accordion:nth-of-type(9):hover{
  background: #6f70c8;
}

/* Botões Implantação */

button.bt-sweep2, button.bt-border{
    border: none;
}

button.bt-sweep2:focus, button.bt-border:focus{
    outline: none;
}

.bt-sweep2{
    cursor: pointer;
    display:block;
    color: #fff;
    position:relative;
    margin:10px auto;
    padding:1em;
    background:#009687;
    z-index:0;
    border:none;
    transition: color 0.4s ease;
    font-size: 1em;
}

.bt-sweep2::before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #46D077;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .2s ease-out;
}

.bt-sweep2:hover:before{
    transform: scaleX(1);
}



/*--------- Botão Novo ---------*/

button.bt-sweep3, button.bt-border{
    border: none;  
}

button.bt-sweep3:focus, button.bt-border:focus{
    outline: none;
}

.bt-sweep3{
    cursor: pointer;
    display: block;
    color: #fff;
    position:relative;
    margin:10px auto;
    padding:5px;
    background:#1977a3;    
    z-index:0;
    border: none;
    transition: color 0.4s ease;
    font-size: 1em;  
      
}

.bt-sweep3::before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #46bad0;  
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .2s ease-out;
  
}

.bt-sweep3:hover:before{
    transform: scaleX(1);
}

/* Timeline Horizontal */

/* #timeline-sistemasdig{
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    position: relative;
}

#timeline-sistemasdig ol{
    list-style: none;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}

#timeline-sistemasdig ol li{
    display: inline-block;
    width: 33%;
    cursor: pointer;
    border-radius: 50%;
}

#timeline-sistemasdig ol li:last-child::before{
    display: none;
}

#timeline-sistemasdig ol li:nth-child(n+2){
    margin-left: 30%;
}

.timeline-circle-sistemasdig {
  position: relative;
  display: block;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.timeline-circle-sistemasdig::after{
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #1977a3;
    border-width: 30px;
    margin-left: -30px;
    opacity: 0;
}

.timeline-circle-sistemasdig::before{
    display: block;
    padding-bottom: 6%;
    width: 100%;
    height: 0;
    background-color: #8C8C8C;
    content: "";
    position: absolute;
    top: 50%;
    left: 75%;
    z-index: -1;
}

.ativo-sistemasdig::after{
      opacity: 1 !important;
}

.texto-timeline-sistemasdig{
    width: 90%;
    max-width: 980px;
    clear: both;
    background: #ddd;
    color: #7c7c7c;
    text-align: left;
    margin: 10px auto;
    display: none;
    border-top: 5px solid #1977a3;
} */

/* Fim, Timeline Horizontal */

/* Sessões Box com Imagem */

.box_New{
    width: 95%;
    margin: 15px auto;
    max-width: 900px;
    background: rgba(211,211,211,1);
    box-sizing: border-box; 
}

.box_New p.titulobox{
    text-align: center;
    background: rgba(0,0,0,0.15);
    font-size: 1.2em;
    font-weight: bold;
}

.box_New img{
    margin-bottom: 70px;
    padding: 50px;
}

.box_New-color{
    width: 95%;
    margin: 15px auto 20px;
    max-width: 900px;
    background: #1977a3;
    color: #fff !important;
}

.box_New-color p{
    color: #fff;
    display: flex;
}

.box_New-color p.titulobox{
    text-align: center;
    background: rgba(0,0,0,0.15);
    font-size: 1.2em;
    font-weight: bold;
}


.box_New-color a{
    color: #fff;
    text-decoration: underline;
}

.box_New-color a:hover{
    text-decoration: none;
}

.box_New-color img{
    padding: 30px;
}


/* Fim Box com Imagem */

/* ------- Novo Componente ------- */
.wrapper-new { 
    max-width: 100%;
    margin-bottom: 15px;
    margin-top: 15px; 
    color: #e5e5e5;
 }
 
 .wrapper-new div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
 }
 
 .wrapper-new div img{
    width: 100%;
 }

 #one {
  
}

 #two {
    
    background-color: #1977a3;
    padding-left: 2%;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: justify;
    min-height: 190px;
 }

#two p, #two h1{
    color: #f9f9f9;
    padding: 25px 20px 0 60px;
 }
 
 @media screen and (min-width: 600px) {
    .wrapper-new {
       height: auto;
       overflow: hidden; // clearing 
    }
    #one {
       width: 200px; 
       float: left; 
    }
    
    #two { 
        width: 98%;
    }
 }

 /* ------- Fim Novo Componente ------- */

 /*--------- Botão Novo ---------*/

button.bt-sweep4, button.bt-border{
    border: none;  
}

button.bt-sweep4:focus, button.bt-border:focus{
    outline: none;
}

.bt-sweep4{
    cursor: pointer;
    display: block;
    color: #fff;
    position:relative;
    margin:10px auto;
    padding:5px;
    /* background:#1977a3;     */
    z-index:0;
    border: none;
    transition: color 0.4s ease;
    font-size: 1em;  
      
}

.bt-sweep4::before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #46bad0;  
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .2s ease-out;
  
}

.bt-sweep4:hover:before{
    transform: scaleX(1);
}

/*--------- Fim Botão Novo ---------*/


/* ------- Novo Wrapper Componente ------- */
.wrapper-new1 { 
    max-width: 98%;
    margin-left: 1%;
    margin-bottom: 15px;
    margin-top: 15px; 
    color: #e5e5e5;
 }
 
 .wrapper-new1 div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
 }
 
 .wrapper-new1 div img{
    width: 100%;
 }

 #one1 {
    /* max-height: 180px; */
}

 #two1 {
    background-color: #1977a3;
    border-radius: 0 0 15px 15px;
    padding-top: 0.1px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: justify;    
 }

 #two1 p, #two1 h1{
    color: #f9f9f9;
    line-height: 1.2em;
 }
 
 @media screen and (min-width: 750px) {
    .wrapper-new1 {
       height: auto;
       overflow: hidden; // clearing 
    }
    #one1 {
       width: 155px; 
       float: left; 
    }
    #two1 { 
        width: 100%;
        padding-left: 150px;
        border-radius: 0 15px 15px 0;
        min-height: 155px;
        max-height: 155px; 
    }
 }

 /* ------- Fim do Novo Wrapper Componente ------- */

 /* ------- Novo Componente box ------- */

 .box9-color{
    width: 95%;
    margin: 15px auto;
    max-width: 900px;
    background: #1977a3;
    color: #fff !important;
}

.box9-color p{
    color: #fff;
}

.box9-color p.titulobox{
    text-align: center;
    background: rgba(0,0,0,0.15);
    font-size: 1.2em;
    font-weight: bold;
}

.box9-color a{
    color: #fff;
    text-decoration: underline;
}

.box9-color a:hover{
    text-decoration: none;
}

/* Full HD em paisagem e abaixo */
@media only screen and (max-width: 1920px) {
    .box9-color {
        height: 450px;
    }
    .box9-color p{
        padding-top: 90px;
    }
    .box9-color p.titulobox{
        padding-top: 10px;
    }
}

/* Notebooks em paisagem e abaixo */
@media only screen and (min-width: 1340px) {
    .box9-color {
        height: 420px;
    }
    .box9-color p{
        padding-top: 80px;
    }
    .box9-color p.titulobox{
        padding-top: 10px;
    }
}

/* Tablets em paisagem e abaixo */
@media (max-width: 1024px) { 
    .box9-color {
        height: 536px;
    }
    .box9-color p{
        padding-top: 120px;
    }
    .box9-color p.titulobox{
        padding-top: 10px;
    }
}

/* Kindle em paisagem e abaixo */
@media (max-width: 800px) { 
    .box9-color {
        height: 679px;
    }
    .box9-color p{
        padding-top: 150px;
    }
    .box9-color p.titulobox{
        padding-top: 10px;
    }
}

/* Tablets em retrato e abaixo */
@media (max-width: 768px) { 
    .box9-color {
        height: 708px;
    }
    .box9-color p{
        padding-top: 150px;
    }
    .box9-color p.titulobox{
        padding-top: 10px;
    }
}

/* Celulares em paisagem e abaixo */
@media (max-width: 750px) { 
    .box9-color {
        height: 350px;
    }

    .box9-color p{
        padding-top: 35px;
    }
    .box9-color p.titulobox{
        padding-top: 10px;
    }
}

 /* ------- Fim do Novo Componente box ------- */

 /* ------- Novo Componente box ------- */

 .box10-color{
    width: 95%;
    margin: 15px auto;
    max-width: 900px;
    background: rgba(211,211,211,1);
    color: #fff !important;
}

.box10-color p{
    color: #6b6b6b;
}

.box10-color ul li{
    color: #6b6b6b;
}

.box10-color p.titulobox{
    text-align: center;
    background: #1977a3;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

.box10-color a{
    color: #6b6b6b;
    text-decoration: underline;
}

.box10-color a:hover{
    text-decoration: none;
}

 /* ------- Fim do Novo Componente box ------- */


 /* ------- Novo Componente box ------- */

.box11-color{
    width: 95%;
    margin: 15px auto;
    max-width: 900px;
    background: rgba(211,211,211,1);
    color: #fff !important;
}

.box11-color p{
    color: #6b6b6b;
}

.box11-color ul li{
    color: #6b6b6b;
}

.box11-color p.titulobox{
    text-align: center;
    background: #1977a3;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

.box11-color a{
    color: #6b6b6b;
    text-decoration: underline;
}

.box11-color a:hover{
    text-decoration: none;
}

/* Full HD em paisagem e abaixo */
@media only screen and (max-width: 1920px) {
    .box11-color {
        height: 603px;
    }
}

/* Notebooks em paisagem e abaixo */
@media only screen and (min-width: 1366px) {
    .box11-color {
        height: 622px;
    }
}

/* Notebooks em paisagem e abaixo */
@media only screen and (min-width: 1341px) {
    .box11-color {
        height: 620px;
    }
}

/* Tablets em paisagem e abaixo */
@media (max-width: 1024px) { 
    .box11-color {
        height: 563px;
    }
}

/* Kindle em paisagem e abaixo */
@media (max-width: 800px) { 
    .box11-color {
        height: 685px;
    }
}

/* Tablets em retrato e abaixo */
@media (max-width: 768px) { 
    .box11-color {
        height: 707px;
    }
}

/* Celulares em paisagem e abaixo */
@media (max-width: 750px) { 
    .box11-color {
        height: 715px;
    }
}

/* Celulares em retrato e abaixo */
@media (max-width: 450px) { 
    .box11-color {
        height: 530px;
    }
}

 /* ------- Fim do Novo Componente box ------- */

 /* ------- Novo Componente box ------- */

.box12-color{
    width: 95%;
    margin: 15px auto;
    max-width: 900px;
    background: rgba(211,211,211,1);
    color: #fff !important;
}

.box12-color p{
    color: #6b6b6b;
}

.box12-color ul li{
    color: #6b6b6b;
}

.box12-color p.titulobox{
    text-align: center;
    background: #1977a3;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

.box12-color a{
    color: #6b6b6b;
    text-decoration: underline;
}

.box12-color a:hover{
    text-decoration: none;
}

/* Full HD em paisagem e abaixo */
@media only screen and (max-width: 1920px) {
    .box12-color {
        height: 603px;
    }
}

/* Notebooks em paisagem e abaixo */
@media only screen and (min-width: 1366px) {
    .box12-color {
        height: 622px;
    }
}

/* Notebooks em paisagem e abaixo */
@media only screen and (min-width: 1341px) {
    .box12-color {
        height: 620px;
    }
}

/* Tablets em paisagem e abaixo */
@media (max-width: 1024px) { 
    .box12-color {
        height: 563px;
    }
}

/* Kindle em paisagem e abaixo */
@media (max-width: 800px) { 
    .box12-color {
        height: 685px;
    }
}

/* Tablets em retrato e abaixo */
@media (max-width: 768px) { 
    .box12-color {
        height: 707px;
    }
}

/* Celulares em paisagem e abaixo */
@media (max-width: 750px) { 
    .box12-color {
        height: 715px;
    }
}

/* Celulares em retrato e abaixo */
@media (max-width: 450px) { 
    .box12-color {
        height: 530px;
    }
}

 /* ------- Fim do Novo Componente box ------- */

  .provedor{
    background: #a8b6a7;
  }
  
  .gcliente, .gprovedor{
    line-height: normal;
    list-style: none;
    float: right;
    margin: 10px -20px 10px 0;
  }
  
  .gcliente li, .gprovedor li{
    background: url(../img/03-08-modelo-li-1.png) center no-repeat;
    padding: 15px 0;
    width: 133px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
  }
  
  .gprovedor li{
    background: url(../img/03-08-modelo-li-2.png) center no-repeat;
    color: #000;
  }
  
/*------------------------------------------------------------------ CLASS MODSERVICOS1 ------------------------------------------------*/
.modservicos1{
    position: relative;
    max-width: 900px;
  }
  
.modservicos1 a{
    box-shadow: 0 0 0 rgba(0,0,0, 0.4);
    animation: pulse1 2s infinite;
    text-decoration: none;
  }
  
  @keyframes pulse1 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    }
  }
  
/* .modservicos1 a:hover{
    animation: none;
  } */
  
.modservicos1 .titgeren1{
    color: transparent;
    background: rgba(133, 103, 103, 0.5);
    padding-top: 4px;
    padding-right: 4px;
  }

  #botao20 {
    position: absolute;
    z-index: 1;
    cursor: pointer;
  }

/*------------------------------------------------------------------ FIM CLASS MODSERVICOS1 ------------------------------------------------*/

/*------------------------------------------------------------------ CLASS MODSERVICOS2 ------------------------------------------------*/
.modservicos2{
    max-width: 900px;
    position: relative;
  }
  
.modservicos2 a{
    box-shadow: 0 0 0 rgba(0,0,0, 0.9);
    animation: pulse2 2s infinite;
    text-decoration: none;
  }
  
  @keyframes pulse2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    }
  }

  /* Nova Função */
  /* .modservicos2 a:hover{
    animation: none;
  } */
  
.modservicos2 .titgeren2{
    color: transparent;
    /* background: rgba(133, 103, 103, 0.5); */
    padding-top: 1px;
    padding-right: 1px;
  }

  #botao1, #botao2, #botao3, #botao4, #botao5{
    position: absolute;
    z-index: 1;
    cursor: pointer;
  }

/*------------------------------------------------------------------ Class modservicos3 ------------------------------------------------*/
.modservicos3{
    position: relative;
    max-width: 600px;
  }
  
.modservicos3 a{
    box-shadow: 0 0 0 rgba(0,0,0, 0.4);
    animation: pulse3 2s infinite;
    text-decoration: none;
  }

  .modservicos3 button{
    box-shadow: 0 0 0 rgba(0,0,0, 0.4);
    animation: pulse3 2s infinite;
    text-decoration: none;
  }
  
  @keyframes pulse3 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    }
  }

  /* Nova Função */
  /* .modservicos2 a:hover{
    animation: none;
  } */
  
.modservicos3 .titgeren3{
    color: transparent;
    background: rgba(133, 103, 103, 0.5);
    padding-top: 1px;
    padding-right: 1px;
  }

  #botao6, #botao7 {
    position: absolute;
    z-index: 1;
    cursor: pointer;
  }



/*------------------------------------------------------------------ CLASS MODSERVICOS4 ------------------------------------------------*/
.modservicos4{
  position: relative;
}

.modservicos4 a{
  box-shadow: 0 0 0 rgba(0,0,0, 0.9);
  animation: pulse4 2s infinite;
  text-decoration: none;
}

@keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

/* Nova Função */
/* .modservicos2 a:hover{
  animation: none;
} */

.modservicos4 .titgeren2{
  color: transparent;
  /* background: rgba(133, 103, 103, 0.5); */
  padding-top: 1px;
  padding-right: 1px;
}

#botao1, #botao2, #botao3, #botao4, #botao5{
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

/*------------------------------------------------------------------ FIM CLASS MODSERVICOS4 ------------------------------------------------*/

/*------------------------------------------------------------------ CLASS MODSERVICOS5 ------------------------------------------------*/
.modservicos5{
  position: relative;
  max-width: 500px;
}

.modservicos5 a{
  box-shadow: 0 0 0 rgba(0,0,0, 0.4);
  animation: pulse5 2s infinite;
  text-decoration: none;
}

@keyframes pulse5 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

/* .modservicos5 a:hover{
  animation: none;
} */

.modservicos5 .titgeren1{
  color: transparent;
  background: rgba(133, 103, 103, 0.5);
  padding-top: 4px;
  padding-right: 4px;
}

#botao20 {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

/*------------------------------------------------------------------ FIM CLASS MODSERVICOS5 ------------------------------------------------*/

/*------------------------------------------------------------------ Class modservicos6 ------------------------------------------------*/
.modservicos6{
  position: relative;
}

.modservicos6 a{
  box-shadow: 0 0 0 rgba(0,0,0, 0.4);
  animation: pulse6 2s infinite;
  text-decoration: none;
}

.modservicos6 button{
  box-shadow: 0 0 0 rgba(255,255,255, 0.9);
  animation: pulse6 2s infinite;
  text-decoration: none;
}

@keyframes pulse6 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

/* Nova Função */
/* .modservicos2 a:hover{
  animation: none;
} */

.modservicos6 .titgeren3{
  color: transparent;
  background: rgba(133, 103, 103, 0.5);
  padding-top: 1px;
  padding-right: 1px;
}

#botao6, #botao7 {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}


/*------------------------------------------------------------------ CLASS MODSERVICOS7 ------------------------------------------------*/
.modservicos7{
  position: relative;
  max-width: 700px;
}

.modservicos7 a{
  box-shadow: 0 0 0 rgba(0,0,0, 0.9);
  animation: pulse7 2s infinite;
  text-decoration: none;
}

@keyframes pulse7 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

/* .modservicos7 a:hover{
  animation: none;
} */

.modservicos7 .titgeren1{
  color: transparent;
  background: rgba(133, 103, 103, 0.5);
  padding-top: 4px;
  padding-right: 4px;
}

#botao20 {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

/*------------------------------------------------------------------ FIM CLASS MODSERVICOS7 ------------------------------------------------*/


/* TIMELINE  */

/* #timeline.hacking_etico ol li{
    position: relative;
   }
   
   .hacking_etico img{
       position: absolute;
       z-index: 10;
       left: 24.4%;
       top: 47%;
       transform: translate(-35%, -50%);
       width: 109%;
   } */
   
   /* FIM, TIMELINE  */

.paddingtop{
    padding-top: 20px;
}

.paddingbottom{
    padding-bottom: 20px;
}

.paddingmiddlebottom{
  padding-bottom: 40px;
}

.paddingbottomplus{
    padding-bottom: 60px;
}

.paddingbottomsection{
  padding-bottom: 10em;
}

.paddingtop{
    padding-top: 30px;
}

.text-center{
    text-align: center;
}

#text-center{
    text-align: center;
}

.perguntacontainer{
    font-family: 'consolas', monospace;
    font-size: 1em;
    color: #000;
}


/* MOUSE SCROLL */
.icon-scroll,
.icon-scroll:before{
  position: absolute;
  left: 50%
}
.icon-scroll{
  width: 35px;
  height: 60px;
  /* margin-left: -20px; */
  top: 45%;
  margin-top: 25%;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #c63b55;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
   }  
}

/* FIM MOUSE SCROLL */


/* Start Gradient Area css
============================================================================================ */
.gradient-bg, .video-play-button:before, .video-play-button:after, .video-play-button.li .video-play-button.a:hover {
    background: -webkit-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: -moz-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: -o-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%); }
    /* box-shadow: #000000 3px 4px 14px; } */
  
  .gradient-bg2 {
    background: -webkit-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: -moz-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: -o-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%); }
  
  .gradient-color {
    background: -webkit-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: -moz-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: -o-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    background: linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  
  /* End Gradient Area css
  ============================================================================================ */


/* Start Video Play css
  ============================================================================================ */
  
  .video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 46px 8px 18px 28px; }
    .video-play-button:before, .video-play-button:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%; }
    .video-play-button:before {
      z-index: 0;
      -webkit-animation: pulse-border 2000ms ease-out infinite;
      -moz-animation: pulse-border 2000ms ease-out infinite;
      -o-animation: pulse-border 2000ms ease-out infinite;
      animation: pulse-border 2000ms ease-out infinite; }
    .video-play-button:after {
      z-index: 1;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
    .video-play-button span {
      display: block;
      position: relative;
      z-index: 3;
      width: 0;
      height: 0;
      border-left: 16px solid #000000;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
    .video-play-button:hover:after {
      background-color: #0cbcff; }
  
  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
      transform: translate(-50%, -50%) translateZ(0) scale(1);
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      opacity: 0.1; } }
  @-moz-keyframes pulse-border {
    0% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
      transform: translate(-50%, -50%) translateZ(0) scale(1);
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      opacity: 0.1; } }
  @-o-keyframes pulse-border {
    0% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
      transform: translate(-50%, -50%) translateZ(0) scale(1);
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      opacity: 0.1; } }
  @keyframes pulse-border {
    0% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
      transform: translate(-50%, -50%) translateZ(0) scale(1);
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      opacity: 0.1; } }
  /* End Video Play css
  ============================================================================================ */

  /* CITAÇÃO -*/

blockquote {
    font-family:'Roboto';
    border-left: 3px solid #464646;
    color: rgba(44, 44, 44, 0.9);
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.5em;
    margin: 1.1em -4em;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}

blockquote:before {
    font-family: 'Roboto';
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #e9e9e9;
    width: 5px;
    margin-top: -1em;
}

#smallblockquote:before {
    font-family: 'Roboto';
    content: "";
    position: absolute;
    top: 53%;
    left: -4px;
    height: 2em;
    background-color: #1d2345;
    width: 5px;
    margin-top: -1em;
}

#mediumblockquote:before {
    font-family: 'Roboto';
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #e9e9e9;
    width: 5px;
    margin-top: -1em;
}

#bigblockquote:before {
    font-family: 'Roboto';
    content: "";
    position: absolute;
    top: 56%;
    left: -4px;
    height: 2em;
    background-color: #1d2345;
    width: 5px;
    margin-top: -1em;
}

#biggestblockquote:before {
    font-family: 'Roboto';
    content: "";
    position: absolute;
    top: 55%;
    left: -4px;
    height: 2em;
    background-color: #1d2345;
    width: 5px;
    margin-top: -1em;
}

#smallblockquote:after {
    font-family: 'Times New Roman', Times, serif;
    content: "“";
    position: absolute;
    top: 67%;
    left: -0.5em;
    color: #fff;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
    font-size: 5rem;
}

#mediumblockquote:after {
    font-family: 'Times New Roman', Times, serif;
    content: "“";
    position: absolute;
    top: 60%;
    left: -0.5em;
    color: #464646;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
    font-size: 5rem;
}

#bigblockquote:after {
    font-family: 'Times New Roman', Times, serif;
    content: "“";
    position: absolute;
    top: 62%;
    left: -0.5em;
    color: #fff;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
    font-size: 5rem;
}
  
blockquote:after {
    font-family: 'Times New Roman', Times, serif;
    content: "“";
    position: absolute;
    top: 58%;
    left: -0.5em;
    /* color: #fff; */
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
    font-size: 5rem;
}

  blockquote.format:before, blockquote.format:after {
    display: none;
  }

  blockquote:active:after {
    transform: rotateY(360deg);
  }

  blockquote cite {
    display: block;
    font-size: 0.75em;
    line-height: 1.8em;
    margin-top: 1em;
  }

  @media (max-width: 1200px) {
    /* body, html {
      font-size: 18px;
    } */
  }
  @media (max-width: 980px) {
    /* body, html {
      font-size: 16px;
    }
  
    .container {
      max-width: 720px;
      padding: 0 3em 3em;
    } */
  
    blockquote {
      font-size: 1.1em;
      margin: 1.1em -2em;
    }
  }
@media (max-width: 767px) {
    /* body, html {
      font-size: 16px;
    }
  
    .container {
      padding: 0 2em 3em;
    } */
  
    blockquote {
      border-top: 2px solid #464646;;
      border-bottom: 2px solid #464646;
      border-left: none;
      margin: 1.5em 0;
      padding: 1.5em 1em;
    }
    blockquote:before {
      left: 50%;
      top: 0;
      height: 4px;
      margin-top: -3px;
      margin-left: -1em;
      width: 2em;
    }
    #smallblockquote:before {
        left: 50%;
        top: 0;
        height: 4px;
        margin-top: -3px;
        margin-left: -1em;
        width: 2em;
    }
    #smallblockquote:after {
        left: 50%;
        top: 6%;
        margin-top: -0.5em;
        margin-left: -0.5em;
        font-size: 3em;
    }
    #mediumblockquote:before {
        left: 50%;
        top: 0;
        height: 4px;
        margin-top: -3px;
        margin-left: -1em;
        width: 2em;
    }
    #mediumblockquote:after {
        left: 50%;
        top: 3%;
        margin-top: -0.5em;
        margin-left: -0.5em;
        font-size: 3em;
    }
    #bigblockquote:before {
        left: 50%;
        top: 0;
        height: 4px;
        margin-top: -3px;
        margin-left: -1em;
        width: 2em;
    }
    #bigblockquote:after {
        left: 50%;
        top: 3.5%;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
    #biggestblockquote:before {
        left: 50%;
        top: 0;
        height: 4px;
        margin-top: -3px;
        margin-left: -1em;
        width: 2em;
    }
    #biggestblockquote:after {
        left: 50%;
        top: 2%;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
    blockquote:after {
      font-size: 2.75em;
      left: 50%;
      top: 2%;
      margin-top: -0.5em;
      margin-left: -0.5em;
    }
    blockquote cite {
      text-align: right;
    }
  }

/* FIM, CITAÇÃO */

.demo-gallery {
  width: 100%;
  height: auto;
  float: left;
}

a.demo-gallery__img--main {
  width: auto;
  height: auto;
}

.demo-gallery figure {
  display: none;
}
.demo-gallery__title {
  line-height: 14px;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}

@media screen and (max-width: 700px) {
  a.demo-gallery__img--main {
    width: 164px;
  }
}

@media screen and (max-width: 450px) {
  .demo-gallery a {
    width: 95px;
    margin: 0 1px 1px 0;
  }
  a.demo-gallery__img--main {
    width: 127px;
  }
}

@media screen and (max-width: 350px) {
  .demo-gallery a {
    width: 81px;
margin: 0 1px 1px 0;
  }
  a.demo-gallery__img--main {
    width: 109px;
  }
}

.typed-wrap{
  position: absolute;
	max-width: 600px;
  margin: 6.5% 11.5%;
  z-index: 1;
  font-size: 1.5em;
  line-height: 1.5em;
}

.type-wrap{
	padding:20px;
	background:#f0f0f0;
	border-radius:5px;
	border:#CCC 1px solid;
}


/* Conhecimentos científico1 e popular */

#geral_conhecimentocie1, #geral_conhecimentopop{
  position: relative;
  width: 95%;
  /* max-width: 350px; */
  margin: 0 auto;
}

#geral_conhecimentocie1:after, #geral_conhecimentopop:after{
  position: absolute;
  content: "";
  background: #706f6f;
  width: 4px;
  height: 80%;
  top: 14%;
  left: 5%;
  transform: translateX(-5%);
  z-index: -1;
}

#geral_conhecimentocie1 .balao, #geral_conhecimentopop .balao{
  margin: 10px auto;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  position: relative;
  color: #10202C;
  background: #e1f5fe;
}

#geral_conhecimentocie1 .balao img{
  max-width: 40px;
  margin-right: 10px;
}

#geral_conhecimentopop .balao img{
  max-width: 72px;
  margin-right: 10px;
}

#geral_conhecimentocie1 .balao p.titulobox, #geral_conhecimentopop .balao p.titulobox{
  color: #10202C;
  font-size: 1.3em;
  line-height: 0;
}

#geral_conhecimentocie1 .accordion:after, #geral_conhecimentopop .accordion:after{
  color: #011f4b;
}

/* #geral_conhecimentocie1 .accordion, #geral_conhecimentopop .accordion{
  background: #b3e5fc;
  color: #10202C;
  margin-top: 10px;
  margin-left: 0;
  border-radius: 10px 10px 0 0;
  border: 4px solid #b3e5fc;
} */

#geral_conhecimentocie1 .accordion:hover, #geral_conhecimentopop .accordion:hover{
  background: #fff;
}

#geral_conhecimentocie1 .panel, #geral_conhecimentopop .panel{
  background: #c6c6c6;
  border-radius: 0 0 10px 10px;
  margin-left: 0;
}

#geral_conhecimentocie1 .accordion:nth-of-type(1).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie1 .accordion:nth-of-type(2).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie1 .accordion:nth-of-type(3).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie1 .accordion:nth-of-type(4).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie1 .accordion:nth-of-type(5).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie1 .accordion:nth-of-type(6).active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#geral_conhecimentocie1 .panel p, #geral_conhecimentopop .panel p{
  color: #10202C;
}

/* Fim, Conhecimentos científico e popular */

#geral_conhecimentocie1 .accordion:nth-of-type(1){
  background: #e9e9e9;
  color: #011f4b;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 8px;
  border: 4px solid #9d9d9d;
}
#geral_conhecimentocie1 .accordion:nth-of-type(1):hover{
  background: #9d9d9d;
}

#geral_conhecimentocie1 .accordion:nth-of-type(2){
  background: #e9e9e9;
  color: #011f4b;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 8px;
  border: 4px solid #9d9d9d;
}
#geral_conhecimentocie1 .accordion:nth-of-type(2):hover{
  background: #9d9d9d;
}

#geral_conhecimentocie1 .accordion:nth-of-type(3){
  background: #e9e9e9;
  color: #011f4b;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 8px;
  border: 4px solid #9d9d9d;
}
#geral_conhecimentocie1 .accordion:nth-of-type(3):hover{
  background: #9d9d9d;
}

#geral_conhecimentocie1 .accordion:nth-of-type(4){
  background: #e9e9e9;
  color: #011f4b;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 8px;
  border: 4px solid #9d9d9d;
}
#geral_conhecimentocie1 .accordion:nth-of-type(4):hover{
  background: #9d9d9d;
}

#geral_conhecimentocie1 .accordion:nth-of-type(5){
  background: #e9e9e9;
  color: #011f4b;
  margin-top: 10px;
  margin-left: 0;
  border-radius: 8px;
  /* border-radius: 10px 10px 0 0; */
  border: 4px solid #9d9d9d;
}
#geral_conhecimentocie1 .accordion:nth-of-type(5):hover{
  background: #9d9d9d;
}

#geral_conhecimentocie1 .accordion:nth-of-type(6){
  background: #e9e9e9;
  color: #011f4b;
  margin-top: 10px;
  margin-left: 0;
  border-radius: 8px;
  /* border-radius: 10px 10px 0 0; */
  border: 4px solid #9d9d9d;
}
#geral_conhecimentocie1 .accordion:nth-of-type(6):hover{
  background: #9d9d9d;
}

#geral_conhecimentocie1 .accordion:nth-of-type(7){
  background: #e9e9e9;
  color: #011f4b;
  margin-top: 10px;
  margin-left: 0;
  border-radius: 8px;
  /* border-radius: 10px 10px 0 0; */
  border: 4px solid #9d9d9d;
}
#geral_conhecimentocie1 .accordion:nth-of-type(7):hover{
  background: #9d9d9d;
}


/* Conhecimentos científico2 e popular */

#geral_conhecimentocie2{
  position: relative;
  width: 95%;
  /* max-width: 350px; */
  margin: 0 auto;
}

#geral_conhecimentocie2:after{
  position: absolute;
  content: "";
  background: #706f6f;
  width: 4px;
  height: 80%;
  top: 14%;
  left: 5%;
  transform: translateX(-5%);
  z-index: -1;
}

#geral_conhecimentocie2 .balao{
  margin: 10px auto;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  position: relative;
  color: #10202C;
  background: #e1f5fe;
}

#geral_conhecimentocie2 .balao img{
  max-width: 40px;
  margin-right: 10px;
}

#geral_conhecimentocie2 .balao p.titulobox{
  color: #10202C;
  font-size: 1.3em;
  line-height: 0;
}

#geral_conhecimentocie2 .accordion:after{
  color: #fff;
}

/* #geral_conhecimentocie .accordion, #geral_conhecimentopop .accordion{
  background: #b3e5fc;
  color: #10202C;
  margin-top: 10px;
  margin-left: 0;
  border-radius: 10px 10px 0 0;
  border: 4px solid #b3e5fc;
} */

#geral_conhecimentocie2 .panel ul li{
color: #10202C;
}

#geral_conhecimentocie2 .accordion:hover{
  background: #fff;
}

#geral_conhecimentocie2 .panel{
  background: #dddddd;
  border-radius: 0 0 10px 10px;
  margin-left: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(1).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(2).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(3).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(4).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(5).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(6).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(7).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(8).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .accordion:nth-of-type(9).active{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

#geral_conhecimentocie2 .panel p{
  color: #10202C;
}

/* Fim, Conhecimentos científico e popular */

#geral_conhecimentocie2 .accordion:nth-of-type(1){
  background: #992c46;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 8px;
  border: 4px solid #c63b55;
}
#geral_conhecimentocie2 .accordion:nth-of-type(1):hover{
  background: #c63b55;
}

#geral_conhecimentocie2 .accordion:nth-of-type(2){
  background: #011f4b;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 8px;
  border: 4px solid #20408b;
}
#geral_conhecimentocie2 .accordion:nth-of-type(2):hover{
  background: #20408b;
}

#geral_conhecimentocie2 .accordion:nth-of-type(3){
  background: #5554c9;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 8px;
  border: 4px solid #6f70c8;
}
#geral_conhecimentocie2 .accordion:nth-of-type(3):hover{
  background: #6f70c8;
}

#geral_conhecimentocie2 .accordion:nth-of-type(4){
  background: #4aaf8f;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 8px;
  border: 4px solid #86bc91;
}
#geral_conhecimentocie2 .accordion:nth-of-type(4):hover{
  background: #86bc91;
}

#geral_conhecimentocie2 .accordion:nth-of-type(5){
  background: #047096;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border: 4px solid #509cb6;
}
#geral_conhecimentocie2 .accordion:nth-of-type(5):hover{
  background: #509cb6;
}

#geral_conhecimentocie2 .accordion:nth-of-type(6){
  background: #6972d7;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border: 4px solid #969de3;
}
#geral_conhecimentocie2 .accordion:nth-of-type(6):hover{
  background: #969de3;
}

#geral_conhecimentocie2 .accordion:nth-of-type(7){
  background: #5554c9;
  color: #fff;
  margin-top: 10px;
  margin-left: 0;
  /* border-radius: 10px 10px 0 0; */
  border: 4px solid #6f70c8;
}
#geral_conhecimentocie2 .accordion:nth-of-type(7):hover{
  background: #6f70c8;
}

#geral_conhecimentocie2 .accordion:nth-of-type(8){
background: #5554c9;
color: #fff;
margin-top: 10px;
margin-left: 0;
/* border-radius: 10px 10px 0 0; */
border: 4px solid #6f70c8;
}
#geral_conhecimentocie2 .accordion:nth-of-type(8):hover{
background: #6f70c8;
}

#geral_conhecimentocie2 .accordion:nth-of-type(9){
background: #5554c9;
color: #fff;
margin-top: 10px;
margin-left: 0;
/* border-radius: 10px 10px 0 0; */
border: 4px solid #6f70c8;
}
#geral_conhecimentocie2 .accordion:nth-of-type(9):hover{
background: #6f70c8;
}