/*!
 * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
nav{
    background: #ffc100;
    border-bottom: 3px solid rgba(0,0,0,.1)
}
.navbar-brand img{
    width: 13%!important;
}
.nav-link{
    color: #242424;
}
.btn-chamada{
    width: 40%;
    margin: 5% 30%;
}

#sidebar-wrapper {
    position: fixed;
    z-index: 999;
    right: 0;
    width: 450px;
    height: 100%;
    transition: all 0.4s ease 0s;
    transform: translateX(100%);
    background: #FFf;
    border-left: 3px solid rgba(0, 0, 0, .5);
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 450px;
    margin: 0;
    padding: 10%;
    list-style: none;
    padding-top: 15%;
}
.sidebar-nav li{
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.sidebar-nav li a{
    color: #242424;
    line-height: 2.5;
    font-size: 1.05em;
    font-weight: bold;
    
}
#sidebar-wrapper.active {
    right: 450px;
    width: 450px;
    transition: all 0.4s ease 0s;
}
.menu-toggle {
    position: fixed;
    right: -5px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #000;
    line-height: 50px;
    z-index: 9999;
    padding-right: 55px;
    padding-left: 25px;
    border-bottom-left-radius: 25px!important;
    border-top-left-radius: 25px!important;
}

@media(max-width: 500px){
    #sidebar-wrapper {
        width: 75%;
        transform: translateX(100%);
    }
    .sidebar-nav {
        width: 75%;
        padding: 20% 5%
    }
    #sidebar-wrapper.active {
        right: 75%;
        width: 75%;
    }
}

header.masthead {
  position: relative;
  background: url("../img/back.png") no-repeat top center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  height: 100vh;
}

header.masthead .overlay {
  position: absolute;
  background-color: rgba(0,0,0,.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000
}
header.masthead p {
  font-size: 1.7rem;
  text-shadow: 1px 1px 2px #fff;
  color: #242424;
    margin-bottom: 5%;
    font-weight: 600;
}
header.masthead a{
    width: 50%;
}

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

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



.google{
    padding: 5% 0 3%
}
.google h2{
    font-size: 2.3em;
}
.google p{
    font-size: 1.2em;
    margin-bottom: 5%;
}
.google a{
    width: 60%;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
    padding: 5% 0 3%
}
#services .chamada a{
    width: 40%;
    padding: 1% 0;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0 auto;
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
  margin-bottom: 10%;
}
.services .row div:nth-of-type(5){
    margin: auto;
}
.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

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

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}
@media(max-width: 768px){
    #services .chamada a{
        width: 70%;
    }
}
@media(max-width: 500px){
    .services .icon-box{
        margin-bottom: 0%;
    }
    #services .chamada a{
        width: 90%;
        font-size: 1em!important;
        padding: 3% 0
    }
}
@media(max-width: 350px){
    #services .chamada a{
        font-size: .8em!important;
    }
}



.tab{
    padding: 5% 0 0%;
}
.tab ul{
    display: block;
    margin: 0;
    padding: 0;
}
.tab input{
    display: none;
}
.tab label{
    background: rgba(255,196,0,.3);
    border: 2px solid #ffc400;
    border-radius: 5px;
    padding: 2% 3%;
    width: 100%;
    font-size: 1.1em;
    cursor: pointer;
}
.tab .item-c{
    display: none;
}
.tab .item-c:nth-child(1){
    display: block;
}


.blocos{
    font-family: 'Poppins', sans-serif;
    padding: 3% 0;
}
.blocos h3{
    color: #242424;
    margin-bottom: 5%;
}
.blocos-todos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.blocos-item{
    padding: 10% 10% 5%;
    width: 96%;
    margin: 0 2%;
    border-radius: 10px;
    border: 1px solid #ffc400;
}
.blocos-item i{
    color: #ffc400;
    font-size: 2.5em;
    margin-bottom: 8%;
}
.blocos-item h3{
    color: #242424;
    font-size: 1.2em;
    margin-bottom: 4%;
}
.blocos-item p{
    color: #242424;
    font-size: .85em;
}


@media(max-width: 500px){
    .blocos-todos{
        display: block;
    }
    .blocos-item{
        width: 70%;
        margin: 0 15% 5%;
    }
    .blocos .text-center{
        margin-bottom: 8%;
    }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffc100!important;
}
.features-icons h2{
    
}
.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;
}

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

.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: #ffc100;
  /* background: url("../img/back-amarelo.jpg") no-repeat center center; */
  background-size: 100% 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: rgba(0,0,0,.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}


.quem{
    padding: 5% 0 2%;
    background: #ffc100!important
}
.quem ul{
    
}
.quem ul li{
    font-size: 1.15em;
    margin-bottom: 2%;
}



.comunidades{
    padding: 5% 0 2%;
}
.comunidades p{
    font-size: 1.3em;
    text-align: center;
    width: 80%;
    margin: 0 10%;
}


.canal{
    padding: 5% 0 3%;
    background-image: url(../img/base.png)
}
.canal .canal-videos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.canal .canal-videos div{
    width: 90%;
    margin: 0 5%;
}


@media(max-width: 768px){
    .canal .canal-videos{
    display: grid;
    grid-template-columns: 1fr;
    }
    .canal .canal-videos div{
    width: 90%;
    margin: 0 5% 5%;
    }
}



.sociais{
    display: flex;
    justify-content: space-around;
    margin-top: 3%;
}
.sociais a{
    font-size: 3em;
}
.sociais a:hover{
    text-decoration: none;
}
.sociais a:nth-of-type(1){
    color: #F00
}
.sociais a:nth-of-type(2){
    color: #0088cc;
}
.sociais a:nth-of-type(3){
    color: #c13584;
}
.sociais a:nth-of-type(4){
    color: #3b5998;
}
.sociais a h6{
    color: #242424;
    font-size: .5em;
}


@media(max-width: 768px){
    .sociais a i{
        font-size: .9em;
    }
    .sociais a h6{
        color: #242424;
        font-size: .4em;
    }
}




footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer-div div:nth-of-type(1) {
    text-align: left
}

.footer-div div:nth-of-type(2) {
    padding: 3% 0;
}

.footer-div div:nth-of-type(3) {
    font-size: 1.2em;
    text-decoration: underline;
}

.footer-div div:nth-of-type(3) a {
    color: #343a40;
}

footer ul {
    list-style: none;
    text-align: center;
}

.footer-div {
    display: flex;
    justify-content: space-between;
}

.footer-sociais {}

.footer-sociais ul {}

.footer-sociais ul li {
    padding: 0 2%;
}

.footer-sociais ul li a {}

.footer-div div:nth-of-type(2) ul li a {
    font-size: 1.2em;
    color: #343a40;
}

@media(max-width: 768px){
    footer .footer-div {
        float: left;
        width: 100%;
        display: block !important;
    }

    footer .footer-div div:nth-of-type(2) ul {
        text-align: center;
        padding: 0 !important;
        margin: 0 !important
    }
}


@media(max-width: 768px){
    .btn{
        width: 70%!important;
        margin: 10% 15% 10%!important;
    }
    section{
        padding: 15% 0!important
    }
    section h2{
        padding: 0 10%;
    }
}
