/**
 * Support: fpires@catitech.com.br;
 * Author: Flávio Pires
 * 
 *
/* ---------------------------------------------- /*
 * General styles
/* ---------------------------------------------- */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');

:root {
  --color_primary: #798fc8;
  --accent_color: #4d67a7;
  --default_color: #707070;
}

::-moz-selection {
  background: var(--color_primary);
  text-shadow: none;
  color: #fff;
}

::selection {
  background: var(--color_primary);
  text-shadow: none;
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border: thin solid transparent;
}

::-webkit-scrollbar-track:hover {
  background-color: #dcddd8;
  border: thin solid #dcddd8;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color_primary);
  border: thin solid var(--color_primary);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font: 400 1.1rem "Poppins", serif, sans-serif;
  color: var(--default_color);
  letter-spacing: 2px;
}

main {
  width: 100%;
}

/* img {
  max-width: 100%;
  height: 100%;
} */

a {
  color: var(--color_primary);
}

a:hover {
  color: var(--accent_color);
}

/* ---------------------------------------------- /*
   * Typography
  /* ---------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 400 "Poppins", serif, sans-serif;
  margin: 5px 0 5px;
  color: var(--default_color);  
}

h1 {
  font-size: 64px;
  line-height: 1.5;
  margin: 5px 0 15px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 5px 0 15px;
}

h4 {
  font-size: 16px;
  margin: 5px 0 10px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

/* ---------------------------------------------- /*
 * Header and Navigation
/* ---------------------------------------------- */

.main_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* border: solid 1px black; */
  padding: 20px 0;
}

.header_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* border: solid 1px red; */
  display: flex;
  width: 90%;
}

/* .area_logo_cati {
  border: solid 1px blue;
} */

.menu_left {
  /* border: solid brown; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
}

/* .menu {
  border: solid 1px grey;
} */

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu_links {
  justify-content: flex-start;
  padding: 10px 0px;
}

.menu_links a {
  color: var(--default_color);
  padding: 0px 20px;
}

.menu_links a:hover {
  color: var(--accent_color);
  font-weight: bold;
  text-decoration: none;
}

.menu_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* border: solid 1px green; */
  /* width: 30%; */
  align-items: center;
  float: right;
}

.btn-signup {
  background-color: var(--color_primary);
  padding: 15px 50px;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px;
  margin: 10px 5px;
}

.btn-signup:hover {
  background-color: var(--accent_color);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.btn-login {
  padding: 5px 20px;
  margin: 10px 5px;
}

.btn-login:hover{
  color: var(--accent_color);
  text-decoration: none;
  font-weight: 600;
}

.bar {
  width: 30px;
  height: 3px;
  background-color: var(--color_primary);
  margin: 3px 0;
}

.sidebar {
  display: none;
}

.about {
  display: flex;
  justify-content: center;
  width: 100%;

}

.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  width: 80%;
  margin-top: 50px;
}

.about-content img {
  width: 50%;
  height: min-content;
}

.about-content-text {
  width: 40%;
}

.about-content-text h1 {
  padding-top: 20px;
  font-size: 2rem;
}

.about-content-text h3 {
  padding-bottom: 50px;
  width: 70%;
  color: var(--default_color);
}

.about-content-text a {
  padding: 15px 80px;
  border:  solid 2px var(--color_primary);
  border-radius: 5px; 
}

.about-content-text a:hover {
  border-color: var(--accent_color);
  background-color: var(--accent_color);
  text-decoration: none;
  color: #fff;
}

.partiners {
  display: flex;
  justify-content: center;
  width: 100%;
}

.info {
  width: 100%;
  min-height: 50%;
  background-color: var(--accent_color);
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.info-content {
  width: 75%;
  padding: 30px;
}

.info-content h2, h3, h4 {
  margin-top: 40px;
  color: #fff;
}

.info-content h3 {
  border-left: 2px solid #fff;
  padding-left: 30px;
  font-size: 1.5rem;
}

.info-content h4 {
  width: 80%;
  font-size: 1.2rem;
}

.info-content h2 {
  width: 35%;
  font-size: 1.7rem;  
  float: right;
  margin-right: 20%;
  line-height: 1.5;
  margin-bottom: 40px;
}

.partiners-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partiners-content h2 {
  text-align: right;
  font-size: 1.7rem;
  color: var(--color_primary);
  margin-top: 60px;
}

/* carrosel de logos */

.carrousel-partiners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.carousel-container {
  position: relative;
  width: 80%;
  max-width: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 200%; /* Acomodar duas imagens visíveis */
}

.carousel img {
  flex-shrink: 0;
  width: 50%; /* Mostrar duas imagens de cada vez */
  height: auto;
  object-fit: contain;
  padding: 0 10px;
}

.prev-button {
  margin-right: 20px;
  cursor: pointer;
}

.next-button {
  margin-left: 20px;
  cursor: pointer;
}

.services {
  width: 100%;
  display: flex;
  justify-content: center;
}

.services-content {
  margin-top: -30px;
  width: 70%;
  display: flex;
  justify-content: center;  
}

.services-content-title {
  width: 20%;
}

.service-types-content {
  /* border: solid 1px blue; */
  width: 50%;
  /* display: flex;
  flex-wrap: wrap; 
  justify-content: center; */
  display: grid;
  grid-template-columns: repeat(3,200px);
  grid-auto-rows: minmax(100px, auto);
  gap: 20px;
}

.service-types {
  /* width: 30%; */
  /* border: solid 1px red; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center; 
  height: 100px;
  border-radius: 15px;
  background-color: #F2F6FF;
  font-size: 0.95rem;
  padding: 15px;
  color: var(--accent_color);
}

.e-protocol {
  grid-row-end: span 3;
  height: 340px;
  background-color: #F2FFF5;
  display: flex;
  flex-direction: column;
}

.services-content-title h2 {
  text-align: right;
  margin-right: 50px;
  font-size: 1.7rem;
  color: var(--color_primary);
  line-height: 1.5;
  margin-top: 60px;
}

.process-info {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.process-content {
  width: 70%;
  display: flex;
  justify-content: center;
}

.process-content-text {
  width: 50%;  
}

.process-content-text h2 {
  margin-top: 50px;
  font-size: 1.7rem;
  line-height: 1.7;

}

.process-content-text h4 {
  font-size: 1.2rem;
  color: var(--default_color);
  line-height: 1.5;
}

.process-content img {
  width: 40%;
  height: min-content;
}

.benefits {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.benefits-content {
  width: 80%;
  display: flex;
  justify-content: center;
}

.benefits-content-left-side {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.benefits-content-left-side h2 {
  font-size: 1.7rem;
  text-align: right;
  color: var(--accent_color);
  margin-right: 70px;
}

.benefits-content-left-side p {
  font-size: 1.2rem;
  text-align: right;
  color: var(--accent_color);
  margin-right: 70px;
  margin-top: 30px;
}

.benefits-content-rigth-side {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.benefits-list {
  padding: 10px;
  width: 30%;
}

.benefits-list p {
  padding-top: 10px;
}

.benefits-icon {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  background-color: #E4ECFF;
  width: 43px;
  height: 43px;
  border-radius: 50%;  
}

.contact {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-content {
  width: 80%;
  margin-top: 70px;
}

.contact-content h2 {
  font-size: 1.7rem;
}

.contact-options {
  margin-top: 20px;
  padding-left: 20px;
}

.contact-options i {
  margin-right: 10px;
}

.whatsApp-contact {
  display: flex;
  justify-content: flex-start;
}

.email-contact {
  display: flex;
  justify-content: flex-start;
}

.footer {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  background-color: var(--accent_color);
}

.footer-content {
  width: 80%;
  padding: 60px 0;
}

.footer-content h2 {
  font-size:  1.7rem;
  color: #fff;
}

.adress-cati {
  display: flex;
  justify-content: flex-start;
}

.footer-adress {
  display: flex;  
  justify-content: space-between;
}

.footer-adress a {
  font-size: 0.8rem;
}

.footer-adress a:link {
  color: #fff;
}

.footer-adress a:visited {
  color: #fff;
}

.footer-adress a:hover {
  color: var(--color_primary);
  text-decoration: none;
}

.footer-adress p {
  color: #fff;
  margin-left: 10px;
}

.whatsapp-icon {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.whatsapp-icon i {
  cursor: pointer;
}

.social-media {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.social-icons {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons i {
  padding: 0 15px;
}

.social-icon:hover svg path {
  fill: var(--accent_color);
}

.instagram-icon {
  width: 41px;
  height: 41px;
}

/* Media Query para exibir o menu toggle em telas menores */
@media (max-width: 1185px) {

  .menu_left {
    width: 100%;
  }

  .menu_buttons {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .btn-login {
    background-color: var(--color_primary);
    padding: 15px 50px;
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    margin: 10px 5px;
  }
  
  .btn-login:hover{
    background-color: var(--accent_color);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

  .menu {
      display: none;
  }

  .menu-toggle {
      display: flex;
  }

  .sidebar {
      position: fixed;
      top: 0;
      right: -250px;
      width: 250px;
      height: 100%;
      background-color: var(--color_primary);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      transition: right 0.3s ease-in-out;
  }

  .sidebar.show {
      right: 0;
  }

  .sidebar-header {
      display: flex;
      justify-content: flex-end;
      padding: 50px 0;
  }

  .close-btn {
      color: white;
      cursor: pointer;
      border: solid 2px var(--accent_color);
      padding: 5px 20px;
      border-radius: 5px;
  }

  .close-btn:hover {
      color: #fff;
      background-color: var(--accent_color);
  }

  .sidebar-menu {
      list-style: none;
      padding: 0;
      text-align: center;
  }

  .sidebar-menu a {
      text-decoration: none;
      color: white;
      font-weight: bold;
      display: block;
      padding: 10px;
  }
}

@media (max-width: 500px) { 
  
  .menu_buttons {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  
.whatsapp-icon {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
}

@media (max-width: 1250px) {
  .about-content-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
   
  }  

  .about-content img {
    width: 100%;
    padding-top: 20px;
  }

  .about-content-text h1, h3, a{
    text-align: center;    
  }

  .info-content h4 {
    width: 100%;
  }

  .info-content h2, h3, h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .info-content h2 {
    width: 100%;
    float: none;
  }
    
  .process-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .process-content-text {
    width: 70%; 
    text-align: center; 
  }
  
  .process-content-text h2 {
    margin-top: 50px;
    font-size: 1.7rem;
    line-height: 1.7;
  
  }
  
  .process-content-text h4 {
    font-size: 1.2rem;
    color: var(--default_color);
    line-height: 1.5;
  }
  
  .process-content img {
    width: 70%;
  }

  .benefits-content {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .benefits-content-left-side {
    width: 90%;
    text-align: center;
  }

  .benefits-content-left-side  h2 {
    text-align: center;
    margin-right: 0;
  }

  .benefits-content-left-side p {
    text-align: center;
    margin-right: 0;
  }

  .benefits-content-rigth-side {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .benefits-content {
    display: flex;
    flex-direction: column;    
  }

  .benefits-list { 
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .benefits-list p {
    padding-top: 0;
    width: 80%;
  }

  .benefits-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .contact-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0x;
  }

  .contact-options p {
    text-align: center;
  }
  
  .contact-options i {
    justify-content: center;
  }
  .contact-content h2 {
    text-align: center;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .adress-cati {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-adress {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-adress p {
    text-align: center;
    margin-top: 10px;
  }

  .footer-adress i {
    width: 25px;
    height: auto;
    margin-top: 20px;
  }
}

@media (max-width: 1080px) {

  .partiners-content h2 {
    text-align: center;
  }
  .services-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;  
  }
  .services-content-title {
    width: 100%;    
  }

  .services-content-title h2 {
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .service-types-content {
    display: flex;
    flex-direction: column;
  }

  .process-info {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  .benefits-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .benefits-list p {
    padding-top: 10px;
    text-align: center;
  }
  .benefits-icon {
    width: 60px;
    height: 60px;
  }
}