@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
:root {
  --color-text-black: #2d2d2d;
  --color-text-white: #ffffff;
  --color-span: #ff0340;
  --color-button: #00988f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

a {
  color: unset;
  text-decoration: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.section__photo {
  background: url(../images/work-meet.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 15vh;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.section__description {
  color: white;
  text-align: center;
  font-size: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 600px;
}

.section__photo .section__description .btn-consult {
  display: flex;
  padding: 15px 25px;
  font-size: 25px;
  line-height: 26px;
  color: var(--color-button);
  font-weight: bold;
  background: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.section__photo .section__description .btn-consult:hover {
  display: flex;
  padding: 15px 25px;
  font-size: 25px;
  line-height: 26px;
  color: var(--color-span);
  font-weight: bold;
}
.secondary-highlight {
  color: var(--color-span);
}

.navbar {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px 0px 80px;
  box-shadow: -1px 3px 6px -2px rgba(56, 58, 105, 0.35);
  -webkit-box-shadow: -1px 3px 6px -2px rgba(56, 58, 105, 0.35);
  -moz-box-shadow: -1px 3px 6px -2px rgba(56, 58, 105, 0.35);
}
.navbar p {
  font-weight: bold;
  font-size: 30px;
  padding: 10px;
  color: var(--color-text-black);
}

.navbar .button {
  justify-content: center;
  align-items: center;
  background: var(--color-button);
  border-radius: 3px;
  gap: 20px;
  color: var(--color-text-white);
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
}

.btn-contact {
  display: none;
}

.btn-consult {
  display: flex;
  padding: 15px 25px;
  font-size: 22px;
  line-height: 26px;
}

.article-2 {
  padding: 10px 110px 10px 110px;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.article {
  padding: 10px 110px 10px 110px;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
ul.article {
  padding: 10px 110px 10px 210px;
  list-style: none;
}
ul.article li {
  list-style-type: none;
  position: relative;
}
ul.article li p {
  font-size: 18px;
  padding: 10px;
}
ul.article li::before {
  content: "\2022";
  color: var(--color-button);
  font-weight: bold;
  position: absolute;
  width: 10px;
  left: -10px;
  top: 11px;
  margin-left: -5px;
}
.padding__item {
  padding-bottom: 30px;
}

.paragraph-list {
  padding: 10px 110px 10px 155px;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.list-article {
  margin-bottom: 10px;
}

.list-article a {
  text-decoration: underline;
  font-style: italic;
}

.paragraph-article a {
  text-align: start;
  color: var(--color-text-black);
  font-weight: bold;
}
.title-article {
  text-align: center;
  color: var(--color-text-black);
}

.title-article h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
}

.title-article .subtitle {
  font-weight: 500;
  margin: 0;
  font-size: 22px;
  line-height: 34px;
}

.content-article {
  padding: 0 0 40px 0;
}

.content-article h2 {
  font-size: 24px;
  color: var(--color-button);
  text-decoration: underline;
}

.map-title {
  text-align: center;
  font-size: 25px;
  color: var(--color-text-black);
  font-weight: bold;
}

.map-image-container {
  margin: auto;
  max-width: 800px;
}

.map-image {
  width: 100%;
}

.img-card {
  width: 50px;
}
.img-banner {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 10px;
}

.phone-icon {
  padding-top: 15px;
}

.icon-flex {
  display: flex;
  flex-direction: row;
}

.photo-article {
  width: 100%;
  display: block;
  margin: 0 auto 40px auto;
}

.link-footer {
  color: var(--color-text-black);
  text-decoration: none;
}

.bg-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 20px 60px 0px;
}
.footer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-socials {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
.fa-facebook {
  transition: width 2s, height 2s, transform 2s;
  color: #00988f;
}
.fa-linkedin {
  transition: width 2s, height 2s, transform 2s;
  color: #00988f;
}
.fa-linkedin:hover {
  transform: scale(2);
}
.fa-facebook:hover {
  transform: scale(2);
}

.add-text {
  display: inline-block;
  width: 0;
  white-space: wrap;
  direction: rtl;
  color: rgba(255, 255, 255, 0);
}

.background-elipse {
  position: absolute;
  right: 0;
  z-index: -1;
}

.photo-article-responsive {
  display: none;
}

.animation {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.animation:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: var(--color-span);
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.animation:hover {
  color: #fff;
}
.animation:hover:after {
  width: 110%;
}

.Carousel {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
}

.slick-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0px auto;
  max-width: 50%;
  overflow: hidden;
}

.slick-track {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 70px;
  transition: 0.5s ease-in-out;
}
.slick {
  position: relative;
  width: 400px;
  padding: 0 18px;
  float: left;
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
.slick h4 {
  position: absolute;
  z-index: 1;
  top: 50px;
  font-size: 25px;
  left: 0;
  text-align: center;
  line-height: 20px;
  color: #fff;
  padding-top: 50px;
  padding: 70px 40px;
  line-height: 25px;
}

.slick p {
  position: absolute;
  z-index: 1;
  width: 340px;
  right: 0;
  font-size: 15px;
  left: 30px;
  top: 65px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 150px;
  color: white;
}

.slick a img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}
.elipse {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5%;
  left: 35%;
  border-radius: 50%;
}
.fa-arrow {
  color: #00988f;
  border: hidden;
}
.slick-arrow {
  border-radius: 50%;
  position: absolute;
  z-index: 4;
  width: 500px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  cursor: pointer;
}
.slick .slick__p {
  top: 30px;
}
.btn__arrow {
  border: hidden;
  background: white;
}

.slick-prev {
  left: 12%;
}
.slick-next {
  right: 16%;
}
/* carousel */
.btn__blog {
  position: absolute;
  top: 80%;
  right: 0;
  left: 0px;
  padding: 10px;
  border-radius: 30px;
  width: 300px;
  margin: auto;

  z-index: 1;
  background-color: #ff8a00;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 1000px) and (max-width: 1500px) {
  .slick-list {
    /*     gap: 50px !important; */
    max-width: 920px !important;
  }

  .slick-prev {
    left: 5% !important;
  }
  .slick-next {
    right: 9% !important;
  }
}
@media (min-width: 1500px) and (max-width: 2000px) {
  .slick-list {
    max-width: 920px !important;
  }
}

@media (max-width: 400px) {
  .slick-list {
    position: relative;
    gap: 0px !important;
    margin: 0px auto !important;
    max-width: 90vw !important;
  }
}

@media (max-width: 600px) {
  .photo-article {
    display: none;
  }
  .photo-article-responsive {
    display: block;
    margin: 0px auto;
    width: 100%;
  }
  .logo {
    width: 150px;
  }
  .map-title,
  .content-article h2 {
    font-size: 18px;
  }
  .title-article h1 {
    font-size: 25px;
    line-height: 38px;
  }
  .title-article .subtitle {
    text-align: start;
  }
  .article-2 {
    padding: 10px 15px 10px 15px;
  }
}

@media (max-width: 992px) {
  .slick-track {
    gap: 0px !important;
  }
  .section__photo {
    height: 25vh;
  }
  .section__photo .section__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    font-size: 18px;
  }
  .section__photo .section__description .btn-consult {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    font-size: 20px;
  }
  .slick-list {
    max-width: 90% !important;
  }
  .section__description {
    font-size: 20px;
  }
  .slick a img {
    height: 300px !important;
  }

  .slick .slick__p {
    top: 45px !important;
  }
  .slick p {
    width: 250px !important;
    right: 0;
    padding: 10px;
    padding-right: 5px !important;
    padding-left: 10px !important;
    font-size: 11px !important;
    top: 70px !important;
    left: 30px !important;

    padding-top: 110px !important;
  }
  .btn__blog {
    right: 100px !important;
    width: 200px !important;
    font-size: 20px !important;
  }
  .elipse {
    left: 25% !important;
  }
  .slick h4 {
    top: 40px !important;
    width: 300px;
    text-align: center !important;
    padding: 70px 30px !important;
    font-size: 18px !important;
  }

  .background-elipse {
    display: none;
  }
  .btn-consult {
    display: none;
  }
  .content-article {
    padding-top: 10px;
  }
  .navbar .btn-contact {
    display: flex;
    padding: 10px 15px;
  }
  .navbar {
    padding: 20px;
    gap: 10px;
  }
  .navbar p {
    display: none;
  }
  .bg-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-text {
    text-align: center;
  }

  .article {
    padding: 0px 40px 0px 40px;
  }
  .article-2 {
    padding: 10px 15px 10px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .article {
    font-size: 15px;
    padding: 15px;
  }
  ul.article {
    padding: 15px 15px 15px 40px;
  }

  .article-2 {
    padding: 10px 15px 10px 15px;
  }

  .map-title,
  .content-article h2 {
    font-size: 18px;
  }
  .title-article h1 {
    font-size: 25px;
    line-height: 38px;
  }
}
