f/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
    --main-color1: #222; /*Black*/
    --main-color2: #601848; /*Purple*/
    --main-color3: #2dc997; /*Green*/
    --main-color4: #f07241; /*Orange*/
    --main-color5: #eff5f5; /*Light Gray*/

    --secondary-color1: #239872; /*Darker Green*/

    --link-color1: #601848; /*Purple*/
    --link-color-hover: #2dc997; /*Green*/
    --white-color: #fff;

    --amareloIFHT: #F1C14D;
    --amareloIFHT-over: #F1B523;
    --amareloIFHT-pressed: #E5A914;

    /*Serie 3*/
    --main-color4: #ef7216; /*Orange*/
    --main-color4-over: #febf00; /*Mustard*/
    --main-color4-pressed: #b2550f; /*Bronze*/ 
}

/* -------------------------------- 

Visual Resources - General

-------------------------------- */

p.circle {
  color: #fff;
  border-radius: 50%;
  background: var(--main-color3);
  display: inline-block;
  padding: 10px 18px;
  margin-top:10%;
  margin-left:35%;
}

@media (max-width: 767px) {
  p.circle {margin-left:45%;}
}

@media (max-width: 576px) {
  p.circle {margin-left:43%;}
}


/* References and Sources
--------------------------------*/
.reference-title{
	font-size: 13px;
	margin:10px 0 0 0;
	font-weight: 400;
}

.source {
  font-size:11px;
  font-style: italic;
  /*margin: 0px 0 30px 0;*/
}


/* -------------------------------- 

Accordion

-------------------------------- */

.accordion {
  padding: 0;
  list-style: none;
}

.accordion li {border-bottom: 1px solid #ddd;}

.accordion li ul li {margin-bottom: 15px;}

.accordion a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.27em;
  font-weight: 400;
  padding-right: 20px;
  text-transform: none;
}

.accordion .contato a {
  display:inline;
  font-size:1em;
}

.accordion .contato li {margin-bottom:0;}

.accordion i, .accordion .svg-inline--fa {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

.accordion p {
  font-size: 14px;  
  margin: 0 30px 20px 30px;
}

@media (max-width: 768px) {
  .accordion a {font-size: 18px;}

  .accordion i {top: 13px;}
}

.accordion a:hover, .accordion a:focus {color:var(--main-color3);}

.accordion a.collapse {color: #33cccc;}

.accordion p a{
  font-size:14px;
  padding: 0;
  display:inline;
}

.accordion p.nome a {font-weight: 700;}

.accordion a.collapsed:hover, .accordion a.collapsed:focus {color:var(--main-color3);}

.accordion a.collapsed {color: var(--main-color2);}

.accordion a.collapsed i::before {content: "\f273" !important;}

.accordion ul i, .accordion ul.contato i, .accordion .description i {
  font-size:20px;
  position:static;
  margin-right: 5px;
}

/*Série 3*/
.serie3 .accordion a:hover, 
.accordion a:focus,
.serie3 .accordion a.collapsed:hover,
.serie3 .accordion a.collapsed:focus
 {color: var(--main-color4-over);}

.serie3 .accordion a.collapsed {color: var(--main-color4);}

.serie3 .accordion .fa-times {position: relative;}


/* -------------------------------- 

Box de Citação Curta

-------------------------------- */

.box-quote {
  padding: 30px;
  background: var(--white-color);
	box-shadow: 5px 3px 5px rgba(0,0,0, 0.2);
	border-radius: 6px;
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
}

.box-quote p {
    font-size: 15px;
    font-style: italic;
    color:var(--main-color1) !important;
}

.box-quote p.circle {color: #fff !important;}


.box-quote h5  {font-weight: bold;}

.box-quote ul li {
  font-style: italic;
  list-style: circle;
}

.box-quote ul li i {margin-right:10px;}

.box-quote .fa {
    color: var(--main-color3);
    font-size:16px;
}

.box-quote .fa-quote-left, .box-quote .fa-question-circle-o,  .box-quote .fa-pagelines  {margin-right:10px;}

.box-quote .fa-quote-right{margin-left:10px;}

.box-quote .fa-question-circle-o, .box-quote .fa-pagelines {font-size:35px;}

.box-quote .quote-autor {
    font-size:12px;
    font-style: italic;
    margin-bottom: 0px !important;
}

.box-quote i, .box-quote  .svg-inline--fa {color: var(--main-color3);}

/*serie3*/
.serie3 .fa-chevron-right, 
.serie3 .box-quote i, 
.serie3 .box-quote .svg-inline--fa,
.serie3 p i {
  color: var(--main-color4-pressed);
}

.box-quote i {font-size:20px;}

.box-quote .source {font-size: 11px;}

.box-quote .reference-title {font-size: 13px;}

.box-quote ol.roman {list-style: upper-roman;}

.box-quote ol.roman li {margin-bottom:15px;}

/* -------------------------------- 

Box de Atenção

-------------------------------- */

/*Multiple Borders*/
.atencao .multi-border{
  background-color: #eff5f5;
  border: 4px solid var(--main-color2);
  position: relative;
  border-radius:15px;
}

.atencao .multi-border::before{
  content: "";
  position: absolute;
  border: 4px solid var(--main-color2);
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 20px;
}

.atencao .multi-border::after{
  content: "";
  position: absolute;
  border: 1px solid #fafafa;
  border-left: 2px solid #f4f4f4;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 20px;
  box-shadow: 5px 3px 5px rgba(0,0,0, 0.2);
  background: #fff;
  z-index: -1;
}

.atencao h5 {
  color: var(--main-color2);
  border-bottom:1px solid var(--main-color2);
  margin-bottom:20px;
}

.atencao .box-quote {
  border: 2px dotted var(--main-color2);
  box-shadow:none;
  margin:1em 0;
}

.atencao .box-quote ul {padding:0;}

.atencao .box-quote ul li {list-style: none;}

.atencao .svg-inline--fa, 
.atencao .fa-exclamation{
  color: var(--main-color2);
  margin-right:15px;
  font-size:40px;
}

.atencao .fa-exclamation{
    left: 10px;
    top: 0;
    position: absolute;
    left: -29px;
    top: -25px;
    font-size: 65px;
    z-index: 1;
    border-radius: 36px;
    background: #fff;
    border-top: 3px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 3px solid #fff;
    border-right: 5px solid #fff;
    box-shadow: 1px 2px 1px rgb(0,0,0, 0.2);
}

.atencao-content {
  position: relative;
  z-index: 1;
}

/*Série 3*/

.serie3 .atencao .multi-border {
  background-color: #eff5f5;
  border: 4px solid var(--main-color2);
  position: relative;
  border-radius: 15px;
}

.serie3 .atencao .multi-border::before {
  content: "";
  position: absolute;
  border: 4px solid var(--main-color4);
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 20px;
}

.serie3 .atencao h5 {
  color: var(--main-color4-pressed);
  border-bottom: 1px solid var(--main-color4-pressed);
}

.serie3 .atencao .box-quote {
  border: 2px dotted var(--main-color4);
}

.serie3 .atencao .svg-inline--fa,
.serie3 .atencao .fa-exclamation {
  color: var(--main-color4);
}

/* -------------------------------- 

Box de Para Refletir

-------------------------------- */

/*Multiple Borders*/
.para-refletir .multi-border {
  background-color: #eff5f5;
  border: 4px solid var(--main-color2);
  position: relative;
  border-radius: 15px;
}

.para-refletir .multi-border::before {
  content: "";
  position: absolute;
  border: 4px solid var(--main-color2);
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 20px;
}

.para-refletir .multi-border::after {
  content: "";
  position: absolute;
  border: 1px solid #fafafa;
  border-left: 2px solid #f4f4f4;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 20px;
  box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: -1;
}

.para-refletir h5 {
  color: var(--main-color2);
  border-bottom: 1px solid var(--main-color2);
  margin-bottom: 20px;
}

.para-refletir .box-quote {
  border: 2px dotted var(--main-color2);
  box-shadow: none;
  margin: 1em 0;
}

.para-refletir .box-quote ul {
  padding: 0;
}

.para-refletir .box-quote ul li {
  list-style: none;
}

.para-refletir .fas {
  left: 10px;
  top: 0;
  position: absolute;
  left: -29px;
  top: -25px;
  font-size: 56px;
  z-index: 1;
  border-radius: 36px;
  background: #fff;
  border-top: 3px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 3px solid #fff;
  border-right: 5px solid #fff;
  box-shadow: 1px 2px 1px rgb(0, 0, 0, 0.2);
  width: 1.1em;
  height: 1.1em;
}

.para-refletir-content {
  position: relative;
  z-index: 1;
}

/*Série 3*/

.serie3 .para-refletir .multi-border {
  background-color: #eff5f5;
  border: 4px solid var(--main-color2);
  position: relative;
  border-radius: 15px;
}

.serie3 .para-refletir .multi-border::before {
  content: "";
  position: absolute;
  border: 4px solid var(--main-color4);
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 20px;
}

.serie3 .para-refletir h5 {
  color: var(--main-color4);
  border-bottom: 1px solid var(--main-color4);
}

.serie3 .para-refletir .box-quote {
  border: 2px dotted var(--main-color4);
}

.serie3 .para-refletir .svg-inline--fa,
.serie3 .para-refletir .fa-exclamation {
  color: var(--main-color4);
}


/* -------------------------------- 

Box de Saiba Mais

-------------------------------- */

/*Multiple Borders*/
.saiba-mais .multi-border{
  background-color: #eff5f5;
  border: 4px solid #f29053;
  position: relative;
  border-radius:15px;
}

.saiba-mais .multi-border::before{
  content: "";
  position: absolute;
  border: 4px solid #2dc997;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 20px;
}

.saiba-mais.serie3 .multi-border::before{border: 4px solid var(--main-color4);}

.saiba-mais .multi-border::after{
  content: "";
  position: absolute;
  border: 1px solid #fafafa;
  border-left: 2px solid #f4f4f4;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 20px;
  box-shadow: 5px 3px 5px rgba(0,0,0, 0.2);
  background: #fff;
  z-index: -1;
}

.saiba-mais h5 {
	color: var(--main-color2);
	border-bottom:1px solid var(--main-color2);
  margin-bottom:20px;
}

.saiba-mais.serie3 h5 {
  color: var(--main-color4-pressed);
  border-bottom:1px solid var(--main-color4-pressed);
}

.saiba-mais .box-quote {
  border: 2px dotted var(--main-color2);
  box-shadow:none;
  margin:1em 0;
}

.saiba-mais .box-quote ul {padding:0;}

.saiba-mais .box-quote ul li {list-style: none;}

.saiba-mais .svg-inline--fa, .saiba-mais .fa-question-circle {
	color: var(--main-color3);
	margin-right:15px;
  font-size:40px;
}

/*Série 3*/
.serie3 .saiba-mais .svg-inline--fa, 
.serie3 .saiba-mais .fa-question-circle {
  color: var(--main-color4);
}

.saiba-mais .fa-question-circle {
    left: 10px;
    top: 0;
    position: absolute;
    left: -29px;
    top: -25px;
    font-size: 56px;
    z-index: 1;
    border-radius: 36px;
    background: #fff;
    border-top: 3px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 3px solid #fff;
    border-right: 5px solid #fff;
    box-shadow: 1px 2px 1px rgb(0,0,0, 0.2);
    width: 1.1em;
	  height: 1.1em;
}

.saiba-mais a.modal-legenda .fa-question-circle {
  left: 0;
  top: 0;
  position: relative;
  font-size: inherit;
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 0;
  margin-right: 0;
  margin-left: 5px;
  color: var(--link-color1);
  transition: 0.5s;
}

.saiba-mais a:hover.modal-legenda .fa-question-circle {color:var(--link-color-hover);}

.saiba-mais-content {
  position: relative;
  z-index: 1;
}

.saiba-mais.serie3 .carousel .carousel-item,
.saiba-mais.serie3 .carousel article {padding:0;}
.saiba-mais.serie3 .carousel .box-quote {
  border:none;
  box-shadow: 5px 3px 5px rgba(0,0,0, 0.2);
}

/* -------------------------------- 

FlipCard OLD

-------------------------------- */

/* .flipcards {margin:20px 0;}

.card {
  background:transparent;
  margin: 0 15px 30px;
  border:none;
  float:left;
}

.card .front, .card .back {
  border-radius: 6px;
  box-shadow: 5px 3px 5px rgba(0,0,0, 0.2);
  min-height: 300px;
  padding:30px;
}

.card .front {
  background: var(--main-color2);
  background: url(../img/bg1.png) fixed center center;
  background-size: cover;
  /*border:1px solid var(--main-color2);
  border:transparent;
}

.card .back {
  background: var(--white-color);
  border:1px solid var(--white-color);
  font-size:14px;
}

.card h5, .card .front img.ic-flip  {
  color:var(--main-color2);
  position: relative;
  top: 50%;
  margin-top: -10px;
}

.card .front img.ic-flip {width:50px;}

@media (max-width: 768px) {
  .card {clear:both;}
  .card {margin: 0 0 30px;}
} */

/* -------------------------------- 

Círculo de fundo (css shape)

-------------------------------- */

 .bg-circle { 
    width: 100px;
    height: 100px;
    background: var(--main-color3);
    border-radius: 50%;
    margin-left: -50px;
    position: relative;
    left: 50%;
}

.bg-circle .btn.btn-outline-secondary {
  border-color: var(--main-color2);
  color:var(--main-color2);
}

/* -------------------------------- 

Fotografias Hover & tooltip

-------------------------------- */

.pic-container img{
    border: 1px solid #d2d2d2;
    padding: 3px;
    width: 200px;
}

.pic-container{
    max-width: 210px;
    /*max-height: 210px;*/
    margin-bottom: 190px; 
}

.pic, .pic2{
    background: #fff;
    position: absolute;
    
    -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
    
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    box-shadow: 3px 1px 10px -2px #aaa;  
}

.pic:nth:child(1){
    z-index: 3;
}
.pic:nth-child(2){
    z-index: 1;
}
.pic:nth-child(3){
    z-index: 2;
}
.pic-container:hover .pic:nth-child(1)
{
    -webkit-transform: rotate(15deg);
     transform: rotate(15deg);
    
    -webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.pic-container:hover .pic2:nth-child(2){
    -webkit-transform: rotate(7deg);
     transform: rotate(7deg);
     
    -webkit-transition: all 0.10s ease;
     transition: all 0.10s ease;
}

.pic-container:hover .pic2:nth-child(3){
    -webkit-transform: rotate(-5deg);
     transform: rotate(-5deg);
}
.pic-caption{
    background: #82a3d4;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 10;
    top:0;
    left: 200px;
    width: 600px;
    
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    -webkit-opacity: 0;
    opacity: 0;
    
}
.pic-caption:hover{
    background: #607fae;
}
.pic-container:hover .pic-caption{
    left:230px;
    -webkit-opacity: 1;
    opacity: 1;
}

/* -------------------------------- 

Fotografias Hover & Accordion

-------------------------------- */

.accordion-foto.accordion a {padding: 18px 0 50px;}

.accordion-foto.accordion li {
    border-bottom: transparent;
}

.accordion-foto .accordion-foto-conteudo p {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  box-shadow: 3px 1px 10px -2px #aaa;
  padding: 20px;
  margin-top: 20px;
  max-width: 200px;
}

/*Série 3*/

.serie3.aula4 .accordion-foto .accordion-foto-conteudo p {max-width: 100%;} 


/* -------------------------------- 

Hover Boxes

-------------------------------- */

  div[class*=item-box] {  
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 6px 5px 30px -4px rgba(0,0,0,0.55);
  }

  /*Série 3*/

  .serie3 div[class*=item-box] {  
    height: auto;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 6px 5px 30px -4px rgba(0,0,0,0.55);
    border-radius: 40px;
  }

  div[class*=item-box] h2 {
    background:transparent;
    border:none;
    text-transform: uppercase;
    color: #fff;
    position: relative;
  }

  .btn.facebook {background-color: #3b5998;}

  .btn.twitter {background-color: #55acee;}

  .btn.google {background-color: #dd4b39;}

  .fa { 
      font-size: 35px;
      color: #fff;
    }  

  /*
  =========================
          BOX ONE
  =========================
  */

  .item-box-1 {
    background-color: #67AAF9;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    
  .item-box-1 .share-buttons {
      display: flex;
      justify-content: space-around;
      align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      border: 1px solid transparent;
      width: 0;
      height: 0;
      z-index: 10;
      transition: all 0.4s 0s, 
                  border 0.4s 0.6s, 
                  height 0.4s 0.4s, 
                  margin 0.4s 0.4s;
  }

  .item-box-1:hover .share-buttons {
      height: 200px;
      margin-top: -100px;
      border-color: #dbdbdb;
      background-color: rgba(196, 224, 249, 1);
      transform: translateX(-200px);
      transition: all 0.4s 0.4s, 
      //             border 0.4s 0s, 
      //             height 0.4s 0s, 
      //             margin 0.4s 0s;
  }
    
  /*.btn {opacity: 0;}*/
    
  .item-box-1:hover .btn {
      opacity: 1;
      transition: 0.4s;
      transition-delay: 0.7s;
  }

  /*
  =========================
          BOX TWO
  =========================
  */

  .item-box-2 {background: #ECF4FC;}
    
  .layer {
      top: 0;
      left: 0;
      height: 300px;
      transition: 0.4s 0.8s;
  }

  .item-box-2:hover .layer {
      transition: 0.4s 0s;
      transform: translateY(250px);
    }

  .layer .inner {
      background-color: var(--violetaIFHT);
      height: 400px;
      position: relative;
      z-index: 5;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .inner span {
    font-weight: 300;
    font-size: 20px;
    align-self: center;
    display: block;
  }

  /*.btn, .box-txt {
    position: absolute;
    top: 10px;
    opacity: 0;
    z-index: 2;
  }*/

  .box-txt {
    position: absolute;
    top: 10px;
    opacity: 0;
    z-index: 2;
  }
    
  .item-box-2:hover .btn, .item-box-2:hover .box-txt {
      opacity: 1;
      transform: translateY(-150px);
    }

    .box-txt {
      left: 5%;
      right: 5%;
      transition: 0.4s 0.2s;
      font-size:16px;
    }

    .facebook {
      left: 20%;
      transition: 0.4s 0.6s;
    }

    .twitter {
      left: 45%;
      transition: 0.4s 0.4s;
    }

    .google {
      left: 70%;
      transition: 0.4s 0.2s;
    }


  .inner .svg-inline--fa {
    transform: scale3d(0.5, 0.5, 0.5);
    animation: 
              move 1s ease-out infinite alternate;
              /*pulse 3s infinite;*/
  }

  .inner .fa-plus-circle {
    color: var(--amareloIFHT-over);
    display: block;
    font-size: 33px;
    position: absolute;
    align-self: end;
    top: 82%;
  }

 @keyframes move {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

@keyframes pulse {
  0% {
    opacity:0;
  }

  25% {
    opacity: 0.5;
  }

  50%{
    opacity: 1;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity:1;
  }
}

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

  div[class*="item-box"] h2 {
    font-size: 15px;
    font-weight: 700;
  }

  .inner span {font-size: 15px;}

  .inner img {width:90px;}

}

@media (max-width: 767px){

  .card-block p.box-txt {line-height: 1.5rem;}

  .box-txt {
    font-size: 13px;
    left:10%;
    top: -15%;
  }

}   



/* -------------------------------- 

Hover Box 3D

-------------------------------- */


.hover-box-3d {
  width: 300px;
  height: 500px;
  perspective: 900px;
}

.hover-box-3d h1 {
  color: #111;
  position: fixed;
  top: 0%;
  left: 30%;
  letter-spacing: 2px;
}

.hover-box-3d h4 {
  text-align: center;
  text-shadow: 0px 0px 10px #eee;
  color: #eee !important;
  letter-spacing: 2px;
}

.hover-box-3d h5 {
  color: #111;
  position: absolute;
  top: 30%;
  left: 30%;
  letter-spacing: 2px;
}

.hover-box-3d p, .hover-box-3d li {
  font-size: 11px;
  color: #fff;
  padding: 0px 20px 10px 20px;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 1px;
}

.hover-box-3d li{text-align: left;}

.container-3d {
  position: absolute;
  top: -2%;
  width: 100%;
  height: 100%;
  transition: .5s all ease;
  transform: rotateX(60deg) scale(0.7);
  perspective: 0px;
  box-shadow: 0px 20px 50px #555;
  animation: entry 1s linear 1;
}

#c0 {
  background: linear-gradient(to bottom, #eba65b 30%, #d99267 100%);
  z-index: 300;
  box-shadow: 0px 20px 100px #555;
}

#c1 {
  background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
  box-shadow: 0px 20px 100px #555;
  z-index: 0;
}

#c2 {
  z-index: 0;
  background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
  box-shadow: 0px 20px 100px #555;
}

.hover-box-3d .container-3d:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(1) translateY(10px);
  transition: .5s all ease;
  z-index: 400;
}

.hover-box-3d .image {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, #eba65b 30%, #d99267 100%);
}

#i1 {background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);}

#i2 {background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);}

.hover-box-3d span {
  position: absolute;
  top: 0%;
  left: 55%;
  border-radius: 100%;
  background-color: #fff;
  z-index: 10;
}

.hover-box-3d .story {
  position: absolute;
  top: 45%;
  left: 0%;
  height: 55%;
  width: 100%;
  background: linear-gradient(to bottom, #eba65b 0%, #d99267 40%);
  z-index: 30;
}

#s1 {background: linear-gradient(to top, #5b62a2 0%, #7b88d1 100%);}

#s2 {background: linear-gradient(to top, #5b62a2 0%, #7b88d1 120%);}

.hover-box-3d .info {
  position: absolute;
  top: 10%;
}

/*.hover-box-3d li {
  position: absolute;
  top: 50%;
  list-style: none;
  color: #111;
}

.hover-box-3d li:nth-child(1) {
  left: 15%;
  animation: simple1 1s linear infinite;
}

.hover-box-3d li:nth-child(2) {
  right: 15%;
  animation: simple 1s linear infinite;
}*/

/*Configurações dos desenhos em svg*/
.st4 {
  fill: #f8c56f;
  opacity: 1;
}

.st5,
.st7 {
  fill: #fff;
}

#sh2 {
  opacity: 0.5;
}

#sh3 {
  opacity: 0.3;
}

.st6 {
  fill: #59476f;
}

.st10 {
  fill: #c5a7e5;
  stroke: #222;
}

.st11 {
  stroke: #212121;
  opacity: 0.5;
}

#sh1 {
  fill: #f8c56f;
  opacity: 0.4;
}

.st0 {
  fill: #a25a62;
  stroke: none;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
  stroke: #a25a62;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.st2 {
  fill: #cd775c;
}

.st3 {
  fill: #fff;
  opacity: 0.3;
}


@keyframes simple {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}

@keyframes simple1 {
  50% {
    transform: translateX(-10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-10px);
    opacity: 0;
  }
}

@keyframes entry {
  0% {
    top: -20%;
    opacity: 0.1;
  }
  100% {
    top: 0%;
  }
}


/* -------------------------------- 

Infográfico circular

-------------------------------- */

.circle-container {
    position: relative;
    width: 24em;
    height: 24em;
    padding: 2.8em; /*= 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
    border: 1px dashed #999;
    border-radius: 50%;
    margin: 1.75em auto 6em;
}

.circle-container .circle {
    position: absolute;
    top: 50%; 
    left: 50%;
    width: 4em; 
    height: 4em;
    margin: -2em; /* 2em = 4em/2 */ /* half the width */
}

.circle-container a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%; left: 50%;
    width: 4em; height: 4em;
    margin: -2em; /* 2em = 4em/2 */ /* half the width */
}.circle-container .deg0 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-governanca-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg45 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-pesquisa-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg90 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-planos-estrategicos-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg135 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-gestao-de-dados-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg180 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-plataformas-tecnologicas-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg225 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-principios-e-padroes-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg270 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-capacitacao-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg315 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-comunicacao-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .circle p {
    font-size: 10px;
    position: absolute;
    top: 70px;
    font-weight: 500;
}

.circle-container img { display: block; width: 100%; }

.circle-container .deg0 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-governanca-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg45 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-pesquisa-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg90 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-planos-estrategicos-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg135 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-gestao-de-dados-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg180 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-plataformas-tecnologicas-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg225 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-principios-e-padroes-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg270 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-capacitacao-over.svg') no-repeat 0 0;
    width:100%;
}

.circle-container .deg315 a:hover:before {
    background: transparent url('../../../img/serie1/curso2/aula1/circle-comunicacao-over.svg') no-repeat 0 0;
    width:100%;
}

.deg0 {
    -webkit-transform: translate(12em);
    -moz-transform: translate(12em);
    -ms-transform: translate(12em);
    -o-transform: translate(12em);
    transform: translate(12em);
} /* 12em = half the width of the wrapper */
.lt-ie9 .deg0 {
    margin-left: 10em;
}
.deg45 {
    -webkit-transform: rotate(45deg) translate(12em) rotate(-45deg);
    -moz-transform: rotate(45deg) translate(12em) rotate(-45deg);
    -ms-transform: rotate(45deg) translate(12em) rotate(-45deg);
    -o-transform: rotate(45deg) translate(12em) rotate(-45deg);
    transform: rotate(45deg) translate(12em) rotate(-45deg);
}
.lt-ie9 .deg45 {
    margin: 6.485em;
}
.deg135 {
    -webkit-transform: rotate(135deg) translate(12em) rotate(-135deg);
    -moz-transform: rotate(135deg) translate(12em) rotate(-135deg);
    -ms-transform: rotate(135deg) translate(12em) rotate(-135deg);
    -o-transform: rotate(135deg) translate(12em) rotate(-135deg);
    transform: rotate(135deg) translate(12em) rotate(-135deg);
}
.lt-ie9 .deg135 {
    margin: 6.485em -10.485em;
}

.deg90 {
    -webkit-transform: rotate(90deg) translate(12em) rotate(-90deg);
    -moz-transform: rotate(90deg) translate(12em) rotate(-90deg);
    -ms-transform: rotate(90deg) translate(12em) rotate(-90deg);
    -o-transform: rotate(90deg) translate(12em) rotate(-90deg);
    transform: rotate(90deg) translate(12em) rotate(-90deg);
}

.deg180 {
    -webkit-transform: translate(-12em);
    -moz-transform: translate(-12em);
    -ms-transform: translate(-12em);
    -o-transform: translate(-12em);
    transform: translate(-12em);
}
.lt-ie9 .deg180 {
    margin-left: -14em;
}

.deg225 {
    -webkit-transform: rotate(225deg) translate(12em) rotate(-225deg);
    -moz-transform: rotate(225deg) translate(12em) rotate(-225deg);
    -ms-transform: rotate(225deg) translate(12em) rotate(-225deg);
    -o-transform: rotate(225deg) translate(12em) rotate(-225deg);
    transform: rotate(225deg) translate(12em) rotate(-225deg);
}
.lt-ie9 .deg225 {
    margin: -10.485em;
}


.deg270{
    -webkit-transform: rotate(270deg) translate(12em) rotate(-270deg);
    -moz-transform: rotate(270deg) translate(12em) rotate(-270deg);
    -ms-transform: rotate(270deg) translate(12em) rotate(-270deg);
    -o-transform: rotate(270deg) translate(12em) rotate(-270deg);
    transform: rotate(270deg) translate(12em) rotate(-270deg);
}

.deg315 {
    -webkit-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -moz-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -ms-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -o-transform: rotate(315deg) translate(12em) rotate(-315deg);
    transform: rotate(315deg) translate(12em) rotate(-315deg);
}
.lt-ie9 .deg315 {
    margin: -10.485em 6.485em;
}

@media (max-width: 575px) {

    .circle-container {
        width: 15em;
        height: 15em;
    }

    .circle-container div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3.5em;
        height: 3.5em;
        margin: -1.2em;
    }

    .circle-container a {
        width: 3.5em;
        height: 3.5em;
        margin: -1.2em;
    }

    .circle-container div p {font-size: 9px;}

    .deg0 {
        -webkit-transform: rotate(-8deg) translate(7.5em) rotate(8deg);
        -moz-transform: rotate(-8deg) translate(7.5em) rotate(8deg);
        -ms-transform: rotate(-8deg) translate(7.5em) rotate(8deg);
        -o-transform: rotate(-8deg) translate(7.5em) rotate(8deg);
        transform: rotate(-8deg) translate(7.5em) rotate(8deg);
    }

    .deg45 {
        -webkit-transform: rotate(50deg) translate(7.6em) rotate(-50deg);
        -moz-transform: rotate(50deg) translate(7.6em) rotate(-50deg);
        -ms-transform: rotate(50deg) translate(7.6em) rotate(-50deg);
        -o-transform: rotate(50deg) translate(7.6em) rotate(-50deg);
        transform: rotate(50deg) translate(7.6em) rotate(-50deg);
    }

    .deg135 {
        -webkit-transform: rotate(139deg) translate(9em) rotate(-139deg);
        -moz-transform: rotate(139deg) translate(9em) rotate(-139deg);
        -ms-transform: rotate(139deg) translate(9em) rotate(-139deg);
        -o-transform: rotate(139deg) translate(9em) rotate(-139deg);
        transform: rotate(139deg) translate(9em) rotate(-139deg);
    }

    .deg90 {
        -webkit-transform: rotate(99deg) translate(8em) rotate(-99deg);
        -moz-transform: rotate(99deg) translate(8em) rotate(-99deg);
        -ms-transform: rotate(99deg) translate(8em) rotate(-99deg);
        -o-transform: rotate(99deg) translate(8em) rotate(-99deg);
        transform: rotate(99deg) translate(8em) rotate(-99deg);

    }

    .deg180 {
        -webkit-transform: rotate(3deg) translate(-9.5em) rotate(-3deg);
        -moz-transform: rotate(3deg) translate(-9.5em) rotate(-3deg);
        -ms-transform: rotate(3deg) translate(-9.5em) rotate(-3deg);
        -o-transform: rotate(3deg) translate(-9.5em) rotate(-3deg);
        transform: rotate(3deg) translate(-9.5em) rotate(-3deg);
    }

    .deg225{
        -webkit-transform: rotate(225deg) translate(10em) rotate(-225deg);
        -moz-transform: rotate(225deg) translate(10em) rotate(-225deg);
        -ms-transform: rotate(225deg) translate(10em) rotate(-225deg);
        -o-transform: rotate(225deg) translate(10em) rotate(-225deg);
        transform: rotate(225deg) translate(10em) rotate(-225deg);
    }

    .deg270 {
        -webkit-transform: rotate(264deg) translate(10em) rotate(-264deg);
        -moz-transform: rotate(264deg) translate(10em) rotate(-264deg);
        -ms-transform: rotate(264deg) translate(10em) rotate(-264deg);
        -o-transform: rotate(264deg) translate(10em) rotate(-264deg);
        transform: rotate(264deg) translate(10em) rotate(-264deg);
    }

    .deg315 {
        -webkit-transform: rotate(300deg) translate(8.5em) rotate(-300deg);
        -moz-transform: rotate(300deg) translate(8.5em) rotate(-300deg);
        -ms-transform: rotate(300deg) translate(8.5em) rotate(-300deg);
        -o-transform: rotate(300deg) translate(8.5em) rotate(-300deg);
        transform: rotate(300deg) translate(8.5em) rotate(-300deg);
    }
}

/* this is just for showing the angle on hover */
.circle-container a:not(.center):before {
    position: absolute;
    width: 4em;
    color: white;
    opacity: 0;
    background: transparent;
    font: 1.25em/3.45 "Montserrat", monospace;
    letter-spacing: 2px;
    text-decoration: none;
    text-indent: -2em;
    text-shadow: 0 0 .1em deeppink;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    content:'°';
}

.circle-container a:hover:before { opacity: 1; }

.circle-container:hover:after { opacity: 1; }

.circle-container a:not(.center):after {
    position: absolute;
    top: 50%; 
    left: 50%;
    width: 4px; 
    height: 4px;
    border-radius: 50%;
    box-shadow: 0 0 .5em .5em white;
    margin: -2px;
    background: deeppink;
    opacity: .3;
    content: '';
}

.circle-container:hover a:after { opacity: 1; }

.circle-container a:hover:after { opacity: .3; }


/* -------------------------------- 

Hover Boxes

-------------------------------- */

  div[class*=item-box] {  
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 6px 5px 30px -4px rgba(0,0,0,0.55);
  }

  div[class*=item-box] h2, div[class*=item-box] h3, div[class*=item-box] h4 {
    background:transparent;
    border:none;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-family: Montserrat;
  }

  .btn.facebook {background-color: #3b5998;}

  .btn.twitter {background-color: #55acee;}

  .btn.google {background-color: #dd4b39;}

  .fa { 
      font-size: 35px;
      color: #fff;
    }  

  /*
  =========================
          BOX ONE
  =========================
  */

  .item-box-1 {
    background-color: #67AAF9;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    
  .item-box-1 .share-buttons {
      display: flex;
      justify-content: space-around;
      align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      border: 1px solid transparent;
      width: 0;
      height: 0;
      z-index: 10;
      transition: all 0.4s 0s, 
                  border 0.4s 0.6s, 
                  height 0.4s 0.4s, 
                  margin 0.4s 0.4s;
  }

  .item-box-1:hover .share-buttons {
      height: 200px;
      margin-top: -100px;
      border-color: #dbdbdb;
      background-color: rgba(196, 224, 249, 1);
      transform: translateX(-200px);
      transition: all 0.4s 0.4s, 
                  border 0.4s 0s, 
                  height 0.4s 0s, 
                  margin 0.4s 0s;
  }
    
  /*.btn {opacity: 0;}*/
    
  .item-box-1:hover .btn {
      opacity: 1;
      transition: 0.4s;
      transition-delay: 0.7s;
  }

  /*
  =========================
          BOX TWO
  =========================
  */

  .item-box-2 {background: #ECF4FC;}

  .layer {
      top: 0;
      left: 0;
      height: 300px;
      transition: 0.4s 0.8s;
  }

  .item-box-2:hover .layer {
      transition: 0.4s 0s;
      transform: translateY(350px);
    }

  .layer .inner {
      background-color: var(--main-color2);
      height: 400px;
      position: relative;
      z-index: 5;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .inner span {
    font-weight: 300;
    font-size: 20px;
    align-self: center;
    display: block;
  }

  /*.btn, .box-txt {
    position: absolute;
    top: 10px;
    opacity: 0;
    z-index: 2;
  }*/

  .box-txt {
    position: absolute;
    top: 10px;
    opacity: 0;
    z-index: 2;
  }
    
  .item-box-2:hover .btn, .item-box-2:hover .box-txt {
      opacity: 1;
      transform: translateY(-330px);
    }

    .box-txt {
      left: 5%;
      right: 5%;
      transition: 0.4s 0.2s;
      font-size:13px;
    }

    .facebook {
      left: 20%;
      transition: 0.4s 0.6s;
    }

    .twitter {
      left: 45%;
      transition: 0.4s 0.4s;
    }

    .google {
      left: 70%;
      transition: 0.4s 0.2s;
    }


  .inner i.fas {
    transform: scale3d(0.5, 0.5, 0.5);
    animation: 
              move 1s ease-out infinite alternate;
              /*pulse 3s infinite;*/
  }

  .inner .fa-plus-circle {
    color: var(--main-color3);
    display: block;
    font-size: 33px;
    position: absolute;
    align-self: end;
    top: 82%;
  }

 @keyframes move {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

@keyframes pulse {
  0% {
    opacity:0;
  }

  25% {
    opacity: 0.5;
  }

  50%{
    opacity: 1;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity:1;
  }
}

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

  div[class*="item-box"] h2 {
    font-size: 15px;
    font-weight: 700;
  }

  .inner span {font-size: 15px;}

  .inner img {width:90px;}

}

@media (max-width: 767px){

  p.box-txt {line-height: 1.5rem;}

  .box-txt {
    font-size: 13px;
    left:10%;
  }

}   


/*Série 3*/
.serie3 .layer .inner {background: rgb(255,175,94, 0.8);}

.serie3  .inner .fa-plus-circle {
  color: var(--main-color4);
  font-size: 45px;
}

.serie3 div[class*="item-box"] h2 {
  text-align: center;
  top: -6%;
}

.serie3 .box-txt {font-size: 14px;}

.serie3 .box-txt li {margin-bottom:10px;}

@media (max-width: 767px){

  .serie3.aula4 #bloco3 .box-txt {top:10%;}

}



/* -------------------------------- 

Lista Simples

-------------------------------- */

.obj-lista {margin-bottom:30px;}

.obj-lista .list-group {margin:10px 0;}

.obj-lista .list-group-item {
  border: 1px solid #EFEFEF;
	border-radius: 6px;
	margin-bottom: 10px;
	box-shadow: 5px 3px 5px rgba(0,0,0, 0.2);
	border: 1px solid #fafafa;
  padding: 1.2rem 1.25rem;
}

.obj-lista .list-group-item i {
	font-size: 30px;
	padding-right: 4px;
	color: var(--main-color3);
  line-height: 0px;
}

.obj-lista .list-group-item i.icon-bullet {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/ic-list-bullet.svg") no-repeat 0 0;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

/*Série 3*/
.serie3 .obj-lista .list-group-item i.icon-bullet {background: transparent url("../img/ic-list-bullet-serie3.svg") no-repeat 0 0;}

/* -------------------------------- 

Modal

-------------------------------- */

.modal.serie1 .btn-secondary {
    border: 1px solid var(--link-color1);
    background-color: transparent;
    color: var(--link-color1);
    margin-top: 10px;
    padding: 2px 10px;
}

.modal.serie1 .btn-secondary:hover  {
    border: 1px solid var(--link-color-hover);
    background-color: var(--link-color-hover);
    color: var(--white-color);
    margin-top: 10px;
    padding: 2px 10px;
}

.modal.serie2 .btn-secondary {
    border: 1px solid var(--secondary-color1);
    background-color: transparent;
    color: var(--secondary-color1);
    margin-top: 10px;
    padding: 2px 10px;
}

.modal.serie2 .btn-secondary:hover  {
    border: 1px solid var(--link-color-hover);
    background-color: var(--link-color-hover);
    color: var(--white-color);
    margin-top: 10px;
    padding: 2px 10px;
}

.modal.serie3 .btn-secondary {
    border: 1px solid var(--main-color4);
    background-color: transparent;
    color: var(--main-color4);
    margin-top: 10px;
    padding: 2px 10px;
}

.modal.serie3 .btn-secondary:hover  {
    border: 1px solid var(--main-color4-over);
    background-color: var(--main-color4-over);
    color: var(--white-color);
    margin-top: 10px;
    padding: 2px 10px;
}

.modal.serie4 .btn-secondary {
    border: 1px solid var(--main-color6);
    background-color: transparent;
    color: var(--main-color6);
    margin-top: 10px;
    padding: 2px 10px;
}

.modal.serie4 .btn-secondary:hover  {
    border: 1px solid var(--link-color-hover);
    background-color: var(--link-color-hover);
    color: var(--white-color);
    margin-top: 10px;
    padding: 2px 10px;
}

.modal li {margin-bottom:10px;}

.imagem-modal:hover {opacity: 0.5;}


/* -------------------------------- 

Quadro de comparação

-------------------------------- */


#quadro-comparacao .item {
  padding: 30px 30px 20px;
  background: var(--white-color);
  box-shadow: 5px 3px 5px rgba(0,0,0, 0.2);
  border-radius: 6px;
  margin-bottom: 30px;
  font-size:14px;
}

#quadro-comparacao .fa-times {font-size:40px;}

/* -------------------------------- 

Slider

-------------------------------- */

.carousel {
  font-size:14px;
  margin-bottom: 30px;
}

.carousel .carousel-item {
  padding-left: 100px;
  padding-right: 100px;
}

.carousel-indicators .active {background-color: var(--main-color3);}

.carousel-indicators li {background-color: var(--main-color2);}

/*Série 3*/
.carousel.serie3 .carousel-indicators .active {background-color: var(--main-color4-over);}
.carousel.serie3  .carousel-indicators li {background-color: var(--main-color4);}


.carousel article {padding: 20px 60px;}

.carousel ul {
  list-style:none;
  padding-left:0;
}

.carousel img {
  position: relative;
    top: -50px;
    right: 40px;
}

/*Série 3*/
.carousel.serie3 img {
  right:0;
  top:0;
}

.carousel table img {
    top: 0;
    right:0;
    margin-left:0;
}

.carousel table td, .carousel table th {padding:6px;}

@media (max-width: 991px) {
    .carousel img {
        top: 10px;
        right: 0;
        margin-bottom: 45px;
    }
    /*série 3*/
    .carousel.serie3 img {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
  .carousel article {padding: 20px 100px;}
  .carousel .carousel-item {padding-left:0;}
  .carousel p {padding-left: 20px}
}

@media (max-width: 576px) {
  .carousel article {padding: 20px 60px;}

  .carousel .carousel-item {padding: 0 10px;}

}

.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 24px;
    border-radius: 24px;
}

.carousel-control-next-icon {background-image: url('../img/ic-ionicons_svg_ios-arrow-forward.svg');}

.carousel-control-prev-icon {background-image: url('../img/ic-ionicons_svg_ios-arrow-back.svg');}


/* --------------------------------

Tabela

---------------------------------*/

.table-responsive {
  background-color: #fff;
}

.table-responsive.table-bordered {
  border: none;
}

.table-responsive table {
  font-size:14px;
  margin: 0;
}

.table-responsive table thead th {
  border: none;
}

.table-responsive th {
  background-color: var(--main-color3);
  color: #fff;
  border:1px solid var(--main-color2);
}

.table-responsive th a {color:#fff;}

.table-responsive td,
.table-responsive tr {
  border: 1px solid var(--main-color2)
}

.table ul li {
  margin-bottom:10px;
}

.table td, .table th {vertical-align: middle;}

.table thead th {vertical-align: middle;}

@media (max-width: 767px) {

  .table {font-size:10px;}

  .table thead th {padding:0;}

}

/*Série 3*/

.table-responsive.serie3 th {
  background-color: var(--main-color4);
  color: #fff;
  border:1px solid var(--main-color4-pressed);
}

.table-responsive.serie3 td, .table-responsive.serie3 tr{border: 1px solid var(--main-color4-pressed);}

/* -------------------------------- 

Tabs

-------------------------------- */

/*Série3*/

.abas.serie3 .nav-tabs {
    border-color: var(--main-color4);
}

.abas.serie3 .nav-tabs .nav-item.show .nav-link, 
.abas.serie3  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: var(--main-color4) var(--main-color4) var(--white-color);
}

.abas.serie3  .nav-tabs .nav-link:focus, 
.abas.serie3  .nav-tabs .nav-link:hover {
   border-color: var(--main-color4) var(--main-color4) var(--white-color);
}

.abas.serie3 .tab-content {
    border: 1px solid var(--main-color4);
    border-top: none;
    background: var(--white-color);
}


/* -------------------------------- 

Timeline 

-------------------------------- */
@media only screen and (min-width: 1170px) {
  .cd-is-hidden {
    visibility: hidden;
  }
}

.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}

.cd-timeline.serie1 .btn-secondary {
    border: 1px solid var(--link-color1);
    background-color: transparent;
    color: var(--link-color1);
    margin-top: 10px;
    padding: 2px 10px;
}

.cd-timeline.serie1 .btn-secondary:hover {
    border: 1px solid var(--link-color-hover);
    background-color: var(--link-color-hover);
    color: var(--white-color);
    margin-top: 10px;
    padding: 2px 10px;
}


.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: var(--main-color2);
  opacity: 0.3;
}

/*Série 3*/
.serie3 .cd-timeline__container::before {background: var(--main-color4-pressed);}

.cd-timeline h6  {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin: 30px 0;
  }
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color:#fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__content img {
  max-width: 20%;
  margin: 0 35%;
}

.cd-timeline__img h4 {
  text-align: center;
  margin:15px 0;
}

.cd-timeline__img h4.ano {
  font-size: 12px;
  font-family: "Montserrat";
  margin: 22px 0;
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
  .cd-timeline__img h4 {margin:0;}

  .cd-timeline__img h4.ano {
  font-size: 10px;
  margin: 15px 0;
  }

   .cd-timeline__img h4.ano.mes {margin: 8px 0;}
}

/*Tablets and some large devices(>768)*/
@media (min-width: 768px) and (max-width: 1169px) {
	.cd-timeline__img h4 {margin: 4px 0;}

  .cd-timeline__img h4.ano {
    font-size: 10px;
    margin: 14px 0;
  }

  .cd-timeline__img h4.ano.mes {margin: 8px 0;}

}

  .cd-timeline__img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }

  .cd-timeline__img.cd-timeline__option1 {
    background: var(--main-color2);
  }

  /*Série 3*/
  .serie3 .cd-timeline__img.cd-timeline__option1 {
    background: var(--main-color4);
}

  .cd-timeline__img.cd-timeline__option2 {
    background: #c03b44;
  }

  .cd-timeline__img.cd-timeline__option3 {
    background: #f0ca45;
  }

@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: var(--white-color);
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 5px 3px 6px rgba(0,0,0, 0.2);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0, 0.2);
          box-shadow: 0 3px 6px rgba(0,0,0, 0.2);
}

.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.cd-timeline__content h2 {
  color: #303e49;
}

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}

.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 2rem;
  }

@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.2em;
    width: 46%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* -------------------------------- 

Horizontal Timeline 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-hz-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-hz-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-hz-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-hz-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-hz-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-hz-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-hz-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-hz-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* -------------------------------- 

TIMELINE ZIGZAG

-------------------------------- */

.circle-timeline-z {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #ED8D8D;
  color: var(--main-color1);
  max-height: 50px;
  z-index: 2;
}

.timeline-z-estrutura.row {
  display: flex;
}

.timeline-z-estrutura.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}

.timeline-z-estrutura.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #ED8D8D;
  z-index: 1;
}

.timeline-z-estrutura.row .col-2.bottom::after {
  height: 50%;
  left: calc(50% - 3px);
  top: 50%;
}

.timeline-z-estrutura.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.timeline-z-estrutura.row .col-2.top::after {
  height: 50%;
  left: calc(50% - 3px);
  top: 0;
}

.timeline-z div {
  padding: 0;
  height: 40px;
}

.timeline-z hr {
  border-top: 3px solid #ED8D8D;
  margin: 0;
  top: 17px;
  position: relative;
}

.timeline-z .col-2 {
  display: flex;
  overflow: hidden;
}

.timeline-z .corner {
  border: 3px solid #ED8D8D;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline-z .top-right {
  left: calc(50% - 3px);
  top: -50%;
}

.timeline-z .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}

.timeline-z .top-left {
  left: -50%;
  top: -50%;
}

.timeline-z .right-bottom {
  left: calc(50% - 3px);
  top: calc(50% - 3px);
}

/* Série 3 */
.serie3 .circle-timeline-z { background-color: var(--main-color4-over);}
.serie3 .how-it-works.row .col-2::after { border-left: 3px solid var(--main-color4);}
.serie3 .timeline-z hr {border-top: 3px solid var(--main-color4);}
.serie3 .timeline-z .corner {border: 3px solid var(--main-color4);}


/* FLIP CARD */

.flip-card {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: 500px;
  border: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card .btn-front {
  background-color: blue;
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

.flip-card:hover .btn-front {
  opacity: 0;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.flip-card-front,.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 30px;
  vertical-align: middle;
}

.flip-card-front {
  background-color: rgb(255,175,94, 0.8);
  border-radius: 20px;
  -webkit-box-shadow: 1px 4px 16px rgba(0,0,0,0.3);
  box-shadow: 1px 4px 16px rgba(0,0,0,0.3)
}

.flip-card-back {
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-shadow: 1px 4px 16px rgba(0,0,0,0.3);
  box-shadow: 1px 4px 16px rgba(0,0,0,0.3)
}

.flip-card-back .card-text {
  font-size: 14px;
  text-align: left;

}

.flip-card-front .card-title {
  top: calc(50% - 200px);
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px;
}

.flip-card-front .card-title h2 {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.flip-card .flip-card-front .card-title .icone-flip-card {
  width: 40px;
  height: auto;
  animation: flip 1s linear 2s infinite normal;
}

@keyframes flip {
  from {transform: rotateY(0deg);}
  to {transform: rotateY(360deg);}
}

/*----------------------------- 

Flipcard 2.0

 -----------------------------*/


.flip-card {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: 420px;
  border: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  margin-bottom: 1.5rem;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card .more {
  display: none;
}

.flip-card .more:checked~.flip-card-inner {
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*.flip-card:hover .flip-card-inner {
   -webkit-transform:rotateY(180deg);
   transform:rotateY(180deg)
  }*/

.flip-card .btn-front {
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear
}

.flip-card:hover .btn-front {
  opacity: 0;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1.25rem;
}

.flip-card-front {
  background-color: var(--main-color4);
  border-radius: 10px;
  -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.3);
}

.flip-card-front h3 {
  border-bottom: none;
  margin-bottom: .3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, .1);
  text-align: center;
  font-size: 1.2em;
  position: relative;
}

.flip-card-back {
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.3)
}

.flip-card-back h4 {
  font-weight: 600;
}

.flip-card .button {
  -ms-grid-row: -1;
  grid-row: -1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  padding: 0 1.5em;
  height: 3em;
  line-height: 2.9em;
  min-width: 3em;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  left: 50%;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.flip-card .flip-card-front .button {
  /*position: relative;
    top:50%;
    left: 25%;*/
  width: 80%;
  height: auto;
  padding: 0.8em 0 0 0;
  margin: 0 auto;
}

.flip-card .flip-card-front .button svg {
  fill: #fff;
  width: 40%;
}

.flip-card .flip-card-front .button {
  grid-column: 1/-1;
  justify-self: center;
}

.flip-card .button:hover {
  background-color: #fff;
  text-shadow: none;
}

.flip-card .button.return {
  line-height: 3em;
  color: var(--main-color4);
  border-color: var(--main-color4);
  text-shadow: none;
}

.flip-card .button.return:hover {
  background-color: var(--main-color4-over);
  border-color: var(--main-color4-over);
  color: #fff;
  box-shadow: none;
}

.flip-card ::-webkit-scrollbar {
  width: 5px;
}

.flip-card ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.flip-card ::-webkit-scrollbar-thumb {
  background: #859ddf;
}

.flip-card ::-webkit-scrollbar-thumb:hover {
  background: #008ec6;
}

.flip-card .card-text {
  text-align: left;
  margin-bottom: 10px;
  overflow-y: scroll;
  height: 260px;
  padding: 1rem;
}

.flip-card .card-text ul {
  list-style: disc;
}

.flip-card .card-text ul li ul {
  list-style: circle;
}

.flip-card .card-title,
.flip-card .card-footer {
  position: relative;
}

.flip-card .card-footer {
  background: transparent;
  border-top: none;
  position: relative;
}

.flip-card .flip-card-front .card-title {
  top: 40%;
}

.flip-card .flip-card-front .card-footer {
  top: 50%;
}

.flip-card .flip-card-front .card-footer .card-btn {
  width: 70%;
  position: absolute;
  top: -1.5rem;
  left: 15%;
}

.flip-card .flip-card-back .card-title {
  font-weight: 700;
  font-size: 0.8rem;
  text-align: left;
  margin: 0;
}


.flip-card .item1 .button:hover svg {
  fill: var(--main-color4-over);
}

@media (min-width: 992px) {

  .flip-card .flip-card-front .card-footer .card-btn {
    width: 50%;
    position: absolute;
    top: -1.5rem;
    left: 25%;
  }

}

/*Fundos para flipcard*/
.flip-card .item1 {
  background: linear-gradient(40deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, .5)),
    url(../img/bg2-flipcard.jpg);
}

/* Série 4 */
.serie4 .flip-card .item1 {
  background: linear-gradient(40deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, .5)),
    url(../img/serie4/curso1/aula4/bg1-flipcard.jpg);
}

/* .flip-card .item2 {
  background: linear-gradient(40deg, rgba(0, 0, 0, .3), rgba(255, 255, 255, .5)), url(../_img/bg-flipcard2.jpg);
}

.flip-card .item3 {
  background: linear-gradient(40deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, .5)), url(../_img/bg-flipcard3.jpg);
}

.flip-card .item4 {
  background: linear-gradient(40deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, .5)), url(../_img/bg-flipcard4.jpg);
}

.flip-card .item5 {
  background: linear-gradient(40deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, .5)), url(../_img/bg-flipcard5.jpg);
}

.flip-card .item6 {
  background: linear-gradient(40deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, .5)), url(../_img/bg-flipcard6.jpg);
}

.flip-card .item7 {
  background: linear-gradient(40deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, .5)), url(../_img/bg-flipcard7.jpg);
} */

@media (min-width: 992px) {

  .flip-card .flip-card-front .card-footer .card-btn {
    width: 50%;
    position: absolute;
    top: -1.5rem;
    left: 25%;
  }

}