@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
  color: #444;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #36d1dc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #5b86e5,
    #36d1dc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #5b86e5,
    #36d1dc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

h3 {
  font-size: 24px;
  color: #f4f4f4;
}

.alinha {
  text-align: center !important;
}

.separa {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  text-align: center;
}
.capa {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.capa i,
.separa i {
  font-size: 30px;
}

.capa i,
.separa i {
  animation: pulse 0.5s ease-out infinite alternate;
}

.capa i:hover,
.separa i:hover {
  cursor: pointer;
  font-size: 28px;
  color: #f4f4f4;
}

.capabtn a {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: transparent;
  color: #f4f4f4;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 0.5s ease-out infinite alternate;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.capabtn a:hover {
  background-color: transparent;
}

.capabtn i a {
  color: #f4f4f4;
}

.sobre {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  background-image: url("../images/BkgSobre.png");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.logos {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  background-image: url("../images/BkgLogos.png");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.carr {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  background-image: url("../images/BkgLogos.png");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.menu {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 20px;
  text-align: center;
  background-color: #f4f4f4;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
}

.menu a {
  text-decoration: dotted;
}
.menu a:hover {
  color: #5b86e5;
  text-decoration: wavy;
}

.logoinside {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #fff;
}

.logoinside-item {
  width: 100%;
  max-width: 300px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  padding: 15px;
}

.logoinside img {
  width: 90%;
}

.logoinside img:hover {
  width: 110%;
  transition: 0.5s;
}

.capas-itemP {
  width: 97%;

  min-height: 250px;

  flex: 1;

  padding: 10px;

  background-color: #fff;

  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);

  border-radius: 7px;

  margin: 5px;

  background-image: url("../images/BkgLogos.png");

  background-repeat: no-repeat;

  background-position: center;

  background-size: 300px;
  text-align: center;
}

.slider-container {
  width: 100%;

  height: auto;

  background-color: #84b7ff;

  text-align: center;

  padding: 30px;

  background-image: url("../images/BkgLogos.png");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

@keyframes pulse {
  to {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 768px) {
  .capa-itemP {
    flex-direction: column;
    width: 90%;
  }

  .capa i,
  .separa i {
    font-size: 50px;
  }

  .capa i,
  .separa i {
    animation: pulse 0.5s ease-out infinite alternate;
  }

  .capa i:hover,
  .separa i:hover {
    cursor: pointer;
    font-size: 48px;
    color: #f4f4f4;
  }

  .capabtn i {
    font-size: 50px;
  }

  .capabtn a {
    animation: pulse 0.5s ease-out infinite alternate;
  }

  .capabtn i:hover {
    cursor: pointer;
    font-size: 48px;
    color: #f4f4f4;
  }

  .menu {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
