@charset "UTF-8";
* {
  font-family: "Work Sans", sans-serif;
}

body {
  font-size: 13px;
}

header#header {
  padding: 1rem 0;
  position: absolute;
  right: 0px;
  left: 0px;
  z-index: 15;
}
header#header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header#header .container img {
  max-height: 65px;
}
header#header .container ul#menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  font-weight: 500;
  height: 65px;
  margin-bottom: 0px;
}
header#header .container ul#menu li {
  list-style: none;
  padding: 0 0.5rem;
  min-width: 130px;
  text-align: center;
}
header#header .container ul#menu li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #FFFFFF;
  transition: all 0.25s;
}
header#header .container ul#menu li a:hover {
  font-weight: 600;
  color: #FF3FA4 !important;
}
header#header .container .mobile-hamburger {
  display: none;
}
header#header.dark .container ul#menu li a {
  color: #1A237E;
}

@media screen and (max-width: 992px) {
  header#header .container img {
    max-height: 50px;
  }
  header#header .container ul#menu {
    display: block;
    position: absolute;
    top: 81px;
    height: auto;
    left: 0px;
    right: 0px;
    padding: 1.5rem 0;
    height: 0px;
    opacity: 0;
    transition: all 0.35s;
    overflow: hidden;
    background: transparent;
  }
  header#header .container ul#menu li {
    padding: 0.35rem 1.5rem;
    text-align: center;
  }
  header#header .container ul#menu.show {
    height: 210px;
    opacity: 1;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%) 0% 0% no-repeat padding-box;
  }
  header#header .container .mobile-hamburger {
    display: block;
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin-top: 23px;
    cursor: pointer;
    position: relative;
    transition: all 0.25s;
  }
  header#header .container .mobile-hamburger::before, header#header .container .mobile-hamburger::after {
    content: "";
    position: absolute;
    top: -12px;
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.25s;
  }
  header#header .container .mobile-hamburger::after {
    top: auto;
    bottom: -12px;
  }
  header#header .container .mobile-hamburger.close {
    background: transparent !important;
  }
  header#header .container .mobile-hamburger.close::after {
    transform: rotate(-45deg);
    top: 0px;
  }
  header#header .container .mobile-hamburger.close::before {
    transform: rotate(45deg);
    top: 0px;
  }
  header#header.dark .container ul#menu.show {
    background: #CBFBFF;
  }
  header#header.dark .container .mobile-hamburger {
    background: #1A237E;
  }
  header#header.dark .container .mobile-hamburger::before, header#header.dark .container .mobile-hamburger::after {
    background: #1A237E;
  }
}
@media screen and (max-width: 767px) {
  header#header .container .mobile-hamburger {
    width: 40px;
  }
  header#header .container .mobile-hamburger::before, header#header .container .mobile-hamburger::after {
    width: 40px;
  }
}
section#home {
  background: #000000 url(../images/home/home_img.jpg) no-repeat top center;
  background-size: contain;
  overflow: hidden;
}
section#home .container .content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3rem 0;
  position: relative;
}
section#home .container .content .title {
  width: 400px;
    height: 200px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 100;
}

section#home .container .content .title span{
  background-color: #FF3FA4;
  color:#000;
  font-weight: bold;
}

section#home .container .content .plus-1, section#home .container .content .plus-2, section#home .container .content .plus-3 {
  position: absolute;
  right: -80px;
  bottom: calc(50% - 90px);
  background: url(../images/home/icon-home-1.svg) no-repeat center;
  background-size: contain;
  width: 180px;
  height: 180px;
}
section#home .container .content .plus-2 {
  right: 140px;
  bottom: 20%;
  width: 90px;
  height: 90px;
  background-image: url(../images/home/icon-home-2.svg);
}
section#home .container .content .plus-3 {
  right: 0px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-image: url(../images/home/icon-home-3.svg);
}
section#home .container .description {
  color: #FFFFFF;
  padding: 2rem 0;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.35rem;
  font-weight: 300;
  position: relative;
  text-align: center;
}
section#home .container .video {
  padding: 1rem 0 3rem 0;
}

@media screen and (max-width: 992px) {
  section#home {
    background-position: top center;
    background-size: auto 100vh;
  }
  section#home .container .content {
    min-height: 80vh;
  }
  section#home .container .description {
    font-size: 1rem;
  }
  section#home .container .description::before {
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  section#home {
    background-size: auto 70vh;
  }
  section#home .container .content .title {
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
  }
  section#home .container .content .plus-1 {
    right: -80px;
    bottom: calc(40% - 90px);
    width: 140px;
    height: 140px;
  }
  section#home .container .content .plus-2 {
    right: 40px;
    bottom: 20%;
    width: 60px;
    height: 60px;
  }
  section#home .container .content .plus-3 {
    right: 0px;
    bottom: 10%;
    width: 40px;
    height: 40px;
  }
  section#home .container .description {
    font-size: 0.9rem;
  }
  section#home .container .description::before {
    top: calc(50% - 25px);
    width: 40px;
    height: 40px;
  }
}
section#ideia .ideia-swiper .swiper-wrapper .swiper-slide {
  z-index: -2;
}
section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container {
  position: relative;
}
section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container > img {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: -1;
}
.img2 {
  display: none;
}
section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide {
  z-index: 1;
  max-width: 60%;
  padding: 4rem 0;
}
section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide > img {
  max-width: 70%;
  margin-bottom: 2rem;
}
section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide .description {
  font-size: 1.25rem;
  color: #1A237E;
  margin-bottom: 1.75rem;
}
section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide .btn-cases {
  background: #FFFFFF;
  color: #38076A;
  border: none;
  font-weight: 600;
  padding: 0.5rem 1.75rem;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide .btn-cases:hover {
  color: #FFFFFF;
  background: #38076A;
}
section#ideia .ideia-swiper .swiper-button-next, section#ideia .ideia-swiper .swiper-button-prev {
  background: #FFFFFF;
  color: #1A237E;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
section#ideia .ideia-swiper .swiper-button-next::after, section#ideia .ideia-swiper .swiper-button-prev::after {
  font-size: 1.25rem;
}

@media screen and (max-width: 1150px) {
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide {
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container > img {
    height: 75%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide {
    margin-left: 20px;
    max-height: 50%;
  }
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide > img {
    max-width: 100%;
  }
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide .description {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide .btn-cases {
    padding: 0.25rem 1.25rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container > img {
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
  .img {
    display: none;
  }
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container > img.img2 {
    height: 75%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
  .img2 {
    display: block;
  }
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide {
    margin-left: 0;
    max-width: 100%;
    padding: 2rem 0;
  }
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide .description {
    margin-left: 30px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    max-width: 65%;
  }
  section#ideia .ideia-swiper .swiper-wrapper .swiper-slide .container .content-slide .btn-cases {
    margin-left: 30px;
    padding: 0.2rem 1rem;
    font-size: 0.9rem;
  }
  section#ideia .ideia-swiper .swiper-button-next, section#ideia .ideia-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  section#ideia .ideia-swiper .swiper-button-next::after, section#ideia .ideia-swiper .swiper-button-prev::after {
    font-size: 1rem;
  }
  section#ideia .ideia-swiper .swiper-button-next {
    right: 5px;
  }
  section#ideia .ideia-swiper .swiper-button-prev {
    left: 5px;
  }
}
section#cases {
  padding: 4rem 0;
  background: #000;
}
section#cases .container-fluid {
  position: relative;
}
section#cases .title {
  width: 100%;
  margin-bottom: 1.5rem;
}
section#cases .description {
  color: #FFFFFF;
  font-size: 1.35rem;
  padding-bottom: 2rem;
}
section#cases .filters {
  margin-bottom: 2rem;
}
section#cases .filters .filter {
  margin: 0.4rem;
  min-width: 100px;
  font-weight: 500;
  background: #FFFFFF;
  color: #000;
  border-radius: 2rem;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section#cases .filters .filter:hover {
  text-decoration: underline;
}
section#cases .filters .filter.active {
  color: #000;
  background: #EEE244;
}
section#cases .list-projects .project img {
  width: 100%;
}
section#cases .list-projects .project .over-person {
  position: absolute;
  background: transparent;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.3s;
  z-index: 10;
}
section#cases .list-projects .project .over-person .name {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.15rem 0.75rem;
  background: #EEE244;
  color: #000;
  position: absolute;
  bottom: 30px;
  transition: all 0.3s;
}
section#cases .list-projects .project .over-person .description {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
  max-width: 100%;
  padding: 0px;
  margin-bottom: 1rem;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 80px;
}
section#cases .list-projects .project .over-person a.detail {
  opacity: 0;
  font-size: 1.2rem;
  color: #EEE244;
  font-weight: 600;
}
section#cases .list-projects .project:hover .over-person {
  background: rgba(0, 0, 0, 0.85);
}
section#cases .list-projects .project:hover .over-person .name {
  bottom: 82%;
}
section#cases .list-projects .project:hover .over-person .description {
  opacity: 1;
}
section#cases .list-projects .project:hover .over-person a.detail {
  opacity: 1;
}
section#cases .swiper-button-next, section#cases .swiper-button-prev {
  background: #FFFFFF;
  color: #1A237E;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
section#cases .swiper-button-next::after, section#cases .swiper-button-prev::after {
  font-size: 1.25rem;
}
section#cases .no-project {
  display: none;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1520px) {
  section#quem-somos .list-people .person .over-person .description {
    font-size: 1.1rem;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1400px) {
  section#cases .list-projects .project .over-person .name {
    font-size: 1.35rem;
  }
  section#cases .list-projects .project .over-person .description {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-top: 50px;
  }
  section#cases .list-projects .project:hover .over-person .name {
    bottom: 79%;
  }
}
@media screen and (max-width: 1200px) {
  section#cases .list-projects .project .over-person .name {
    font-size: 1.25rem;
  }
  section#cases .list-projects .project .over-person .description {
    font-size: 0.9rem;
    line-height: 1rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1085px) {
  section#cases .list-projects .project .over-person .description {
    font-size: 0.75rem;
    line-height: 0.9rem;
  }
}
@media screen and (max-width: 992px) {
  section#cases .title {
    width: 70%;
    margin-bottom: 1rem;
  }
  section#cases .description {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  section#cases .filters {
    margin-bottom: 2rem;
  }
  section#cases .filters .filter {
    margin: 0.25rem;
    min-width: 80px;
  }
  section#cases .list-projects .project .over-person .name {
    font-size: 1.4rem;
  }
  section#cases .list-projects .project .over-person .description {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-top: 70px;
    margin-bottom: 0.5rem;
  }
  section#cases .no-project {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  section#cases {
    padding: 2rem 0;
  }
  section#cases .title {
    width: 100%;
  }
  section#cases .description {
    font-size: 0.9rem;
  }
  section#cases .filters {
    margin-bottom: 2rem;
  }
  section#cases .filters .filter {
    margin: 0.2rem;
    margin-right: 0px;
    min-width: 50px;
    font-size: 0.9rem;
    padding: 0.1rem 0.75rem;
  }
  section#cases .list-projects .project .over-person {
    padding: 0.75rem;
  }
  section#cases .list-projects .project .over-person .name {
    font-size: 1.25rem;
    bottom: 15px;
  }
  section#cases .list-projects .project .over-person .description {
    font-size: 0.9rem;
    line-height: 1rem;
    margin-top: 50px;
  }
  section#cases .list-projects .project .over-person a.detail {
    font-size: 1rem;
  }
  section#cases .no-project {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  section#cases .list-projects .project .over-person .name {
    padding: 0 0.25rem;
    font-size: 0.95rem;
  }
  section#cases .list-projects .project .over-person .description {
    font-size: 0.85rem;
    line-height: 1rem;
    margin-top: 30px;
    margin-bottom: 0.25rem;
  }
  section#cases .list-projects .project .over-person a.detail {
    font-size: 0.95rem;
  }
  section#cases .list-projects .swiper-button-next, section#cases .list-projects .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  section#cases .list-projects .swiper-button-next::after, section#cases .list-projects .swiper-button-prev::after {
    font-size: 1rem;
  }
  section#cases .list-projects .swiper-button-next {
    right: 5px;
  }
  section#cases .list-projects .swiper-button-prev {
    left: 5px;
  }
}
section#quem-somos {
  background: #FF3B7E;
  padding-top: 4rem;
  overflow: hidden;
}
section#quem-somos .container {
  position: relative;
}
section#quem-somos .title {
  max-width: 70%;
  margin-bottom: 1.5rem;
}
section#quem-somos .description {
  color: #000;
  font-size: 1.35rem;
  max-width: 75%;
    padding-bottom: 4rem;
    margin: auto;
}
section#quem-somos .list-people {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin: 0 auto 3rem;
}
section#quem-somos .list-people .person {
  position: relative;
  overflow: hidden;
}
section#quem-somos .list-people .person img {
  width: 100%;
}
section#quem-somos .list-people .person .over-person {
  position: absolute;
  background: transparent;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.3s;
}
section#quem-somos .list-people .person .over-person .name {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.15rem 0.75rem;
  background: #EEE244;
  color: #000;
  position: absolute;
  bottom: 30px;
  transition: all 0.3s;
}
section#quem-somos .list-people .person .over-person .description {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
  max-width: 100%;
  padding: 0px;
  margin-bottom: 1rem;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 80px;
}
section#quem-somos .list-people .person .over-person a.icon {
  width: 45px;
  height: 45px;
  background: url(../images/quem-somos/linkedin.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s;
}
section#quem-somos .list-people .person:hover .over-person {
  background: rgba(0, 0, 0, 0.8);
}
section#quem-somos .list-people .person:hover .over-person .name {
  bottom: 82%;
}
section#quem-somos .list-people .person:hover .over-person .description {
  opacity: 1;
}
section#quem-somos .list-people .person:hover .over-person a.icon {
  opacity: 1;
}

@media screen and (max-width: 1520px) {
  section#quem-somos .list-people .person .over-person .description {
    font-size: 1.1rem;
    margin-top: 50px;
  }
  section#quem-somos .list-people .person .over-person a.icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1400px) {
  section#quem-somos .list-people .person .over-person .name {
    font-size: 1.35rem;
  }
  section#quem-somos .list-people .person .over-person .description {
    font-size: 0.9rem;
    line-height: 0.95rem;
    margin-top: 50px;
  }
  section#quem-somos .list-people .person:hover .over-person .name {
    bottom: 79%;
  }
}
@media screen and (max-width: 1200px) {
  section#quem-somos .list-people .person .over-person {
    padding: 1rem;
  }
  section#quem-somos .list-people .person .over-person .name {
    font-size: 1rem;
  }
  section#quem-somos .list-people .person .over-person .description {
    font-size: 0.7rem;
    line-height: 0.8rem;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1085px) {
  section#quem-somos .list-people .person .over-person .description {
    font-size: 0.75rem;
    line-height: 0.9rem;
  }
}
@media screen and (max-width: 992px) {
  section#quem-somos {
    padding-top: 2rem;
  }
  section#quem-somos .title {
    max-width: 60%;
    margin-bottom: 1rem;
  }
  section#quem-somos .description {
    font-size: 1rem;
    max-width: 70%;
    padding-bottom: 2rem;
  }
  section#quem-somos .plus-1 {
    right: -15%;
    bottom: -15%;
    width: 250px;
    height: 250px;
  }
  section#quem-somos .plus-2 {
    right: -15%;
    top: 0;
    width: 100px;
    height: 100px;
  }
  section#quem-somos .plus-3 {
    right: 15%;
    top: 90px;
  }
  section#quem-somos .plus-4 {
    right: 21%;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
  section#quem-somos .list-people {
    grid-template-columns: 1fr 1fr;
  }
  section#quem-somos .list-people .person .over-person .name {
    font-size: 1.4rem;
  }
  section#quem-somos .list-people .person .over-person .description {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 70px;
  }
  section#quem-somos .list-people .person .over-person a.icon {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  section#quem-somos .title {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  section#quem-somos .description {
    font-size: 0.9rem;
    max-width: 80%;
    padding-bottom: 2rem;
  }
  section#quem-somos .plus-1 {
    right: -7%;
    bottom: -5%;
    width: 150px;
    height: 150px;
  }
  section#quem-somos .plus-2 {
    right: -2%;
    top: 0;
    width: 80px;
    height: 80px;
  }
  section#quem-somos .plus-3 {
    right: 15%;
    top: 90px;
    width: 20px;
    height: 20px;
  }
  section#quem-somos .plus-4 {
    right: 21%;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
  section#quem-somos .list-people {
    grid-template-columns: 1fr;
  }
  section#quem-somos .list-people .person .over-person {
    padding: 0.75rem;
  }
  section#quem-somos .list-people .person .over-person .name {
    font-size: 1.25rem;
  }
  section#quem-somos .list-people .person .over-person .description {
    font-size: 0.9rem;
    line-height: 1rem;
    margin-top: 50px;
  }
  section#quem-somos .list-people .person .over-person a.icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 600px) {
  section#quem-somos .list-people .person .over-person .name {
    padding: 0 0.25rem;
    font-size: 0.95rem;
  }
  section#quem-somos .list-people .person .over-person .description {
    font-size: 0.85rem;
    line-height: 1rem;
    margin-top: 30px;
    margin-bottom: 0.25rem;
  }
  section#quem-somos .list-people .person .over-person a.icon {
    width: 30px;
    height: 30px;
  }
}
footer#footer {
  background: #000;
  padding: 4rem 0;
}
footer#footer .title {
  max-width: 90%;
  background: url(../images/footer/title.png) no-repeat bottom left;
  background-size: contain;
}
footer#footer form#form-footer {
  margin-top: 2rem;
}
footer#footer form#form-footer .form-label {
  font-weight: 600;
  font-size: 1.1rem;
  color: #FFFFFF;
}
footer#footer form#form-footer .form-control {
  background: none;
  border-width: 2px;
  border-radius: 0px;
  color: #FFFFFF;
}
footer#footer form#form-footer .form-control:active, footer#footer form#form-footer .form-control:hover, footer#footer form#form-footer .form-control:focus {
  box-shadow: none;
}
footer#footer form#form-footer .form-control:focus {
  border-color: #EEE244;
}
footer#footer form#form-footer #btn-enviar {
  min-width: 160px;
  margin-top: 1rem;
  border-radius: 2rem;
  background-color: #EEE244;
  border: none;
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
footer#footer form#form-footer #btn-enviar:hover {
  background-color: #FFF;
  color: #EEE244;
}
footer#footer .data-footer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer#footer .data-footer .logo {
  min-height: 95px;
  background: url(../images/footer/logo.png) no-repeat bottom left;
  background-size: contain;
  margin-bottom: 1.5rem;
}
footer#footer .data-footer .link {
  margin-top: 2.5rem;
  padding-left: 4rem;
  font-size: 1.3rem;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s all;
  position: relative;
}
footer#footer .data-footer .link:hover {
  color: #EEE244;
}
footer#footer .data-footer .link::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -3px;
  width: 40px;
  height: 40px;
  background: url(../images/footer/icon-mail.svg) no-repeat center;
  background-size: contain;
}
footer#footer .data-footer .link.link-whatsapp::before {
  top: -4px;
  background-image: url(../images/footer/icon-whatsapp.svg);
}

@media screen and (max-width: 992px) {
  footer#footer .title {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer#footer {
    padding: 2rem 0;
  }
  footer#footer .title {
    max-width: 90%;
  }
  footer#footer form#form-footer {
    margin-top: 1rem;
    text-align: center;
  }
  footer#footer form#form-footer .mb-3 {
    margin-bottom: 0.5rem !important;
  }
  footer#footer form#form-footer .form-label {
    font-size: 1rem;
    margin-bottom: 0.1rem;
    width: 100%;
    text-align: left;
  }
  footer#footer form#form-footer .form-control {
    background: none;
    border-width: 2px;
    border-radius: 0px;
    color: #FFFFFF;
  }
  footer#footer .data-footer {
    margin-top: 1.5rem;
    align-items: center;
  }
  footer#footer .data-footer .logo {
    margin-bottom: 0.5rem;
    width: 100%;
    height: 70px;
    min-height: auto;
    background-position: center center;
  }
  footer#footer .data-footer .link {
    margin-top: 1rem;
    font-size: 1rem;
    padding-left: 2.25rem;
    margin-left: -1.125rem;
  }
  footer#footer .data-footer .link::before {
    width: 25px;
    height: 25px;
    top: 1px;
  }
  footer#footer .data-footer .link.link-whatsapp::before {
    top: 1px;
  }
}
.was-validated .form-control:valid {
  border-color: #FFFFFF;
}

.spinner-border {
  --bs-spinner-width: 1.1rem;
  --bs-spinner-height: 1.1rem;
  --bs-spinner-border-width: 0.15rem;
  margin-left: 10px;
}

#floating-buttons {
  position: fixed;
  right: 2rem;
  z-index: 11;
  bottom: 2rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#floating-buttons a.btn-floating {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #FFFFFF no-repeat center;
  background-image: url(../images/footer/icon-mail-float.svg);
  background-size: 55% auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  transition: all 0.15s;
}
#floating-buttons a.btn-floating::before {
  content: "contato";
  transition: all 0.15s;
  left: -50px;
  top: 12px;
  position: absolute;
  padding: 0.15rem 0.25rem;
  background: #FFFFFF;
  color: #FF3FA4;
  border-radius: 3px;
  text-align: center;
  font-weight: 500;
  width: 100px;
  z-index: -1;
  opacity: 0;
}
#floating-buttons a.btn-floating:hover {
  transition: all 0.15s;
  background-color: #FF3FA4;
  background-image: url(../images/footer/icon-mail-float-over.svg);
}
#floating-buttons a.btn-floating:hover::before {
  content: "contato";
  left: -105px;
  opacity: 1;
}
#floating-buttons a.btn-floating.btn-whatsapp {
  background-image: url(../images/footer/icon-whatsapp-float.svg);
}
#floating-buttons a.btn-floating.btn-whatsapp:hover {
  background-color: #FF3FA4;
  background-image: url(../images/footer/icon-whatsapp-float-over.svg);
}
#floating-buttons a.btn-floating.btn-whatsapp:hover::before {
  content: "fale conosco";
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Bold"), local("Gotham-Bold"), url("../fonts/Gotham-Bold.otf");
  font-weight: bold;
}
section#case-home {
  position: relative;
  overflow: hidden;
  background: #CBFBFF;
  padding: 8rem 0 4rem 0;
  z-index: -1;
}
section#case-home .container .topo {
  padding: 4.5rem 0 4rem;
  position: relative;
  z-index: 1;
}
section#case-home .container .topo .title {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 700;
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  width: 100%;
}
section#case-home .container .topo .title .text {
  font-family: "Gotham";
  font-weight: bold;
  fill: none;
  stroke: #FF3FA4;
  stroke-width: 0.1rem;
  text-anchor: middle;
}
section#case-home .container .topo .title .text.dark {
  stroke: #38076A;
}
section#case-home .container .topo .video {
  position: relative;
  background: #000000;
  z-index: 0;
}
section#case-home .container .topo .video .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
section#case-home .container .topo .video .spinner .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-border-width: 0.25rem;
  color: #FFFFFF;
}
section#case-home .container .case-description {
  position: relative;
  z-index: 1;
  color: #38076A;
}
section#case-home .container .case-description .title {
  font-size: 4rem;
  font-weight: 700;
  color: #FF3FA4;
  margin-bottom: -1rem;
  position: relative;
  padding-left: 4rem;
}
section#case-home .container .case-description .title::before {
  content: "+";
  font-size: 5.5rem;
  position: absolute;
  top: -20px;
  left: 0px;
}
section#case-home .container .case-description .subtitle {
  font-size: 2rem;
  font-weight: 700;
}
section#case-home .container .case-description .tags {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 4rem;
}
section#case-home .container .case-description .title-cliente {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FF3FA4;
}
section#case-home .container .case-description .description-cliente {
  font-size: 1.2rem;
}
section#case-home .plus-1, section#case-home .plus-2, section#case-home .plus-3, section#case-home .plus-4 {
  position: absolute;
  left: 2vw;
  top: 20vh;
  background: url(../images/cases/grupo-caoa/home/plus-3.png) no-repeat center;
  background-size: contain;
  width: 300px;
  height: 300px;
  z-index: 0;
}
section#case-home .plus-2 {
  left: 10vw;
  top: 60vh;
  width: 100px;
  height: 100px;
  background-image: url(../images/cases/grupo-caoa/home/plus-2.png);
}
section#case-home .plus-3 {
  right: 10vw;
  left: auto;
  top: 20vh;
  width: 90px;
  height: 90px;
  background-image: url(../images/cases/grupo-caoa/home/plus-2.png);
}
section#case-home .plus-4 {
  right: 2vw;
  left: auto;
  top: 50vh;
  width: 300px;
  height: 300px;
  background-image: url(../images/cases/grupo-caoa/home/plus-3.png);
}

@media screen and (max-width: 992px) {
  section#case-home {
    padding: 6rem 0 2rem 0;
  }
  section#case-home .container .topo {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  section#case-home .container .topo .title {
    font-size: 3.2rem;
    top: 7px;
  }
  section#case-home .container .topo .title .text {
    stroke-width: 0.075rem;
  }
  section#case-home .container .case-description .title {
    font-size: 2.5rem;
    margin-bottom: -0.5rem;
    padding-left: 3rem;
  }
  section#case-home .container .case-description .title::before {
    font-size: 4rem;
    top: -18px;
  }
  section#case-home .container .case-description .subtitle {
    font-size: 1.5rem;
  }
  section#case-home .container .case-description .description-cliente {
    font-size: 1.1rem;
  }
  section#case-home .plus-1, section#case-home .plus-2, section#case-home .plus-3, section#case-home .plus-4 {
    position: absolute;
    left: -2vw;
    top: 40vh;
    background: url(../images/cases/grupo-caoa/home/plus-3.png) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 100px;
    z-index: 0;
  }
  section#case-home .plus-2 {
    left: 2vw;
    top: 60vh;
    width: 40px;
    height: 40px;
    background-image: url(../images/cases/grupo-caoa/home/plus-2.png);
  }
  section#case-home .plus-3 {
    right: 2vw;
    left: auto;
    top: 50vh;
    width: 30px;
    height: 30px;
    background-image: url(../images/cases/grupo-caoa/home/plus-2.png);
  }
  section#case-home .plus-4 {
    right: -2vw;
    left: auto;
    top: 70vh;
    width: 60px;
    height: 60px;
    background-image: url(../images/cases/grupo-caoa/home/plus-3.png);
  }
}
@media screen and (max-width: 767px) {
  section#case-home {
    padding: 4rem 0 2rem 0;
  }
  section#case-home .container .topo {
    padding-bottom: 1.5rem;
  }
  section#case-home .container .topo .title {
    font-size: 1.65rem;
    top: 0px;
  }
  section#case-home .container .topo .title .text {
    stroke-width: 0.075rem;
  }
  section#case-home .container .case-description .title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    padding-left: 2.25rem;
  }
  section#case-home .container .case-description .title::before {
    font-size: 2.6rem;
    top: -13px;
  }
  section#case-home .container .case-description .subtitle {
    font-size: 1.3rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
  section#case-home .container .case-description .tags {
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin-bottom: 2rem;
  }
  section#case-home .container .case-description .title-cliente {
    font-size: 1.3rem;
  }
  section#case-home .container .case-description .description-cliente {
    font-size: 0.9rem;
  }
}
section.content {
  padding: 4rem 0;
}
section.content.title-highlight .container .title {
  color: #FF3FA4;
}
section.content.text-light {
  color: #CBFBFF !important;
}
section.content .container {
  overflow: hidden;
}
section.content .container .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
section.content .container .description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
section.content .container .mockup {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
section.content .container .mockup .title {
  font-size: 4rem;
  font-weight: 700;
  color: #FF3FA4;
  margin: 0;
  text-align: center;
}
section.content .container .mockup .content-mockup {
  background: url(../images/cases/sites/mockup.png) no-repeat top center;
  background-size: contain;
  position: relative;
}
section.content .container .mockup .content-mockup .screen-mockup {
  position: absolute;
  top: 5%;
  height: 82%;
  overflow: hidden;
  width: 57%;
  left: 21.5%;
  cursor: pointer;
}
section.content .container .mockup .content-mockup .screen-mockup img {
  position: absolute;
  transform: translateY(0);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 4s all linear;
}
section.content .container .mockup .content-mockup .screen-mockup:hover img {
  transform: translateY(-80%);
}
section.content .container .mockup .description {
  margin: 0;
}
section.content .container .mockup .description::before {
  font-weight: bold;
  content: "passe o mouse na tela para ver a página completa";
}
section.content .container .list-unidades {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
section.content .container .list-unidades .unidade {
  position: relative;
}
section.content .container .list-unidades .unidade img {
  width: 100%;
}
section.content .container .list-unidades .unidade > .title {
  position: absolute;
  background: #FF3FA4;
  color: #FFFFFF;
  padding: 0.15rem 1.35rem;
  font-size: 1.35rem;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.content .container .gallery {
  margin-top: 4rem;
}
section.content .container .list-videos {
  width: 100%;
  display: flex;
  gap: 2.5%;
  padding-top: 4rem;
  overflow: hidden;
}
section.content .container .list-videos .short-video {
  min-width: 22.5%;
}
section.content .container .list-videos .short-video .ratio video {
  -o-object-fit: cover;
     object-fit: cover;
}
section.content .container .list-videos .short-video .ratio img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.content .container .list-videos .short-video .ratio::before {
  padding-top: 177.7777777778%;
}
section.content .container .col-md-6 {
  position: relative;
}
section.content .container .button-premio {
  width: 80%;
  height: 120px;
  background: url(../images/cases/grupo-caoa/missao/bg.png) no-repeat left bottom;
  background-size: contain;
  transition: 0.25s all;
  margin-bottom: 2rem;
}
section.content .container .button-premio::before {
  content: "";
  width: 130%;
  height: 300px;
  position: absolute;
  bottom: 0px;
  background: url(../images/cases/grupo-caoa/missao/hover.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: 0.25s all;
}
section.content .container .button-premio::after {
  content: "";
  width: 120px;
  height: 200px;
  position: absolute;
  bottom: 0px;
  left: 88%;
  background: url(../images/cases/grupo-caoa/missao/hover-icon.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: 0.25s all;
}
section.content .container .button-premio:hover {
  transform: scale(1.1);
}
section.content .container .button-premio:hover::before, section.content .container .button-premio:hover::after {
  opacity: 1;
}
section.content .container .video-short-alone {
  width: 100%;
}
section.content .container .video-short-alone .ratio video {
  -o-object-fit: cover;
     object-fit: cover;
}
section.content .container .video-short-alone .ratio::before {
  padding-top: 177.7777777778%;
}
section.content .container .list-buttons {
  padding: 3rem 0;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}
section.content .container .list-buttons .button {
  min-width: calc(33.33333% - 5rem);
  max-width: calc(33.3333% - 5rem);
  background: url(../images/cases/bg-button.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  padding: 0.5rem 1rem;
  transition: 0.25s all;
  max-height: 115px;
}
section.content .container .list-buttons .button img {
  width: 50%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.6);
  transition: 0.25s all;
  margin-top: 0.5rem;
}
section.content .container .list-buttons .button .content {
  padding-left: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
}
section.content .container .list-buttons .button .content .title {
  color: #FFF97B;
  font-size: 1.75rem;
  line-height: 1.5rem;
  margin: 0;
}
section.content .container .list-buttons .button .content .description {
  color: #FFF97B;
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin: 0;
}
section.content .container .list-buttons .button:hover img {
  transform: scale(0.8);
}
section.content .container .list-buttons .button.light {
  background-image: url(../images/cases/bg-button-light.png);
}
section.content .container .list-buttons .button.light img {
  width: 30%;
}
section.content .container .list-buttons .button.light .content .title {
  color: #38076A;
}
section.content .container .list-buttons .button.light .content .description {
  color: #38076A;
}
section.content .container .list-buttons.list-one-button {
  padding: 0;
  gap: 0rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
section.content .container .list-buttons.list-one-button .button {
  flex: auto;
  min-width: 60%;
  max-width: 60%;
  padding: 1.5rem 1rem;
}
section.content .gallery-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
  grid-template-areas: "img1 img1 img2 img2" "img1 img1 img3 img4";
}
section.content .gallery-grid .gallery-item {
  width: 100%;
  display: block;
}
section.content .gallery-grid .gallery-item img {
  width: 100%;
}
section.content .gallery-grid .gallery-item:nth-child(1) {
  grid-area: img1;
}
section.content .gallery-grid .gallery-item:nth-child(2) {
  grid-area: img2;
}
section.content .gallery-grid .gallery-item:nth-child(3) {
  grid-area: img3;
}
section.content .gallery-grid .gallery-item:nth-child(4) {
  grid-area: img4;
}
section.content .video blockquote {
  background: #FFFFFF;
  padding: 1rem;
  border-radius: 10px;
}

section#unidades {
  background: #38076A;
  color: #00D0FC;
}

section#missao {
  background: #CBFBFF;
  color: #38076A;
}

section#atuacao {
  background: #00D0FC;
  color: #1A237E;
}

section#lancamento-1 {
  background: #FFF97B;
  color: #1A237E;
}

section#lancamento-2 {
  background: #00D0FC;
  color: #1A237E;
}

section#campanhas {
  background: #CBFBFF;
  color: #1A237E;
}

section#desafios {
  background: #000;
  color: #FFF;
}

@media screen and (max-width: 1199px) {
  section.content .container .list-unidades .unidade > .title {
    font-size: 1.1rem;
  }
  section.content .container .list-buttons {
    gap: 3rem;
  }
  section.content .container .list-buttons .button {
    min-width: calc(33.33333% - 3rem);
    max-width: calc(33.3333% - 3rem);
  }
}
@media screen and (max-width: 992px) {
  section.content {
    padding: 3rem 0;
  }
  section.content .container .title {
    font-size: 1.3rem;
  }
  section.content .container .description {
    font-size: 1.1rem;
  }
  section.content .container .list-unidades {
    grid-template-columns: 1fr 1fr;
  }
  section.content .container .list-videos {
    gap: 2.5%;
    overflow-x: scroll;
  }
  section.content .container .list-videos .short-video {
    min-width: 45.5%;
  }
  section.content .container .mockup {
    gap: 1.5rem;
  }
  section.content .container .mockup .title {
    font-size: 2.5rem;
    margin: 0;
    line-height: 2.2rem;
  }
  section.content .container .mockup .description::before {
    content: "toque na tela para ver a página completa";
  }
  section.content .container .gallery {
    margin-top: 3rem;
  }
  section.content .container .list-buttons {
    padding: 2rem 0;
    gap: 3rem;
  }
  section.content .container .list-buttons .button {
    min-width: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  section.content {
    padding: 2rem 0;
  }
  section.content .container .title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.1rem;
  }
  section.content .container .description {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  section.content .container .list-unidades {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  section.content .container .list-unidades .unidade .title {
    font-size: 1.1rem;
  }
  section.content .container .video-short-alone {
    margin-top: 1rem;
  }
  section.content .container .mockup {
    gap: 1rem;
  }
  section.content .container .mockup .title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin: 0;
  }
  section.content .container .mockup .description::before {
    content: "toque na tela para ver a página completa";
  }
  section.content .container .gallery, section.content .container .gallery-2 {
    margin: 2rem -10px 0 -10px;
    width: auto;
  }
  section.content .container .list-videos {
    padding-top: 2rem;
    gap: 4%;
    overflow-x: scroll;
  }
  section.content .container .list-videos .short-video {
    min-width: 80.5%;
  }
  section.content .container .button-premio {
    width: 80%;
    height: 85px;
    margin-bottom: 1rem;
  }
  section.content .container .list-buttons {
    padding: 2rem 15px;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 1rem;
  }
  section.content .container .list-buttons .button {
    flex: auto;
    min-width: 0px;
    max-width: none;
    width: 100%;
    height: 100px;
    background-position: 0px 0px;
    background-size: 100% 100%;
  }
  section.content .container .list-buttons .button > img {
    width: 40%;
  }
  section.content .container .list-buttons .button .content {
    padding-left: 0.5rem;
  }
  section.content .container .list-buttons .button .content .title {
    font-size: 1.25rem;
    margin: 0;
  }
  section.content .container .list-buttons .button .content .description {
    font-size: 0.55rem;
    line-height: 0.6rem;
  }
}/*# sourceMappingURL=styles.css.map */