/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.navbar-brand {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size:1em;
}

.nome {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.descricao {
  font-size: .3em;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}

button.btn.btn-link {
    color: #202c4e;
}

.capabio {

  margin-top:-5em;
  margin-bottom: 2em;
}

.legendabio {
  font-size: .8em;
  position: relative;
  color: #eee;
  background-color: #5a5a5a;
  border-radius: 35px;
  padding: .5em;
  margin-top:-5em;
  max-width:100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 45%;
}

.bio > p {margin-bottom: 0;}

.fotobio .img-fluid.rounded-circle.mb-3 {
    width: 250px;
}

.container-conteudo-curso {
  text-align: center;
  margin-bottom: 4em;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: linear-gradient(90deg, rgba(32,44,78,0.9) 0%, rgba(32,44,78,0.9) 100%), url("https://www.parentoni.com/home/wp-content/uploads/2020/07/biblioteca.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    font-size:1em;
    padding: 7rem;
  }
  .navbar-brand {font-size:.8em;}
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons-1 {
  padding: 4em;
  background:#202c4e ;
  color: #ffffff;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.infoprograma {

margin-top: 2em;
margin-bottom: 2em;

}

img.logo {
  width:200px;
}

.testimonials {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: linear-gradient(90deg, rgba(32,44,78,0.9) 0%, rgba(32,44,78,0.9) 100%),url("https://www.parentoni.com/home/wp-content/uploads/2020/07/Entrada.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

a {
    color: #202c4e;
    text-decoration: none;
    background-color: transparent;
}


/*ajustes*/

.btn-success { background-color: #25D366; border: none;}

.texto-destaque.container {
    padding: 5em 1em 5em 1em;
}

.texto-destaque {
    padding: 2.5em 1m 2.5em 1em;
}

.icone {margin-bottom: 1em;}

section.conteudo-curso {
  padding: 4em 0 4em 0;
}

.container-conteudo-curso {
  margin:auto;
  max-width:90%;
}

.modulo{
    background: #f2f2f2;
    border-radius: 5px;
    padding: 1em;
    list-style-type: none;
    margin-top: 1em;
}

li {
  list-style-type: none;
} 

ul.modulos {
  padding: 1em;
}