/* privacypolicy page */
.Center_text {
    padding-top: 0%;
    width: 75%;
    padding-bottom: 20%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: blue; */
}
.Center_text h1 {
  font-family: "Lora";
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  /* font-style: italic; */
}

.Center_text strong {
  font-weight: 600;
}

.Center_text h2 {
  font-family: "Lora";
  font-weight: 600;
  font-size: 22px;
  color: black;
  line-height: var(--lh-tight);
  margin: 0 0 var(--space-0-5);
}
.Center_text p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: black;
  margin-top: 5px;
  margin-bottom: 0;
}

.Center_text .about-section {
  clear: both;
  margin-bottom: var(--space-2);
}

.Center_text .about-section--services-intro {
  margin-bottom: 0;
}

.Center_text .Services.about-section {
  margin-top: var(--space-2-5);
  margin-bottom: var(--space-2-5);
}

.Center_text .about-section p + p,
.Center_text .about-tool + .about-tool,
.Center_text .about-credits p + p {
  margin-top: var(--space-0-5);
}

.Center_text ul {
  margin: var(--space-0-5) 0 0;
  padding-left: var(--space-1);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: black;
}

.Center_text .about-list {
  list-style-type: disc;
}

.Center_text .about-list li::marker {
  font-size: var(--fs-mini);
}

.Center_text .about-services-list + .about-services-note {
  margin-top: var(--space-0-5);
}

.Center_text li + li {
  margin-top: 6px;
}
.Center_text a {
  color: #6163dd;
}

.Center_img {
  float: left;
  width: 100%;
  max-height: 75vh;
  display: table;
}

.Center_img img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  object-position: 0% 9%;
}

.Center_img_vid {
  float: left;
  width: 100%;
  height: fit-content;
}

.Center_img_vid video {
  width: 100%;
  height: auto;
  border: 1px solid black;
}

.Center_img_serv_C {
    float: left;
    width: 103%;
    max-height: 75vh;
    display: table;
    margin-left: -1.5%;
}

.Center_img_serv {
  width: 30%;
  padding: 1.5%;
  margin-right: 15px;
  max-height: 75vh;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.Center_img_serv img {
  height: 75vh;
  object-fit: cover;
  object-position: 0% 9%;
}

.Services {
  width: 100%;
  float: left;
}
.Services_top {
  width: 100%;
  margin-left: 0;
  float: left;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: var(--space-0-5);
  margin-bottom: var(--space-2);
}

.service-tab:hover,
.service-tab:focus-visible {
  opacity: 80%;
  color: #6163dd;
  cursor: pointer;
}

.service-tab.is-active {
  opacity: 80%;
  color: #6163dd;
}

.service-tab {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Source Sans Pro";
  font-weight: 500;
  font-size: 26px;
  text-align:center;
}

.Services_left {
    width: 22%;
    margin-left: 0.5%;
    float: left;
    margin-top: 190px;
}

[data-service-title] {
    position: relative;
    float: left;
    margin-left: 25px;
}

[data-service-title] h4 {
    font-family: "Lora";
    font-weight: 300;
    font-size: 1.9vw;
    font-style: italic;
}

[data-service-text] em {
   font-family: "Source Sans Pro";
   font-size: 20px;
   font-style: normal;
}

[data-service-image="inventory"] {
    object-position: 40% ;
}
[data-service-image="supply"] {
    object-position: 20% 12% ;
}

.Services_center img {
    width: 45%;
    margin-left: 5%;
    float: left;
    height: 35vw;
    object-fit: cover;
    object-position: 20% 50%;
}
.Services_right {
    width: 22%;
    margin-left: 0.5%;
    float: right;
    margin-top: 240px;
}



.Talk {
  height: 50px;
}

.TS-container {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

.Talk-slide-opener {
  position: relative;
  float: left;
  max-width:40px;
  font-size: 36px;
  cursor: pointer;
  flex: 1;
}

.Talk-slide-opener em {
  position: absolute;
  bottom:-17px;
  transition: transform 0.5s;
}

.rotate90 em {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform:rotate(45deg);
  transition: transform 0.5s;
}

.Talk-header{
  float: right;
  width:95%;
  font-family: "Source Sans Pro";
  border-bottom: 0.25px solid;
  cursor: pointer;
  height: fit-content;
  flex: 1;
}

.Talk-header h5{
  margin: 5px 5px 5px 5px;
  font-size: 22px;
  font-weight: 500;
}

.Talk-header p {
  float: right;
  font-size: 18px;
  margin-top: 5px;
  font-style: italic;
}

.Talk-info{
  width: 100%;
  float:left;
  margin-bottom: 25px;
}

.Talk-info p {
  font-size: 20px;
}

.Talk-spacer {
  float: left;
  height:10px;;
  width:100%;
}

.Slider{
  float: left;
  height:auto;
  margin-left: 45px;
  width:97%;
}



/* privacypolicy page */

/* ___________________________________________________________________________ */
/* MEDIA QUERIES *//* MEDIA QUERIES *//* MEDIA QUERIES */


@media only screen and (min-width:1600px) {

.Services_right {
    margin-top: 243px;
}

[data-service-title] h4 {
    font-size: 1.9vw;
}

}


@media only screen and (min-width:100px) and (max-width: 600px) {

  /* privacypage */
  .Center_text {
    padding-top: 0%;
    width: 90%;
    padding-bottom: 20%;
    margin-left: 5%;
    /* background-color: blue; */
   }
  .Center_text h1 {
      font-size: 24px;
  }
  .Center_text h2, .Center_text p, .Center_text ul {
     line-height: normal;
     font-size: 18px;
  }
  /* privacypage */

  /* sobrepage */

  .service-tab {
    font-size: 20px;
    white-space: nowrap;
  }
  /* sobrepage */

  .Services_left {
    display: none;
  }
  .Services_right {
    display: none;
  }
  .Services_top {
    width: 100%;
    margin-left: 0;
    margin-bottom: var(--space-2);
    margin-top: -25px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-0-5);
  }
  .Services_center {
    width: 100%;
  }
  .Services_center img {
    width: 100%;
    margin-left: 0;
  }

  .TS-container {
    width: 95%;
  }
  .Talk-header h5 {
    font-size: 18px;
  }
  .Talk-info {
    width: 87%;
  }

  .Center_img img, .Services_center img {
    height: 50vh;
  }
}


@media only screen and (min-width:600px) and (max-width: 834px) {

  .Center_text {
    width: 90%;
  }

  .Center_text h1 {
    font-size: 28px;
  }

  .Center_img img {
    width: 100%;
    height: 50vh;
   }

  .Services_center img {
    height: 45vw;
  }

  .Services_top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-0-5);
  }

  .service-tab {
    font-size: 22px;
  }

  .Services_left {
    margin-top: 115px;
   }

  [data-service-title] h4 {
    font-size: 2.9vw;
  }

  [data-service-text] em {
     font-size: 16px;
  }

  [data-service-title] {
    font-size: 2.9vw;
  }

  .Privacy_Mobile {
    /* margin-right: calc(1% + 100px); */
    margin-right: 5%;
  }

}


@media only screen and (min-width:200px) and (max-width:1080px) {

 /* Sobre */
 [data-service-text] em {
    font-size: 16px;
 }
 .Services_right {
    margin-top: 145px!important;
 }

}




@media only screen and (min-width:835px) and (max-width:1180px) {

  /* privacypage */

  .Center_text h1 {
      font-size: 28px;
  }
  .Center_text h2, .Center_text p, .Center_text ul {
      font-size: 20px;
  }
  /* privacypage */

  /* sobrepage */
  .Center_text h5 {
    font-size: 20px;
  }
  .Services_right {
    margin-top: 155px;
  }
  .Services_left {
    margin-top: 120px;
  }
  .Services_top {
    width: 95%;
    margin-left: 2.5%;
  }
  .service-tab {
    font-size: 20px;
  }
  [data-service-text] em {
     font-size: 18px;
  }
  /* sobrepage */

}

@media only screen and (min-width: 835px) {
  .Center_text {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1099.98px) {
  .Center_text {
    width: 85%;
  }
}

@media only screen and (max-width: 834px) {
  .Services_top {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .service-tab:nth-child(-n + 3) {
    grid-column: span 2;
  }

  .service-tab:nth-child(n + 4) {
    grid-column: span 3;
  }
}
