:root {
  --main-color: #ffce38;
  --secundary-color: #ef5138;
  --secundary-color-hover: #d73116;
  --tertiary-color: #00adaa;
  --tertiary-color-hover: #007876;
  --white-color: #fff;
  --black-color: #363536;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: lighter;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

p {
  font-weight: 400;
}

.wrapper {
  margin: 0 auto;
  text-align: center;
}

/*------Buttons------*/
.btn {
  border-radius: 40px;
  padding: 10px 40px;
  height: 50px;
  border-color: transparent;
  color: var(--white-color);
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-red {
  background: var(--secundary-color);
  box-shadow: 0px 4px 60px #ef8f00;
}

.btn-red:hover {
  background: var(--secundary-color-hover);
}

.btn-red-outline {
  background: transparent;
  border-color: var(--secundary-color);
  color: var(--secundary-color);
}

.btn-red-outline:hover {
  background: var(--secundary-color-hover);
  color: var(--white-color);
}

.btn-green {
  background: var(--tertiary-color);
  border: 0px solid;
}

.btn-green:hover {
  background: var(--tertiary-color-hover);
}

/*------Header Style------*/
header {
  width: 100%;
  height: 50px;
  z-index: 9999;
}

.title-section {
  color: var(--secundary-color);
  padding: 3rem 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

.content {
  max-width: 1140px;
  line-height: 30px;
  text-align: justify;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  position: fixed;
  float: left;
  width: 20%;
}

.logo img {
  width: 50%;
}

nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
  z-index: 9999;
  background: var(--main-color);
}

nav ul {
  line-height: 60px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: var(--white-color);
  padding: 0;
  text-align: right;
  margin: 0;
  transition: 1s;
  background: var(--main-color);
}

/*------Transparent Navbar 
nav.black ul {
} */
nav ul li {
  display: inline-block;
  padding: 16px 25px;
}

nav ul li a {
  text-decoration: none;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
}

nav ul li a:hover {
  text-decoration: none;
  color: var(--secundary-color);
}

.menu-icon {
  width: 100%;
  background: var(--main-color);
  text-align: right;
  box-sizing: border-box;
  padding: 15px 0;
  cursor: pointer;
  color: var(--white-color);
  display: none;
}

.home-section {
  padding-top: 6rem;
}

.circle-image img {
  width: 90%;
  padding-left: 20%;
}

.circle-image::after {
  content: "";
  background: url(/assets/images/alvo.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: -9999;
  right: -18%;
  overflow: hidden;
  top: 20%;
  height: 160%;
  width: 100%;
  background-size: 300px;
}

.header-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.header-info h1 {
  color: var(--black-color);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3.5rem;
}
.header-info p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--black-color);
}

/*------Initial Info------*/
.box-info {
  background: var(--white-color);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 auto;
}

.boxes-info {
  padding: 3rem 2rem;
}

.box {
  width: 95%;
  margin: 0 auto;
}

.boxes-info h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 25px;
}

.boxes-info p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
}

.icons-boxes {
  font-size: 3rem;
  margin: 4rem 0;
}

.action-text {
  margin: 4rem auto;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}

.action-text strong {
  color: var(--secundary-color);
}

.action-text:hover strong {
  text-decoration: none;
  color: var(--secundary-color-hover);
}

/*------About Us------*/
.person-image img {
  width: 80%;
}

.about-us-info h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 126%;
  margin-bottom: 2rem;
}

.about-us-info p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
  text-align: justify;
  color: var(--black-color);
}

/*------Client Section------*/
.yellow-section {
  background-color: var(--main-color);
}
.yellow-section p {
  color: var(--white-color);
  font-weight: 400;
  font-size: 1rem;
  line-height: 146%;
}

.item {
  margin: 1rem 2rem;
}

.clients-logo {
  padding-bottom: 5rem;
}
.clients-logo .item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1rem 2rem;
  height: 200px;
  border-radius: 10px;
}

/*------Our Services Section------*/
.services-section h3 {
  color: var(--secundary-color);
}

.service {
  background: var(--white-color);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 2rem 2rem;
  margin-bottom: 3rem;
}

.service-section {
  display: flex;
}

.service img {
  width: 300px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.service-info {
  padding-left: 2rem;
}

.title-service {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--secundary-color);
}

.descripction-service {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.card {
  border: 0px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.card-body {
  padding: 1.5rem 0 0;
}

.btn-collapse {
  background: var(--secundary-color);
  padding: 5px 20px;
  height: 35px;
  color: var(--white-color);
}

.btn-collapse:hover {
  background: var(--secundary-color-hover);
  color: var(--white-color);
}

/*------Blog Section------*/
.blog-section img {
  width: 100%;
  border-radius: 20px;
}

.blog-section h3 {
  padding-bottom: 0;
}

.blog-section span {
  background: var(--secundary-color);
  color: var(--white-color);
  border-radius: 40px;
  font-size: 15px;
  margin: 2rem 0;
  padding: 0rem 1rem;
}

.subtitle-blog {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  margin: 0 auto;
}

.blog-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 100px;
  grid-column-gap: 10px;
  grid-row-gap: 5em;
  padding: 4rem 0;
}

.blog-boxes p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.box1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 2rem;
}

.second-blog {
  display: flex;
  flex-direction: row;
  padding: 1rem 2rem;
}

.second-blog .description-blog {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.second-blog span {
  position: absolute;
  margin: 0.6rem;
}

.second-blog .notice-blog {
  margin-left: 2rem;
}

.btn-div {
  text-align: center;
  padding-top: 4rem;
}

/*-----Testimonial-------*/
.depoiments-section .content {
  min-height: 100vh;
  min-width: 98vw;
}
.depoiments-section .owl-carousel .owl-stage-outer {
  padding: 80px 0;
}
.depoiments-section .owl-item {
  opacity: 0.4;
  transform: scale(0.8, 0.8) !important;
}
.depoiments-section .owl-item.active.center {
  opacity: 1;
  transform: scale(1, 1) !important;
  z-index: 9999;
}
.depoiments-section .owl-carousel .owl-item img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.item-testimonials {
  background: var(--white-color);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 2rem 4rem;
}
.item-testimonials img {
  border-radius: 100%;
  overflow: hidden;
}
.item-testimonials .clients-info h5 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 0;
  color: var(--black-color);
}
.item-testimonials .clients-info p {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: var(--secundary-color);
}
.item-testimonials .text-client p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
}

/*-----Form-------*/
.form-section {
  background-image: linear-gradient(white, var(--main-color));
  padding-bottom: 4rem;
}

.text-form {
  color: var(--secundary-color);
}
.text-form h3 {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 2rem;
}
.text-form p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
}

.form-group input,
.form-group textarea {
  background: var(--white-color);
  border-radius: 10px;
  outline: none;
  border: 2px solid var(--secundary-color);
  padding: 1rem;
}

/*-----Footer-------*/
footer {
  padding-top: 4rem;
  background-color: var(--main-color);
}
footer .content {
  margin: 0 auto;
  padding-bottom: 9rem;
}

.text-footer img {
  width: 50%;
}
.text-footer p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  color: var(--black-color);
}
.text-footer .icons-social {
  padding-top: 2rem;
}
.text-footer .icons-social a {
  background: var(--secundary-color);
  padding: 0.5rem 0.7rem;
  border-radius: 40px;
  color: var(--white-color);
}

.footer-links .colum-location {
  padding-right: 5rem;
}
.footer-links h4 {
  font-size: 1.5rem;
  color: var(--secundary-color);
}
.footer-links .nav-link {
  padding: 0.5rem 0;
  color: var(--black-color);
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;
}
.footer-links .nav-link:hover {
  color: var(--secundary-color);
}

.about-us {
  padding-top: 4rem;
  padding-bottom: 0;
}

.title-about-us-page {
  font-size: 2rem;
  font-weight: bold;
  padding: 3rem 0 0;
}

#about-us-page {
  padding-top: 6rem;
}
#about-us-page .about-us-info {
  padding: 2rem 4rem;
  background-color: var(--white-color);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.owl-three {
  max-width: 1140px;
  line-height: 30px;
  text-align: justify;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2rem;
}
.owl-three .owl-carousel .owl-item {
  width: auto;
}
.owl-three .owl-item img {
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.time {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 4rem 0;
  color: var(--white-color);
}
.time-member {
  display: flex;
  background-color: var(--tertiary-color);
  padding: 1.5rem;
  border-radius: 10px;
}
.time-member img {
  width: 200px;
  height: 200px;
}
.time-member h4 {
  font-weight: 700;
  margin-bottom: 0rem;
}
.time-member h6 {
  font-weight: 600;
}
.time-member p {
  padding-top: 0.7rem;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 18px;
}
.time-member .member-info {
  padding-left: 2rem;
}/*# sourceMappingURL=style.css.map */