@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  background-color: #FCF7F1;
}

/* For mobile phones: */
[class*="col-"] {
  flex: 100%;
}

@media only screen and (min-width: 600px) {

  /* For tablets: */
  .col-s-1 {
    flex: 8.33%;
  }

  .col-s-1-5 {
    flex: 12.5%;
  }

  .col-s-2 {
    flex: 16.66%;
  }

  .col-s-3 {
    flex: 25%;
  }

  .col-s-4 {
    flex: 33.33%;
  }

  .col-s-5 {
    flex: 41.66%;
  }

  .col-s-6 {
    flex: 50%;
  }

  .col-s-7 {
    flex: 58.33%;
  }

  .col-s-8 {
    flex: 66.66%;
  }

  .col-s-9 {
    flex: 75%;
  }

  .col-s-10 {
    flex: 83.33%;
  }

  .col-s-11 {
    flex: 91.66%;
  }

  .col-s-12 {
    flex: 100%;
  }
}

@media only screen and (min-width: 768px) {

  /* For desktop: */
  .col-1 {
    flex: 8.33%;
  }

  .col-1-5 {
    flex: 12.5%;
  }

  .col-2 {
    flex: 16.66%;
  }

  .col-3 {
    flex: 25%;
  }

  .col-4 {
    flex: 33.33%;
  }

  .col-5 {
    flex: 41.66%;
  }

  .col-6 {
    flex: 50%;
  }

  .col-7 {
    flex: 58.33%;
  }

  .col-8 {
    flex: 66.66%;
  }

  .col-9 {
    flex: 75%;
  }

  .col-10 {
    flex: 83.33%;
  }

  .col-11 {
    flex: 91.66%;
  }

  .col-12 {
    flex: 100%;
  }
}

#container1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  transition: 0.3s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #fcf7f1ec;
}

.item1,
.item2 {
  padding: 0;
}

.item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.item1 a {
  text-decoration: none;
  color: #1E1E1E;
  font-family: Cormorant;
  font-size: 2.7rem;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}

.item2 {
  display: flex;
  align-items: center;
  justify-content: right;
}

.item2 ul {
  margin: 0;
  display: block;
}

.item2 ul li {
  display: inline;
  padding-left: 42px;
}

.item2 ul li a {
  text-decoration: none;
  color: #9A9694;
  text-align: center;
  font-family: Raleway;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  transition-duration: 0.4s;
}

.item2 ul li a:hover {
  color: #1e1e1e;
}

.marquee {
  display: flex;
  overflow: hidden;
  height: auto;
  user-select: none;
  gap: 2rem;
  -webkit-text-fill-color: #1E1E1E;
  color: #1E1E1E;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 35s linear infinite;
}

.marquee__group>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.marquee__group p {
  line-height: 90px;
  font-family: Cormorant;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

@media only screen and (min-width: 360px) {
  .marquee__group span {
    font-size: 6.5vw;
  }
}

#container2 {
  display: flex;
  flex-wrap: wrap;
}

#bannText {
  display: flex;
  justify-content: center;
  align-items: center;
}

#bannText p {
  width: 100%;
  color: #9A9694;
  text-align: center;
  font-family: Raleway;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.align_img1 img {
  object-position: left bottom;
}

.align_img2 img {
  object-position: center top;
}

.align_img3 img {
  object-position: center center;
}



.item_img {
  width: auto;
  overflow: hidden;
  transition: .5s ease;
}


.item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.item-content h4 {
  color: #1E1E1E;
  font-family: Cormorant;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  margin: 7px 0 4px 0;
}

.item-content p {
  color: #797675;
  font-family: Raleway;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25rem;
  margin: 0;
  width: 85%;
}

#title1_h1_2_flex {
  display: flex;
  flex-direction: row;
  align-items: center;

}

h1#title1_h1_2 {
  align-self: center;
  margin: 0 10px 0 0;
}

svg.svgTitle {
  align-self: center;
}

svg.svgBigTitle {
  align-self: center;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

svg.svgTitle,
svg.svgBigTitle {
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;

}

h1#title1_h1_1 {
  margin: 0 0 0 62px;
}

#title1 #h1_titles h1 {
  color: #1E1E1E;
  font-family: Cormorant;
  font-size: 6.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}

#container3 {
  display: flex;
  flex-wrap: wrap;
}

#span_title {
  padding: 30px 0 0 0;
}

#title1 a.btn_line {
  text-decoration: none;
  color: #FCF7F1;
  text-align: center;
  font-family: Raleway;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  border-radius: 1.8125rem;
  background-color: #1e1e1e;
  margin-bottom: 50px;
  padding: 0.3rem 0.8rem;
  transition: border-color 0.5s, background-color 0.5s, color 0.5s;
}

#title1 a.btn_line:hover {
  background-color: #797675;
  border-color: transparent;
  color: #FCF7F1;
}

#title1 p {
  color: #797675;
  font-family: Raleway;
  font-weight: 500;
  margin: 0 0 33px 0;
  font-style: normal;
  line-height: 1.25rem;
}

#item4 {
  display: flex;
}

#sobre_imgs {
  display: flex;
  flex-direction: row-reverse;
}


.st0 {
  fill: #1E1E1E;
}

.owl-carousel .owl-stage-outer {
  cursor: grab !important;
}

.item a {
  text-decoration: none;
  cursor: grab !important;
}

.drag-indicator {
  position: fixed;
  background-color: #1e1e1e;
  color: #FCF7F1;
  text-align: center;
  font-family: Raleway;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 7px;
  line-height: auto;
  border: 1px solid #353535df;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  /* Smoothly transition the opacity property */
  z-index: 999;
}

#overlay_text {
  position: absolute;
  width: 16%;
  text-align: right;
  margin: 99px 264px 0 0;
}

#overlay_text h5 {
  color: #1e1e1e;
  text-align: right;
  font-family: Cormorant;
  font-size: 40px;
  font-weight: 600;
  line-height: 98%;
  mix-blend-mode: color-dodge;
}

#title1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

#cont4_cont {
  display: flex;
  flex-direction: row;
}

#cont4_imgs_text {
  display: flex;
  flex-direction: column;
}

#cont4_pics_2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}


.pics_2 {
  align-self: flex-end;
  margin-bottom: 50px;
  z-index: 2;
}

.pics_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pics_2:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}



#cont4_pics_1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

#cont4_aptidoes {
  display: flex;
  flex-direction: column;
  z-index: 999;

}

#list_relative_container {
  position: relative;
  width: 100%;
}

#list_container {
  left: 0;
  right: 0;
  top: -228px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

#list_content {
  display: flex;
  flex-direction: column;
  margin-bottom: 31px;

}

#list_content #list_titles h1 {
  color: #1E1E1E;
  font-family: Cormorant;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}

#list_title_h1_2_flex {
  display: flex;
  flex-direction: row;
  align-items: center;

}

h1#list_title_h1_2 {
  margin: 0 10px 0 0;
}

#aptidoes_buttons {
  display: flex;
  flex-direction: column;
  margin: auto 0 0 0;
}

.aptidao_btn_cont {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.aptidoes_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
  transition: padding 0.3s ease-in, background-color 0.5s ease-in;
}

.aptidoes_btn_name,
.aptidoes_btn_icon {
  align-self: center;
}

.aptidoes_btn_name h6 {
  color: #797675;
  font-family: Raleway;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.3s;
}

.aptidoes_btn_icon h6 {
  color: #797675;
  font-family: Raleway;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.3s;
}

.aptidoes_btn_icon {
  border: 1px solid #797675;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.3s;
}


.aptidoes_btn:hover {
  background-color: #797675;
}

/* Change the border color of aptidoes_btn_icon when aptidoes_btn is hovered */
.aptidoes_btn:hover .aptidoes_btn_icon {
  border-color: #FCF7F1;
  /* Change the border color on hover */
}

.aptidoes_btn:hover .aptidoes_btn_icon h6 {
  color: #FCF7F1;
  /* Change the border color on hover */
}

.aptidoes_btn:hover .aptidoes_btn_name h6 {
  color: #FCF7F1;
  /* Change the border color on hover */
}

#container5 {
  padding: 56px 40px 136px 40px;
}

.aptidao_transition {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.aptidao_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.aptidao_img {
  display: flex;
}



.aptidao_text p {
  color: #797675;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  width: 65%;
}

.aptidao_text ul {
  color: #797675;
  font-family: Raleway;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 15px;
}

.aptidao_title h5 {
  margin: 0;
}

.aptidao_title {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

h5.title_text {
  color: #1E1E1E;
  font-family: Raleway;
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
}

h5.title_number {
  color: #1E1E1E;
  font-family: Cormorant;
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  margin: 9px 0;
}

#text_vertical {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

#text_vertical h2 {
  color: #797675;
  text-align: center;
  font-family: Cormorant;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5rem;
  /* 6.066rem */
  text-transform: uppercase;
  margin: 0;
}

#pics_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

#pics_1 {
  position: relative;
  display: block;
}



#sobre_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: fade 24s infinite;
  animation: fade 24s infinite;
  object-fit: cover;
}

#pic1 {
  animation-delay: 0s;
  background-image: url('img/videoPromo2.webp');
}

#pic2 {
  background-image: url('img/StarWars.webp');
  animation-delay: 8s;
}

#pic3 {
  background-image: url('img/videoPromo1.webp');
  animation-delay: 16s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  34% {
    opacity: 0;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  34% {
    opacity: 0;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.skill_level {
  display: flex;
  align-items: flex-start;
}

.skills_collum {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.skills_collum>div p {
  margin: 0 0 10px 0;
  color: #797675;
  font-family: Raleway;
}

.skills_container {
  width: 281px;
  background-color: #e9e4de;
}

.skills {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #797675;
}


.laravel {
  width: 40%;
  animation: ani40 2s ease-out;
}

@keyframes ani40 {
  0% {
    width: 0px;
  }

  100% {
    width: 40%;
  }
}

.js {
  width: 50%;
  animation: ani50 2s ease-out;
}

@keyframes ani50 {
  0% {
    width: 0px;
  }

  100% {
    width: 50%;
  }
}

.organizacao,
.aP {
  width: 60%;
  animation: ani60 2s ease-out;
}

@keyframes ani60 {
  0% {
    width: 0px;
  }

  100% {
    width: 60%;
  }
}

.motivacao,
.criatividade,
.aME,
.aPP,
.figma,
.php,
.sql {
  width: 70%;
  animation: ani70 2s ease-out;
}

@keyframes ani70 {
  0% {
    width: 0px;
  }

  100% {
    width: 70%;
  }
}

.tDI,
.aI {
  width: 80%;
  animation: ani80 2s ease-out;
}

@keyframes ani80 {
  0% {
    width: 0px;
  }

  100% {
    width: 80%;
  }
}

.aAE,
.css {
  width: 85%;
  animation: ani85 2s ease-out;
}

@keyframes ani85 {
  0% {
    width: 0px;
  }

  100% {
    width: 85%;
  }
}

.bootstrap,
.html {
  width: 90%;
  animation: ani90 2s ease-out;
}

@keyframes ani90 {
  0% {
    width: 0px;
  }

  100% {
    width: 90%;
  }
}

#arrows_btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.next_previous:hover .arrowBtn h6 {
  color: #1E1E1E;

}

.next_previous:hover .arrowBtn {

  border-color: #1E1E1E;
}

.aptidao_text #arrows_container {
  display: flex;
  flex-direction: row;
}

#container6 {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #ccc;
  align-items: center;
}

.footer_item2 {
  display: flex;
  justify-content: flex-end;
}

.footer_item2 button {
  text-decoration: none;
  color: #797675;
  text-align: center;
  font-family: Raleway;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  transition-duration: 0.4s;
  border: none;
  background: none;
}

.footer_item2 button:hover {
  color: #1E1E1E;
}

.footer_item1 {
  display: flex;
  justify-content: flex-start;
}

.footer_item1 h3 {
  text-decoration: none;
  color: #1E1E1E;
  font-family: Cormorant;
  font-size: 2.7rem;
  font-weight: 600;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 460px) {
  #container6 {
    margin: 0 25px;
    padding: 5px 0;
}
  .item2 ul {
    display: none;
  }
  #cont4_aptidoes {
    align-items: flex-start;
}
  .item2 i {
    display: block;
  }
  svg.svgBigTitle {
    height: 4rem;
    width: 4rem;
  }
  .marquee__group p {
    font-size: 6rem;
  }

  .marquee {
    margin: 115px 0 31px 0;
  }

  #bannText {
    margin: 0 5vw;
  }

  #bannText p {
    font-size: 0.73rem;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #container1 {
    padding: 0 25px;
  }

  .item_img {
    height: 16rem;
  }
  .item-content h4 {
    font-size: 2.2rem;
  }

  .item-content p {
    font-size: 0.73rem;
  }

  #title1 p {
    width: 100%;
    font-size: 0.73rem;
    margin: 0 0 18px 0;
  }

  .owl-theme {
    padding-bottom: 60px;
  }

  #container3 {
    padding: 60px 25px 60px 25px;
  }

  #title1 #h1_titles h1 {
    font-size: 3.6rem;
  }

  #h1_titles {
    margin-bottom: 55px;
  }

  #title1_h1_2_flex svg {
    width: 2.9rem;
    height: 2.9rem;
  }

  #title1 a.btn_line {
    font-size: 0.73rem;
  }

  .pics_2 {
    width: 10rem;
    height: 13rem;
}
  #sobre_img1 {
    width: 16rem;
    height: 23rem;
  }

  #sobre_img2 {
    margin-right: -4.5rem;
  }

  #item4 {
    align-items: center;
    justify-content: center;
  }

  .drag-indicator {
    display: none;
  }

  #pics_1 {
    width: 29.1rem;
    height: 41.2rem;
    margin-left: -113px;
  }

  #list_content #list_titles h1 {
    font-size: 3.6rem;
  }

  h1#list_title_h1_1 {
    margin: 0 0 0 30px;
  }

  #list_title_h1_2_flex svg {
    width: 2.9rem;
    height: 2.9rem;
  }

  .aptidoes_btn_name h6 {
    font-size: 1rem;
  }

  .aptidoes_btn {
    padding: 9px 3px;
  }

  .aptidao_btn_cont {
    padding: 9px 0;
  }

  .aptidoes_btn_icon {
    height: 28px;
    width: 28px;
  }

  .aptidoes_btn_icon h6 {
    font-size: 0.8rem;
  }

  .aptidoes_btn:hover {
    padding: 9px 8px;
  }

  #container4 {
    padding: 60px 25px 40px 25px;
  }
  #cont4_text {
    display: none;
  }
  #cont4_pics_2{
    display: none;
  }
  #aptidoes_buttons {
  width: 100%;
}
.skill_level {
  flex-direction: column;
  gap: 30px;
  height: 270px;
  margin-bottom: 24px;
  align-items: flex-start;
  width: 100%;
}
.skills_collum {
  width: 100%;
}
h5.title_text {
font-size: 1.7rem;
}
h5.title_number {
  font-size: 3.6rem;
}
#container5 {
  padding: 30px 25px 99px 25px;
}
.skills_container {
  width: 100%;
}
.aptidao_text{
  margin-bottom: 45px;
  align-items: flex-start;
}
.ap_img {
  width: 100vw;
  height: 223px;
}
.aptidao_img {
  justify-content: center;
  align-items: center;
}
.aptidao_transition {
  align-items: center;
  justify-content: center;
}
.marquee__group svg{
  width: 55px;
  height: 55px;
}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 460px) {
  svg.svgBigTitle {
    height: 4rem;
    width: 4rem;
  }
  .item2 ul {
    display: none;
  }

  .item2 i {
    display: block;
  }

  .marquee__group p {
    font-size: 6rem;
  }

  .marquee {
    margin: 117px 0 33px 0;
  }

  #bannText {
    margin: 0 5vw;
  }

  #bannText p {
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #container1 {
    padding: 0 25px;
  }

  .item_img {
    height: 20rem;
  }

  .item-content h4 {
    font-size: 2.7rem;
  }

  .item-content p {
    font-size: 0.9rem;
  }

  #title1 p {
    width: 100%;
    font-size: 0.9rem;
    margin: 0 0 21px 0;
  }

  .owl-theme {
    padding-bottom: 60px;
  }

  #container3 {
    padding: 60px 25px 60px 25px;
  }
  #container6 {
    margin: 0 25px;
    padding: 5px 0;
}
  #title1 #h1_titles h1 {
    font-size: 4.7rem;
  }

  #h1_titles {
    margin-bottom: 55px;
  }

  #title1_h1_2_flex svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  #title1 a.btn_line {
    font-size: 0.8rem;
  }

  .pics_2 {
    width: 12rem;
    height: 15rem;
  }

  #sobre_img1 {
    width: 21rem;
    height: 27rem;
  }

  #sobre_img2 {
    margin-right: -5.3rem;
  }

  #item4 {
    align-items: center;
    justify-content: center;
  }

  .drag-indicator {
    display: none;
  }

  #pics_1 {
    width: 29.1rem;
    height: 41.2rem;
    margin-left: -113px;
  }

  #list_content #list_titles h1 {
    font-size: 4.7rem;
  }

  h1#list_title_h1_1 {
    margin: 0 0 0 30px;
  }

  #list_title_h1_2_flex svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  .aptidoes_btn_name h6 {
    font-size: 1rem;
  }

  .aptidoes_btn {
    padding: 9px 3px;
  }

  .aptidao_btn_cont {
    padding: 9px 0;
  }

  .aptidoes_btn_icon {
    height: 28px;
    width: 28px;
  }

  .aptidoes_btn_icon h6 {
    font-size: 0.8rem;
  }

  .aptidoes_btn:hover {
    padding: 9px 8px;
  }

  #cont4_aptidoes {
    align-items: flex-start;
  }


  #container4 {
    padding: 60px 25px 40px 25px;
  }
  #cont4_text {
    display: none;
  }
  #cont4_pics_2{
    display: none;
  }
  #aptidoes_buttons {
  width: 100%;
}
.skill_level {
  flex-direction: column;
  gap: 30px;
  height: 270px;
  margin-bottom: 24px;
  align-items: flex-start;
  width: 100%;
}
.skills_collum {
  width: 100%;
}
h5.title_text {
font-size: 1.7rem;
}
h5.title_number {
  font-size: 3.6rem;
}
#container5 {
  padding: 30px 25px 136px 25px;
}
.skills_container {
  width: 100%;
}
.aptidao_text{
  margin-bottom: 45px;
  align-items: flex-start;
}
.ap_img {
  width: calc(100vw - 66px);
  height: 287px;
}
.aptidao_img {
  justify-content: center;
  align-items: center;
}
.aptidao_transition {
  align-items: center;
  justify-content: center;
}
.marquee__group svg{
  width: 55px;
  height: 55px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .item2 ul {
    display: none;
  }

  .item2 i {
    display: block;
  }

  .marquee__group p {
    font-size: 7rem;
  }

  .marquee {
    margin: 160px 0 64px 0;
  }

  #bannText {
    margin: 0 5vw;
  }

  #bannText p {
    font-size: 0.938rem;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #container1 {
    padding: 0 25px;
  }

  .item_img {
    height: 14rem;
  }

  .item-content h4 {
    font-size: 2rem;
  }

  .item-content p {
    font-size: 0.938rem;
  }

  #title1 p {
    width: 100%;
    font-size: 0.9rem;
    margin: 0 0 21px 0;
  }

  .owl-theme {
    padding-bottom: 60px;
  }

  #container3 {
    padding: 60px 25px 119px 25px;
  }
  #container6 {
    margin: 0 25px;
    padding: 5px 0;
}
  #list_content #list_titles h1 {
    font-size: 4.7rem;
  }

  h1#list_title_h1_1 {
    margin: 0 0 0 62px;
  }

  #list_title_h1_2_flex svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  .aptidoes_btn_name h6 {
    font-size: 1rem;
  }

  .aptidoes_btn {
    padding: 9px 3px;
  }

  .aptidao_btn_cont {
    padding: 9px 0;
  }

  .aptidoes_btn_icon {
    height: 28px;
    width: 28px;
  }

  .aptidoes_btn_icon h6 {
    font-size: 0.8rem;
  }

  .aptidoes_btn:hover {
    padding: 9px 8px;
  }

  #cont4_aptidoes {
    align-items: flex-start;
  }

  #container4 {
    padding: 60px 25px 40px 25px;
  }
  #cont4_text {
    display: none;
  }
  #cont4_pics_2{
    display: none;
  }
  #aptidoes_buttons {
  width: 100%;
}
.drag-indicator {
  display: none;
}
#title1_h1_2_flex svg {
  width: 3.4rem;
  height: 3.4rem;
}
.ap_img {
  width: calc(100vw - 66px);
  height: 407px;
}
#sobre_img1 {
  width: 27rem;
  height: 36rem;
}
#sobre_img2 {
  width: 14.5rem;
  height: 20rem;
  margin-right: -6.3rem;
}
.marquee__group svg{
  width: 55px;
  height: 55px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #title1_h1_2_flex svg {
    width: 3.4rem;
    height: 3.4rem;
  }
  #list_title_h1_2_flex svg {
    width: 3.4rem;
    height: 3.4rem;
  }
  .marquee__group svg{
    width: 55px;
    height: 55px;
  }
  .item2 ul {
    display: none;
  }

  #h1_titles {
    margin-bottom: 55px;
}

#title1 #h1_titles h1 {
  font-size: 3.9rem;
}

  .item2 i {
    display: block;
  }

  .marquee__group p {
    font-size: 6rem;
}

  .marquee {
    margin: 155px 0 50px 0;
  }

  #bannText {
    margin: 0 15vw;
  }

  #bannText p {
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 26px;
  }

  #container1 {
    padding: 0 25px;
  }

  .item_img {
    height: 13rem;
}

  .item-content h4 {
    font-size: 1.85rem;
}

  .item-content p {
    font-size: 0.8rem;
  }

  #title1 p {
    width: 100%;
    font-size: 0.8rem;
  }

  #title1 a.btn_line {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  #container3 {
    padding: 60px 25px;
    flex-wrap: nowrap;
    align-items: flex-end;
  }

  .drag-indicator {
    display: none;
  }

  .sidenav a {
    font-size: 1rem;
  }
  #sobre_img1 {
    width: 16rem;
    height: 21rem;
}
#sobre_img2 {
  width: 8.5rem;
  height: 11rem;
  margin-right: -4rem;
}

  #pics_1 {
    width: 16rem;
    height: 21rem;
    margin-left: -59px;
  }
  .pics_2 {
    width: 8.5rem;
    height: 11rem;
}

  #list_content #list_titles h1 {
    font-size: 3.9rem;
  }

  h1#list_title_h1_1 {
    margin: 0 0 0 62px;
  }

  #list_title_h1_2_flex svg {
    width: 4rem;
    height: 4rem;
  }

  .aptidoes_btn_name h6 {
    font-size: 1rem;
  }

  .aptidoes_btn {
    padding: 5px 3px;
  }

  .aptidao_btn_cont {
    padding: 5px 0;
  }

  .aptidoes_btn_icon {
    height: 25px;
    width: 25px;
  }

  .aptidoes_btn_icon h6 {
    font-size: 0.8rem;
  }

  .aptidoes_btn:hover {
    padding: 5px 8px;
  }

  #cont4_aptidoes {
    margin-top: -95px;
    align-items: flex-end;
}

  #container5 {
    padding: 0 25px 136px 25px;
}
  #container4 {
    padding: 60px 25px 40px 25px;
  }
  #cont4_text {
    display: flex;
  }
  #cont4_pics_2{
    display: flex;
    justify-content: flex-start;
    margin-right: 234px;
  }
  #text_vertical h2 {
    font-size: 2rem;
    line-height: 2rem;
}

  #aptidoes_buttons {
    width: 377px;
}
h5.title_text {
  font-size: 1.7rem;
  }
  h5.title_number {
    font-size: 3.6rem;
  }
  .ap_img {
    width: calc(100vw - 66px);
    height: 415px;
}
#item4 {
  align-items: center;
  justify-content: flex-end;
}
.skill_level {
  flex-direction: row;
  gap: 70px;
  margin-bottom: 40px;
  height: 105px;
}
.aptidao_text p {
  font-size: 0.9rem;
}
.aptidao_transition {
  padding-top: 30px;
}
#container6 {
  margin: 0 25px;
  padding: 10px 0;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .ap_img {
    width: calc(100vw - 99px);
    height: 455px;
}
  .item2 ul {
    display: block;
  }

  #h1_titles {
    margin-bottom: 75px;
  }

  .item2 i {
    display: none;
  }

  .marquee__group p {
    font-size: 9rem;
  }

  #title1 #h1_titles h1 {
    font-size: 5.37rem;
  }

  .marquee {
    margin: 163px 0 68px 0;
  }

  #bannText {
    margin: 0 15vw;
  }

  #bannText p {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 31px;
  }

  #container1 {
    padding: 0 40px;
  }
  #container6 {
    margin: 0 40px;
    padding: 20px 0;
}
  .item_img {
    height: 20rem;
}

  .item-content h4 {
    font-size: 2.7rem;
  }

  .item-content p {
    font-size: 0.9rem;
  }

  #title1 p {
    width: 100%;
    font-size: 0.9rem;
  }

  #title1 a.btn_line {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  #container3 {
    padding: 108px 40px 119px 40px;
  }

  .drag-indicator {
    display: block;
  }

  .sidenav a {
    font-size: 1rem;
  }

  #sobre_img1 {
    width: 22rem;
    height: 30rem;
  }

  .pics_2 {
    width: 11.8rem !important;
    height: 15rem !important;
}

  #sobre_img2 {
    margin-right: -5.3rem;
  }

  #pics_1 {
    width: 22rem;
    height: 30rem;
    margin-left: -81px;
  }

  #list_content #list_titles h1 {
    font-size: 5.37rem;
  }

  h1#list_title_h1_1 {
    margin: 0 0 0 62px;
  }

  #list_title_h1_2_flex svg {
    width: 3.8rem;
    height: 3.8rem;
  }

  .aptidoes_btn_name h6 {
    font-size: 20px;
  }

  .aptidoes_btn {
    padding: 9px 3px;
  }

  .aptidao_btn_cont {
    padding: 9px 0;
  }

  .aptidoes_btn_icon {
    height: 30px;
    width: 30px;
  }

  .aptidoes_btn_icon h6 {
    font-size: 13px;
  }

  .aptidoes_btn:hover {
    padding: 9px 8px;
  }

  #container4 {
    padding: 60px 40px 50px 40px;
  }
  #cont4_text {
    display: flex;
  }
  #cont4_pics_2{
    display: flex;
    justify-content: flex-start;
    margin-right: 304px;
  }
  #cont4_aptidoes {
    margin-top: -127px;
    align-items: flex-end;
}
#item4 {
  align-items: center;
  justify-content: flex-end;
}
#aptidoes_buttons {
  width: 496px;
}
#text_vertical h2 {
  line-height: 3rem;
  font-size: 3rem;
}
.skill_level {
  flex-direction: row;
  gap: 70px;
  margin-bottom: 40px;
  height: 105px;
}
#container5 {
  padding: 0 40px 136px 40px;
}
.aptidao_transition {
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.aptidao_text {
  margin-bottom: 60px;
}
.marquee__group svg {
  width:90px;
  height:90px;
}
#title1_h1_2_flex svg {
  width: 3.8rem;
  height: 3.8rem;
}
.item_img:hover {
  border-radius: 48%;
}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1250px) {
  .drag-indicator {
    display: block;
  }
  .item2 ul {
    display: block;
  }

  .item2 i {
    display: none;
  }

  #title1 #h1_titles h1 {
    font-size: 6.75rem;
  }

  .marquee__group p {
    font-size: 8.75rem;
  }

  .marquee {
    margin:179px 0 77px 0;
  }

  #bannText {
    margin: 0 29.5vw;
  }

  #bannText p {
    font-size: 1.1rem;
    margin: 0;
    margin-bottom: 31px;
  }

  #container1 {
    padding: 0 40px;
  }

  .item_img {
    height: 24.9rem;
  }

  .item-content h4 {
    font-size: 2.7rem;
  }

  .item-content p {
    font-size: 1.01875rem;
  }

  #title1 p {
    width: 75%;
    font-size: 1.01875rem;
  }

  #container3 {
    padding: 108px 40px 119px 40px;
  }

  #sobre_img1 {
    width: 29.1rem;
    height: 41.2rem;
  }

  .pics_2 {
    width: 17.7rem !important;
    height: 23.5rem !important;
  }

  #item4 {
    align-items: flex-start;
    justify-content: flex-end;
  }

  #sobre_img2 {
    margin-right: -7.5rem;
  }

  #h1_titles {
    margin-bottom: 93px;
  }

  .owl-theme {
    padding-bottom: 108px;
  }

  #title1 a.btn_line {
    font-size: 0.8rem;
    margin-bottom: 50px;
  }

  #title1_h1_2_flex svg {
    width: 75px;
    height: 75px;
  }

  #pics_1 {
    width: 29.1rem;
    height: 41.2rem;
    margin-left: -113px;
  }

  #list_content #list_titles h1 {
    font-size: 6.75rem;
  }

  h1#list_title_h1_1 {
    margin: 0 0 0 62px;
  }

  #list_title_h1_2_flex svg {
    width: 75px;
    height: 75px;
  }

  .aptidoes_btn_name h6 {
    font-size: 24px;
  }

  .aptidoes_btn {
    padding: 9px 3px;
  }

  .aptidao_btn_cont {
    padding: 9px 0;
  }

  .aptidoes_btn_icon {
    height: 35px;
    width: 35px;
  }

  .aptidoes_btn_icon h6 {
    font-size: 15px;
  }

  .aptidoes_btn:hover {
    padding: 9px 8px;
  }

  #text_vertical h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  #cont4_text {
    display: flex;
  }
  #cont4_pics_2{
    display: flex;
    justify-content: flex-start;
    margin-right: 363px;
  }

  #cont4_aptidoes {
    margin-top: -160px;
    align-items: flex-end;
  }
  #container6 {
    margin: 0 40px;
    padding: 20px 0;
}
  #container4 {
    padding: 119px 40px 80px 40px;
  }
  #aptidoes_buttons {
    width: 608px;
  }
  .skill_level {
    flex-direction: row;
    gap: 70px;
    height: 115px;
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .ap_img {
    width: 600px;
    height: 400px;
  }
  .aptidao_img {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .aptidao_transition {
    align-items: flex-start;
    gap: 131px;
    flex-wrap: nowrap;
  }
  .marquee__group svg {
    width:90px;
    height:90px;
}
.item_img:hover {
  border-radius: 48%;

}
}




.pic_ap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: fade2 24s infinite;
  animation: fade2 24s infinite;
  object-fit: cover;
}

#pic_ap1 {
  background-position: center top;
  animation-delay: 0s;
  background-image: url('img/landing1.webp');
}

#pic_ap2 {
  background-position: center top;
  background-image: url('img/appSuperFit.webp');
  animation-delay: 8s;
}

#pic_ap3 {
  background-position: center top;
  background-image: url('img/PetolandiaPage.webp');
  animation-delay: 16s;
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  34% {
    opacity: 0;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade2 {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  34% {
    opacity: 0;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.ap_img {
  position: relative;
  display: block;
}
.pic_ap2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: fade 24s infinite;
  animation: fade 24s infinite;
  object-fit: cover;
}

#pic_ap12 {
  animation-delay: 0s;
  background-position: left bottom;
  background-image: url('img/redes1.webp');
}

#pic_ap22 {
  animation-delay: 8s;
  background-position: center top;
  background-image: url('img/mockupHome.webp');
}

#pic_ap32 {
  animation-delay: 16s;
  background-position: center center;
  background-image: url('img/logoPet1.webp');
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  34% {
    opacity: 0;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  34% {
    opacity: 0;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.item2 h2 {
  color: #1e1e1e;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
  transition-duration: 0.4s;
}

.item2 h2:hover {
  color: #797675;
}

.sidenav {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #1e1e1e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  z-index: 2000;
}

.sidenav h2 {
  color: #797675;
  margin: 0 0 25px 0;
  font-size: 1.6rem;

  transition-duration: 0.4s;
}

.sidenav h2:hover {
  color: #fcf7f1;
}

.sidenav a {
  padding: 12px 12px 12px 32px;
  text-decoration: none;
  color: #797675;
  font-family: Raleway;
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  transition-duration: 0.4s;
}

.sidenav a:hover {
  color: #fcf7f1;
}

.sidenav .closebtn {
  top: 0;
  left: 25px;
  margin-left: 0;
}

.intro{
  position: fixed;
  z-index: 2002;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #1E1E1E;
  transition: 1s;
}
.logo-header{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo{
  position: relative;
  display: inline-block;
  bottom: -30px;
  opacity: 0;
}
.logo.active{
  bottom: 0;
  opacity: 1;
  transition: ease-in-out 0.5s;
}
.logo.fade{
  bottom: 150px;
  opacity: 0;
  transition: ease-in-out 0.5s;
}
span.logo {
  text-decoration: none;
  color: #FCF7F1;
  font-family: Cormorant;
  font-size: 2.7rem;
  font-weight: 600;
}
.pic5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: fade 24s infinite;
  animation: fade 24s infinite;
  object-fit: cover;
}

#pic15 {
  animation-delay: 0s;
  background-position: left bottom;
  background-image: url('img/pap1.webp');
}

#pic25 {
  animation-delay: 8s;
  background-position: center center;
  background-image: url('img/pap2.webp');
}

#pic35 {
  animation-delay: 16s;
  background-position: center center;
  background-image: url('img/pap3.webp');
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  34% {
    opacity: 0;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  34% {
    opacity: 0;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
