* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  width: 100%;
}

nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

nav ul {
  float: right;
  margin-top: 2px;
  margin-bottom: -10px;
}

nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #f2f2f2;
  height: 50px;
  width: 50px;
  text-align: center;
}

nav ul li a {
  font-size: 30px;
  text-decoration: none;
  color: #9a9a9a;
  display: block;
  padding-top: 10px;
}

.btn-cor1{
	background: #cc3738;
	font-size: 17px;
	padding: 17px 30px;
	color:#fff;
}
.btn-cor1:hover{
  background: #af2b2c;
  color: #fff;
}

.btn-ghost{
  background: none;
  border: 4px #ccc solid;
  color:#333;
  font-size: 16px;
  font-weight:600;
  padding: 15px;
}

.btn-ghost:hover{
  background: #ccc;
}

.btn{
  cursor: pointer;
  -webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;

}

.logo h1{
  position: absolute;
  top: 0;
  left: 0;
}

.header-title .texto{
      padding-top: 5em;
}

.header-title .container{
  position: relative;
}

.header-title {
  width: 100%;
  min-height: 390px;
  background-image: url("../img/head-topob.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-title .title {
  padding-top: 75px;
}

.header-title h1,
.header-title h2,
.header-title h3 {
  text-align: center;
  margin-top: 20px;
  font-family: 'Lato';
  color: #fff!important;
}

.header-title h1 {
  font-size: 40px;
  letter-spacing: 1px;
}

.header-title h1 span{
  border-bottom: 4px #ab2f31 solid;
  font-style: italic;
}

.header-title h2 {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 10px;
}

.header-title h3 {
  font-size: 20px;
  letter-spacing: 1px;
}

.sobre-curso-block {
  padding-bottom: 20px;
  padding-top: 40px;
}

.sobre-curso .player-side {
  margin-bottom: 50px;
}

.sobre-curso header h2 {
  color: #666666;
  font-family: "Open Sans";
  font-weight: 600;
        position: relative;
      padding: 0 0 0 25px;
      font-size: 38px;
}

.sobre-curso header h2::before{
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 10px;
  background: #cc3738;
  top: 0;
}

.sobre-curso p {
  max-width: 670px;
  font-family: "Open Sans";
  font-size: 16px;
  color: rgba(112, 112, 112, 0.77);
  font-weight: normal;
  line-height: 31px;
}



.sobre-curso button span {
  padding-left: 40px;
}

.sobre-curso .txt-destaque1{
  font-weight: 600;
  color: rgba(177, 44, 45, 0.73);
  font-size: 21px;
}
.sobre-curso .txt-destaque2{
  font-weight: 700;
  color: #666666;
  font-size: 20px;
}
.btn-bottom{
  text-align: center;
}
.texto-des{
  background: #fbfbfb;
      padding: 20px;
      border-radius: 10px;
      margin: 29px 0;
}
.texto-des p{
  margin-bottom: 0;
  text-align: center;
}
.player-box {
  width: 100%;
  height: 241px;
  margin-top: 6em;
}
.txt-destaque2{
  text-align: center;
}
.player-box video{
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.27058823529411763);
}



.publico {
  background-color: #f3f3f3;
  padding: 60px 0px 60px 0px;

}

.publico h1 {
  font-family: "Open Sans";
  color: #666666;
  font-size: 30px;
  font-weight: 600;
}

.publico img {
  padding-top: 25px;
}

.publico p {
  font-family: "Open Sans";
  color: #838a97;
}

.col-md-3 {
  height: 15%;
}

.publico-carga {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 30px;
}

.obj-met {
  padding-top: 30px;
}
.programacao header{
  padding: 37px 0 19px;
  position: relative;
  border-bottom: 1px #ccc solid;
  margin-bottom: 28px;

}

.programacao header::before{
  content: "";
  position: absolute;
  left: 0;
  width: 150px;
  height: 5px;
  bottom: 0;
  background: #d13121;
}
.programacao h2 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 37px;
  color: #666666;
}

.programacao h3 {
  font-family: "Open Sans";
  font-size: 20px;
  letter-spacing: 5px;
  color: #666666;
  font-weight: 400;
}

.programacao .mod {
  margin-bottom: 40px;
}

.programacao .mod span {
  display: inline-block;
  background-color: #f3f3f3;
  font-size: 20px;
  font-family: "Open Sans";
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  margin-right: 20px;
  color: #666666;
}

.programacao .mod h2 {
  font-family: "Open Sans";
  font-size: 20px;
  color: #666666;
}

.programacao .mod ul {
  margin-left: 55px;
  margin-top: -14px;
}

.programacao .mod ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  font-family: "Open Sans";
  color: #959595;
  font-size: 17px;
}

.programacao .mod ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  top: 14px;
  left: 0;
  border-radius: 10px;
  background-color: #666666;
}
.programacao .btn-bottom{
  margin-bottom: 40px;
}
.curso-inclui{
  text-align: center;
  position: relative;
  padding: 50px;
}
.curso-inclui h2::before{
  content: "{";
  position: absolute;
  font-size: 88px;
  left: 0;
  color: #ccc;
  margin-left: auto;
  margin-right: auto;
}
.curso-inclui h2::after{
  content: "}";
      position: absolute;
      font-size: 88px;
      color: #ccc;
      right: 0;
      margin-left: auto;
      margin-right: auto;

}
.curso-inclui h2{
    position: relative;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Lato', sans-serif;

}
.curso-inclui p{
  font-size: 19px;
font-family: 'Lato', sans-serif;
padding: 0 294px;
color: #868686;
}






.nossas-turmas {
  background-color: #f3f3f3;
}

.nossas-turmas-header {
  margin-top: 50px;
  margin-bottom: 50px;
}

.nossas-turmas h2,
.nossas-turmas h3 {
  text-align: center;
  font-family: "Open Sans";
  color: #666666;
}

.nossas-turmas h2 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -2px;
}

.nossas-turmas h3 {
  margin-top: -5px;
  font-size: 20px;
  letter-spacing: 4px;
}

.nossas-turmas a{
  border: none;
    font-size: 29px;
    background-color: #cc3738;
    padding: 12px 30px;
    margin-top: 20px;
    font-family: 'Lato';
    color: #fff;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;

}
.nossas-turmas a i{
  color: #fff;
    font-size: 29px;
}
.nossas-turmas a:hover{
  background: #aa2c2d;
  color: #fff;
}

.carousel {
  padding-left: 170px;
  padding-right: 170px;
  margin-bottom: 50px;
}

.carousel h4 {
  text-transform: uppercase;
  color: #606060;
  font-family: "Montserrat";
  font-weight: 600;
}

.carousel i {
  font-size: 17px;
  color: #e23030;
  margin-right: 15px;
}

.carousel .carousel-bloco .carousel-header p {
  color: #9c9c9c;
  font-size: 17px;
  font-weight: 400;
}

.carousel-bloco {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(136, 136, 136, 0.3);
  align-content: center;
  padding: 20px;
}

.carousel .carousel-header {
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.carousel .turmas-conteudo .pData {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.carousel .turmas-conteudo h5 {
  font-size: 18px;
  color: #292929;
}

.carousel .turmas-conteudo h6 {
  font-size: 20px;
  color: #8b8b8b;
}

.carousel .turmas-conteudo .datas-preco {
  padding: 10px;
}

.carousel .turmas-conteudo .buttom-inscrever {
  background-color: #18be85;
  color: #ffffff;
}

.carousel .turmas-conteudo .buttom-inscrever p {
  font-family: "Lato";
  font-size: 23px;
  padding: 15px 0px 15px 45px;
  font-weight: 900;
  letter-spacing: 2px;
}


footer {
  background-color: #4a4a4a;
}

footer .logos {
  padding-bottom: 30px;
}

footer .logo-esq {
  text-align: center;
  margin: 0 auto;
}

footer .logo-centro {
  text-align: center;
  margin-top: 5px;
}

footer .logo-dir {
  float: right;
  margin-top: 5px;
}

footer .info {
  margin-left: 20px;
      padding-top: 17px;
      border-top: 1px solid rgba(255, 255, 255, 0.26);
}

footer .info p {
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
  font-family: "Lato";
  letter-spacing: 1px;
}
.info-by p{
    color: rgba(109, 137, 151, 0.47);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    font-size: 12px;
    padding: 22px 33px 22px;
    margin-bottom: 0;

}

.bynerit{
  background: url(../img/bynerit.png) no-repeat;
  width: 56px;
  height: 21px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  right: 60px;
  bottom: 20px;
  opacity: .4;
}

.info-by{
		background: #f3f3f3;
		margin-top: 20px;
		position: relative;
	}

/*responsive*/

@media (max-width: 1200px) {
.carousel{
  padding-left: 70px;
    padding-right: 70px;
}
}

@media (max-width: 1024px) {
  .logo h1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .curso-inclui p{
    padding: 0 73px;
  }

}

@media (max-width: 991px) {
.sobre-curso-block img{
  margin: 0 auto;
  padding: 20px;
}
.sobre-curso-block .btn{
  display: block;
}
.obj-met{
  text-align: center;
}
.publico .publico-carga{
  text-align: center;
}
.programacao header{
  text-align: center;
}
.player-box{
  height: auto;
}
.btn-bottom{
      margin-top: 44px;
}
.header-title h1 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 21px;
}
.btn-bottom a{
  margin-bottom: 10px;
}
.carousel-bloco{
  margin-bottom: 20px;
}

.player-box{
  margin: 0;
}

}

@media (max-width: 768px) {

  nav .col-sm-4{
    text-align: center;
  }
  .carousel{
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-title h1, .header-title h2, .header-title h3{
    margin-top: 0;
  }
.medias{
  display: none;
}
}
