* {
  box-sizing: border-box;
}

body {
  background: #fff;
}
.menu-link {
  font-size: 16px !important;
}

.tit h2 {
  font-size: 30px !important;
  color: #111 !important;
  text-transform: uppercase;
  font-weight: 600;
}

h3.elementor-image-box-title {
  text-align: start;
}

.ast-desktop .ast-primary-header-bar.main-header-bar,
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
  margin: 0 !important;
}

.point_fortes .elementor-widget-container {
  padding: 0 !important;
}

header .ast-builder-grid-row > .site-header-section {
  flex-wrap: nowrap;
  height: 70px;
  border: none;
}
header .ast-primary-header-bar.main-header-bar,
header #masthead .ast-primary-header-bar.main-header-bar {
  background: #111111 !important;
}

.ast-container {
  flex-direction: column !important;
}

.ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar,
.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > .ast-main-header-wrap > .main-header-bar {
  margin: 0;
}

.title-hero h1 {
  color: rgb(255, 255, 255) !important;
  font-weight: 800;
  font-size: 50px !important;
  text-transform: capitalize;
}

.btn_get_started a {
  background: #f2bc1b !important;
  padding: 4px 24px !important;
  height: 36px;
  display: inline-flex;
  align-items: center;
  color: #111 !important;
  font-size: 16px;
  display: none !important;
}
.btn_get_started a:hover {
  background: #111 !important;
  color: #f2bc1b !important;
}

.bio {
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.bio > div {
  background: transparent;
  aspect-ratio: 4/3;
}
.bio > div.bio-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bio > div.bio-text p {
  font-size: 16px;
  line-height: 24px;
}
.bio > div.bio-text h2 {
  font-size: 40px;
  text-transform: capitalize;
}
.bio > div.photo {
  -webkit-clip-path: inset(0 round 6px);
          clip-path: inset(0 round 6px);
}
.bio > div.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point_fortes > .e-child {
  padding: 0 !important;
}
.point_fortes > .e-child .elementor-image-box-title {
  font-size: 20px;
}
.point_fortes > .e-child .elementor-image-box-description {
  font-size: 16px !important;
  line-height: 24px !important;
}
.point_fortes > .e-child .elementor-widget-container img {
  width: 100%;
  height: 270px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.point_fortes > .e-child .elementor-widget-container h3 {
  font-weight: 700;
  min-height: 52px;
}
.point_fortes > .e-child .elementor-widget-container p {
  opacity: 0.7;
}

.tab-block {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 10px;
}
.tab-block ul {
  margin: 0 !important;
  display: grid;
  align-content: start;
  gap: 5px;
}
.tab-block ul li {
  list-style: none;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
}
.tab-block ul li button {
  width: 100%;
  height: 100%;
  padding: 0 15px !important;
  border-radius: 4px;
  color: #111;
  background: #e0e0e0;
  font-size: 16px;
  text-align: start;
}
.tab-block ul li button:hover {
  background: #111;
  color: #f2bc1b;
}
.tab-block ul li button.active {
  background: #111;
  color: #f2bc1b;
}
.tab-block .tabcontent {
  display: none;
}
.tab-block .tabcontent.active {
  display: block;
}
.tab-block .tab-pane {
  background: transparent;
  position: relative;
  -webkit-clip-path: inset(0 round 6px);
          clip-path: inset(0 round 6px);
  aspect-ratio: 4/3;
}
.tab-block .tab-pane p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.tab-block .tab-pane img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.all-posts .post-item {
  background: rgb(212, 212, 212) !important;
  display: flex;
  height: 200px;
  position: relative;
  -webkit-clip-path: inset(0 round 12px);
          clip-path: inset(0 round 12px);
}
.all-posts .post-item h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.all-posts .post-item h2 a {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
}
.all-posts .post-item h2 a:hover {
  color: #f2bc1b;
}
.all-posts .post-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.ast-archive-description {
  display: none !important;
}

.show_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.show_more a {
  background: #f2bc1b;
  padding-inline: 24px;
  color: #111;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  height: 36px;
  padding-block: 0;
}
.show_more a:hover {
  color: #f2bc1b;
  background: #111;
}

.x-team {
  display: flex !important;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: 20px;
}
.x-team .member {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.x-team .member img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: inset(0 round 70px);
          clip-path: inset(0 round 70px);
}
.x-team .member h3 {
  margin: 0;
  line-height: 1;
  font-size: 18px;
  text-align: center;
}

.switch-buttons {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.switch-buttons .switch-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.switch-buttons .switch-btn {
  padding: 10px 20px;
  background-color: #dbdbdb;
  color: #111;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 14px;
}
.switch-buttons .switch-btn:hover {
  background-color: #f2bc1b;
}
.switch-buttons .switch-btn.active {
  background-color: #f2bc1b;
}
.switch-buttons .box {
  margin-bottom: 10px;
}

.k-contact {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  display: none;
}
.k-contact.active {
  display: block;
}
.k-contact .form-contact .box {
  display: flex;
  flex-direction: column;
}
.k-contact .form-contact .box:not(:last-child) {
  margin-bottom: 5px;
}
.k-contact .form-contact .box:last-child {
  margin-top: 20px;
}
.k-contact .form-contact .box label {
  font-size: 14px;
}
.k-contact .form-contact .box input {
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
}
.k-contact .form-contact .box textarea {
  resize: none;
  border-radius: 4px;
  font-size: 14px;
}
.k-contact .form-contact .box button {
  height: 36px;
  padding: 0;
  color: #111;
  border-radius: 4px;
  font-size: 14px;
}
.k-contact .form-contact .box button:hover {
  color: #f2bc1b;
  background: #111;
}
.k-contact .contact-info {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  color: #111;
  opacity: 0.8;
}

.sub-menu .menu-item .menu-link {
  background: #111111 !important;
  color: #fff !important;
}
.sub-menu .menu-item .menu-link:hover {
  color: #f2bc1b !important;
}

.swal2-html-container {
  font-size: 0.9em !important;
}

.swal2-title {
  font-size: 1.4em !important;
}

.swal2-icon {
  transform: scale(0.8);
}

.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 17px;
  color: #fff !important;
}

header.entry-header {
  margin-top: 20px;
}
header.entry-header h1 {
  font-size: 36px !important;
  font-weight: 700;
}
header.entry-header .entry-meta {
  display: none !important;
}
header.entry-header .post-thumb-img-content.post-thumb {
  background-color: transparent !important;
  width: 100%;
  height: 600px;
  -webkit-clip-path: inset(0 round 12px);
          clip-path: inset(0 round 12px);
}
header.entry-header .post-thumb-img-content.post-thumb .wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article p {
  color: #111111;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}

nav.navigation.post-navigation {
  display: none !important;
}

article.hentry {
  margin: 0 0 70px !important;
}

main{
    min-height: calc(100vh - 80px) !important;
}

.entry-content > :last-child {
  margin-bottom: 30px !important;
}

footer {
  background: #111;
}
footer .box {
  width: 100%;
  max-width: 1140px;
  min-height: 300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
footer .box .bx {
  padding: 40px 0;
}
footer .box .bx h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
  color: #f2bc1b;
  font-weight: 600;
  text-transform: uppercase;
}
footer .box .bx ul {
  list-style: none;
  margin: 0 0 10px;
}
footer .box .bx ul li {
  height: auto;
}
footer .box .bx ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}
footer .box .bx .btn {
  background: #f2bc1b;
  font-size: 14px;
  color: #111;
  padding: 8px 24px;
  border-radius: 4px;
}
footer .box .bx.bx-one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .box .bx.bx-one img {
  width: 80px;
}
footer .box .bx.bx-one .btns {
  display: flex;
  gap: 10px;
}
footer .box .bx.bx-one .btns button {
  width: 28px;
  height: 28px;
  background: #f2bc1b;
  padding: 0;
  border-radius: 50%;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .box .bx.bx-one .btns button i {
  font-size: 16px;
}
footer .box .bx-last {
  grid-column: 1/-1;
  height: 40px;
  padding: 0 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.308);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .box .bx-last a {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  text-transform: capitalize;
}
footer .box .bx-last a:hover {
  opacity: 1;
}

.ast-header-break-point #ast-mobile-header {
  background: rgb(0, 0, 0);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.ast-separate-container #primary {
  margin: 2em 0 !important;
}

.page-about h2.elementor-heading-title {
  font-size: 33px !important;
  font-weight: 600;
  line-height: 45px;
}

[data-id="96bd502"] {
  padding-inline: 20px !important;
}



@media (min-width: 921px) {
  .main-header-bar-wrap {
    background-image: none;
    border: none;
    background: #111;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}


@media (max-width: 600px) {
  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 60px;
  }
  .page-about h2.elementor-heading-title {
    text-align: start;
    font-size: 28px !important;
    line-height: 30px !important;
  }
  [data-id="96bd502"] {
    padding-inline: 0 !important;
  }
  header.entry-header .post-thumb-img-content.post-thumb {
    height: 270px;
  }
  .menu-toggle {
    padding: 0 !important;
    /*background: transparent !important;*/
  }
  .menu-toggle:active, .menu-toggle:focus {
    border: none !important;
    outline: none !important;
  }
  .title-hero h1 {
    font-size: 33px !important;
  }
  .bio {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-inline: 20px;
  }
  .tab-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-inline: 20px;
  }
  .tab-block ul {
    grid-template-columns: 1fr;
  }
  .tab-block .tab-pane {
    aspect-ratio: 1;
  }
  .tab-block .tab-pane p {
    padding: 40px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .all-posts {
    padding-inline: 20px;
    grid-template-columns: 1fr;
  }
  .switch-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer {
    padding: 40px 20px;
  }
  footer .box {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  footer .box .bx {
    padding: 25px 0;
  }
  footer .box .bx.bx-one {
    gap: 30px;
  }
  .main-navigation ul li a {
    line-height: 40px;
  }
  
}



/*# sourceMappingURL=newStyle.css.map */