/*!
 * Start Bootstrap - Landing Page v5.0.2 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family:Roboto;
  font-size: 17px;
  line-height: 1.8;
  background-color:#ffe38c;

}


.h3, h3 {
font-size: 1.5rem;
}
a{
	margin: 22px auto;
	font-weight:bold;
	text-decoration:underline;
	
}
p{
	margin:auto;
    text-align: justify;
}



.borda{
    border: 2px solid #fff;
    border-radius: 20px;
	margin-top: 50px;
}

.top{
	background-color:#ffffff;
	margin: auto;
    margin-bottom: 40px;
	margin-top: -20px;
    border-radius: 20px;
	box-shadow: 15px 10px 0px rgba(210, 150, 17, 0.25);
}
.video{
	background-color:#ffffff;
	margin: auto;
	width: 500px;
    height: 340px;
    margin-bottom: 40px;
    border-radius: 5px;
	box-shadow: 15px 10px 0px rgba(210, 150, 17, 0.25);
}
iframe{
	border-radius: 5px;
	width: 100%;
    height: 100%;

}

.box{
	background-color: #ffffff;
	border-radius:20px;
	margin-bottom: 30px;
    max-width: 100%;
    padding: 6px 30px;
	box-shadow: 15px 10px 0px rgba(210, 150, 17, 0.25);
}
.box-tema .texto {
	padding: 10px 30px;

}

.site img{max-width:30%;}

.site{
	margin:20px auto;
	text-align: center!important;
	
}


@media (max-width: 760px) {
	.site img{max-width:50%;}
	iframe{
	border-radius: 5px;
	width: 100%;
    height: 100%;
	}
	.video{
	width: 500px;
    height: 240px;

	}

}

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



@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
	padding-top: 100px;
}
.features-icons p{
  margin-bottom:40px !important;
}

.features-icons .features-icons-item {
  max-width: 20rem;
  margin-bottom:0px !important;
}
.baixo{
	padding-bottom:80px;
}

.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;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.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: 100px;
	padding-bottom: 80px;
}


.topo {
    width: 100%;
	margin:auto;

}

.destaque h1{
	margin-bottom:30px;
}



.avaliacoes h1{
	margin-bottom: 65px;
}
.navbar-brand {
    margin-right: auto;
}