@import url("https://fonts.googleapis.com/css2?family=Alatsi&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.background-hero {
  font-family: "Abril Fatface", cursive;
  background-image: url("../assets/backgroundhero.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
  filter: brightness(110%);
  z-index: -1;
  color: #1a2337;
}

.whatsapp-button {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 3;
  & img{
    width: 100px;
    height: 100px;
    
  }
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar ul li {
  display: inline-block;
  padding-right: 68px;
  font-size: 20px;
  margin-top: 25px;
}

.navbar ul li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.5s;
}

.navbar ul li a:hover {
  color: #ffffff;
  transform: scale(1.2);
}

.logo {
  width: 280px;
  height: 100px;
  margin-right: 68px;
}

.logo-mobile {
  display: none;
}

.hero-content {
  display: flex;
  flex-direction: column;
  height: 70%;
  margin: 80px 250px 0 200px;
  color: #1a2337;
}

.hero-content h1 {
  font-size: 48px;
  justify-items: center;
  align-items: center;
  text-align: left;
  width: 512px;
  background-image: url(../assets/elipseh1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content p {
  font-size: 16px;
  margin: 25px 0 30px 0;
}

.hero-btns {
  margin: 0 0 10px 0;
  border: none;
  background-color: transparent;
  width: 290px;
  height: 40px;
  background-color: #1a2337;
  border-radius: 25px;
  transition: 0.3s;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-family: "Alatsi", sans-serif;
  text-align: center;
}

.hero-btns:hover {
  transform: scale(1.07);
  background-color: #fff;
  color: #1a2337;
}

.hero-btns a:hover {
  background-color: #333;
  font-weight: 800;
}

.featuring-background {
  padding: 50px 0;
  display: flex;
  background-color: #f4f4f4;
  justify-content: center;
  background-image: url(../assets/services-background.png);
  background-size: cover;
  flex-direction: column;
}

.featuring-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featuring-card {
  font-family: "Alatsi", cursive;
  display: flex;
  background-color: #86bad9;
  width: 430px;
  height: 200px;
  margin: 25px;
  border-radius: 25px;
  transition: 0.3s;
  color: #1a2337;
}

.featuring-card:hover {
  transform: scale(1.07);
}

.featuring-card img {
  width: 130px;
  height: 130px;
  margin: 39px 22px;
  border-radius: 25px;
}

.feature-card-content {
  display: flex;
  flex-direction: column;
  font-family: "Alatsi", sans-serif;
}

.featuring-background h1 {
  margin-bottom: 50px;
  font-size: 48px;
  font-family: "Abril Fatface", cursive;
  margin-left: 50px;
}

.feature-card-content h3 {
  width: 250px;
  height: 26px;
  font-size: 20px;
  font-family: inherit;
  margin: 30px 0 2px 0;
}
.feature-card-content p {
  width: 221px;
  height: 100px;
  text-align: left;
  font-family: inherit;
}

#dep-cont-trab {
  margin-bottom: 8px;
}


.featuring-services,
.featuring-services-2 {
  width: 95vw;
  display: inline-flex;
}

.featuring-content a {
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
  background-color: #1a2337;
  width: 200px;
  height: 40px;
  text-align: center;
  align-content: center;
  font-family: "Alatsi", sans-serif;
  transition: 0.5s;
  margin-top: 20px;
}

.featuring-content a:hover {
  background-color: #86bad9;
  transform: scale(1.1);
  color: #1a2337;
}

.input-box {
  margin: 5px 0 5px 0;
}

.about-background {
  background-image: url("../assets/backgroundhero.png");
  background-size: cover;
  background-position: center;
  height: 800px;
  filter: brightness(110%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  & #about-h1 {
    font-family: "Abril Fatface", cursive;
    margin: 34px 0;
    font-size: 48px;
  }
}

.about-content {
  display: flex;
  flex-direction: column;

  width: 1080px;
  font-family: "Alatsi", cursive;
  font-weight: 600;
  color: #1a2337;
}

.about-top-items {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  & .about-left-items {
    margin: 0 35px 20px 0;
    & img {
      width: 409px;
      height: 409px;
      margin: 10px;
    }
  }
  & .about-right-items {
    background-color: #86bad9;
    border-radius: 25px;
    padding: 20px;
    line-height: 25px;
    height: 409px;
    display: flex;
    justify-content: center;
    font-family: inherit;
  }
}

.about-bottom-items {
  display: flex;
  background-color: #86bad9;
  border-radius: 25px;
  padding: 20px;
  & #about-span {
    font-size: 18px;
  }
}

.about-bottom-items p {
  width: 1038;
}

.contact-background {
  display: flex;
  background-color: #f4f4f4;
  background-image: url(../assets/services-background.png);
  background-size: cover;
  flex-direction: column;
  align-items: center;
  & #contact-h1 {
    margin: 30px 0;
    font-family: "Abril Fatface", serif;
    font-size: 48px;
    width: 260px;
  }
}

.contact-content {
  display: flex;
  width: 75%;
  justify-content: center;
}

#contact-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 40px 0 100px 0;
  gap: 15px;
  & button {
    background-color: #86bad9;
    border: none;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    font-family: "Alatsi", cursive;
    font-size: 20px;
    -webkit-box-shadow: 3px 5px 22px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 5px 22px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 22px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  button:hover {
    transform: scale(1.07);
  }
}

.contact-input-box {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-family: "Alatsi", cursive;
  & label {
    margin-left: 8px;
  }
  & input {
    padding: 5px 15px;
    border: none;
    width: 250px;
    height: 30px;
    border-radius: 25px;
  }
  & textarea {
    border-radius: 25px;
    resize: none;
    border: none;
    padding: 15px;
    width: 600px;
    height: 200px;
  }
}

.contact-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.social-media {
  display: flex;
  align-items: center;
  font-family: "Alatsi", cursive;
  margin: 5px;
  & a {
    text-decoration: none;
    color: #1a2337;
  }
  & svg {
    margin-right: 5px;
  }
}

.contact-social-media {
  margin-bottom: 100px;
}

footer {
  width: 100%;
  padding: 50px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a2337;
  margin-top: auto;
  flex-direction: column;
  color: #fff;
  font-family: "Alatsi", cursive;
  & img {
    width: 135px;
    height: 50px;
    margin: 0 0 30px 0;
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-left-items {
  display: flex;
  flex-direction: column;
}

.local,
.email,
.whatsapp,
.tel {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  color: #ffffff;
  & svg {
    margin-right: 5px;
  }
  & a {
    text-decoration: none;
    color: #ffffff;
  }
}

.local p {
  width: 270px;
}

.p-footer {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .background-hero {
    background-size: cover;
    flex-direction: column;
    justify-content: baseline;
  }

  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar ul li {
    display: inline-block;
    padding-right: 25px;
    font-size: 20px;
    margin-top: 25px;
  }

  .logo {
    width: 280px;
    height: 100px;
    margin-right: 25px;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    height: 70%;
    margin: 80px 250px 0 50px;
    color: #1a2337;
  }

  .hero-content h1 {
    font-size: 64px;
  }

  .hero-content p {
    font-size: 24px;
  }

  .hero-btns {
    width: 350px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .featuring-background {
    display: flex;
    flex-direction: column;
  }

  .featuring-background h1 {
    margin: 0 0 50px 20px;
    font-size: 48px;
    font-family: "Abril Fatface", cursive;
  }

  .featuring-services {
    display: flex;
    flex-direction: column;
    width: 500px;
  }

  .featuring-services-2 {
    display: none;
  }

  .about-background {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-content {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 15px;
  }

  .about-top-items {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .about-top-items .about-left-items {
    display: none;
  }

  .about-top-items .about-right-items {
    width: 800px;
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .background-hero {
    background-size: cover;
    flex-direction: column;
  }

  .navbar ul {
    display: none;
  }

  .navbar img {
    display: block;
    width: 280px;
    height: 100px;
    margin-top: 20px;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    height: 70%;
    margin: 80px 20px;
  }

  .hero-content h1 {
    font-size: 32px;
    width: 100%;
  }

  .hero-content p {
    font-size: 16px;
    width: 100%;
  }
  .hero-btns {
    width: 275px;
    height: 35px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
  }

  .hero-btns a {
    font-size: 16px;
  }

  .featuring-background {
    width: 100vw;
  }

  .featuring-background h1 {
    font-size: 38px;
  }

  .featuring-card {
    transform: scale(75%);
    margin-right: 10px;
    gap: 10px;
  }

  .about-background {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
  }

  .about-content {
    width: 100%;
    max-width: 300x;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
  }

  .about-right-items {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .about-right-items p {
    text-align: justify;
    margin: 0;
  }

  .contact-background {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
  }

  .contact-content {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-form-container {
    width: 100%;
  }

  .contact-form-container input,
  .contact-form-container textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  .contact-form-container input {
    width: 100%;
  }

  .contact-form-container textarea {
    width: 100%;
  }

  #contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #contact-form button {
    margin-top: 20px;
    width: 100px;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
  }
  .featuring-card:hover {
    transform: scale(0.9);
  }
}
