:root {
  --primary: #0299d3;
  --gray: #f6f6f6;
  --dark: #2d3142;
  --white: #ffff;
  --pink-500: #f5ebe4;
  --pink-800: #E1CFC3;
  --teal-500: #4b7b7b;
  --p-tb-section:7.5rem;
  --green:#B4CFA5;
  --green-dark:#4B7B7B;
  --bg-purple: #f5f2ff;
  --secondary: #00DF53;
  --bg-footer: #015474;
  --bg-wasap: #34B2E2;
}

.p-tb-section {
  padding-top: var(--p-tb-section);
  padding-bottom: var(--p-tb-section);
}

.p-b-section {
  padding-bottom: var(--p-tb-section);
}

@media (max-width: 991px) {
  .p-tb-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .only_min_tbl {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sixth_section_home {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .p-tb-section {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }

  #clientes .p-tb-section {
    padding-bottom: 120px !important;
  }

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

  .m-mobil-center {
    margin: 0 auto !important;
  }

  .only_box_mobil {
    display: block !important;
  }
}
.unset_0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bb-primary {
  border-bottom: 5px solid var(--primary) !important;
}

.text-gray {
  color: var(--gray) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bb-gray {
  border-bottom: 5px solid var(--gray) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}
.bg-footer {
  background-color: var(--bg-footer) !important;
}
.bg-wasap {
  background-color: var(--bg-wasap) !important;
}

.bb-dark {
  border-bottom: 5px solid var(--dark) !important;
}

.text-pink-500 {
  color: var(--pink-500) !important;
}

.bg-pink-500 {
  background-color: var(--pink-500) !important;
}

.bb-pink-500 {
  border-bottom: 5px solid var(--pink-500) !important;
}

.text-pink-800 {
  color: var(--pink-800) !important;
}

.bg-pink-800 {
  background-color: var(--pink-800) !important;
}

.bb-pink-800 {
  border-bottom: 5px solid var(--pink-800) !important;
}

.text-teal-500 {
  color: var(--teal-500) !important;
}

.bg-teal-500 {
  background-color: var(--teal-500) !important;
}

.bb-teal-500 {
  border-bottom: 5px solid var(--teal-500) !important;
}

.text-green {
  color: var(--green) !important;
}

.bg-green {
  background-color: var(--green) !important;
}

.bb-green {
  border-bottom: 5px solid var(--green) !important;
}

.text-green-dark {
  color: var(--green-dark) !important;
}

.bg-green-dark {
  background-color: var(--green-dark) !important;
}

.bb-green-dark {
  border-bottom: 5px solid var(--green-dark) !important;
}
.bg-purple {
  background-color: var(--bg-purple) !important;
}

.bb-gray {
  border-bottom: 5px solid #E6E6E6 !important;
}

.w-90 {
  width: 90%;
}

.max-w-7 {
  max-width: 790px;
}

.max-w-6 {
  max-width: 760px;
}

.z-0 {
  z-index: 0;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.cursor-pointer {
  cursor: pointer;
}

.overflow-y-auto {
  overflow-y: auto;
}

.line_138 {
  line-height: 1.38;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

body {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 16px;
}

.h1 {
  font-family: "Space Grotesk", sans-serif !important;
  line-height: 1.03;
  font-size: 4.25rem !important;
  font-weight: bold;
}

.h2 {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 3.4375rem !important;
  font-weight: bold;
  line-height: 1.03;
}

.h3 {
  font-size: 2.8125rem !important;
  font-weight: bold;
  line-height: 1.03;
}

.h4 {
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.03;
}

.h5 {
  font-size: 2rem !important;
  font-weight: 900;
  line-height: 1;
}

p {
  font-weight: 300;
}

p b {
  font-weight: 900;
}

p b, p strong {
  font-weight: 900;
}

@media (max-width: 768px) {
  .h1 {
    font-size: 42px !important;
  }

  .h3 {
    font-size: 32px !important;
  }

  .h5 {
    font-size: 26px !important;
  }
}
.btn {
  border-radius: 19.5px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300 !important;
  padding: 0.4rem 1.25rem !important;
  letter-spacing: -0.1px;
  border-color: var(--primary);
}

.btn-primary {
  color: white;
  position: relative;
  background-color: var(--primary) !important;
  transition: background-color .3s ease-in-out;
}
.btn-primary:hover{
  background-color: #4db4dd !important;
}
.btn-primary::after {
  content: "";
  color: white;
  padding-left: 14px;
  margin-left: 14px;
  background-image: url("../images/arrow-right2.svg");
  background-size: unset;
  background-position: center;
  background-repeat: no-repeat;
}

.btn_card_dark {
  font-weight: 300;
}
.btn_card_dark::after {
  content: "";
  color: white;
  padding-left: 14px;
  margin-left: 14px;
  background-image: url("../images/arrow-right2.svg");
  background-size: unset;
  background-position: center;
  background-repeat: no-repeat;
}

.block-center-text {
  padding-right: 1rem !important;
  padding-left: 5rem !important;
}
.block-center-text::after {
  margin-left: 64px;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none !important;
  /*0 0 0 0.2rem rgb(0 119 2016 / 50%) !important;*/
}

@media (max-width: 768px) {
  .btn_resp_mb_p {
    padding: 0.4rem 0.75rem !important;
  }
}
.video-container-custom {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container-custom iframe,
.video-container-custom img,
.video-container-custom object,
.video-container-custom embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-custom img {
  -o-object-fit: cover;
     object-fit: cover;
}

.my-slick-new-post-cards .slick-list {
  padding: 1rem 0 2rem 0.5rem !important;
}
.my-slick-new-post-cards .slick-list .slick-slide {
  margin: 0 15.5px;
}
.my-slick-new-post-cards .slick-list .slick-list {
  margin: 0 -15.5px;
}

.slick-dots li button:before {
  content: none !important;
}

.slick-dots li button {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  border: 2px solid var(--dark) !important;
  background: transparent !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button {
  background-color: var(--dark) !important;
}

@media (max-width: 767.98px) {
  .slick-slide {
    margin: 0 0px;
  }

  .slick-list {
    margin: 0 0px;
  }

  .my-slick-new-post-cards .slick-list {
    padding: 0 !important;
  }
}
.slick-arrow {
  top: 30%;
}
.slick-arrow.slick-next::before {
  content: url("../images/arrow_right_dark.png");
  opacity: 1;
}
.slick-arrow .slick-prev {
  left: -4rem;
}
.slick-arrow.slick-prev::before {
  content: url("../images/arrow_left_dark.png");
  opacity: 1;
  margin-left: -1.8rem;
}
.slick-arrow.slick-disabled {
  opacity: 0.25 !important;
}

.card {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: none !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  max-width: 21.875rem;
}
.card .card-body .card-title {
  font-size: 1.375rem !important;
  font-weight: bold;
  line-height: 1.36;
  overflow: hidden;
  /* height: 88.8px;
  text-overflow: ellipsis;
  display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.card .card-text.card-text-content {
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.card .card-img {
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 287px;
}

@media (max-width: 767.98px) {
  .card .card-title {
    line-height: 1.03 !important;
    -webkit-line-clamp: 4 !important;
  }
  .card .card-img {
    height: 236px;
  }
  .card .card-body {
    text-align: center !important;
  }
  .card .card-text-content {
    height: 95px !important;
    -webkit-line-clamp: 4 !important;
  }
}
.custom_card {
  box-shadow: 0 2px 30px 0 rgba(227, 227, 227, 0.5);
  background-color: var(--white);
  padding: 1rem;
}

.custom_card_two {
  position: relative;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  overflow: hidden;
  max-width: 350px;
}
.custom_card_two .card_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-height: 287px;
}
.custom_card_two .card_title {
  margin-bottom: 4px !important;
  font-weight: bold;
}
.custom_card_two .card_link {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: var(--dark);
  padding: 0.6rem 0.6rem;
  color: white !important;
  text-align: center;
  transition: bottom 300ms ease-in-out;
}
.custom_card_two:hover .card_link {
  bottom: 0;
}
.custom_card_two .card_body {
  text-align: left;
}

.my-slick-cards-proyects .slick-track {
  margin-bottom: 2rem !important;
}

@media (max-width: 767.98px) {
  .custom_card_two .card_body {
    text-align: center;
  }
}
.flex-1 {
  flex: 1 1 0%;
}

.y-center {
  display: flex;
  align-items: center;
}

.x-center {
  display: flex;
  justify-content: center;
}

.container-xl {
  max-width: 1280px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 910px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1185px;
  }
}
.main-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1rem;
}

.navbar-nav-custom {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
}

.navbar-nav-custom li a.nav_link {
  margin-right: 16px;
  margin-left: 16px;
}
a.nav_link:not([href]):hover{
  color: white;
}

.navbar-nav-custom li {
  border-left: 1px solid white;
  line-height: 1;
}

.navbar-nav-custom li:first-child {
  border-left: none;
}

.navbar-nav-custom li:first-child a.nav_link {
  margin-left: 0;
}

.navbar-nav-custom li:last-child a.nav_link {
  border-right: none;
  margin-right: 0;
}

.navbar-nav-custom a.nav_link {
  position: relative;
  color: white;
  font-weight: 100;
  font-weight: 500;
  font-size: 20px;
  /* text-shadow: 2px 2px 4px rgb(0 0 0 / 75%); */
}

.font-16 {
  font-weight: 100 !important;
  font-size: 16px !important;
  text-shadow: none !important;
}

.btn-scroll-menu {
  border: 2px solid white !important;
  font-weight: 500 !important;
  background-color: transparent !important;
}

.btn-scroll-menu:hover {
  background-color: #0299d3 !important;
  
}

.navbar-nav-custom li a.nav_link:before {
  content: "";
  width: 100%;
  opacity: 0;
  background: white;
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.2s linear 0.1s;
  bottom: -15px !important;
}

.navbar-nav-custom li a.nav_link:hover:before, .navbar-nav-custom li.active a.nav_link:before {
  opacity: 1 !important;
}

@media (max-width: 1199.5px) {
  .main_menu_header .main-navbar {
    display: none;
  }

  .main_menu_header .main-navbar-mobile {
    display: block !important;
    padding: 2.2rem 1rem;
  }
}
@media (max-width: 767px) {
  .main_menu_header .main-navbar-mobile {
    padding: 0.5rem 1rem;
  }
}
.overlay_menu {
  z-index: 999;
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--gray);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay_menu .content_menu_header {
  padding: 2.2rem 1rem;
  margin-bottom: 4.625rem;
}

.navbar-nav-custom-mobil {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.navbar-nav-custom-mobil li {
  margin-bottom: 1.5rem;
}
.navbar-nav-custom-mobil li a.nav_link_mobil {
  color: var(--dark);
}
.navbar-nav-custom-mobil li.active a.nav_link_mobil {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .overlay_menu .content_menu_header {
    padding: 1rem 1rem;
  }

  .main-navbar-mobile .logo_mobil_head {
    width: 150px !important;
  }
  .main-navbar-mobile .telefono_icon_mobil {
    width: 16px;
  }
  .main-navbar-mobile .menu_icon_mobil {
    width: 23px;
  }

  .navbar-nav-custom-mobil li {
    margin-bottom: 1.25rem;
  }

  .overlay_menu .content_menu_header {
    margin-bottom: 1.625rem;
  }
}
@media (max-width: 575.98px) {
  .overlay_menu .content_menu_header {
    margin-bottom: 2.625rem;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .overlay_menu {
    bottom: 0;
    overflow-y: auto;
  }
}
.brand_navbar {
  white-space: nowrap;
  display: inline-block;
  font-size: 1.25rem;
  max-width: 170px;
  transition: max-width 300ms ease-in-out;
}

.main-nav-group {
  transition: background-color 300ms ease-in-out;
  z-index: 99;
}

.main-nav-group.active_scroll {
  position: fixed;
  width: 100%;
  background: white;
  border-bottom: 0.5px solid #2d31424b;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.main-nav-group.active_scroll .navbar-nav-custom li a.nav_link {
  color: var(--dark);
}
.main-nav-group.active_scroll #logo_full_white, .main-nav-group.active_scroll #logo_menu_white, .main-nav-group.active_scroll #logo_mobil_white, .main-nav-group.active_scroll #logo_mobil_telephone_white {
  display: none !important;
}
.main-nav-group.active_scroll #logo_full_dark, .main-nav-group.active_scroll #logo_menu_dark, .main-nav-group.active_scroll #logo_mobil_dark, .main-nav-group.active_scroll #logo_mobil_telephone_dark {
  display: block !important;
}
.main-nav-group.active_scroll .navbar-nav-custom li.active a.nav_link:before {
  background-color: var(--dark);
  opacity: 0.7 !important;
}

.content_footer_group {
  border-bottom: 1px solid var(--white);
  display: grid;
  grid-template-areas: "logo_footer pages_footer contact_footer social_media_footer" "logo_footer pages_footer contact_footer social_media_footer";
  gap: 1rem;
}
.content_footer_group ul {
  list-style: none;
  padding-left: 0;
}
.content_footer_group a {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}
.content_footer_group .logo_footer {
  grid-area: logo_footer;
}
.content_footer_group .pages_footer {
  grid-area: pages_footer;
}
.content_footer_group .contact_footer {
  grid-area: contact_footer;
}
.content_footer_group .social_media_footer {
  grid-area: social_media_footer;
}

@media (max-width: 991px) {
  .content_footer_group {
    grid-template-areas: "logo_footer pages_footer contact_footer" "logo_footer pages_footer social_media_footer";
  }
}
@media (max-width: 767px) {
  .content_footer_group {
    text-align: center;
    grid-template-areas: "logo_footer" "pages_footer" "contact_footer" "social_media_footer";
  }
  .content_footer_group .social_media_footer .imgs_rds {
    justify-content: center;
  }
}
.wrapper_menu {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .wrapper_menu {
    height: 671px;
  }
  .wrapper_menu .arrow_down {
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .wrapper_menu {
    height: 500px;
  }
  .wrapper_menu .arrow_down {
    visibility: hidden;
  }
}
.row_section_first_home .img_right_section {
  position: absolute;
  height: 100%;
}

.row_section_first_home .content_section {
  max-width: 445px;
}

.row_section_first_home .img_right_section img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row_section_first_home .content_section {
    max-width: 100%;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .row_section_first_home .content_section {
    margin-right: 1.8rem;
  }
}
@media (max-width: 767px) {
  .row_section_first_home .content_section {
    margin-right: 0rem;
  }

  .row_section_first_home .img_right_section {
    display: none;
  }

  .row_section_first_home {
    display: flex;
    flex-direction: column;
  }
  .row_section_first_home .img_mobil_section {
    display: block !important;
  }

  .row_section_first_home .p-tb-section {
    padding-bottom: 3rem;
  }

  .row_section_first_home .content_section {
    text-align: center;
  }
}
.content_box_columns {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.box_column {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  width: 132px;
  height: 450px;
  background-color: white;
  margin-right: 28px;
  opacity: 1;
  transition: all 160ms linear;
}

.box_column:nth-child(4n),
.box_column:last-child {
  margin-right: 0 !important;
}

.box_column.active {
  width: 100%;
}

.bb_dark {
  border-bottom: 5px solid var(--dark);
}

.bb_greem_dark {
  border-bottom: 5px solid var(--teal-500);
}

.bb_green {
  border-bottom: 5px solid var(--green);
}

.box_column_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.box_column_header img.image_arrow {
  max-width: 45px;
  height: auto;
}

.box_column_body {
  opacity: 0;
  display: none;
  position: relative;
  height: 100%;
  overflow: hidden !important;
}

.box_column.active .box_column_body {
  display: flex !important;
  opacity: 1 !important;
}

.box_column.active .box_column_header {
  display: none !important;
}

.box_column_body .flex-1:first-child {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.body_content_column_box {
  line-height: 1.38;
  padding-right: 2rem;
}

.box_column:last-child .box_column_body .btm_next_box {
  visibility: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .box_column_body .flex-1:last-child {
    display: none;
  }

  .box_column {
    width: 161px;
  }

  .body_content_column_box {
    padding-right: 0 !important;
  }

  .content_box_columns {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991.98px) {
  .box_column .box_column_body .btm_next_box {
    visibility: hidden !important;
  }

  .box_column_body .flex-1:last-child {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .body_content_column_box {
    padding-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .content_box_columns {
    flex-direction: column;
  }

  .box_column {
    margin-right: 0 !important;
    margin-bottom: 2rem;
    height: 120px !important;
    width: auto !important;
  }
  .box_column .box_column_header {
    flex-direction: row !important;
  }
  .box_column img.image_arrow {
    transform: rotate(90deg);
  }
  .box_column:last-child {
    margin-bottom: 0 !important;
  }

  .box_column.active {
    height: 100% !important;
  }

  .body_content_column_box {
    padding-right: 1rem !important;
  }

  .box_column.active .box_column_body {
    flex-direction: column;
  }

  .only_mobil {
    display: inline !important;
  }
}
.row_third_section_home .content_img_fourt_section {
  height: 100%;
  text-align: center;
}
.row_third_section_home .content_img_fourt_section img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  max-height: 100%;
}
.row_third_section_home .content_section{
  padding-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .row_third_section_home .content_img_fourt_section {
    left: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .row_third_section_home .content_img_fourt_section {
    left: 0rem;
  }

  .row_third_section_home .container .flex-1:first-child {
    flex: 0 0 45%;
    position: relative;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .content_img_fourt_section {
    position: relative !important;
    padding-bottom: var(--p-tb-section);
    overflow: hidden;
    padding: 0;
    display: none;
  }
  .content_img_fourt_section img.img_our_services {
    /* transform: scale(1.3) !important; */
    max-height: 400px !important;
  }

}
.sixth_section_home .carousel-indicators {
  bottom: -2rem;
  margin: 0;
  justify-content: start;
}

.carousel-indicators li {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  border: 2px solid var(--dark) !important;
  background: transparent !important;
  opacity: 1 !important;
}
.carousel-indicators li.active {
  background-color: var(--dark) !important;
}

.section_img_carousel {
  text-align: center;
  margin: 0 auto;
}
.section_img_carousel img {
  max-height: 512px;
}

.sixth_section_home .carousel-item .content_testimonial {
  display: flex;
  flex-direction: row-reverse;
}
.sixth_section_home .carousel-item .content_testimonial .section_img_carousel, .sixth_section_home .carousel-item .content_testimonial .section_text_carousel {
  width: 50%;
}
.sixth_section_home .carousel-item .content_testimonial .section_img_carousel {
  padding-left: 1rem;
}
.sixth_section_home .carousel-item .content_testimonial .section_text_carousel {
  padding-right: 1rem;
}

.sixth_section_home .carousel-item .section_img_carousel {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .sixth_section_home .carousel-item .section_img_carousel {
    padding-bottom: 4rem;
    justify-content: center;
  }

  .section_img_carousel, .section_text_carousel {
    width: 100% !important;
  }

  .section_img_carousel {
    padding-right: 1rem;
  }

  .section_text_carousel {
    padding-left: 1rem;
  }

  .sixth_section_home .carousel-item .content_testimonial {
    flex-direction: column;
  }
  .sixth_section_home .carousel-item .content_testimonial .section_text_carousel {
    text-align: center;
  }

  .sixth_section_home .carousel-indicators {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .sixth_section_home {
    background-color: var(--white) !important;
  }
  .sixth_section_home .section_text_carousel {
    background-color: var(--pink-500) !important;
    padding-top: 2rem;
    padding-bottom: 4rem;
    max-width: 85%;
    margin: 0 auto;
    z-index: 10;
    margin-top: 40%;
  }
  .sixth_section_home .section_img_carousel {
    padding: 0rem !important;
  }
  .sixth_section_home .p-tb-section {
    padding: 0 !important;
    padding-bottom: 2rem !important;
  }
  .sixth_section_home .container {
    max-width: 100%;
  }
  .sixth_section_home .carousel-indicators {
    bottom: 2rem !important;
  }

  .sixth_section_home .section_img_carousel {
    max-width: 100% !important;
    position: absolute;
    z-index: 5;
  }
}
@media (max-width: 767.98px) {
  .seventh_section_home .slick-slide {
    display: flex;
    justify-content: center;
  }
}
.list_check_custom {
  margin-bottom: 0;
  padding-left: 0rem;
  list-style: none;
}
.list_check_custom li::before {
  padding-right: 0.3rem;
  content: url("../images/services/list_check_ico.png");
}
.list_check_custom li {
  font-weight: 300 !important;
}

.section_relations_energy .box_content_relation_en {
  text-align: center;
}

.box_card_custom:nth-child(2n) {
  flex-direction: row-reverse !important;
}

a {
  text-decoration: none !important;
}


.wasap{
  background-color: #00d047 !important;
  border: #00d047;
  font-size: 1.4rem;
  font-weight: bold !important;
  font-family: "Roboto", sans-serif;
}
.wasap img{
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.services .card{
  min-width: 300px;
  margin: 1rem;
}
.services .card:hover .content-img .card-img{
  height: 320px;
  transition: all 100ms linear;
}
.services .card .content-img{
  height: 287px;
}
.clientes-items .slick-track{
  display: flex;
  align-items: center;
}
.clientes-items .slick-next {
  right: 40%;
  top: 120%;
}
.clientes-items .slick-prev {
  left: 40%;
  top: 120%;
}
.clientes-items .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}
.content-img-services img{
  /* max-height: 400px; */
  object-fit: cover;
  object-position: center;
}
.article-services{
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}
.list-products li{
  list-style: none;
  
}
.list-products .content-product{
  border: 1px solid #e3e3e3;
  border-radius: 1rem;
  transition: all 0.2s ease;
}
.list-products .content-product:hover{
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
}
.list-products .title-product{
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: var(--primary);
}

.wrapper_menu_pages {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper_menu_pages::after{
  content: '';
  position: absolute;
  width: 100%;
  background: #0276a3bf;
  height: 100%;
}

@media (max-width: 991.98px) {
  .wrapper_menu_pages {
    height: 250px;
  }
  .wrapper_menu_pages .arrow_down {
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .wrapper_menu_pages {
    height: 150px;
  }
  .wrapper_menu_pages .arrow_down {
    visibility: hidden;
  }
}
.page-title{
  margin-top: -9rem;
  color: white;
  text-align: center;
  padding: 0 1rem;
  position: relative;
}
.page-title h1{
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.page-title p{
  max-width: 650px;
  margin: auto;
}
.rezise_logo {
  max-width: 50px;
}
.link-cel {
  color: #212921;
}
.content-map {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-wasap img{
  width: 20px;
}
.item-client {
  height: 150px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.item-client img {
  width: auto;
  object-fit: contain;
}
.item-client  .img-long{
  width: 250px;
}

.title-slider {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
}

#loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,var(--primary) 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
  left: 50%;
  position: absolute;
  top: 50%;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}