/*--------------------------------------------------------------
# Variáveis
--------------------------------------------------------------*/

:root {
    --main-color1: #222; /*Black*/
    --main-color2: #601848; /*Violet*/
    --main-color3: #2dc997; /*Green*/
    --main-color4: #ff8831; /*Orange*/
    --main-color5: #eff5f5; /*Light Gray*/
    --main-color6: #00478a; /*Dark Blue*/

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

    --link-color1: #911166; /*Violet*/
    --link-color-hover: #2dc997; /*Green*/
    --white-color: #fff;

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

/*--------------------------------------------------------------
# Configurações gerais de página
--------------------------------------------------------------*/
body {
  background: #fff;
  color: var(--main-color1);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

a {
  color: var(--link-color1);
  transition: 0.5s;
  font-weight: 500;
}

a:hover, a:active, a:focus {
  color: var(--link-color-hover);
  outline: none;
  text-decoration: underline;
}

pre {
    background: #efefef;
    border: 1px solid #ccc;
}

pre code {font-size: 87.5%;}


p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1 {font-family: 'Montserrat', sans-serif;}

h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}

h4, h5, h6 {font-style: italic;}

h5, h6 {margin-bottom:10px;}

b, strong {font-weight: 700;}

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.no-gutters {
  margin:0;
  padding:0;
}

.uppercase {text-transform: uppercase;}



/*Série 3*/

.serie3 a {
  color: var(--main-color4);
  transition: 0.5s;
  font-weight: 500;
}

.serie3 a:hover, .serie3 a:active, .serie3 a:focus {
  color: var(--main-color4-over);
  outline: none;
  text-decoration: underline;
}

.serie3 .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  color: var(--main-color4);
  border: 2px solid var(--main-color4);
}

.serie3 .cta-btn:hover {
  background: var(--main-color4-over);
  color: var(--white-color);
  border: 2px solid var(--main-color4-over);
}




/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  /*background: linear-gradient(45deg, #1de099, #1dc8cd);*/
  background:var(--link-color1);
  color: var(--white-color);
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  /*background: linear-gradient(45deg, #1de099, #1dc8cd);*/
  color: var(--white-color);
  outline: none;
}

.back-to-top:hover {
  background:var(--link-color-hover);
  color: var(--white-color);
}

.back-to-top i {color: var(--white-color);}


/*Serie 2*/
.back-to-top.serie2 {background:var(--secondary-color1);}
.back-to-top.serie2:hover {background:var(--main-color3);}

/*Serie 3*/
.back-to-top.serie3 {background:var(--main-color4);}
.back-to-top.serie3:hover {background:var(--main-color4-over);}




/*--------------------------------------------------------------
# Modal Legendas
--------------------------------------------------------------*/

#modal-legenda .modal-dialog {
  max-width: 700px;
}

/*--------------------------------------------------------------
# Modal Bibliografia & Créditos
--------------------------------------------------------------*/

#modal-bibliografia .modal-dialog, #modal-creditos .modal-dialog {
  max-width: 700px;
}

#modal-bibliografia .accordion ul li  {
  font-size:14px;
  padding-bottom: 12px;
  padding-top: 6px;
  word-wrap: break-word;
}

#modal-bibliografia .accordion ul li a {
  display:inline;
  font-size: 14px;
  padding:0;
}

#modal-bibliografia .accordion ul li:last-child {border-bottom: none;}

#modal-creditos ul {
  font-size:14px;
  list-style: none;
}

/*--------------------------------------------------------------
# Modal Imagens ampliadas
--------------------------------------------------------------*/

@media (min-width:576px){

  .modal-dialog-centered.img {max-width: 70%;}

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.programa {background:transparent;}

#header #logo {float: left;}

#header.programa #logo {
  position: relative;
  left:50%;
  margin-left:-70px;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {color: var(--white-color);}

#header #logo img {
  padding: 0;
  margin: 0;
  width:150px;
  -webkit-transition: width 1s, height 2s; /* For Safari 3.1 to 6.0 */
  transition: width 1s, height 2s;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: var(--main-color5);
  padding: 12px 0;
  height: 72px;
  transition: all 0.5s;
  box-shadow: 2px 1px 3pc rgb(0,0,0, 0.2);
}

#header.header-fixed #logo {
  position:relative;
  top:-4px;
}

#header.header-fixed #logo img {
  width:120px;
  -webkit-transition: width 1s, height 2s; /* For Safari 3.1 to 6.0 */
  transition: width 1s, height 2s;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

#breadcrumb {
  background: #fff;
  padding: 12px 0;
  height: auto;
  transition: all 0.5s;
  /*box-shadow: 2px 1px 3pc rgb(0,0,0, 0.2);*/
  position: fixed;
  top: 72px;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  border-bottom: 1px solid #e8edee;
  border-top: 1px solid #e8edee;
}



#breadcrumb .nav-menu > li {
  margin-left:0;
  white-space: normal;
}

#breadcrumb .nav-menu a {padding:0 8px 3px 8px;}

/*Série2*/
#breadcrumb.serie2 .nav-menu a {color:var(--secondary-color1);}
#breadcrumb.serie2 .nav-menu a:hover {color:var(--main-color3);}

/*Série3*/
#breadcrumb.serie3 .nav-menu a {color:var(--main-color4);}
#breadcrumb.serie3 .nav-menu a:hover {color:var(--main-color4-over);}
#breadcrumb.serie3 .nav-menu a:pressed {color:var(--main-color4-pressed);}
#breadcrumb.serie3 a.btn-outline-secondary:hover {
  background:var(--main-color4-over);
  color:var(--white-color);
  border-color:var(--main-color4);
}

#breadcrumb a {font-weight: 400;}

#breadcrumb #font-setting-buttons {
  position: relative;
  top: -3px;
}

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

#breadcrumb .btn-outline-secondary:hover {
  background:var(--main-color3);
  color:var(--white-color);
  border-color:var(--main-color3);
}

/*Serie 2*/
#breadcrumb.serie2 .btn-outline-secondary {
    border-color: var(--secondary-color1);
    color: var(--secondary-color1);
}
#breadcrumb.serie2 .btn-outline-secondary:hover {color:var(--white-color) !important;}


/*Serie 3*/
#breadcrumb.serie3 .btn-outline-secondary {
    border-color: var(--main-color4);
    color: var(--main-color4);
}

#breadcrumb .fa-font::after {font-size: 0.67em;}
#breadcrumb .decrease-me .fa-font::after {content:"\f068";}
#breadcrumb .increase-me .fa-font::after {content:"\f067";}

@media (max-width: 576px) {
  #breadcrumb {
  font-size:11px;
  padding: 6px 12px;
  min-height: 100px;
  height: auto;
  }

  #breadcrumb #font-setting-buttons {margin-top:8px;}
}

@media (max-width: 320px) {
  #breadcrumb {min-height: 165px;}
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 75vh; /*100vh é o original*/
  /*background: linear-gradient(45deg, #1de099, #1dc8cd);*/
  background-image: url("../img/bg1-v2.png"); /* The image used */
  background-color: rgb(255,255,255, 0.5);
  background-size: cover;
  position: relative;
}

#intro.serie2 {background-image: url("../img/bg1-v2-serie2.png"); /* The image used */}

#intro.serie3 {background-image: url("../img/bg1-v2-serie3.png"); /* The image used */} 

#intro.serie4 {background-image: url("../img/bg1-v2-serie4.png"); /* The image used */}  

#intro.programa {height: 100vh;}

@media (max-width: 768px) {
  #intro.programa {height: 100vh;}
}

@media (max-width: 576px) {
  #intro.programa {height: 175vh;}
}

@media (max-width: 320px) {
  #intro.programa {height: 185vh;}
}

#intro .intro-text {
  padding-top: 15%;
  text-align: center;
  vertical-align: top;
}

/* @media (min-width: 1600px) { 
  #intro .intro-text {padding-top: 230px;}
} */

#intro.programa .intro-text{padding-top:125px;/*padding-top:210px;*/}

@media (max-width: 768px) {
  #intro .intro-text {padding-top: 180px;}
  #intro.programa .intro-text {padding-top: 90px;}
}

@media (max-width: 767px) {
  #intro .intro-text {padding-top: 25vh/*90px;*/}
}

@media (max-width: 576px) {
  #intro.programa .intro-text{padding-top:110px;}
}

#intro.programa .description {
  padding-top:40px;
  margin-bottom:0;
}

#intro h2 {
  font-family: 'Montserrat', sans-serif;
  color: var(--main-color1);
  margin: 30px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

#intro h4 {
  font-family: 'Montserrat', sans-serif;
  color: var(--main-color1);
  margin-top: 20px;
  padding: 0 15px;
}

#intro h4.serie2 {color:var(--secondary-color1);}

#intro h4.serie3 {color:var(--main-color4);}

#intro h4.serie4 {color:var(--main-color6);}

#intro.programa h2 {font-size:60px;}

#intro h2 span {
  font-weight:300;
  font-style: italic;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 48px;
    line-height: 48px;
  }

  #intro.serie2 h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

#intro p {
  color: var(--main-color1);
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

#intro.programa p{
  font-size:16px;
  text-align:left;
  font-style: italic;
}

.headline-small {
  font-family: 'Playfair Display', serif;
  font-size:22px;
  font-weight: 400;
  font-style: italic;
  margin:0;
  margin-bottom:5px;
}


#intro .headline-small {
  display: inline;
  border-radius: 6px;
  padding: 5px 15px;
}

#intro .headline-small.serie1 {
  background: var(--main-color2);
  color: var(--white-color);
}

#intro .headline-small.serie2 {
  background: var(--main-color3);
  color: var(--white-color);
}

#intro .headline-small.serie3 {
  background: var(--main-color4);
  color: var(--white-color);
}

#intro .headline-small.serie4 {
  background: var(--main-color6);
  color: var(--white-color);
}

#intro.programa .headline-small {
  text-align: center;
  margin-bottom:0;
  font-size:22px;
}

#intro .intro-text img {
  width:150px;
  margin-top: 5px;
}

#intro.programa .intro-text img {
  width: 215px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {

  #intro .intro-text img {width: 190px;}

  #intro.programa h2 {line-height: 56px;}

  #intro.programa .intro-text img{margin-top: 20px;}

  #intro.programa .headline-small {margin-bottom: 15px;}
}

@media (min-width: 1600px) { 
  #intro .intro-text img {
    width: 250px;
    margin-top: 35px;
  }
}

#intro.programa .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.2s;
  background:transparent;
  border: 2px solid var(--main-color2);
  color: var(--main-color2);
  margin-top: 10px;
}

#intro.programa .btn-get-started span.sf-arrows:before {
  content: "\f107";
  position: relative;
  right: 15px;
  font-family: "Font Awesome 5 Free"!important;
  font-style: normal;
  font-weight: normal;
  left: -6px;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  color:var(--main-color2);
  -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

#intro.programa .btn-get-started:hover span.sf-arrows:before {color:var(--white-color);}

#intro.programa .btn-get-started:hover {
  background: var(--link-color-hover);
  color:var(--white-color);
  border: 2px solid var(--link-color-hover);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free"!important;
  font-style: normal;
  font-weight: 900;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: left;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 0 0 30px;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  width: 83%;
}

#header.header-fixed #nav-menu-container {margin:13px 10px;}

#nav-menu-container .menu-has-children h6 {
  font-family: 'Playfair Display', serif;
  padding: 10px; 
  font-weight: 700;
  color: var(--main-color2);
  /*border-bottom: 1px solid var(--main-color2);*/
  margin-bottom: 10px;
}

#nav-menu-container.serie2 .menu-has-children h6 {color:var(--secondary-color1);}

#nav-menu-container.serie3 .menu-has-children h6 {color:var(--main-color4);}

#nav-menu-container .menu-has-children .section-divider.serie1 {margin-bottom:0;}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: var(--link-color1);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu a:hover {color: var(--link-color-hover);}

/*Serie 2*/
.nav-menu.serie2 a {color:var(--secondary-color1);} 
.nav-menu.serie2 a:hover {color: var(--link-color-hover);}

/*Serie 3*/
.nav-menu.serie3 a {color:var(--main-color4);} 
.nav-menu.serie3 a:hover {color:var(--main-color4-over);}
.nav-menu.serie3 a:pressed {color:var(--main-color4-pressed);}

/*Serie 4*/
.nav-menu.serie4 a {color:var(--main-color6);} 


.nav-menu > li {
  margin-left: 10px;
}

.nav-menu.serie1 a,
.nav-menu.serie2 a,
.nav-menu.serie3 a,
.nav-menu.serie4 a {font-weight: 400;}

.nav-menu.serie2 .menu-has-children ul li a {font-weight: 400;}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: var(--main-color1);
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu.serie2 ul li a,
.nav-menu.serie3 ul li a,
.nav-menu.serie4 ul li a {
  color: var(--main-color1);
}

.nav-menu ul li:hover > a {
  color: var(--link-color-hover);
}

.nav-menu ul ul {
  margin: 0;
}

.nav-menu .ion-md-apps {
  font-size: 18px;
  margin-right: 5px;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {color: var(--main-color1);}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: var(--main-color2);
  opacity: 0.8;
  left: -85%;
  width: 85%;
  overflow-y: auto;
  transition: 0.4s;
  padding-right: 15px;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: var(--white-color);
  font-size: 14px;
  overflow: hidden;
  padding: 10px 22px 5px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 300;
}

#mobile-nav ul li a:hover {color: var(--main-color3);}

#mobile-nav ul li li {padding-left: 30px;}

#mobile-nav ul .menu-has-children h6{
  color:var(--white-color);
  margin: 15px 0 10px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: var(--white-color);
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/*Série 3*/

#mobile-nav.serie3 {background: var(--main-color4-pressed);}

#mobile-nav.serie3 ul .menu-has-children i.fa-chevron-up,
#mobile-nav.serie3 ul .menu-item-active,
#mobile-nav.serie3 ul li a:hover {color: var(--main-color4-over);}


/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.submenu-unidade {
  color: var(--main-color2) !important;
  text-transform: uppercase !important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

.section-header {margin-top: 25px}

.section-header .section-title {
  color: var(--main-color1);
  text-align: center;
  margin-bottom:15px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-divider {
  display:block;
  margin: 0;
  width:222px;
  height:21px;
}

.section-divider.middle {
  display:block;
  margin: 0 auto;
  margin-bottom: 30px;
  width:222px;
  height:21px;
}

.section-divider.serie1, .section-divider.serie1.middle {background: transparent url(../img/divide.png) no-repeat center 0;}
.section-divider.serie2, .section-divider.serie2.middle {background: transparent url(../img/serie2-divide.png) no-repeat center 0;}
.section-divider.serie3, .section-divider.serie3.middle {background: transparent url(../img/serie3-divide.png) no-repeat center 0;}
.section-divider.serie4, .section-divider.serie4.middle {background: transparent url(../img/serie4-divide.png) no-repeat center 0;}

.section-divider.mobile {background: transparent url(../img/divide-mobile.png) no-repeat center 0;}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-divider, .section-divider.middle  {width:150px;}
}

@media (max-width: 576px) {
  .section-divider.mobile {
    margin-bottom:15px;
    width:150px;
  }
}


/* Section with background
--------------------------------*/

.triangle {
  position: relative;
  overflow: hidden; 
}

.triangle::after {
    width: 120%;
    height: 200px;
    left: -10%;
    background: #fff;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    content: "";
    position: absolute;
    bottom: -151px; 
  }

.programa.triangle::after {bottom: -140px;}

  @media screen and (max-width: 960px) {
      .triangle:after {bottom: -150px;} 
  }

  @media screen and (max-width: 768px) {
      .triangle:after {bottom: -170px;}
      .programa.triangle:after {bottom: -170px;}
    }

.section-bg {background: var(--main-color5);}

.section-bg2 {
  background: transparent url("../img/bg2.png") repeat-y;
  background-size: cover;
}

.section-bg3 {background: var(--white-color);}

.legenda {
  font-size: 12px; 
  color: var(--main-color1);
}



/*Série 3*/

.serie3 #bloco4 .content i.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;
  color: var(--main-color4);
}

 .serie3 #bloco4 .content i.ion-ios-arrow-forward,
 .serie3 #bloco4 .content i.far {color: var(--main-color4);}


/*serie 3*/

.serie3 #bloco4 .content ul li {padding-bottom:0;}

#bloco4 .video-bg {margin-top:30px;}

.box-video {
  border: 2px solid #d1cac1;
  border-radius: 5px;
  background: #fff;
  padding: 12px;
  box-shadow: 6px 6px 6px rgb(0,0,0, 0.2);
}

/* Alinhamento das imagens
--------------------------------*/

/*.advanced-feature-img-right {
  padding: 60px 0 30px 30px;
}*/


.advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

.advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  .advanced-feature-img-right, .advanced-feature-img-left {
    max-width: 50%;
  }

  img.img-fluid {margin-bottom:20px;}
}

@media (max-width: 767px) {
  .advanced-feature-img-right, .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

.full-left-img {margin-left: -15px;}

.full-right-img {margin-right: -15px;}


/* Barra de Logos
--------------------------------*/

#barra-logos {
  background-image: url("../img/bg1.png");
  background-position: 0 -220px;
  background-size: cover;
}

#barra-logos.serie2 {background-image: url("../img/bg1-v2-serie2.png");}

#barra-logos.serie3 {background-image: url("../img/bg1-v2-serie3.png");}

#barra-logos.serie4 {background-image: url("../img/bg1-v2-serie4.png");}

#barra-logos.intro-text {
  background:transparent;
}

#barra-logos img {
  max-width: 225px;
  max-height: 100px;
}

#intro.programa #barra-logos img {
  max-width: 225px;
  max-height: 100px;
  margin:40px 15px 5px;
}

#intro.programa #barra-logos img.logo-uminho{
  max-height:150px;
  max-width: 120px;
}

@media (min-width: 768px) {
  #intro.programa #barra-logos img {float:right;}
  #intro.programa #barra-logos img.logo-uminho {float:left;}
}

@media (max-width: 767px) {

#barra-logos {background-position: 0 0px;}

  #barra-logos img {margin: 25px 0;}

  /*#intro.programa #barra-logos img.logo-uminho{
    left: 50%;
    position: relative;
    margin-left: -25%;
  }*/
}

/* Navegação entre aulas
--------------------------------*/
#nav-class {
  /*background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2));*/
  /*background-image: url("../img/bg1.png");*/ /* The image used */
  /*background-position: 0 -220px;
  background-size: cover;*/
  padding: 60px 0;
}

#nav-class .cta-title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 700;
}

#nav-class .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #nav-class .cta-btn-next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
    #nav-class .cta-btn-previous {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

#nav-class .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  background:transparent;
  border: 2px solid var(--main-color2);
  color: var(--main-color2);
}

#nav-class.serie2 .cta-btn {
  border: 2px solid var(--secondary-color1);
  color: var(--secondary-color1);
}

#nav-class.serie3 .cta-btn {
  border: 2px solid var(--main-color4);
  color: var(--main-color4);
}

#nav-class.serie4 .cta-btn {
  border: 2px solid var(--main-color6);
  color: var(--main-color6);
}

#nav-class .cta-btn:hover {
  background: var(--link-color-hover);
  color:var(--white-color);
  border: 2px solid var(--link-color-hover);
}

#nav-class.serie3 .cta-btn:hover {
  background: var(--main-color4-over);
  color:var(--white-color);
  border: 2px solid var(--main-color4-over);
}

@media (max-width: 768px) {
  #nav-class {
    background-position: 0 -3px;
    background-size: cover;
  }

}



/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: var(--main-color1);
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: var(--main-color1);
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Capa - Capítulos
--------------------------------*/

.capa-capitulos {
  /*background:#ff8831;*/
  background: linear-gradient(-90deg, rgba(254, 191, 0, 0.6), rgba(255, 136, 49, 0.8)), url("../img/capa-capitulo.png") fixed center center;
  padding: 15vh 0;
  background-size: cover;
}

.capa-capitulos h1,
.capa-capitulos h2,
.capa-capitulos h3, 
.capa-capitulos h4,  
.capa-capitulos h5,  
.capa-capitulos h6 {color:var(--white-color);}

.capa-capitulos .cta-title {
  color: var(--white-color);
  font-weight: 700;
}

.capa-capitulos .cta-text {
  color: var(--white-color);
}

.capa-capitulos span.tit1 {
  animation: showup 7s infinite;
}

.capa-capitulos span.tit1 {
  animation: showup 7s infinite;
}

.capa-capitulos span.tit2 {
  width:0px;
  animation: reveal 7s infinite;
}

.capa-capitulos span.tit2 span {
  margin-left:-355px;
  animation: slidein 7s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}

@media (min-width: 769px) {
  .capa-capitulos .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.capa-capitulos .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

.capa-capitulos .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}


/* Call To Action Section
--------------------------------*/
#call-to-action {
  /*background: linear-gradient(rgba(4, 41, 155, 0.65), rgba(0, 0, 0, 0.2)), url(../img/aula3/img1.png) fixed center center;*/
  background-size: cover;
  padding: 80px 0;
}

#call-to-action h3, #call-to-action h4,  #call-to-action h5,  #call-to-action h6 {color:var(--white-color);}

#call-to-action .cta-title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: var(--white-color);
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features h4, #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}


/*--------------------------------------------------------------
# Ordered List
--------------------------------------------------------------*/
ol li::before {
  content: "";
  color: var(--main-color3);
  font-weight: bold;
}

/*--------------------------------------------------------------
# Audio Player
--------------------------------------------------------------*/

.audio-player {
  border: 2px solid var(--main-color2);
  border-radius: 5px;
  padding: 10px;
}

audio {
  background-color: var(--main-color2);
  border: 2px solid #fff;
  border-radius: 5px;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}
