html,
body {
  overflow: hidden;
  height: 100%;
}

/* Swiper customization */
.main-swiper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.main-swiper .swiper-slide {
  height: 100vh;
  overflow-y: auto;
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #9fd864 !important;
  background: rgba(255, 255, 255, 0.3);
  padding: 2rem;
  border-radius: 50%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.5);
}

.custom_bg_navbar {
  background-color: #111111;
  border-left: 1px solid #d78329;
  border-right: 1px solid #d78329;
  border-bottom: 1px solid #d78329;
  border-top: 4px solid #d78329;
  border-radius: 5px;
}

.custom_nabvar_links div {
  color: #fff;
  font-size: 0.9em;
  font-family: var(--font_2);
}

.custom_nabvar_links img {
  width: 20px;
}

.custom_nabvar_links:hover img {
  filter: invert(42%) sepia(52%) saturate(3702%) hue-rotate(357deg)
    brightness(91%) contrast(84%);
}

.custom_nabvar_links:hover div {
  color: #d78329;
}

.nav-link.active img {
  filter: invert(42%) sepia(52%) saturate(3702%) hue-rotate(357deg) brightness(91%) contrast(84%);
}

.nav-link.active div {
  color: #d78329;
}

/* Adjust navbar to stay on top */
.navbar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1000;
  background: transparent;
}

.initial-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100000;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.initial-overlay .initial-logo {
  position: absolute;
  z-index: 100001;
  width: 200px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.initial-overlay.active {
  visibility: visible;
}

.initial-overlay.active .initial-logo {
  opacity: 1;
}

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; /* Reduce z-index to ensure content can appear above */
}

.container.custom_container_p {
  position: relative;
  z-index: 20; /* Ensure this is above the transition-overlay */
}

.slice-left,
.slice-right {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(0) skew(-25deg);
  transition: transform 0.5s ease-in-out;
}

[data-slide-color="green"] .slice-left,
[data-slide-color="green"] .slice-right {
  background: rgba(172, 105, 33, 0.8);
}

[data-slide-color="blue"] .slice-left,
[data-slide-color="blue"] .slice-right {
  background: rgba(93, 170, 92, 0.8);
}

[data-slide-color="purple"] .slice-left,
[data-slide-color="purple"] .slice-right {
  background: rgba(255, 255, 255, 0.8);
}

.slice-left {
  left: -88%;
  transform-origin: 90% 0;
}

.slice-right {
  right: -90%;
  transform-origin: 0 90%;
}

 .transition-overlay.proyectos .slice-left,
.transition-overlay.proyectos .slice-right {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(0) skew(25deg); /* Changed to 25deg for the fourth slide */
  transition: transform 0.5s ease-in-out;
}

.transition-overlay.proyectos .slice-left {
  left: -90%;
  transform-origin: 0 90%; /* Adjusted transform-origin for the fourth slide */
}

.transition-overlay.proyectos .slice-right {
  display:none
}

.transition-overlay.active .slice-left {
  transform: translateX(-60%) skew(-25deg);
  left: -50%!important;
}

.transition-overlay.active .slice-right {
  transform: translateX(60%) skew(-25deg); 
  right: -50%!important;
}

.swiper-slide {
  height: 100vh !important;
  width: 100% !important;
}

html,
body {
  overflow: hidden;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.custom_green_color_vrfd {
  color: rgb(120, 226, 88);
}


.custom_img_opacity {
  opacity: 0.5;
  transition: 0.3s;
}

.custom_img_opacity:hover {
  opacity: 1;
  transition: 0.3s;
}

.custom_orange_color_vrfd {
  color: rgb(255, 191, 52);
}

.custom_violet_color_vrfd {
  color: rgb(88, 102, 226);
}

.custom_border_home {
  border-right: 1px solid #fff;
}

.custom_tomato_color_vrfd {
  color: tomato;
}

.custom_color_green,
.custom_color_green:hover {
  color: var(--primary_color) !important;
}

.custom_color_violet {
  text-decoration: none !important;
  color: #00343f !important;
}

.custom_color_violet_2 {
  text-decoration: none !important;
  color: var(--secondary_color) !important;
}

.custom_color_white {
  color: var(--white) !important;
}

.custom_color_black {
  color: #222 !important;
}

.custom_color_dark {
  color: var(--dark_color) !important;
}

.custom_border_payment_method {
  border-top: 1px solid var(--light_grey_color);
}

.custom_text_payment_method {
  position: relative;
  bottom: 15px;
  background: #e9e7e4;
  width: 55%;
  border-radius: 50px;
  color: var(--light_grey_color);
}

.custom_btn_trans {
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(19, 125, 158, 0.5) !important;
  color: rgba(19, 125, 158, 0.9) !important;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  min-height: 45px !important;
}

.custom_title_trans {
  color: rgba(19, 125, 158, 0.9) !important;
}

.custom_btn_trans:hover,
.custom_btn_trans:active,
.custom_btn_trans:focus {
  transition: 0.3s;
  background: rgba(19, 125, 158, 0.2) !important;
  border: 1px solid rgba(19, 125, 158, 0.1) !important;
}


.custom_valores_p {
  height: 75px;
}

.custom_h_servicios {
  height:135px
}


.custom_color_grey {
  color: var(--dark_grey_color) !important;
}

.custom_light_grey {
  color: var(--light_grey_color) !important;
}

.custom_font_light {
  font-weight: 300;
}

.custom_color_black {
  color: var(--dark);
}

.custom_color_light_grey {
  color: #999;
}

.title_404 {
  color: var(--primary_color) !important;
  font-size: 5em;
}

.custom_bg_most {
  background: var(--secondary_color);
  position: relative;
  top: -25px;
  margin-top: -45px;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 2em;
  padding-right: 2em;
}

.custom_bg_mkt {
  background: var(--primary_color);
  position: relative;
  top: -25px;
  margin-top: -45px;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 2em;
  padding-right: 2em;
}

.custom_bg_star {
  background: var(--secondary_color);
  position: relative;
  top: 0;
  margin-top: -45px;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 1em;
  padding-right: 2em;
  height: 40px;
  width: 40px;
}

.custom_bg_star_mobile {
  background: var(--secondary_color);
  position: relative;
  top: 0;
  margin-top: -35px;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 1em;
  padding-right: 2em;
  height: 40px;
  width: 40px;
}

.custom_bg_cards {
  background: #fff !important;
  min-height: 100%;
}

.custom_bg_violet {
  background: var(--secondary_color) !important;
}

.custom_bg_col {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)
  );
  min-height: 100%;
  transition: 0.8s ease-in-out;
}

.custom_bg_col:hover {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  transition: 0.8s ease-in-out;
}

.custom_bg_plan {
  background: #fff;
  min-height: 100%;
}

.custom_bg_green {
  background: var(--primary_color);
}

.custom_bg_border_dark {
  background: #00343f !important;
}

.custom_bg_light {
  background: var(--light);
}

.custom_bg_dark {
  background: var(--dark_color);
}

.custom_background_video_app {
  max-width: 400px;
}

.custom_bg_white {
  background: #fff;
}

.custom_bg_light_white {
  background: #e9e7e4;
}

.custom_bg_light_white_1 {
  background: rgba(255, 255, 255, 0.2);
}

.custom_bg_service_modal {
  background: #fff;
  border: 2px solid #fff;
}

.custom_bg_header {
  background: var(--dark);
}

.custom_line_height {
  line-height: 1.05;
}

.custom_height_form {
  min-height: 460px;
}

.custom_letter_spacing {
  letter-spacing: 1px;
}

.custom_line_though {
  text-decoration: line-through;
  color: #999;
}

.custom_steps {
  background: var(--white);
  font-size: 2.4em;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: #39b702 !important;
}

.custom_steps strong {
  position: relative;
  top: 4px;
}

.custom_steps i {
  position: relative;
  top: 6px;
}

.custom_link,
.custom_link a {
  color: var(--light_grey_color);
  text-decoration: none;
}

.custom_link a:hover {
  color: var(--white);
}

.custom_header_icon {
  color: var(--light_grey_color) !important;
  font-size: 1.2em;
  text-decoration: none;
}

.custom_header_link {
  background: var(--light_grey_color) !important;
  color: var(--dark) !important;
  font-size: 1em;
  text-decoration: none;
  letter-spacing: 1px;
}

.custom_header_text {
  color: var(--light_grey_color) !important;
  font-size: 0.95em;
  font-weight: 600;
}

.custom_border_x {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.custom_border_left_grey {
  border-left: 1px solid #ccc;
}

.custom_border_right_grey {
  border-right: 1px solid #ccc;
}

.custom_border_bottom_grey {
  border-bottom: 1px solid #ccc;
}

.custom_nav a {
  padding: 0 1em;
  color: #48611d !important;
  font-weight: 500;
}

.custom_nav_link {
  color: var(--white) !important;
  letter-spacing: 3px;
  font-size: 1em;
  text-transform: uppercase !important;
}

.custom_nav_link:hover {
  color: var(--primary_color) !important;
}

.custom_bg_menu {
  background: #f2f4f8 !important;
  transition: 0.4s ease-in-out;
  border-radius: 0 0 20px 0;
}

.custom_bg_menu_scroll {
  background: #f2f4f8be !important;
  backdrop-filter: blur(10px);
  transition: 0.4s ease-in-out;
}

.custom_btn_service,
.custom_btn_service:hover {
  color: var(--dark_color);
  text-decoration: none !important;
}

.custom_btn_service:hover .custom_bg_service_modal {
  border: 2px solid var(--secondary_color);
}

.custom_btn_mp {
  background: #00a7e8 !important;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  border: none !important;
}

.custom_btn_mp:hover {
  background: #7fdbff !important;
}

.custom_btn_create_1 {
  background: var(--primary_color) !important;
  color: var(--secondary_color) !important;
  font-size: 1.1em;
  font-weight: 500;
  border: none !important;
  border-radius: 30px;
}

.custom_btn_create_1:hover {
  background: var(--secondary_color) !important;
  transition: 0.4s ease-in-out;
  color: var(--primary_color) !important;
}

.custom_btn_create_2 {
  background: var(--white) !important;
  color: var(--primary_color) !important;
  font-size: 1.1em;
  font-weight: 500;
  border: none !important;
  border-radius: 30px;
}

.custom_btn_create_2:hover {
  background: var(--white) !important;
  transition: 0.4s ease-in-out;
  color: var(--primary_color) !important;
}

.custom_btn_create_3 {
  background: var(--dark_color) !important;
  color: var(--white) !important;
  font-weight: 400;
  font-size: 1.1em;
  color: #fff;
  border: 1px solid var(--dark_color);
  border-radius: 5px;
  letter-spacing: 1px;
}

.custom_btn_create_3:hover {
  background: var(--dark_grey_color) !important;
  transition: 0.4s ease-in-out;
  border: 1px solid var(--dark_grey_color) !important;
}

.custom_btn_create_4 {
  background: transparent;
  color: var(--primary_color);
  font-weight: 400;
  font-size: 1.1em;
  border: 1px solid var(--primary_color);
  border-radius: 5px;
}

.custom_btn_create_4:hover {
  background: var(--secondary_color) !important;
  transition: 0.4s ease-in-out;
  border: 1px solid var(--secondary_color) !important;
  color: #fff;
}

.custom_btn_create_5 {
  transition: 0.4s ease-in-out;
  border: none;
  font-size: 1.3em;
  border-radius: 5px;
  background-color: #fff;
  color: var(--primary_color);
  padding: 10px;
  text-decoration: none;
}

.custom_btn_create_5:hover {
  background-color: var(--secondary_color) !important;
  transition: 0.4s ease-in-out;
  color: var(--white);
}

.custom_btn_create_6 {
  background: 0 !important;
  color: var(--white) !important;
  letter-spacing: 1px;
  font-weight: 400;
  border: none !important;
  height: 44px;
}

.custom_btn_create_6:active,
.custom_btn_create_6:focus,
.custom_btn_create_6::after {
  border: none !important;
  outline: none !important;
  box-shadow: 0 !important;
}

.custom_btn_create_7 {
  background: var(--secondary_color) !important;
  color: var(--white) !important;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  border: none !important;
}

.custom_btn_create_7:hover {
  background: var(--primary_color) !important;
  transition: 0.4s ease-in-out;
  color: var(--white);
}

.custom_notification_red {
  background: red;
  color: #fff;
  width: 25px;
  height: 25px;
  position: relative;
  top: 15px;
  left: 10px;
  z-index: 1000;
  border-radius: 30px;
  text-decoration: none !important;
}

.custom_notification_red div {
  position: relative;
  top: 2px;
}

.custom_btn_mail {
  background: var(--secondary_color) !important;
  color: var(--white) !important;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  border: none !important;
}

.custom_btn_design_left {
  border-radius: 10px 0 0 10px !important;
}

.custom_btn_design_right {
  border-radius: 0 10px 10px 0 !important;
}

.custom_btn_design_1,
.custom_btn_design_1:active,
.custom_btn_design_1:focus {
  background: var(--secondary_color);
  color: #fff !important;
  letter-spacing: 1px;
  font-weight: 400;
  border: 0 !important;
  border: 2px solid var(--secondary_color) !important;
}

.custom_btn_design_1:hover {
  background-color: #5b268b !important;
  color: var(--white) !important;
  border: 2px solid #5b268b !important;
}

.custom_btn_design_2,
.custom_btn_design_2:active,
.custom_btn_design_2:focus {
  background: 0;
  color: var(--secondary_color) !important;
  letter-spacing: 1px;
  font-weight: 400;
  border: 2px solid var(--secondary_color) !important;
}

.custom_btn_design_2:hover {
  background-color: #5b268b !important;
  color: var(--white) !important;
  border: 2px solid #5b268b !important;
}

.custom_relative_icon {
  position: relative;
  top: 1px;
}

.custom_relative_icon_2 {
  position: relative;
  top: 8px !important;
}

.custom_relative_icon_3 {
  position: relative;
  right: 3px !important;
}

.custom_relative_icon_4 {
  position: relative;
  right: 5px !important;
}

.custom_relative_election {
  position: relative;
  bottom: 1em;
}

.custom_btn_position_mobile {
  position: fixed;
  z-index: 1020;
  bottom: 2%;
}

.custom_btn_dark {
  background: var(--white) !important;
  color: #00343f !important;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 5px;
}

.custom_img_brand {
  width: 10em;
  transition: 0.4s ease-in-out;
}

.custom_img_brand_home {
  width: 17em;
  transition: 0.4s ease-in-out;
}

.custom_img_brand_header {
  width: 10em;
}

.custom_img_brand_footer {
  width: 12em;
}

.custom_img_about {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.custom_height_1 {
  height: 240px;
  box-shadow: rgba(255, 255, 255, 0.7) 0px 4px 12px;
  background: #fff;
  border-radius: 20px;
}

.custom_height_2 {
  height: 160px;
}

.custom_link_img_1 {
  position: relative;
  top: 10px;
  z-index: 1020;
  transition: 0.4s ease-in-out;
}

.custom_link_img_1:hover {
  top: -30px;
  transform: scale(1.2);
  transition: 0.4s ease-in-out;
}

.custom_link_img_2 {
  position: relative;
  bottom: 20px;
  z-index: 1020;
  transition: 0.4s ease-in-out;
}

.custom_link_img_2:hover {
  bottom: 45px;
  transform: scale(1.25);
  transition: 0.4s ease-in-out;
}

.custom_link_img_3 {
  position: relative;
  bottom: 30px;
  z-index: 1020;
  transition: 0.4s ease-in-out;
}

.custom_link_img_3:hover {
  bottom: 45px;
  transform: scale(1.25);
  transition: 0.4s ease-in-out;
}

.custom_link_img_4 {
  position: relative;
  bottom: 40px;
  z-index: 1020;
  transition: 0.4s ease-in-out;
}

.custom_link_img_4:hover {
  bottom: 45px;
  transform: scale(1.25);
  transition: 0.4s ease-in-out;
}

.custom_link_1 {
  position: relative;
  color: #fff;
}

.custom_dropdown_menu {
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--white) !important;
  border-radius: 0;
  border: 0;
}

.custom_dropdown_menu .dropdown-item {
  color: var(--dark) !important;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.custom_dropdown_menu .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}

.custom_btn_1 {
  background: var(--dark_color) !important;
  color: var(--white) !important;
  border-radius: 0;
}

.custom_btn_1:hover {
  background: var(--light_grey_color) !important;
}

.custom_btn_2 {
  background: var(--light_grey_color) !important;
  color: var(--dark_color) !important;
  border-radius: 0;
}

.custom_btn_2:hover {
  background: var(--dark_color) !important;
  color: var(--white) !important;
}

.custom_carousel_height {
  height: 70vh;
}

.custom_caption_height {
  height: 60%;
}

.custom_border_text {
  border-bottom: 3px solid var(--dark_grey_color);
}

.custom_border_price {
  border: 2px solid var(--primary_color);
  transition: 1s;
}

.custom_border_price:hover {
  border: 2px solid var(--secondary_color);
  transition: 1s;
  transform: scale(1.05);
}

.custom_title_text {
  color: var(--primary_color);
}

.custom_title_banner,
.custom_subtitle_banner {
  color: var(--white);
}

.custom_animation_price {
  transition: 1s;
}

.custom_animation_price:hover {
  transition: 1s;
  transform: scale(1.05);
}

.custom_border_star {
  border: 2px solid var(--secondary_color);
}

.custom_border_bottom_footer {
  border-bottom: 1px solid #cccccc;
}

.custom_card_overlay {
  border: 0 !important;
  border-radius: 0 !important;
}

.custom_title_home {
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font_2);
}

.custom_title_2 {
  color: #698d37;
  font-family: var(--font_2);
}

.custom_title_3 {
  color: #fff;
  font-family: var(--font_2);
}

.custom_title_4,
.custom_title_4 a {
  color: #698d37;
  font-family: var(--font_1);
  letter-spacing: 1px;
}

.custom_title_5 {
  color: var(--white);
  font-family: var(--font_1);
  letter-spacing: 1px;
  text-shadow: 1px 2px 4px #333;
}

.custom_title_6 {
  color: var(--secondary_color);
  font-family: var(--font_1);
  font-weight: 100;
}

.custom_title_7 {
  color: var(--secondary_color);
  font-family: var(--font_1);
}

.custom_title_footer {
  color: var(--primary_color) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
}

.custom_color_bottom {
  color: var(--dark_color);
}

@media (max-width: 800px) {
  .custom_color_bottom {
    color: var(--white);
    text-shadow: 1px 2px 5px var(--primary_color);
  }
}

.custom_bg_footer {
  background: var(--secondary_color) !important;
}

.custom_bars_color {
  color: var(--dark);
}

.custom_bg_footer_bottom {
  background: var(--dark);
}

.custom_item_bottom {
  color: rgb(255, 255, 255, 0.8) !important;
  text-decoration: none;
}

.custom_item_bottom:hover {
  color: var(--light_color) !important;
}

.custom_footer_icon {
  color: var(--white) !important;
  font-size: 1.1em;
  text-decoration: none;
}

.custom_footer_icon:hover {
  color: var(--primary_color) !important;
}

.custom_footer_contact_title {
  font-size: 0.9em;
  color: var(--white) !important;
}

.custom_footer_contact {
  color: var(--light_color) !important;
}

.custom_developed_by {
  color: var(--light_color) !important;
  font-family: var(--font) !important;
  font-size: 0.9em;
}

.custom_footer_info {
  color: var(--white) !important;
  font-size: 1em;
}

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

.custom_color_red {
  color:#D78329
}

.custom_height_100 {
  min-height: 100%;
}

.custom_inner {
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
}

.custom_inner img {
  width: 100%;
  transition: all 1.5s ease;
}

.custom_inner:hover img {
  transform: scale(1.1);
}

.custom_card_title {
  height: 50px;
  color: var(--light_grey_color) !important;
  font-weight: 300;
  font-size: 1em;
}

.custom_card_title_focus {
  color: var(--dark_grey_color) !important;
  font-weight: 600;
  font-size: 1.2em;
}

.custom_card_title_focus_2 {
  color: var(--primary_color) !important;
  font-weight: 600;
  font-size: 1.2em;
}

.custom_card_title_focus_3 {
  color: #999 !important;
  font-weight: 600;
  font-size: 2em;
}

.custom_card_text {
  font-size: 1.15em;
  color: var(--dark_grey_color) !important;
  font-weight: 600;
}

.custom_card_text_1 {
  font-size: 1.25em;
  color: var(--dark_color) !important;
  font-weight: 600;
}

.custom_card_category {
  font-size: 1.15em;
  color: var(--white) !important;
  text-shadow: 1px 2px 5px #333;
  font-weight: 200;
}

.custom_card_items:hover {
  background: var(--white);
  transition: all ease-in-out 0.5s;
  cursor: default;
}

.custom_card {
  width: 350px;
  border: none;
  height: 350px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.custom_p_info {
  display: flex;
  justify-content: space-between;
}

.custom_p_price {
  position: absolute;
  right: 10px;
  top: 20px;
}

.custom_p_image img {
  width: 240px;
  transform: rotate(15deg);
  transition: all 0.5s;
}

.custom_p_about {
  position: absolute;
  width: 170px;
  font-size: 10px;
  top: 140px;
  left: -125px;
  opacity: 0;
}

.custom_height_modal {
  min-height: 690px;
}

.custom_radius_modal {
  border-radius: 15px 0 0 15px;
}

.custom_msj_modal {
  color: var(--dark_grey_color);
}

.custom_card:hover .custom_p_about {
  animation: content 300ms ease-in forwards;
}

@keyframes content {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    left: 25px;
  }
}

.custom_card:hover .custom_p_image img {
  animation: onimage 300ms ease-in forwards;
}

.custom_card:hover .custom_p_price {
  animation: onprice 500ms ease-in forwards;
}

@keyframes onprice {
  0% {
    right: 10px;
    top: 20px;
  }

  50% {
    right: 60px;
    top: 30px;
  }

  100% {
    right: 70%;
    top: 70px;
  }
}

@keyframes onimage {
  0% {
    width: 250px;
  }

  50% {
    width: 200px;
    transform: translateY(-30px);
    transform: translateX(100px);
  }

  100% {
    width: 180px;
    top: 100px;
    transform: translateY(100px);
    transform: translateX(110px);
  }
}

.custom_buttons {
  position: absolute;
  bottom: -150px;
}

.custom_card:hover .custom_buttons {
  animation: buttons 500ms ease-in forwards;
}

@keyframes buttons {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 20px;
  }
}

.custom_btn {
  height: 50px;
  font-size: 16px;
  width: 140px !important;
  font-weight: 600;
}

.custom_inner_main_image {
  overflow: hidden;
  height: 500px;
  display: flex;
  align-items: center;
}

.custom_inner_main_image img {
  width: 100%;
}

.custom_thumbnail {
  height: 60px;
  cursor: pointer;
}

.custom_brand {
  font-size: 1em;
}

.custom_act_price {
  color: red;
  font-weight: 400 !important;
  font-size: 2em;
}

.custom_dis_price {
  text-decoration: line-through;
  font-size: 2em;
}

.custom_about {
  font-size: 1em;
}

.custom_btn_vista {
  width: 100%;
}

.custom_articulo_shadow {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom_width_reviews {
  width: 80%;
}

.custom_btn_review {
  background: var(--secondary_color) !important;
  color: var(--white) !important;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1.1em;
  border-radius: 30px;
  box-shadow: 0 !important;
  outline: 0 !important;
  border: 0 !important;
}

.custom_btn_review:hover {
  background: var(--white) !important;
  color: var(--secondary_color) !important;
  transition: 0.4s ease-in-out;
}

.custom_title_contacto {
  font-size: 2.5em;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .custom_title_contacto {
    font-size: 2em;
  }
}

@media (max-width: 800px) {
  .custom_title_contacto {
    font-size: 2.5em;
  }
}


@media (max-width: 420px) {
  .custom_title_contacto {
    font-size: 2em;
  }
}

@media (max-width: 360px) {
  .custom_title_contacto {
    font-size: 1.7em;
  }
}


@media (max-width: 800px) {
  .custom_caption_height {
    height: 70%;
  }

  .custom_header_text {
    font-size: 0.75em;
  }

  .custom_inner {
    height: 180px;
  }

  .custom_inner_main_image {
    height: 280px;
  }

  .custom_thumbnail {
    height: 50px;
  }

  .custom_title_terms {
    font-size: 0.8em !important;
  }
}

.custom_logo_text {
  width: 170px;
}

@media (max-width: 700px) {
  .custom_logo_text {
    width: 120px;
  }
  .custom_height_1 {
    height: 300px;
    box-shadow: rgba(255, 255, 255, 0.7) 0px 4px 12px;
    background: #fff;
  }

  .custom_height_2 {
    height: 230px;
  }

  .custom_link_img_1 {
    position: relative;
    z-index: 1020;
    transition: 0.4s ease-in-out;
  }

  .custom_link_img_1:hover {
    top: -30px;
    transform: scale(1.2);
    transition: 0.4s ease-in-out;
  }

  .custom_link_img_2 {
    position: relative;
    top: 0;
    z-index: 1020;
    transition: 0.4s ease-in-out;
  }

  .custom_link_img_2:hover {
    bottom: 45px;
    transform: scale(1.25);
    transition: 0.4s ease-in-out;
  }

  .custom_border_x {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .custom_bg_mkt {
    padding-left: 1em;
    padding-right: 1em;
  }

  .custom_bg_collapse {
    background: #f2f4f8 !important;
  }

  .select2-container {
    position: absolute;
    top: 890px !important;
  }
  .custom_nav {
    padding-bottom: 1em;
  }
}

.custom_bg_section_1 {
  background: url("../assets/images/bg_left.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.custom_bg_section_2 {
  background: url("../assets/images/bg_right.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.custom_bg_section_3 {
  background: url("../assets/images/bg_1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.custom_bg_section_4 {
  padding: 7%;
}

.custom_bg_section_5 {
  height: 20em;
  width: 20em;
  background: url("../assets/images/card.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.custom_bg_section_6 {
  bottom: 80px;
  border-radius: 50px;
  background: url("../assets/images/bg_3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.custom_bg_section_7 {
  border-radius: 50px;
  height: 170vh;
  background: url("../assets/images/bg_4.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.custom_bg_section_8 {
  border-radius: 30px;
  border: 1px solid #48611d;
  background: url("../assets/images/bg_3.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.custom_bg_section_9 {
  bottom: 7%;
  left: 7%;
}

.custom_bg_section_10 {
  height: 200px;
  bottom: 80px;
}

.custom_bg_section_11 {
  z-index: 1000;
  border-radius: 30px;
  border: 1px solid #48611d;
  background: url("../assets/images/bg_3.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.custom_bg_section_12 {
  z-index: 900;
  min-height: 200vh;
  padding-top: 20em;
  background: url("../assets/images/bg_2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.custom_bg_section_13 {
  border-radius: 50px;
  bottom: 500px;
  min-height: 130vh;
  background: url("../assets/images/bg_5.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.custom_bg_section_14 {
  top: 150px;
  z-index: 1000;
  border-radius: 30px;
  border: 1px solid #48611d;
  background: url("../assets/images/bg_3.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.custom_bg_margin_top_1 {
  margin-top: 10em;
}

.custom_bg_margin_top_2 {
  margin-top: 20em;
}

@media (max-width: 700px) {
  .custom_bg_section_1 {
    bottom: auto;
  }
  .custom_bg_section_2 {
    bottom: auto;
  }
  .custom_bg_section_7,
  .custom_bg_section_3 {
    height: auto;
    background: transparent;
  }
  .custom_title_5 {
    color: var(--secondary_color);
    text-shadow: none;
  }
  .custom_bg_section_4 {
    position: initial !important;
  }
  .custom_bg_section_6 {
    position: initial !important;
    background-size: cover !important;
  }
  .custom_bg_section_7 {
    height: auto;
  }
  .custom_bg_section_9 {
    position: initial !important;
  }
  .custom_bg_margin_top_1,
  .custom_bg_margin_top_2 {
    margin-top: auto;
  }
  .custom_bg_section_10 {
    position: initial !important;
    height: auto !important;
  }
  .custom_bg_section_12 {
    height: auto !important;
    background: transparent;
    padding-top: initial;
  }
  .custom_bg_section_13 {
    position: initial !important;
    min-height: auto !important;
    background: transparent;
  }
  .custom_bg_section_14 {
    position: initial !important;
  }
  .custom_border_home {
    border-right: none !important;
  }
}

.custom_section_services_scroll {
  scroll-margin-top: 20vh;
}

.custom-img-responsive {
  min-width: 100%;
}
.footer-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4a4a4a4d;
  padding: 15px 0;
  z-index: 1000;
}

.custom_text_h {
  line-height: 1.5em;
}

.custom_img_contacto {
  width: 170px;
}




@media (max-height: 610px) {
  .custom_container_p {
    padding-top: 10em!important;
    padding-bottom: 10em;
  }
  .custom_title_proyecto {
    font-size: 3em!important;
  }
}






@media (max-width: 767.98px) {

  .custom_text_h {
  
    line-height: 1.8em;
  }
  
  .custom_img_contacto {
    width: 120px;
  }


  .custom-img-responsive {
    width: auto;
    min-width: 250%;
  }
  .custom_h_servicios {
    height:auto
  }
  .footer-container {
    position: initial;
  }
  .custom_container_p1 {
    padding-top: 6em!important;
  }
  .custom_container_p {
    padding-top: 10em!important;
    padding-bottom: 6em;
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  color: white;
}

.social-links {
  display: flex;
  gap: 15px;
}

.footer-link {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #9fd864;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 10px;
  }
  .custom_color_red {
    font-size: 1.6em;
  }
}
