/*
  Add your scss files below to structure your project styles
*/
/* ==========================================================================
   Settings
   ========================================================================== */
/* ==========================================================================
   Tools (Functions, mixins etc.)
   ========================================================================== */
/* ==========================================================================
   Components
   ========================================================================== */
.btn {
  border-radius: 10px !important;
  font-family: "DIN Pro" !important;
  font-size: 14px !important;
}

.btn-light {
  color: #000000 !important;
}

.btn-primary {
  font-family: "DIN Pro" !important;
  background: rgb(57, 131, 184) !important;
  background: linear-gradient(90deg, rgb(57, 131, 184) 0%, rgb(14, 75, 146) 100%) !important;
  border-color: #000000 !important;
  color: #fff !important;
  padding: 8px 25px !important;
  font-size: 14px !important;
}
.btn-primary:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.btn-primary strong {
  font-family: "DIN Pro" !important;
  font-weight: 600 !important;
}

.btn-secondary {
  background: #000 !important;
  border-color: #fff !important;
  color: #fff !important;
  font-family: "DIN Pro";
  padding: 8px 25px !important;
  padding: 10px 45px !important;
  border-radius: 25px !important;
  font-size: 14px !important;
}
.btn-secondary:hover {
  color: #00a2ff !important;
}

.btn-primary-outline {
  border: 1px solid #000000 !important;
  color: #000000 !important;
  padding: 10px 45px !important;
  border-radius: 25px !important;
  font-size: 14px !important;
}
.btn-primary-outline:hover {
  color: #00a2ff !important;
}

.preto {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.verde {
  border: 1px solid #5ca683 !important;
  color: #5ca683 !important;
}

.btn-ouline-light {
  border: 1px solid #fff;
  color: #fff;
}

form .btn-primary {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.btn-falar-especialista {
  background: rgb(57, 131, 184) !important;
  background: linear-gradient(90deg, rgb(57, 131, 184) 0%, rgb(14, 75, 146) 100%) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  padding: 7px 15px 7px 15px !important;
  color: #fff !important;
  text-align: left !important;
  text-transform: none !important;
  margin-top: -10px;
}
.btn-falar-especialista span {
  font-size: 12px !important;
}
.btn-falar-especialista svg {
  margin-left: 10px;
}
.btn-falar-especialista:hover {
  background: #009839 !important;
}

.btn-whatsapp {
  font-weight: bold !important;
  background: #009839 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 18px !important;
  line-height: 1.2 !important;
  border: 3px solid #fff;
  color: #fff !important;
  padding: 10px 35px !important;
}
.btn-whatsapp:hover {
  border: 3px solid #fff;
  background: #016928 !important;
}

.btn-fechar {
  display: none;
  right: 20px;
}

#main_banner .content h2 {
  font-family: "open_sansbold";
}
#main_banner .content h2 span {
  color: #000000;
}
#main_banner .content .h4 {
  letter-spacing: 0;
}
@media (max-width: 480px) {
  #main_banner .content {
    text-align: center;
  }
}

#slider {
  margin-top: 107px;
  min-height: 453px;
}
@media (min-width: 1920px) {
  #slider {
    max-height: 690px;
  }
}
#slider .content-slider .list-slider .item {
  opacity: 0;
}
#slider .content-slider .list-slider .item .infos {
  position: absolute;
  z-index: 2;
  padding-top: 7%;
  /* @media (max-width: 480px) {
       padding-top: 15%;
   }*/
  color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#slider .content-slider .list-slider .item .infos .title {
  font-size: 32px;
  line-height: 1.2;
  font-family: "Montserrat-Bold";
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #slider .content-slider .list-slider .item .infos .title {
    width: 100%;
    font-size: 28px;
  }
}
#slider .content-slider .list-slider .item .infos .sub-title {
  width: 60%;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #slider .content-slider .list-slider .item .infos .sub-title {
    width: 100%;
  }
}
#slider .content-slider .list-slider .item .infos .img-logo {
  margin: 0 auto;
}
#slider .content-slider .list-slider .item .infos .img-logo img {
  width: 90%;
  max-width: 1187px;
  height: auto;
}
#slider .entry-image {
  position: relative;
  z-index: 1;
}
#slider .entry-image img {
  height: 100%;
  max-height: 690px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  #slider .entry-image img {
    min-height: 560px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
@media (min-width: 768px) {
  .slick-dots {
    position: absolute;
    z-index: 9999999;
    right: 5%;
    top: 35%;
    flex-direction: column;
  }
}
.slick-dots li {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .slick-dots li {
    margin: 10px 0;
  }
}
.slick-dots li button {
  border: 0;
  text-indent: -999999px;
  background: #cecece;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  display: flex;
}
.slick-dots li.slick-active button {
  background: #000000;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 37px;
  height: 37px;
  text-indent: -9999px;
  background: none;
  border: 0;
  cursor: pointer;
  opacity: 1;
  outline: none;
}

.slick-prev {
  left: -65px;
  background: url(../images/icon-arrow-left.webp?v1) no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .slick-prev {
    left: -35px;
    width: 47px;
    height: 46px;
  }
}

.slick-next {
  right: -65px;
  background: url(../images/icon-arrow-right.webp?v1) no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .slick-next {
    right: -35px;
    width: 47px;
    height: 46px;
  }
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

@media (max-width: 480px) {
  #slider .slick-dots {
    position: relative;
    z-index: 99;
    margin: -60px 0 0;
  }
}
.form-control-plaintext,
.form-select,
.form-control {
  border: 1px solid #fff !important;
  background: #fff;
  font-size: 16px;
  padding: 15px;
  border-radius: 10px !important;
}

label {
  display: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #000000;
  box-shadow: 0 0 0 0.25rem rgba(109, 108, 108, 0.25) !important;
}

/* ==========================================================================
   Modules
   ========================================================================== */
* {
  box-sizing: border-box;
}

body {
  font-family: "Signika";
  font-size: 18px;
  font-weight: 300;
  background: #fff;
  color: #000;
}
body a {
  text-decoration: none;
  color: #000;
}
body a:hover {
  color: #00a2ff;
}
body p {
  font-size: 19.36px;
  line-height: 29.04px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  body p {
    margin-bottom: 30px;
  }
}
body .video iframe,
body .video img,
body .foto iframe,
body .foto img {
  border-radius: 15px;
  border: 5px solid #fff;
}
body.blur .site-main {
  filter: blur(3px);
}

@media (max-width: 480px) {
  iframe {
    height: 450px !important;
  }
}
.primary-color {
  color: #000000 !important;
}

.responsive img,
img.responsive {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .action {
    text-align: center;
  }
}
.border-div {
  position: relative;
  margin: 0 auto;
  display: flex;
  height: 100%;
  border-left: 1px solid #000;
  height: 100px;
}

.pulse svg {
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.95);
  }
}
section {
  min-height: 100vh;
}

header {
  background: #000;
  width: 100%;
  height: 100vh;
  color: #fff;
}
header .container-fluid {
  display: grid;
  place-items: center;
  /* Centraliza horizontal e verticalmente */
  height: 100vh;
}
header span.logo-text {
  display: block;
  text-indent: -9999999px;
  font-size: 1px;
}
header .logo-img {
  max-width: 300px;
  height: auto;
}
header .label-arrow {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 99%;
}
header .navbar-top {
  position: absolute;
  top: 19px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
header .navbar-top .language {
  font-size: 12px;
  margin-top: 3px;
  position: relative;
  z-index: 99999;
}
@media screen and (max-width: 450px) {
  header .navbar-top .language {
    margin-top: 16px;
  }
}
header .navbar-top .language a {
  color: #cecece;
}
header .navbar-top .language a.active {
  color: #fff;
  font-weight: bold;
}

footer.footer {
  padding: 50px 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1550px) {
  footer.footer {
    margin-top: 50px;
  }
}
footer.footer .language {
  font-size: 12px;
  margin-top: 3px;
}
footer.footer .language a {
  color: #cecece;
}
footer.footer .language a.active {
  color: #fff;
  font-weight: bold;
}
footer.footer select {
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  width: 100%;
  display: block;
  padding: 15px 0;
  outline: none;
}
footer.footer select:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  rotate: 227deg;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
footer.footer select:focus {
  box-shadow: none !important;
}
footer.footer p {
  font-size: 14px;
}

h2,
.h2 h3,
.h3,
h4,
.h4 {
  font-family: "DIN Pro";
  margin-bottom: 25px;
  letter-spacing: -1px;
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.2rem;
  }
}
h4 small,
h4 a {
  font-family: "DIN Pro";
  font-size: 16px;
  letter-spacing: 0;
}

.titulo-page {
  font-size: calc-rem(48px);
  color: #000;
}
.titulo-page span {
  color: #000000;
}

.titulo-secao {
  color: #000;
  padding: 70px 0 30px;
}
.titulo-secao span {
  color: #000000;
}
@media (max-width: 768px) {
  .titulo-secao {
    text-align: center;
    padding: 70px 0 0;
  }
}
.titulo-secao h2 {
  font-family: "DIN Pro";
  font-size: 30px;
  font-weight: 600;
}
.titulo-secao h2 span {
  color: #000000 !important;
}
@media (max-width: 480px) {
  .titulo-secao h2 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .titulo-secao h2 {
    font-size: 26px;
  }
}
.titulo-secao h3 {
  font-size: calc-rem(28px);
  font-family: "DIN Pro";
}
.titulo-secao h3 span {
  color: #000000 !important;
}
.titulo-secao .descricao p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.titulo-secao.bar::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #000000;
}
.titulo-secao small {
  font-family: "DIN Pro";
}

@media (max-width: 768px) {
  #parceiros-e-clientes .titulo-secao {
    padding: 70px 0 30px;
  }
}
#parceiros-e-clientes .titulo-secao h2 {
  color: #fff !important;
}

@media (max-width: 768px) {
  #parceiros .titulo-secao {
    padding: 70px 0 30px;
  }
}
.arraste {
  font-family: "DIN Pro";
}

/*nav {
    margin-top: 30px;
    height: 60px;

    .nav-item {
        a {
            font-family: "Montserrat-Bold";
            color: $color-text;
            font-size: 14px !important;
            margin-left: 10px;

            @media (max-width: 480px) {
                font-size: 18px !important;
                color: #fff !important;
                margin-left: 0 !important;
            }

            text-transform: uppercase;

            &:focus {
                color: $primary-color;
            }

            &.active,
            &:hover {
                color: $primary-color !important;

                @media (max-width: 480px) {
                    color: #fff !important;
                    text-decoration: underline;
                }
            }

            &.btn-falar-especialista {
                color: #fff !important;
            }
        }
    }

    .btn-primary {
        @media (max-width: 480px) {
            margin: 20px 0;
            background: #000 !important;
            border-color: #000 !important;
            color: #fff !important;
        }
    }
}

@media (max-width: 920px) {
    .navbar-collapse {
        background: $primary_color;
    }

    .navbar-nav {
        margin: 50px 40px;
    }

    .nav {
        margin-top: 10px;

        li {
            padding: 5px 0 !important;
        }

        a {
            font-size: 24px !important;
            color: #000 !important;
            font-family: "Montserrat-Medium";
            text-decoration: none !important;
            margin: 0;
            text-align: center;
        }

        .sub-menu {
            padding-top: 0 !important;
            display: block !important;
            position: relative !important;
            background: transparent !important;
        }
    }

    .navbar {
        position: absolute !important;
        width: 100%;
        left: 0;
        margin-top: 0;
        z-index: 999999999;
        padding: 0 !important;

        .navbar-toggler,
        .btn-fechar {
            position: absolute;
            right: 25px;
            top: -115px;
            border-color: $primary-color;

            @media (max-width: 480px) {
                position: absolute;
                right: 25px;
                top: -70px;

            }

            &:focus {
                box-shadow: none;
            }

            i {
                color: #fff;
            }
        }

        .navbar-toggler {
            padding: 5px;
        }
    }

    .bookmarks {
        &.nav-bookmarks {
            margin: 0 auto 50px auto;

            a {
                border: 2px solid #fff !important;
                margin: 0 7px;
            }

            svg {
                path {
                    fill: #fff !important;
                }
            }
        }
    }
}
    */
.navbar-toggler .bar {
  display: block;
}
.navbar-toggler .close {
  display: none;
}

.navbar-toggler[aria-expanded=true] .bar {
  display: none;
}
.navbar-toggler[aria-expanded=true] .close {
  display: block;
}

@media (max-width: 480px) {
  .box-central {
    margin: 30px 0 0;
  }
  .box-central a {
    width: 100%;
    border: 0;
    align-items: center !important;
  }
}
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.99);
  overflow-x: hidden;
  /*transition: 0.5s;*/
  opacity: 0;
  margin: 0;
  padding: 0;
}
.sidenav .closebtn {
  position: absolute;
  top: -5px;
  right: 30px;
  font-size: 52px;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .sidenav .closebtn {
    top: 5px;
  }
}
.sidenav #primary-menu.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.sidenav #primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 360px;
}
@media (max-width: 375px) {
  .sidenav #primary-menu ul {
    width: 320px;
  }
}
.sidenav #primary-menu ul li {
  margin-bottom: 20px;
}
.sidenav #primary-menu ul li a {
  padding: 0 0 15px 0;
  text-decoration: none;
  font-size: 18px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #333;
}
.sidenav #primary-menu ul li a:hover {
  font-weight: bold;
}
@media screen and (max-height: 450px) {
  .sidenav .sidenav {
    padding-top: 15px;
  }
  .sidenav .sidenav a {
    font-size: 18px;
  }
}

.btn-menu {
  z-index: 99999999;
  cursor: pointer;
}

/* ==========================================================================
   Templates
   ========================================================================== */
#quem-somos .content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#nossas-marcas img {
  max-width: 150px;
}

.patricia-azevedo {
  background-size: cover;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .patricia-azevedo {
    background: #000 !important;
    height: 100% !important;
  }
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 480px) {
  .timeline {
    margin-top: 50px;
  }
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline .container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline .container-timeline::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  rotate: 45deg;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 3px;
  top: 15px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .timeline .container-timeline::after {
    rotate: 225deg;
  }
}

.timeline .container-timeline.left::after {
  rotate: 225deg;
  right: -8px;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
}
@media screen and (min-width: 600px) {
  .timeline .left {
    text-align: right;
  }
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
/*.timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid black;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent black;
}*/
/* Add arrows to the right container (pointing left) */
/*.timeline .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid black;
    border-width: 10px 10px 10px 0;
    border-color: transparent black transparent transparent;
}*/
/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -16px;
}

/* The actual content */
.timeline .content {
  background-color: #fff;
  position: relative;
  max-width: 300px;
}
.timeline .content p {
  margin-bottom: 30px;
}

.timeline h2 {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .timeline .right h2 {
    position: absolute;
    left: -140px;
  }
  .timeline .left h2 {
    position: absolute;
    right: -140px;
  }
}
.timeline img {
  max-width: 150px;
  height: auto;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .timeline h2 {
    font-size: 20px;
    margin-top: 4px;
  }
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .timeline .container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .timeline .container-timeline::before {
    left: 60px;
    border: medium solid black;
    border-width: 10px 10px 10px 0;
    border-color: transparent black transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .timeline .left::after {
    left: 16px;
  }
  .timeline .right::after {
    left: 16px;
  }
  /* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }
}
/* ==========================================================================
   Helpers
   ========================================================================== */
/*
*   FONTS
*/
@font-face {
  font-family: "DIN Pro";
  src: url("./webfonts/DINPro/DINPro.woff2") format("woff2"), url("./webfonts/DINPro/DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("./webfonts/DINPro/DINPro-Bold.woff2") format("woff2"), url("./webfonts/DINPro/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("./webfonts/DINPro/DINPro-CondensedBold.woff2") format("woff2"), url("./webfonts/DINPro/DINPro-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("./webfonts/Signika/Signika-Light.woff2") format("woff2"), url("./webfonts/Signika/Signika-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("./webfonts/Signika/Signika-Bold.woff2") format("woff2"), url("./webfonts/Signika/Signika-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("./webfonts/Signika/Signika-Medium.woff2") format("woff2"), url("./webfonts/Signika/Signika-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("./webfonts/Signika/Signika-Regular.woff2") format("woff2"), url("./webfonts/Signika/Signika-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}/*# sourceMappingURL=main.css.map */