




.dropbtn {
  background-color: #D11705;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;

}

.dropbtn:hover, .dropbtn:focus {
  background-color: #C14299;
}

.dropdown {
  position: relative;
  display: inline-block;
  width:100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  z-index: 1;
}

.dropdown-content a h2 {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a h2:hover {background-color: #fff;color:#C14299;}

.show {display: block;width: 100%;}


  html {
    scroll-behavior: smooth;
  }
  .botao1 {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    background-color: #3387AE;
    border-color: #3387AE;
    margin-top: 5px;
    padding-top: 5px;
    margin-left: 8px;
    padding-bottom: 5px;
    border-radius: 3px;
    width: 48%;
    padding-left: 10px;
    padding-right: 10px;
}

.botao1:hover {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    background-color: #31b0d5;
    border-color: #31b0d5;
    margin-top: 5px;
}

.full-width-div {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width-div2 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #4CAF50;
    color:#fff;
}

/* Style the tab */
.tab {
  float: left;
  border: 0px solid #ccc;
  /*background-color: #f1f1f1;*/
  width: 35%;
  /*height: 300px;*/
}

/* Style the buttons inside the tab */
.tab button {
        display: block;
    background-color: #a9bdce;
    color: #fff;
    padding: 22px 16px;
    width: 100%;
    border: 1px solid#fff;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 5px!important;
}

/* Change background color of buttons on hover */
/*.tab button:hover {
  background-color: #296392;
}*/

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #296392;
    border-radius: 5px;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #fff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 0px solid #ccc;
  width: 65%;
  border-left: none;
  height: 100%;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

</style>


<style>


@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Raleway:400,800");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");


*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




code {
  background: #fff;
  color: #999999;
  padding: 2px 8px;
}







.wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 2.5em 0 4em;
}

.row.last {
  border-bottom: 0px solid #eeeeee;
}

.section2 section {
  position: absolute;
  padding: 30px 20px;
  width: 100%;
  /*in-height: 12em;*/
  float: left;
  background: #dcdbdb;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.section2 section:nth-child(even) {
  border-right: 1px solid #eeeeee;
}
.section2 section.item-incorrect {
  background: #f6f6f6;
}
.section2 section.item-incorrect:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #ff5c61 #ff5c61 transparent;
}
.section2 section.item-incorrect:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: "fontawesome";
  content: "\f00d";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  color: #ff383e;
}
.section2 section.item-correct:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #48d7bd #48d7bd transparent;
}
.section2 section.item-correct:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: "fontawesome";
  content: "\f00c";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  color: #2dceb1;
}


.section3 section {
  position: relative;
  padding: 30px 20px;
  width: 100%;
  /*min-height: 12em;*/
  float: left;
  background: #dcdbdb;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.section3 section:nth-child(even) {
  border-right: 1px solid #eeeeee;
}
.section3 section.item-incorrect {
  background: #f6f6f6;
}
.section3 section.item-incorrect:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #ff5c61 #ff5c61 transparent;
}
.section3 section.item-incorrect:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: "fontawesome";
  content: "\f00d";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  color: #ff383e;
}
.section3 section.item-correct:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #48d7bd #48d7bd transparent;
}
.section3 section.item-correct:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: "fontawesome";
  content: "\f00c";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  color: #2dceb1;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
input[type="radio"] + label {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 10px 5px 0;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
input[type="radio"] + label:before {
  content: "\f10c";
  font-family: "fontawesome";
  margin-right: 7px;
  color: #296392;
}
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="radio"]:checked + label {
  background: #296392;
  color: #fff;
}
input[type="radio"]:checked + label:before {
  content: "\f192";
  color: #fff;
}

.question {
  font-weight: bold;
}

.submit {
  padding: 20px 5px;
}
.submit button {
  display: block;
  outline: none;
  width: 300px;
  margin: 1em auto 1.5em;
  padding: 0.8em 1em;
  background: #f8f8f8;
  color: gainsboro;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #eeeeee;
}

#emc-score {
  text-align: center;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
#emc-score.new-score {
  opacity: 1;
  background: #296392;
  color: #fbfbfb;
  padding: 20px;
  margin-top: 21px;
}

#emc-submit {
  position: relative;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
#emc-submit.ready-show {
  background: #296392;
  color: #fff;
  border: none;
  /*border-bottom: 2px solid #26af96;*/
  box-shadow: 0 1px 1px rgba(68, 68, 68, 0.2);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
#emc-submit.ready-show:hover {
  color: #fbfbfb;
  background: #1b4567;
  /*border-color: #1f8f7b;*/
}
#emc-submit.ready-show:active {
  top: 2px;
  border-bottom: none;
}

#emc-progress {
  height: 100%;
  border: 1px solid #1f8f7b;
  background: #2dceb1;
}

#emc-progress_inner {
  width: 100%;
  height: 0;
  background: #1f8f7b;
  -webkit-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#emc-progress_ind {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 0.7em;
  font-weight: bold;
  padding: 7px 5px 5px;
  top: 0;
  left: 0;
  text-align: center;
  color: #1f8f7b;
}



.attrib {
  padding: 10px 0;
  text-align: center;
}
.attrib i {
  margin-right: 7px;
  margin-left: 7px;
}


.accordion {
  background-color: #296392;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius:5px;
  text-align:center;
}

.accordion:hover {
  background-color: #fff;
  color: #296392!important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius:5px;
  text-align:center;
}

.accordion2 {
  background-color: #296392;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius:5px;
  margin-top:10px;
  margin-bottom:10px;
}

/*.active, .accordion:hover {
  background-color: #fff; 
}*/

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  border-color: #fff;
}

.row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: 100%;
 /*margin-top: 100px;*/
 left: 50%;
 background-color:#ececec;
}

a:hover, a:focus {
    color: #1C1819;
}

.inscricao  {
    display: block;
    background-color: #f3ea25;
    color: #1C1819;
    padding: 22px 16px;
    width: 100%;
    border: 1px solid#fff;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 5px!important;
}

.inscricao:hover  {
    background-color: #1C1819;
    color: #ffffff!important;
}

/*.accordion:after {
  content: '\02795'; 
  font-size: 20px;
  color: #fff!important;
  float: right;
  margin-left: 5px;
}

.active2:after {
  content: "\2796"; 
  color: #fff!important;
}*/

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #fff;
}


.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
    background-color: #B44C96!important;
    border-radius:5px;
    color:#ffffff;
    font-weight: 3  00;
    font-size:20px;
    padding:10px 15px;
}




.form2 input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form2 input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form2 input[type=submit]:hover {
  background-color: #45a049;
}

.form2 div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

.heighttext{
  height:50px
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Roboto";
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: .5rem;
    padding-right: .8rem;
    padding-bottom: .5rem;
    padding-left: .8rem;
    font-size: 1rem;
    background-color: #008cba;
    border-color: #007095;
    color: white;
    transition: background-color 300ms ease-out;
}

.abranco h3{
  color:#ffffff;
}

.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: transparent!important;
    color: #FFFFFF;
    display: inline-block;
    font: 900 18px/30px "Open Sans", sans-serif!important;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px;
}

.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
    background-color: transparent!important;
    color: #FFFFFF!important;
    display: inline-block;
    font: 900 18px/30px "Open Sans", sans-serif;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    height: 104px;
    background-color: #AD801A!important;
}

.full-width-div {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: transparent;
}

.hide-mobile{
	display:block;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #C14299!important;
    width: 15px!important;
    height: 15px!important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 15px!important;
    margin: 23px 7px!important;
    background: #ff95c4!important;
    display: block!important;
    -webkit-backface-visibility: visible!important;
    transition: opacity .2s ease!important;
    border-radius: 30px!important;
}

a p{
      color: #000;
    font-size: 16px;
    font-weight: 300;
    padding-top:15px;
}

.show-desktop{
  display:block;
  }

  .show-mobile{
  display:none;
  }

  .fixedElement {
    background-color: #fff;
    top: 0;
    width: 100%;
    z-index: 100;
}

@media(max-width:991px){
	.hide-mobile{
	display:none;
  }

  .show-desktop{
  display:none;
  }

  .show-mobile{
  display:block;
  }
}

/*@media(max-width:500px){
  .full-width-div2 {
    width: 103vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #4CAF50;
    color:#fff;
}*/
}




button:hover, button:focus, .button:hover, .button:focus {
    background-color: #026282;
}

button:hover, button:focus, .button:hover, .button:focus {
    color: white;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    border-radius: 0 !important;
    /* height: 40px !important; */
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel {
    top: 40%;
    left: 10px;
}

.owl-carousel .owl-nav button.owl-prev{
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: 80px;
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next{
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: 80px;
    right: -50px;
}

.barra a {
    color: #fff;
    font-size:15px;
    font-weight:900;
    text-transform:uppercase;
    line-height: 2;
}

.barra a:hover {
    color: #ccc;
}

.ms-slide-layers{

    right: 0!important;
    float:right;
}

.minheight-fosseis{
  min-height: 340px;
}

@media(max-width:1170px){
  .owl-carousel .owl-nav button.owl-prev{
    
    left: 0px;
  }

  .owl-carousel .owl-nav button.owl-next{
      
      right: 0px;
  }

  .minheight-fosseis{
  min-height: 360px;
}



}

      

      .top-container {
        background-color: #f1f1f1;
        padding: 30px;
        text-align: center;
      }

      .header {
          /* padding: 10px 16px; */
          color: #f1f1f1;
          z-index: 9999;
      }

      .content {
        padding: 16px;
      }

      .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        left:0;
      }

      .sticky + .content {
        padding-top: 102px;
      }



.button {
  background-color: #2404FF; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #13018e; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:focus {
  background-color: #13018e; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


