@font-face {
    font-family: 'Social-Circles';
    src: url("../font/Social-Circles.ttf.woff") format("woff"), url("../font/Social-Circles.ttf.svg#Social-Circles") format("svg"), url("../font/Social-Circles.ttf.eot"), url("../font/Social-Circles.ttf.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
  }

*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI';
}


.links{
    background:#000;
    
}
.links h2{
    color:#fff;
    margin:0;
}
.links .uk-button-primary{
 background:#fff;
 color:#000;
 margin: 10px;

}
.btn1{
    
    position: relative;
    background:green;
    width: 30px;
    height: 30px;
    display: block;

    color:#fff;
    border-radius: 50%;
    transform-origin: center;

}
.btn1 .texto{
    background: #fff;
    color:#000;
    padding: 10px;
    top:-120px;
    display:none;
}
.btn1:hover{
  




}.btn1:hover .texto{
    display: block;
}
.cadastro{
    display:flex;
    align-items: center;
    justify-content: center;
}
.cadastro .uk-input{
    border:2px solid #000;
    border-radius: 25px 0  0  25px;
    padding:10px 20px;
    height: unset!important;
    width: 70%;
}
.cadastro .uk-button-primary{
    background:#000;
    border-radius: 0 25px 25px  0;
    padding:4px 20px;
    color:#fff;
}
.uk-button-primary2{
    background:#000;
    border-radius: 25px 25px 25px  25px;
    padding:4px 20px;
    color:#fff;
}
.uk-button-primary2:hover{
    color:#000;
    background:#fff;
}


.alinha-centro {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    max-height: 668px;
}

.bloco-1 {
    background-color: #201f24;
    display: flex;
    padding: 100px 0;
    margin-bottom: 1px;
}
.bloco-1 h1 {
    color: #fff;
    font-size: 7rem;
    margin:0;
    line-height:.8em;
}
.bloco-1 h1 span{
    font-size:60%;
    display:block;
    margin:0;
    
}

.parte-imagem-bloco-1,
.parte-conteudo-bloco-1 {
    width: 50%;
}

.parte-imagem-bloco-1 {
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
}

.parte-conteudo-bloco-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.texto-um-parte-conteudo-bloco-1:last-child {
    margin-bottom: 0;
}

.texto-um-parte-conteudo-bloco-1,
.texto-dois-parte-conteudo-bloco-1 {
    color: #ffffff;
    font-size: 33px;
    font-weight: lighter;
    margin-bottom: 50px;
}

.texto-dois-parte-conteudo-bloco-1 {
    margin-top: 30px;
    letter-spacing: 20px;
}
.texto-tres-parte-conteudo-bloco-1 {
    margin-top: 0px;
    letter-spacing: 0;
    color: #ffffff;
    font-size: 33px;
    font-weight: lighter;
    margin-bottom: 50px;
}


.bloco-2 video,
.bloco-4 img,
.bloco-11 img {
    width: 100%;
}

.bloco-3,
.bloco-9,
.bloco-12 {
    padding: 50px 0;
}

.titulo-bloco-centro {
    color: #353535;
    font-size: 55px;
    text-align: center;
    margin-bottom: 20px;
}

.texto-bloco-centro {
    color: #353535;
    font-size: 43px;
    text-align: center;
}

.bloco-5 {
    width: 100%;
    display: inline-block;
    justify-content: space-around;
    padding: 50px 0;
}
.bloco-5 .blocos{
    padding: 50px 0;
}

.faq{
    background:#000;
    color:#fff;
}
.faq .titulo-bloco-centro{
    font-size: 4rem;
    color:#fff;
}
.faq .texto-bloco-centro{
    color:#fff;
    font-size: 1.4rem;
    margin-bottom: 40px;
}


.faq a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .faq .uk-accordion-title {
    display: block;
    font-family: Segoe-Bold, sans-serif;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    overflow: hidden;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;

  }
  .faq .uk-accordion-title h2{
    padding:0;
    margin:0;
    font-size: 1.25rem;
  }
  
  .faq .uk-accordion-content {
    margin-top: 15px;
    padding: 0 20px 30px 20px;
   
  }

.item-bloco-5 {
    border-right: 1px solid #353535;
}

.item-bloco-5:last-child {
    border-right: none
}

.texto-bloco-5 {
    color: #353535;
    font-size: 2.3rem;
    text-align: center;
    margin: 0;
    line-height: 1em;
}

.texto-bloco-5 span {
    font-size: 110px;
    line-height: 1.2em;
}

.bloco-6,
.bloco-7,
.bloco-8 {
    display: flex;
    justify-content: space-between;
}

.bloco-6{
    display: inline-block!important;
    background:#000;
    width: 100%;
}
.bloco-6 .title-bloco-content{
    color:#fff;
    line-height: 1em;
}
.bloco-6 p{
    padding: 20px;
}
.bloco-6 p:nth-child(2){
    color:#fff;
    font-size: 1.3rem;
    max-width: 80%;
    
}

.bloco-imagem-content{
    width: 50%;
}
.bloco-texto-content {
    width: 48%;
}

.bloco-imagem-content img {
    width: 100%;
    height: 100%;
}

.bloco-texto-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1%;
}

.title-bloco-content {
    color: #353535;
    font-size: 55px;
    margin-bottom: 30px;
}

.texto-bloco-content {
    color: #353535;
    font-size: 32px;
    margin-bottom: 30px;
}

.bloco-10 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.parte-imagem-bloco-10-1,
.parte-imagem-bloco-10-2 {
    width: 50%;
}
.parte-imagem-bloco-10-1 {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.parte-imagem-bloco-10-2 {
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
}

.bloco-13 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.bloco-13 img {
    width: 32%;
}

.bloco-14 {
    background-color: #201f24;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

.bloco-15 {
    padding: 35px 40px;
}

.bloco-15 p {
    color: #000000;
    font-size: 16px;
    margin: 0;
}

.bloco-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:40px 0;
}

.titulo-bloco-form {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.form-bloco-form {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.form-bloco-form input,
.form-bloco-form button {
    border: 1px solid #D3D3D3;
    outline: none;
}

.form-bloco-form input {
    border-radius: 15px 0 0 15px;
    padding: 10px;
    margin-right: -1px;
    width: 100%;
}

.form-bloco-form button {
    border-radius: 0 15px 15px 0;
    background-color: #D3D3D3;
    color: #ffffff;
    width: 80px;
    cursor: pointer;
}

.form-bloco-form button:hover {
    background-color: #0078D7;
    border: 1px solid #0078D7;
    transition: ease 0.5s;
}


footer {
    background: #000;
    padding: 40px 0;
  }
  
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  footer .social {
    font-family: 'Social-Circles', sans-serif;
    color: #fff;
    margin: 5% 0;
  }
  
  footer .social a {
    font-family: 'Social-Circles', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 3rem;
    padding: 5px;
    font-style: normal;
    font-weight: normal;
  }
  
  footer .social a:hover {
    color: #db6906;
  }
  
  footer .copy {
    padding: 0;
    margin-top: 10px;
  }
  
  footer .copy p {
    margin: 0;
    padding: 0;
    font-size: .81rem;
  }