/*
Theme Name: Portal Algar
Description: Tema destinado Algar
Version: 1.0
*/
body {
  overflow-x:hidden;
}

header {
  font-family: 'Montserrat', sans-serif;
  background: url('../img/page-treineiro/bg-01.jpg');
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10rem;
}
header#principal-lp-treineiro .titulo-lp-treineiro{
  background: #260b80;
  margin-top: 5rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0 10px 5px 0;
  z-index: 2;
  position: relative;
}
header#principal-lp-treineiro .titulo-lp-treineiro h1{
  color: #36ff00;
  font-weight: 900;
  font-size: 3rem;
  padding: 2rem 2rem 0 2rem;
}
header#principal-lp-treineiro .conteudo-lp-treineiro {
  background-color: #ff006c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  margin-left: -10px;
}
header#principal-lp-treineiro .conteudo-lp-treineiro  p{
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 2rem 3rem;
}
header#principal-lp-treineiro .img-destaque-treineiro{
  position: relative;
  margin-left: -40px;
  z-index: 1;
  margin-bottom: -30px;
}

section {
  padding-top: 10rem;
  padding: 5rem 0;
}

section#conteudo-estudos{
  background: #280d81;
}
section#conteudo-estudos .texto-conhecimentos h3{
  color: #1efd00;
}
section#conteudo-estudos .texto-conhecimentos p{
  color: #fff;
}
.carousel-control-prev {
    left: -40px;
}
.carousel-control-next {
    right: -77px;
}

section#teste-conhecimentos{
  background: url('../img/page-treineiro/bg-02.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding: 3rem 0 0 0;
}

section#teste-conhecimentos .texto-teste-conhecimentos{
  background-color: #fff;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 0 0 2rem 0;
}
section#teste-conhecimentos .texto-teste-conhecimentos h1{
  color: #260b80;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
section#teste-conhecimentos .texto-teste-conhecimentos p{
  margin: 0;
  padding: 0;
  color: #260b80;
  font-family: 'Montserrat', sans-serif;
}
section#teste-conhecimentos .texto-teste-conhecimentos .btn-teste .btn-teste-enem{
  border: unset;
  text-shadow: 0 -1px 0 rgb(159 14 79 / 75%);
  -webkit-box-shadow: 0 6px 1px rgb(159 14 79 / 75%);
  -moz-box-shadow: 0 6px 1px rgba(159 14 79, .75);
  box-shadow: 0 6px 1px rgb(159 14 79 / 75%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ff0072;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
section#teste-conhecimentos .texto-teste-conhecimentos .btn-teste .btn-teste-vestibular{
  border: unset;
  text-shadow: 0 -1px 0 rgb(7 112 147 / 75%);
  -webkit-box-shadow: 0 6px 1px rgb(7 112 147 / 75%);
  -moz-box-shadow: 0 6px 1px rgba(7 112 147  .75);
  box-shadow: 0 6px 1px rgb(7 112 147 / 75%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #00c0ff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

footer {
  width: 100%;
  font-size: 15px;
  color: #fff;
  background: #001e47;
}

footer div.container-fluid div.container h4 {
  font-weight: bold;
}

footer div.container-fluid div.container ul.nav li.nav-item a.nav-link {
  color: #fff;
  padding: 0;
}

.fone-vendas a {
    padding: 5px 4px;
}

/* media queries */
@media (max-width: 768px) {
  header {
    padding-top: 5rem;
  }
  header#principal-lp-treineiro .img-destaque-treineiro{
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .carousel-control-prev {
    left: 0px;
  }
  .carousel-control-next {
      right: 0px;
  }
}