/*
Theme Name: Bornholdt by Webiq
Author: Webiq
Author URI: https://webiq.com.br/
Version: 1.0
Description: Tema criado pela Webiq, com admin completo. Dúvidas e manutenções, entrar em contato por email <a href="mailto:contato@webiq.com.br" target="_blank">contato@webiq.com.br</a> ou telefone/WhatsApp <a href="https://api.whatsapp.com/send?phone=554732036158" target="_blank">+55 (47) 3202-6158</a>. 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&display=swap');

html.wf-active { margin-top: 0 !important; }

.ebooks img { max-width: 100%; }
.ebooks h2 { font-size: 24px !important; text-align: left; }
.ebooks .bt-default { border-radius: 50px; border: 1px solid transparent; font-size: 16px;
    padding: 0.5rem 20px; text-align: center; background: var(--color-secundary); color: var(--light);
    text-transform: uppercase; transition: all .3s ease-in-out; margin-top: 18px; display: inline-block; text-decoration: none; }

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body{ background: var(--color-primary);}

:root {
    --color-primary: #114971;
    --color-secundary: #BABAB6;
    --light: #ffffff;
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 


/* ----- Menu Mobile----- */

.menu-mobile { 
    background: var(--color-primary); 
    padding: 30px 50px; 
    width: 100%; 
    text-align: center; 
    position: fixed; 
    height: 100vh; 
    z-index: 120;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    display: none;
}
.menu-mobile .container { height: 100%; display: flex; }
.menu-mobile form { position: relative; margin-bottom: 30px; }
.menu-mobile form input { 
    border: 2px solid #fff; 
    border-radius: 30px; 
    height: 40px;
    background: none;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}
.menu-mobile form input::placeholder { color: #fff; }
.menu-mobile form button {
    border: none;
    background: none;
    position: absolute;
    top: 7px;
    right: 20px;
}
.menu-mobile form button svg circle, .menu-mobile form button svg line { stroke: #fff; }
.menu-logo { max-width: 80%; height: auto; margin: 0 auto; margin-bottom: 30px; }

.menu-list { text-align: center; margin-bottom: 30px; }
.menu-list li {
    display: block;
    margin-bottom: 10px;
}
.menu-list a {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
}

.link-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #204366;
    border-radius: 30px;
    margin: 0 5px;
    line-height: 50px;
    font-size: 24px;
}

.menu-lang { margin-bottom: 30px; text-transform: uppercase; color: #ccc; font-size: 12px; }
.menu-lang svg { transform: translateY(0); }

.menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.menu-close svg line { stroke: #fff; }

.interna h1 {
    font-size: 28px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.interna h1 span {
    display: block;
    font-size: 24px;
    color: #fff;
}
.interna-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.box-atuacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 65px;
}
.box-atuacao + .box-atuacao { margin-top: 20px; }
.box-atuacao:last-child { border: none; padding: 0; }
.box-atuacao h4 {
    color: #ccc;
    font-size: 20px;
    font-weight: 300;   
    margin-bottom: 10px;
}
.box-atuacao p {
    font-size: 14px;
    line-height: 16px;
    color: #204366;
}

.box-atuacao a:hover {
    text-decoration: none;
}

.title {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.3rem;
  }

  .title h4 {
    font-size: 2.2rem;
    color: var(--light);
    line-height: 2.7rem;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-left: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  footer{
    background: var(--light);
    padding: 4rem 2rem;
    border-radius: 2rem 2rem 0 0;
    margin-top: 3rem;
  }

  .localizacao-telefone {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 4rem;
  }

  .telefone {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .telefone svg { margin-top: -1.5rem;}

  .telefone div { margin-left: 1.1rem;}

  div .telefone-title {
    font-size: 1.8rem;
    color: var(--color-primary);
    line-height: 2.2rem;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
  }

  .sub-title { 
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.9rem;
    color: var(--color-primary);
  }

  .localizacao { margin-left: 2rem;}

  .localizacao p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 1.6rem;
    color: var(--color-primary);
  }

  .certificados { 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .certificados-img { width: 20%;}

  .alemanha-img { width: 50px;}

  .certificados p {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: var(--color-primary);
    line-height: 1.5rem;
  }

  .redes-sociais {
    padding: 4rem 0;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
  }

  .redes-sociais img { margin: 0 0.7rem;}

  .copyright { text-align: center;}

  .copyright p {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.9rem;
    color: var(--color-secundary);
  }

  .copyright a {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.9rem;
    color: var(--color-secundary);
    text-decoration: underline;
    transition: all .3s ease-in-out;
  }

  .copyright a:hover { color: var(--color-primary);}



header {
    padding: 3rem 0;
    position: relative;
    text-align: center;
    z-index: 100;
}

header img { max-width: 100%; }

header ul {
    list-style: none;
    text-align: right;
}

header ul ul {
    list-style: none;
    text-align: left;
}

header ul li {
    padding: 0 1rem;
    position: relative;
    display: inline-block;
}

header ul li a {
    font-size: 1.6rem;
    color: var(--light);
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

header ul li a:hover {
    color: var(--light);
}

.mobile-icon {
    position: absolute;
    top: 35px;
    right: 10px;
    z-index: 100;
}

header ul li:hover .list-dropdown {
    display: block;
}

.list-dropdown {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 320px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    margin: 0;
    display: none;
}

.list-dropdown li {
    list-style: none;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.list-dropdown li:last-child { border: 0; }

.list-dropdown li a {
    display: block;
    color: #ACACAC;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    position: relative;
    padding-left: 50px;
    padding: 5px 50px;
}

.list-dropdown li a:hover {
    color: #000;
}

.list-dropdown li a img {
    position: absolute;
    max-width: 40px;
    max-height: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu { display: none;}

.content {
    padding: 3rem 0;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}

h2 span {
    display: block;
    font-size: 28px;
    color: #fff;
}

.area-white {
    border: 1px solid transparent;
    border-radius: 15px;
    background: var(--light);
    padding: 4rem 0 ;
}

.artigo { 
    display: flex;
    margin-bottom: 4rem;
}

.artigo-imagem {
    width: 100%;
}

.artigo-imagem img {
    border-radius: 15px;
    margin-left: -10px;
    width: 100%;
}

.artigos-text {
    text-align: left;
    padding: 0 3rem;
}

.artigo-title {
    text-align: left;
}

p.data-artigo {
    font-size: 1.2rem;
    color: var(--color-secundary);
    line-height: 1.5rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

p.artigo-title {
    color: var(--color-primary);
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
} 

.article-button {
    margin-top: 3rem;
}

.button-primary {
    font-size: 1.8rem;
    color: var(--light);
    background: var(--color-primary);
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 1rem 7.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    transition: all .3s ease-in-out;
}

.button-primary:hover {
    text-decoration: none;
    opacity: 0.8;
    color: var(--light);
}

.area-atuacao {
    padding: 3rem 0;
}

.area-atuacao .icone {
    height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.area-atuacao .icone img {
    max-height: 90%;
}

.area-white.atuacao {
    height: 16.7rem;
    padding: 2rem;
}

.atuacao {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.atuacao svg {
    margin-bottom: 1.4rem;
    min-width: 40px;
}

.atuacao p, .atuacao a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7rem;
    font-family: 'Lato', sans-serif;
    color: var(--color-secundary);
    text-align: left;
    text-decoration: none;
}

.equipe {
    padding: 3rem 0;
}

.equipe h2 {
    font-size: 3.3rem;
    font-weight: 700;
    color: var(--color-secundary);
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}

.equipe-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9rem;
    color: var(--light);
    padding-top: 3rem;
    font-family: 'Lato', sans-serif;
    display: block;
}

.equipe-img {
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 1.5rem;
    height: 16.2rem
}

.equipe-img img {
    transition: transform .5s; /* Animation */
    width: 100%;
    object-fit: cover;
}


.equipe a:hover .equipe-img {
    transition: transform .5s; /* Animation */
    transform: scale(1.1);
}



.equipe-name {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9rem;
    color: var(--light);
    font-family: 'Lato', sans-serif;
    display: block;
}

.equipe a:hover {
    text-decoration: none;
}

.box-article {
    display: flex;
    justify-content: row;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.box-article + .box-article { margin-top: 20px; }
.box-article:last-child { border: none; padding: 0; }
.article-image {
    width: 160px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(134, 99, 99, 0.3);
    object-fit: cover;
    margin-left: -40px;
}
.article-image img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-infos {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
}
.article-infos svg polyline { stroke: #ccc; }

.article-infos a {
    text-align: left;
}

.article-title {
    color: #204366;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}
.article-date {
    color: #ccc;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.article a:hover , .slider-default a:hover{
    text-decoration: none;
}

.icon {
    margin: auto;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    margin-top: -60px;
}

.icon img {
    width: 60%;
    max-height: 60%;
}

.interna {
    overflow: hidden;
}

.interna-box h2 {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.interna h1 {
    font-size: 28px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.interna h1 span {
    display: block;
    font-size: 24px;
    color: #fff;
}
.interna-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

.interna-box p {
    font-size: 1.6rem;
    color: var(--color-primary);
    line-height: 1.9rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 1rem;
}

.sobre {
    position: relative;
    margin-top: -10rem;
}

.sobre::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: var(--light);
    top: calc( 100% - 1px);
    left: 0;
    border-radius: 0 0 20px 20px;
}

.sobre-title { text-align: center;}

.sobre-title h3 {
    font-size: 2.8rem;
    color: var(--color-secundary);
    line-height: 3.4rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin-bottom: 3rem;
}

.sobre-description { 
    height: 30rem;
    overflow: hidden;
}

.sobre-description p {
    font-size: 1.6rem;
    color: var(--color-primary);
    line-height: 1.9rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 1rem;
}

.veja-mais {
    position: absolute;
    padding: 5rem 3rem 3rem;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
}

.veja-mais a {
    font-size: 1.8rem;
    color: var(--color-secundary);
    line-height: 2.2rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.veja-mais a svg {
    transform: rotate(270deg);
    margin-right: 1.5rem;
}

.slider-office { margin-bottom: 3rem;}

/* .slider-office div {
    display: flex;
    justify-content: center;
} */

.office-img {
    width: 13.9rem;
    height: 15.4rem;
}

.office-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.sobre-description.responsabilidade { height: auto;}

.match-toggle {
    border-bottom: 1px solid var(--color-secundary);
}
.interna-box .match-toogle:last-child { border: none;}

.match-toggle.active .toggle-body { display: block; }

.match-toggle.active .toggle-header svg { transform: rotate(90deg); }

.toggle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.3rem 0;
    cursor: pointer;
}

.toggle-header div {
    display: flex;
    align-items: center;
}

.toggle-header div img {
    width: 80px;
}

.toggle-header div p {
    font-size: 1.6rem;
    color: var(--color-primary);
    line-height: 1.9rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin-left: 1.6rem;
}

.toggle-header svg { transform: rotate(270deg);}

.toggle-body { padding: 10px; display: none; }

ul.list-match.list-mini { margin: 0;}

.list-match.list-mini p {
    color: var(--color-primary);
    font-size: 16px;
    line-height: 19px;
}

.list-match.list-mini a {
    color: var(--color-secundary);
    font-size: 16px;
    line-height: 19px;
}

.objetivos h3 { margin-bottom: 1.3rem;}

.objetivos .sobre-description { height: auto;}



.interna-box { margin-bottom: 3rem;}

.equipe-interna {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -55px;
}

.img-equipe {
    width: 9.6rem;
    height: 10.8rem;
}

.equipe-interna p {
    font-size: 2.2rem;
    line-height: 2.7rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin-top: 3rem;
    color: var(--color-secundary);
}

.img-equipe img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.redes-sociais.equipe-internas a {
    text-align: center;
}

.redes-sociais.equipe-internas {
    padding: 1rem 0 3.3rem;
    border-bottom: 1px solid var(--color-secundary);
}

.redes-sociais.equipe-internas img {
    margin: 0;
    width: 75%;
}

.equipe-informacoes {
    padding: 3.3rem 0;
}

.equipe-informacoes ul { list-style: none; margin-bottom: 2rem;}

.equipe-informacoes ul li {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: var(--color-primary);
}

.equipe-informacoes p {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: var(--color-primary);
}

.livros-publicados {
    display: flex;
    align-items: center;
}

.livros-publicados span {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: var(--color-secundary);
    margin-left: 1rem;
}

.livros { padding: 2rem 0 0 3.5rem;}

.livros p {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: var(--color-primary);
}

.equipe { overflow: hidden; }

.area-atuacao { overflow: hidden; }
.slider-default .slick-slide { margin-right: 20px; }
.slider-atuacao .slick-slide { margin-right: 20px; }
.slider-default .slick-list { overflow: visible; }
.slider-atuacao .slick-list { overflow: visible; }

.newsletter {
    padding: 3rem 0;
}

.title {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.3rem;
}

.title h4 {
    font-size: 2.2rem;
    color: var(--light);
    line-height: 2.7rem;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-left: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.form-newsletter input {
    width: 100%;
    padding: 0.5rem 3rem;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border: 2px solid var(--light);
    border-radius: 50px;
    background: transparent;
    margin-bottom: 1rem;
    color: var(--light);
}

.form-newsletter label {
    color: #fff;
}

/* .form-newsletter input::placeholder {
    color: var(--color-secundary);
} */

.form-newsletter input::placeholder { color: #fff; }

.form-contact input {
    width: 100%;
    padding: 0.5rem 3rem;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border: 2px solid #ccc;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    background: transparent;
    margin-bottom: 3rem;
    color: #555;
}

.form-contact textarea {
    width: 100%;
    padding: 3rem;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border: 2px solid #ccc;
    border-radius: 20px;
    background: transparent;
    margin-bottom: 3rem;
    color: #555;
}

.form-contact button {
    width: 100%;
    border-radius: 50px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    text-align: center;
    background: var(--color-primary);
    color: var(--light);
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    height: 60px;
    line-height: 60px;
}

.direito-escolha {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    border-bottom: 2px solid var(--color-secundary);
}

.direito-escolha div label {
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: var(--light);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.aceitar-termos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem;
}

.aceitar-termos input { 
    width: auto; 
    margin-bottom: 0;
    margin-right: 15px;
    transform: translateY(3px);
}

.aceitar-termos label { 
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: var(--light);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.aceitar-termos label a {
    color: #fff;
    text-decoration: underline;
}

.aceitar-termos label span {
    display: inline-block;
    /* text-decoration: underline; */
}

.button-secundary {
    width: 100%;
    border-radius: 50px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    padding: 0.5rem 0;
    text-align: center;
    background: var(--color-secundary);
    color: var(--light);
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.box-team {
    display: flex;
    justify-content: row;
    align-items: center;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
.box-team + .box-team { margin-top: 20px; }
.box-team:last-child { border: none; padding: 0; }
.team-image {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    object-fit: cover;
}
.team-image img { width: 100%; }
.team-infos {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}
.team-infos svg polyline { stroke: #ccc; }

.team-name {
    color: #ccc;
    font-size: 18px;
    line-height: 22px;
}

.button-secundary:hover {
    opacity: 0.8;
    color: var(--color-primary);
}

.form-artigos { position: relative; margin-bottom: 10px; }
    .form-artigos input { 
        border: 2px solid #fff; 
        border-radius: 30px; 
        height: 40px;
        background: none;
        padding: 0 20px;
        font-size: 14px;
        color: #fff;
        width: 100%;
    }
    select.select-artigos { 
        border: 2px solid #fff; 
        border-radius: 30px; 
        height: 40px;
        background: url(images/down-arrow-white.svg) center right 20px no-repeat;
        padding: 0 20px;
        font-size: 14px;
        color: #fff;
        width: 100%;
        margin-bottom: 30px;
        appearance: none;
        position: relative;
    }

    .form-artigos input::placeholder { color: #fff; }
    .form-artigos button {
        border: none;
        background: none;
        position: absolute;
        top: 7px;
        right: 20px;
    }
    .form-artigos button svg circle, form button svg line { stroke: #fff; }

/* .slider-office .slick-list { overflow: visible !important; } */

.interna-title p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}



@media (min-width: 1200px) { 
    header img {
        width: 100% !important;
    }

}

@media (min-width: 769px) {

    .menu { display: block;}

    header ul li a {font-weight: 400;}

    header img {
        width: 40%;
    }

    .article {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .article-image { margin-left: 0;}
     
    .box-article + .box-article {
        margin-top: 0;
    }

    .article-infos { padding-right: 1rem;}

    .equipe h2 { text-align: left;}

    .direito-escolha { 
        padding: 0 2rem;
        border-bottom: none;
    }

    .button-secundary { margin-top: 1rem;}

    .aceitar-termos { justify-content: flex-start; padding: 2.5rem 0;}

    .footer-desktop{
        background: var(--light);
    }

    .footer-desktop { 
        padding: 4rem 0;
        margin-top: 4rem;
        border-radius:  2rem 2rem 0 0;
    }

    .footer-desktop .localizacao-telefone { flex-direction: column; margin-bottom: 0;}

    .footer-desktop .telefone:first-child { margin-bottom: 4rem;}

    .footer-desktop .telefone .sub-title { font-size: 1.6rem;}

    .footer-desktop .certificados { justify-content: space-around;}

    .footer-desktop .certificados p { font-size: 1.2rem;}

    .footer-desktop .footer-localizacao h4 { color: var(--color-primary); font-size: 1.8rem;}

    .footer-desktop .footer-localizacao .localizacao p { font-size: 1.3rem;}

    .footer-desktop .footer-localizacao .title { justify-content: flex-start; 
        margin-bottom: 1.6rem;}

    .footer-desktop .footer-localizacao .localizacao div { 
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-desktop .footer-localizacao .localizacao div:first-child {
        margin-right: 5rem;
    }

    .footer-desktop .footer-localizacao .localizacao {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }

    .footer-desktop .redes-sociais {
        padding: 0;
        justify-content: flex-start;
    }

    .copyright-desktop {
        padding: 4rem 0;
    }

    .copyright-desktop p {
        font-size: 1.6rem;
        line-height: 1.9rem;
        color: var(--color-secundary);
        font-family: 'Lato', sans-serif;
        font-weight: 500;
    }

    .copyright-desktop a {
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: var(--color-secundary);
        font-family: 'Lato', sans-serif;
        font-weight: 500;
    }

    .building { text-align: center;}

    .toogle-header { cursor: pointer;}

    .form-artigos { position: relative; margin-bottom: 10px; }
    .form-artigos input { 
        border: 2px solid #fff; 
        border-radius: 30px; 
        height: 40px;
        background: none;
        padding: 0 20px;
        font-size: 14px;
        color: #fff;
        width: 100%;
    }
    select.select-artigos { 
        border: 2px solid #fff; 
        border-radius: 30px; 
        height: 40px;
        background: url(images/down-arrow-white.svg) center right 20px no-repeat;
        padding: 0 20px;
        font-size: 14px;
        color: #fff;
        width: 100%;
        margin-bottom: 30px;
        appearance: none;
        position: relative;
    }

    .form-artigos input::placeholder { color: #fff; }
    .form-artigos button {
        border: none;
        background: none;
        position: absolute;
        top: 7px;
        right: 20px;
    }
    .form-artigos button svg circle, form button svg line { stroke: #fff; }

    .box-team {
        display: flex;
        justify-content: row;
        align-items: center;
        border-bottom: 1px solid #ccc !important;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
    }
    .box-team + .box-team { margin-top: 20px; }
    .box-team:last-child { border: none; padding: 0; }
    .team-image {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 30px rgba(0,0,0,.1);
        object-fit: cover;
    }
    .team-image img { width: 100%; }
    .team-infos {
        display: flex;
        flex: 1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-left: 20px;
    }
    .team-infos svg polyline { stroke: #ccc; }

    .team-name {
        color: #ccc;
        font-size: 18px;
        line-height: 22px;
    }

    .button-secundary {
        width: 100%;
        border-radius: 50px;
        border: 1px solid transparent;
        font-size: 1.8rem;
        padding: 0.5rem 0;
        text-align: center;
        background: var(--color-secundary);
        color: var(--light);
        text-transform: uppercase;
        transition: all .3s ease-in-out;
    }
    
    .button-secundary:hover {
        opacity: 0.8;
        color: var(--color-primary);
    }

    .redes-sociais a {
        transition: all.3s ease-in-out;
    }

    .redes-sociais a:hover {
        opacity: 0.8; 
    }

    .team a span { transition: all .3s ease-in-out !important;}

    .team a:hover {
        text-decoration: none !important;
    }

    .team a span:hover {
        text-decoration: none !important;
        color: var(--color-primary) !important;
    }

    .slider-office .slick-list {
        overflow: visible;
    }

} 

@media (min-width: 992px)  and (max-width: 1200px) {
    .article { grid-template-columns: 1fr 1fr;}

    .aceitar-termos { justify-content: center;}

    .footer-desktop .redes-sociais { flex-direction: column;}

    .footer-desktop .redes-sociais a { margin-bottom: 1rem;}

    .objetivos { 
        text-align: center;
        border-bottom: 1px solid var(--color-secundary);
        margin-bottom: 1.5rem;
    }

    .objetivos p { text-align: center;}

    .principios { border: none;}
}

@media (min-width: 769px)  and (max-width: 992px) { 

    .aceitar-termos { justify-content: center;}

    .footer-desktop .redes-sociais { flex-direction: column; justify-content: flex-end;}

    .footer-desktop .redes-sociais a{ margin-bottom: 1rem;}
    .footer-desktop .redes-sociais a:last-child{ margin-bottom: 0;}

    .article { grid-template-columns: 1fr 1fr;}

    .footer-desktop .certificados p { margin-left: 1rem; }

    header img {
        width: 50%;
    }

    .objetivos { 
        text-align: center;
        border-bottom: 1px solid var(--color-secundary);
        margin-bottom: 1.5rem;
    }

    .objetivos p { text-align: center;}

}


