@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700&display=swap");
body {
  position: relative;
}
div, section {
    scroll-margin-top: 80px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  -webkit-border-radius: 5px;
  background-color: transparent;
  border-radius: 5px;
  height: 10px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  width: 10px;
}

::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  background: #aaa;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

::-webkit-scrollbar-thumb:active {
  -webkit-border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
  min-height: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
  min-width: 10px;
}


.btn-whatsap {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;

	display: flex;
	align-items: center;
	gap: 5px;
}

.btn-whatsap a {
	background-color: #29A71A;
	transition: all .3s ease-in-out;
	display: block;
	border-radius: 50%;
	position: relative;
	z-index: 5;
}

.btn-whatsap a:hover {
	transform: scale(1.1);
	animation: whatsapp 1s infinite ease-in-out;
}

.btn-whatsap a img {
	width: 60px;
	transition: all .3s ease-in;
	display: flex;
	border-radius: 50%;
}

   .btn-message {
      background-color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      box-shadow: 0 0.5px 2px rgba(0,0, 0 ,.4);
      position: relative;
      z-index: 3;
      min-width: 70px;
      min-height: 16px;
      transform: translateX(50%);
      opacity: 0;
      transition: all .4s ease-in-out;
      visibility: hidden;
   }
   
   .btn-message.show{
      visibility: visible;
      transform: translateX(0);
      opacity: 1;
   }

   .btn-message span{
      display: block;
      position: relative;
      text-align: center;
   }

   .btn-message.show span::before {
    content: '¡Hablemos!';
    animation: changeText 15s infinite ease-in-out;
}


   @keyframes whatsapp {
      0% {
         box-shadow: 0 0 0 0 rgba(6, 80, 4, 0.85)
      }

      100% {
         box-shadow: 0 0 0 25px rgba(6, 80, 4, 0)
      }
   }

   @keyframes changeText {

      0%{
         content: '¡Agenda una visita aquí!';
      }
      100%{
         content: '¡Solicita más información aquí!';
      }

   }


/*variables*/
.banners {
  position: relative;
}

.banners #slider_ul {
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 800px !important;
  overflow: hidden;
}

.banners #slider_ul .item_banner {
  height: 100% !important;
	width : 100% !important;
}

.banners #slider_ul .item_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.banners #slider_ul .item_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0px;
}

.banners #slider_ul aside[id*="-breadcrumbs"] {
  top: 50% !important;
  right: 2% !important;
  padding: 0px !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 33% 33% 33%;
      grid-template-rows: 33% 33% 33%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 150px;
}

.banners #slider_ul aside[id="slider_ul-breadcrumbs"] .slidr-breadcrumbs li {
  border-radius: 0px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: black;
  font-size: 35px;
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  border: 0px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: 0 !important;
  color: white;
  font-weight: 700;
  opacity: .7;
}

.banners #slider_ul aside[id="slider_ul-breadcrumbs"] .slidr-breadcrumbs li.active {
  font-size: 60px;
  opacity: 1;
}

.banners .medio_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.banners .medio_text .box_proyecto {
  font-family: 'Montserrat', sans-serif;
  width: 550px;
  height: 250px;
  text-align: center;
  border: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banners .medio_text .box_proyecto h1 {
  font-size: 3rem;
}

.banners .medio_text .box_proyecto .box_botton {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 10px 0px;
  bottom: -10%;
  width: 60%;
}

.banners .medio_text .box_proyecto .box_botton a {
  color: black !important;
}

#header {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#header .main_menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main_menu .menu_img {
  width: 120px;
}

#header .main_menu a {
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#header.scrolled {
  background-color: #13141F !important;
  top: 0;
}

#header.scrolled .main_menu {
  margin-bottom: 0px !important;
}

#header .menu {
  width: 40px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

#header .menu .burger-menu-piece {
  display: block;
  position: absolute;
  width: 40px;
  border-top: 6px solid #C2C2C2;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}

#header .menu .burger-menu-piece:nth-child(1) {
  top: 0;
}

#header .menu .burger-menu-piece:nth-child(2) {
  top: 12px;
  opacity: 1;
  -webkit-transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}

#header .menu .burger-menu-piece:nth-child(3) {
  top: 24px;
}

#header .menu.active .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
          animation: burger-open-top 400ms ease-out forwards;
}

#header .menu.active .burger-menu-piece:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}

#header .menu.active .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
          animation: burger-open-bot 400ms ease-out forwards;
}

#header .menu.closing .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
          animation: burger-close-top 400ms ease-out forwards;
}

#header .menu.closing .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
          animation: burger-close-bot 400ms ease-out forwards;
}

#header .menu_mobile {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .menu_mobile .logo {
  width: 120px;
}

#header .container_menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #13141F;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#header .container_menu.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header .container_menu .img_mobile_logo {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  opacity: 0.1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#header .container_menu .main_menu_mobile {
  list-style: none;
}

#header .container_menu .main_menu_mobile .menu-item a {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 12px, 0);
            transform: translate3d(0, 12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
            transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}

@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 12px, 0);
            transform: translate3d(0, 12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
            transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}

@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}

@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}

@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
            transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
            transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
            transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
            transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
            transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
            transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.section_nosotros .barra {
  height: 720px;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.section_nosotros .barra_green {
  width: 35%;
  height: 100%;
  position: absolute;
  right: 0px;
  z-index: 2;
}

.section_nosotros .barra_black {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0px;
}

.section_nosotros .barra .img_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
  height: 100%;
}

.section_nosotros .barra .img_home .iconos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 25%;
}

.section_nosotros .barra .img_home .iconos .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_nosotros .barra .img_home .img_right {
  max-width: 55%;
  margin-top: 5%;
}

@media (max-width: 1701px) {
  .section_nosotros .barra {
    height: 620px;
  }
}

@media (max-width: 1500px) {
  .section_nosotros .barra {
    height: 550px;
  }
}

.section_proyectos.background_3 h1 {
  color: white !important;
}

.section_proyectos h1 {
  color: #1E2140 !important;
}

.section_proyectos .box_proyecto {
  height: 250px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white !important;
  margin-bottom: 30px;
  padding: 0px 30px;
}

.section_proyectos .box_proyecto:last-child {
  margin-bottom: 0px;
}

.section_proyectos .box_proyecto a {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_proyectos .box_proyecto h1 {
  position: relative;
  margin-bottom: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: white !important;
  text-align: center;
}

.section_proyectos .box_proyecto img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section_proyectos .box_proyecto:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.section_proyectos .box_proyecto:hover h1 {
  text-shadow: 0 0 5px black;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}

.section_proyectos .box_proyecto .button {
  height: 50px;
  width: 50px;
  background: red;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  min-width: 50px;
  max-width: 50px;
}

.section_promociones .container_proyectos {
  width: 70%;
  margin: auto;
}

.section_promociones .container_proyectos .box_proyecto {
  width: 100%;
  height: 300px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  cursor: pointer;
  margin-bottom: 60px;
}

.section_promociones .container_proyectos .box_proyecto.two_proyects, .section_promociones .container_proyectos .box_proyecto.more_proyectos {
  width: auto !important;
}

.section_promociones .container_proyectos .box_proyecto.two_proyects .left_txt .centro,
.section_promociones .container_proyectos .box_proyecto.two_proyects .right_txt .centro, .section_promociones .container_proyectos .box_proyecto.more_proyectos .left_txt .centro,
.section_promociones .container_proyectos .box_proyecto.more_proyectos .right_txt .centro {
  margin-left: 40px;
}

.section_promociones .container_proyectos .box_proyecto.two_proyects .left_txt .centro h3,
.section_promociones .container_proyectos .box_proyecto.two_proyects .right_txt .centro h3, .section_promociones .container_proyectos .box_proyecto.more_proyectos .left_txt .centro h3,
.section_promociones .container_proyectos .box_proyecto.more_proyectos .right_txt .centro h3 {
  font-size: 1.5rem;
}

.section_promociones .container_proyectos .box_proyecto.more_proyectos {
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
}

.section_promociones .container_proyectos .box_proyecto img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.section_promociones .container_proyectos .box_proyecto .left_txt,
.section_promociones .container_proyectos .box_proyecto .right_txt {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.section_promociones .container_proyectos .box_proyecto .left_txt .centro,
.section_promociones .container_proyectos .box_proyecto .right_txt .centro {
  margin-left: 60px;
}

.section_promociones .container_proyectos .box_proyecto .left_txt .centro h3,
.section_promociones .container_proyectos .box_proyecto .right_txt .centro h3 {
  font-size: 2rem;
  margin-bottom: 0px;
}

.section_promociones .container_proyectos .box_proyecto .left_txt .centro h3:first-child,
.section_promociones .container_proyectos .box_proyecto .right_txt .centro h3:first-child {
  font-weight: 800;
}

.section_promociones .container_proyectos .box_proyecto .left_txt::before {
  content: "";
  height: 45%;
  width: 11px;
  background: #96AE7F;
  top: 50%;
  left: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section_promociones .container_proyectos .box_proyecto .right_txt .aviso_icon,
.section_promociones .container_proyectos .box_proyecto .left_txt .aviso_icon {
  padding: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.section_promociones .container_proyectos .box_proyecto .right_txt .aviso_txt,
.section_promociones .container_proyectos .box_proyecto .left_txt .aviso_txt {
  position: absolute;
  bottom: -40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 10px;
}

.section_promociones .container_proyectos .box_proyecto .right_txt .aviso_txt a,
.section_promociones .container_proyectos .box_proyecto .left_txt .aviso_txt a {
  color: white !important;
  font-size: 17px;
}

.section_promociones .container_proyectos .box_proyecto .right_txt .aviso_icon,
.section_promociones .container_proyectos .box_proyecto .right_txt .aviso_txt,
.section_promociones .container_proyectos .box_proyecto .left_txt .aviso_icon,
.section_promociones .container_proyectos .box_proyecto .left_txt .aviso_txt {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.section_promociones .container_proyectos .box_proyecto:hover .aviso_icon,
.section_promociones .container_proyectos .box_proyecto:hover .aviso_txt {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.fondo_deg {
  background: #06070d;
  background: -webkit-gradient(linear, left top, right top, from(#06070d), to(rgba(30, 33, 64, 0.56)));
  background: linear-gradient(90deg, #06070d 0%, rgba(30, 33, 64, 0.56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06070d", endColorstr="#1e2140", GradientType=1);
}

.temp_b {
  -webkit-column-gap: 30px;
          column-gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 37%;
      grid-template-columns: 60% 37%;
}

.descuento_mobile {
  font-size: 17px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  display: none;
}

@media (max-width: 1500px) {
  .section_promociones .container_proyectos {
    width: 80%;
  }
}

.section_beneficios .list_beneficios {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  width: 80%;
  margin: auto;
}

.section_beneficios .list_beneficios .box_beneficios {
  text-align: center;
}

.section_beneficios .list_beneficios .box_beneficios .box_icon {
  background: red;
  padding: 10px;
  width: 85%;
  margin: auto;
  border-radius: .25rem;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_beneficios .list_beneficios .box_beneficios .box_icon img {
  width: 30%;
}

.section_beneficios .list_beneficios .box_beneficios .title_beneficios {
  margin-top: 20px;
  font-weight: 700;
  color: #234752;
}

.section_beneficios .list_beneficios .box_beneficios p {
  font-weight: 300;
}

.seccion_proceso .pasos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}

.seccion_proceso .pasos::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  background: #96ae7f;
  height: 2px;
  width: 100%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: -1;
}

.seccion_proceso .pasos .step {
  text-align: center;
}

.seccion_proceso .pasos .step h4 {
  font-weight: 700;
  margin-top: 20px;
  color: #234752;
}

.seccion_proceso .pasos .step p {
  color: #234752;
  font-weight: 300;
  font-size: 18px;
}

.seccion_proceso .pasos .step:nth-child(odd) .icon_step {
  background-color: #96AE7F;
}

.seccion_proceso .pasos .step:nth-child(even) .icon_step {
  background-color: #40568D;
}

.seccion_proceso .pasos .step .icon_step {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seccion_proceso .pasos .step .icon_step img {
  width: 50%;
}

footer {
  padding: 30px 0px;
  position: relative;
}

footer .grid_footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

footer .grid_footer .block_footer h3 {
  color: white;
  font-weight: 700;
}

footer .grid_footer .block_footer ul {
  list-style: none;
  padding: 0px;
  padding-left: 15px;
}

footer .grid_footer .block_footer ul li {
  position: relative;
}

footer .grid_footer .block_footer ul li::before {
  content: "";
  height: 7px;
  width: 7px;
  border: 1px white solid;
  position: absolute;
  left: -12px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .grid_footer .block_footer ul li:hover::before {
  background-color: white;
}

footer .grid_footer .block_footer ul li a {
  color: white !important;
  font-weight: 300;
}

footer .grid_footer .block_footer p {
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
}

footer .grid_footer .block_footer p::before {
  content: "";
  height: 7px;
  width: 7px;
  border: 1px white solid;
  position: absolute;
  left: 6px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .grid_footer .block_footer p:hover::before {
  background-color: white;
}

footer .grid_footer .block_footer p a {
  color: white !important;
}

footer .grid_footer .block_footer .butons_rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 /* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  margin-top: 10px;
}

footer .grid_footer .block_footer .butons_rrss .fb,
footer .grid_footer .block_footer .butons_rrss .ig {
  background-color: white;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .grid_footer .block_footer .butons_rrss .fb {
  margin-right: 10px;
}

footer .grid_footer .block_footer .butons_rrss .fb img {
  width: 30%;
}

footer .grid_footer .block_footer .butons_rrss .ig img {
  width: 50%;
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #96ae7f;
}

#prefooter {
  width: 100%;
  height: 200px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  margin-bottom: -1px;
  margin-top: -180px;
}

.section_contacto {
  z-index: 2;
  position: relative;
}

.section_contacto .frm_contacto {
  width: 60%;
  margin: auto;
}

.section_contacto .frm_contacto input {
  margin-bottom: 10px;
  background-color: #F8F8F8;
  border: 1px solid #A5A5A5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section_contacto .frm_contacto input:last-child {
  margin-bottom: 0px;
}

.section_contacto .frm_contacto input.error {
  border: 1px solid darkred;
}

.section_contacto .frm_contacto input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section_contacto .frm_contacto textarea {
  background-color: #F8F8F8;
  border: 1px solid #A5A5A5;
  resize: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section_contacto .frm_contacto textarea.error {
  border: 1px solid darkred;
}

.section_contacto .frm_contacto textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section_contacto .frm_contacto label.error {
  color: darkred;
  font-size: 90%;
}

.list_productos_destacados {
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}

.list_productos_destacados .glide_vendidos {
  height: 100%;
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track {
  height: 100%;
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  position: relative;
  cursor : pointer;
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos .btn_ver_mas_vendidos {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.9);
          transform: translate(-50%, -50%) scale(.9);
  border: 0;
  margin: 0;
  color: white;
  text-decoration: none !important;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity: 0;
}
.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos .btn_ver_mas_vendidos div{
   height: 60px;
    width: 50px;
    display : flex;
    justify-content : center;
    align-items : center;
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos .titulo {
  display: none;
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos.glide__slide--active {
  -webkit-box-shadow: 3px 3px 16px #00000083;
          box-shadow: 3px 3px 16px #00000083;
  z-index: 2;
  -webkit-transform: scaleY(1) scaleX(1.2);
          transform: scaleY(1) scaleX(1.2);
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos.glide__slide--active .titulo {
  display: block;
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos.glide__slide--active .btn_ver_mas_vendidos {
  opacity: 1;
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos.glide__slide--active img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
 /* -webkit-filter: brightness(0.5);
          filter: brightness(0.5);*/
 -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.list_productos_destacados .glide__arrows button {
  padding: 15px;
  background: none !important;
  color: white;
  outline: none;
  border: 1px white solid;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
      position: absolute;
    top: 50%;
    left: 28%;
    transform: translateY(-50%);
}
.list_productos_destacados .glide__arrows button.arrow_general_right{
    right: 28%;
    left: auto;
    transform: translateY(-50%);
    z-index: 1;
}
@media (max-width : 1440px){
    .list_productos_destacados .glide__arrows button.arrow_general_left{
        left: 27%;
    }
    .list_productos_destacados .glide__arrows button.arrow_general_right{
        right: 27%;
    }
}
@media (max-width : 1100px){
    .list_productos_destacados .glide__arrows button.arrow_general_left{
        left: 26%;
    }
    .list_productos_destacados .glide__arrows button.arrow_general_right{
        right: 26%;
    }
}
@media (max-width : 850px){
    .list_productos_destacados .glide__arrows button.arrow_general_left{
        left: 25%;
    }
    .list_productos_destacados .glide__arrows button.arrow_general_right{
        right: 25%;
    }
}

@media(max-width : 576px){
    body .list_productos_destacados{
        margin-top : 40px !important;
    }
    .list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos.glide__slide--active,
    .list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos{
        transform : none !important;
    }
    .list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos.glide__slide--active img,
    .list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos img{
        filter : brightness(0.9) !important;
        -webkit-filter: brightness(0.9) !important
    }
    .list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos .btn_ver_mas_vendidos{
        opacity : 1 !important;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

.list_productos_destacados .glide__arrows button:hover {
  background-color: white !important;
  color: #13141F;
}

.banner_def {
  height: 600px;
  width: 100%;
  position: relative;
}

.banner_def img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
 -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.banner_def img.cuadrado {
  position: absolute;
  right: -5%;
  width: 450px;
  height: 450px;
  bottom: -25%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
  -webkit-filter: none;
          filter: none;
  z-index: 3;
}

.banner_def::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background: transparent -webkit-gradient(linear, right top, left top, from(#1E214000), to(#06070D)) 70% 0% no-repeat padding-box;*/
  /*background: transparent linear-gradient(270deg, #1E214000 70%, #06070D 100%) 0% 0% no-repeat padding-box;*/
  z-index: 2;
}

.banner_def h1 {
  position: absolute;
  bottom: 6%;
  left: 10%;
  font-size: 5rem;
  color: white !important;
  font-weight: 800;
  z-index: 3;
  width: 80%;
}

.section_misvis {
  margin-top: 40px;
}

.section_misvis .box_menos {
  color: #234752;
}

.section_misvis .box_menos p {
  font-size: 20px;
}

.section_misvis .box_menos p strong {
  font-size: 23px;
}

.section_misvis .box_menos .iconos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 60px 0px;
}

.section_misvis .box_menos .iconos .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_misvis .box_menos .iconos .item_img img {
  width: 90%;
}

.section_misvis .box_menos .mision,
.section_misvis .box_menos .vision {
  margin-bottom: 60px;
}

.section_misvis .box_menos .mision h2,
.section_misvis .box_menos .vision h2 {
  font-weight: 700;
}

.section_misvis .box_menos .img_txt .img {
  position: relative;
}

.section_misvis .box_menos .img_txt .img::before {
  content: "";
  width: 80%;
  height: 65%;
  position: absolute;
  background-color: #E8E8E8;
  z-index: 1;
  left: -20px;
  top: -20px;
}

.section_misvis .box_menos .img_txt .img img {
  z-index: 2;
  position: relative;
}

.section_misvis .box_menos .img_txt .txt {
  padding: 0px 10px 0px 80px;
  background: #96ae7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  /*height: 400px;*/
	height: 420px!important;
  margin-left: -50px;
  color: white;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .25em;
}

.section_misvis .box_menos .img_txt .txt p {
  font-size: 1.4rem;
}

.section_equipo {
  color: #234752;
  margin-top: 40px;
}

.section_equipo .box_menos p:first-child {
  font-size: 19px;
}

.section_equipo .box_menos .list_equipo {
  margin-top: 60px;
}

.section_equipo .box_menos .list_equipo .item_equipo img {
  border-radius: 50%;
  width: 50%;
  margin: auto;
}

.section_equipo .box_menos .list_equipo .item_equipo h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.section_equipo .box_menos .list_equipo .item_equipo h3 {
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
}

.section_equipo .box_menos .list_equipo .item_equipo a {
  color: white;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

section.section_promociones2 {
  padding: 80px 0px;
}

section.section_promociones2 .box_proyecto {
  width: 100%;
  height: 300px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  cursor: pointer;
  margin-bottom: 60px;
}

section.section_promociones2 .box_proyecto.two_proyects, section.section_promociones2 .box_proyecto.more_proyectos {
  width: auto !important;
}

section.section_promociones2 .box_proyecto.two_proyects .left_txt .centro,
section.section_promociones2 .box_proyecto.two_proyects .right_txt .centro, section.section_promociones2 .box_proyecto.more_proyectos .left_txt .centro,
section.section_promociones2 .box_proyecto.more_proyectos .right_txt .centro {
  margin-left: 40px;
}

section.section_promociones2 .box_proyecto.two_proyects .left_txt .centro h3,
section.section_promociones2 .box_proyecto.two_proyects .right_txt .centro h3, section.section_promociones2 .box_proyecto.more_proyectos .left_txt .centro h3,
section.section_promociones2 .box_proyecto.more_proyectos .right_txt .centro h3 {
  font-size: 1.5rem;
}

section.section_promociones2 .box_proyecto.more_proyectos {
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
}

section.section_promociones2 .box_proyecto img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

section.section_promociones2 .box_proyecto .left_txt,
section.section_promociones2 .box_proyecto .right_txt {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

section.section_promociones2 .box_proyecto .left_txt .centro,
section.section_promociones2 .box_proyecto .right_txt .centro {
  margin-left: 60px;
}

section.section_promociones2 .box_proyecto .left_txt .centro h3,
section.section_promociones2 .box_proyecto .right_txt .centro h3 {
  font-size: 2rem;
  margin-bottom: 0px;
}

section.section_promociones2 .box_proyecto .left_txt .centro h3:first-child,
section.section_promociones2 .box_proyecto .right_txt .centro h3:first-child {
  font-weight: 800;
}

section.section_promociones2 .box_proyecto .left_txt::before {
  content: "";
  height: 45%;
  width: 11px;
  background: #96AE7F;
  top: 50%;
  left: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.section_promociones2 .box_proyecto .right_txt .aviso_icon,
section.section_promociones2 .box_proyecto .left_txt .aviso_icon {
  padding: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

section.section_promociones2 .box_proyecto .right_txt .aviso_txt,
section.section_promociones2 .box_proyecto .left_txt .aviso_txt {
  position: absolute;
  bottom: -40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

section.section_promociones2 .box_proyecto .right_txt .aviso_txt a,
section.section_promociones2 .box_proyecto .right_txt .aviso_txt button,
section.section_promociones2 .box_proyecto .left_txt .aviso_txt a,
section.section_promociones2 .box_proyecto .left_txt .aviso_txt button {
  color: white !important;
  font-size: 17px;
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.section_promociones2 .box_proyecto .right_txt .aviso_txt button,
section.section_promociones2 .box_proyecto .left_txt .aviso_txt button {
  background: none;
  border: 0;
  color: white;
}

section.section_promociones2 .box_proyecto .right_txt .aviso_icon,
section.section_promociones2 .box_proyecto .right_txt .aviso_txt,
section.section_promociones2 .box_proyecto .left_txt .aviso_icon,
section.section_promociones2 .box_proyecto .left_txt .aviso_txt {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

section.section_promociones2 .box_proyecto:hover .aviso_icon,
section.section_promociones2 .box_proyecto:hover .aviso_txt {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

section .modal-dialog {
  max-width: 600px;
}

section .box_form,
section .box_info {
    pointer-events: auto;
  background: white;
  width: 100%;
  border-radius: .25em;
  height: 600px;
  position: relative;
  -webkit-box-shadow: 4px 4px 12px #000000A3;
          box-shadow: 4px 4px 12px #000000A3;
}
.btn_ver_mas_link button{
    background-color : #8da274;
    color : white;
        padding: 5px 19px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: .25em;
    border: 1px solid #526141;
}

section .box_form .close,
section .box_info .close {
  position: absolute;
  top: 3%;
  right: 4%;
  z-index: 2;
  opacity: 1;
  font-size: 3rem;
  cursor: pointer;
}

section .box_form::before,
section .box_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background: #8da274;
  z-index: 3;
  border-top-left-radius: 0.24rem;
  border-bottom-left-radius: .24rem;
}

section .box_form h2 {
  font-weight: 300;
}

section .box_form h2 span {
  font-weight: 800;
  font-family: 'Montserrat';
}

section .box_form p {
  color: #96AE7F;
  font-weight: 600;
  font-size: 19px;
}

section .box_form .frm_promocion {
  pointer-events: auto;
  width: 77%;
  margin: auto;
}

section .box_form .frm_promocion input {
  margin-bottom: 15px;
  border: 1px solid #A5A5A5;
  background-color: #F8F8F8;
}

section .box_form .frm_promocion input.error {
  margin-bottom: 0px;
}

section .box_form .frm_promocion input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section .box_form .frm_promocion input:last-child {
  margin-bottom: 0px;
}

section .box_form .frm_promocion label.error {
  color: darkred;
  margin-bottom: 15px;
}

section .box_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 60% 40%;
      grid-template-rows: 60% 40%;
}

section .box_info .close {
  color: white;
}

section .box_info .line_1 {
  position: relative;
}

section .box_info .line_1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, right top, left top, from(#1E214000), to(#06070D)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #1E214000 0%, #06070D 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}

section .box_info .line_1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section .box_info .line_1 h2 {
  position: absolute;
  top: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  color: white;
  z-index: 3;
}

section .box_info .line_1 h2 span {
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

section .box_info .line_2 {
  padding: 20px 40px;
  overflow: scroll;
}

section .box_info .line_2 h2 {
  font-weight: 800;
}

.proceso_completo {
  padding: 60px 0px;
  color: #234752;
}

.proceso_completo p {
  font-size: 22px;
}

.proceso_completo p:first-child {
  font-weight: 700;
}

.proceso_completo .pasos {
  margin-top: 70px;
}

.proceso_completo .pasos .item_paso.two {
  margin-top: -240px;
}

.proceso_completo .pasos .item_paso.three {
  text-align: right;
  margin-top: 40px;
}

.proceso_completo .pasos .item_paso.four {
  text-align: right;
  padding-left: 100px;
}

.proceso_completo .pasos .item_paso.four .rect {
  height: 50px;
  width: 50%;
  margin-left: auto;
}

.proceso_completo .pasos .item_paso.five {
  margin-top: -90px;
  position: relative;
  padding-left: 120px;
}

.proceso_completo .pasos .item_paso.five::before {
  content: "";
  background: #96ae7f;
  height: 400px;
  width: 90px;
  position: absolute;
  bottom: 0px;
  left: 15px;
}

.proceso_completo .pasos .item_paso .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 33px;
  position: relative;
}

.proceso_completo .pasos .item_paso .circle.left {
  margin-left: auto;
  margin-right: 10%;
}

.proceso_completo .pasos .item_paso .circle.left::before {
  right: 0px;
}

.proceso_completo .pasos .item_paso .circle.right {
  margin-left: 10%;
  margin-right: auto;
}

.proceso_completo .pasos .item_paso .circle.right::before {
  left: 0px;
}

.proceso_completo .pasos .item_paso .circle::before {
  content: "";
  height: 4px;
  width: 100vw;
  position: absolute;
  top: 50%;
  background: #96ae7f;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.proceso_completo .pasos .item_paso h2 {
  font-weight: 700;
}

.proceso_completo .pasos .item_paso p,
.proceso_completo .pasos .item_paso li{
  font-size: 20px;
}

.proceso_completo .pasos .item_paso p span {
  font-weight: 500;
}

.proceso_completo .pasos .item_imagen {
  height: 600px;
  margin-top: 140px;
  position: relative;
}

.proceso_completo .pasos .item_imagen.img_final .box {
  left: 0;
  right: auto;
}

.proceso_completo .pasos .item_imagen.img_final .box .cuadrado {
  right: -10%;
  left: auto;
}

.proceso_completo .pasos .item_imagen.img_final .img_proceso {
  right: 5%;
  left: auto;
}

.proceso_completo .pasos .item_imagen.img_final .img_proceso::before {
  left: -4%;
  right: auto;
}

.proceso_completo .pasos .item_imagen .box {
  height: 90%;
  width: 75%;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.proceso_completo .pasos .item_imagen .box .cuadrado {
  position: absolute;
  top: -4%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -10%;
  height: 80%;
}

.proceso_completo .pasos .item_imagen .img_proceso {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.proceso_completo .pasos .item_imagen .img_proceso img {
  width: 100%;
  position: relative;
  z-index: 3;
}

.proceso_completo .pasos .item_imagen .img_proceso::before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  background-color: #F0F0F0;
  z-index: 1;
  right: -4%;
  top: -6%;
}

.proceso_completo .pasos .item_imagenes {
  position: relative;
  height: 500px;
  margin-top: -75px;
}

.proceso_completo .pasos .item_imagenes .img_1,
.proceso_completo .pasos .item_imagenes .img_2 {
  position: absolute;
}

.proceso_completo .pasos .item_imagenes .img_1 {
  width: 60%;
}

.proceso_completo .pasos .item_imagenes .img_2 {
  width: 40%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  position: absolute;
  bottom: 0%;
  right: -4%;
}

.proceso_completo .pasos .item_imagenes .cuadrado {
  width: 45%;
  position: absolute;
  bottom: 30%;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  left: 39%;
  -o-object-fit: contain;
     object-fit: contain;
}

.proceso_completo .pasos .img_final {
  margin-top: 80px;
}

.btn_contacto_agente {
  background-color: #96ae7f !important;
  font-size: 18px !important;
  padding: 10px 20px !important;
}

.btn_contacto_agente a {
  text-decoration: none !important;
  color: white !important;
}

.section_blog {
  margin-top: 70px;
}

.section_blog .destacado {
  width: 95%;
  margin: auto;
  height: 600px;
  margin-bottom: 80px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 16px #0000002e;
          box-shadow: 3px 3px 16px #0000002e;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.section_blog .destacado:hover {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-box-shadow: 3px 3px 26px #0000002e;
          box-shadow: 3px 3px 26px #0000002e;
}

.section_blog .destacado:hover .to {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.section_blog .destacado .box_img {
  height: 60%;
  position: relative;
}

.section_blog .destacado .box_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #06070d;
  background: -webkit-gradient(linear, left bottom, left top, from(#06070d), color-stop(49%, rgba(22, 24, 47, 0.627889)), color-stop(80%, rgba(30, 33, 64, 0.563463)));
  background: linear-gradient(0deg, #06070d 0%, rgba(22, 24, 47, 0.627889) 49%, rgba(30, 33, 64, 0.563463) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06070d", endColorstr="#1e2140", GradientType=1);
}

.section_blog .destacado .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_blog .destacado .box_img .title_blog {
  position: absolute;
  bottom: 20px;
  color: white;
  font-weight: 400;
  left: 20px;
  text-shadow: 0 0 2px black;
  width: 65%;
}

.section_blog .destacado .box_img .to {
  position: absolute;
  bottom: -31px;
  right: 15px;
  padding: 20px;
  background: #001F51;
  border-radius: 50%;
  color: white;
}

.section_blog .destacado .box_cuerpo {
  height: 40%;
  padding: 10px 20px;
}

.section_blog .destacado .box_cuerpo .date {
  font-weight: 300;
}

.section_blog .destacado .box_cuerpo .body {
  font-size: 18px;
  height: 140px;
  overflow: scroll;
}

.section_blog .card_blog {
  height: 400px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}

.section_blog .card_blog:hover {
  background-color: white;
  -webkit-box-shadow: 3px 3px 16px #0000002e;
          box-shadow: 3px 3px 16px #0000002e;
  border: 1px solid #ccc;
  -webkit-transform: scale(1.009);
          transform: scale(1.009);
}

.section_blog .card_blog .img_blog {
  height: 60%;
  position: relative;
}

.section_blog .card_blog .img_blog img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_blog .card_blog .img_blog .to {
  position: absolute;
  bottom: -17px;
  right: 13px;
  padding: 12px;
  background: #96ae7f;
  border-radius: 50%;
  color: white;
}

.section_blog .card_blog .body_blog {
  height: 40%;
  overflow: hidden;
  padding: 0px 8px;
}

.section_blog .card_blog .body_blog .titulo_blog {
  margin-top: 20px;
}

.section_blog .card_blog .body_blog .titulo_blog h4 {
  font-weight: 700;
  text-align: center;
}

.section_blog .card_blog .body_blog .content_body {
  font-weight: 300;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #021f51;
            box-shadow: 0 0 0 0 #021f51;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px #323edd00;
            box-shadow: 0 0 0 20px #323edd00;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #323edd00;
            box-shadow: 0 0 0 0 #323edd00;
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #021f51;
            box-shadow: 0 0 0 0 #021f51;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px #323edd00;
            box-shadow: 0 0 0 20px #323edd00;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #323edd00;
            box-shadow: 0 0 0 0 #323edd00;
  }
}

.section_single_blog .rel_posts {
  margin-top: 40px;
}

.section_single_blog .rel_posts .title_section {
  font-size: 23px !important;
}
@media (max-width : 576px){
 .section_single_blog .rel_posts .title_section {
  font-size: 18px !important;
}   
.section_single_blog .list_relacionados .card_blog{
    height : 300px !important;
}
body .section_single_blog .list_relacionados{
    width : 90%;
    margin : auto;
}
section .box_info .line_2 h2{
    font-size : 1.5rem !important;
}
}


.section_single_blog .breadcrumbs {
  font-size: 20px;
  margin: 40px 0px;
  font-weight: 600;
  color: #8B8B8B;
}

.section_single_blog .breadcrumbs a {
  font-weight: 400;
  color: #8B8B8B;
}

.section_single_blog .list_relacionados {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: 0;
  padding: 0;
}

.section_single_blog .list_relacionados .card_blog {
  height: 400px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}

.section_single_blog .list_relacionados .card_blog:hover {
  background-color: white;
  -webkit-box-shadow: 3px 3px 16px #0000002e;
          box-shadow: 3px 3px 16px #0000002e;
  border: 1px solid #ccc;
  -webkit-transform: scale(1.009);
          transform: scale(1.009);
}

.section_single_blog .list_relacionados .card_blog .img_blog {
  height: 60%;
  position: relative;
}

.section_single_blog .list_relacionados .card_blog .img_blog img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_single_blog .list_relacionados .card_blog .img_blog .to {
  position: absolute;
  bottom: -17px;
  right: 13px;
  padding: 12px;
  background: #96ae7f;
  border-radius: 50%;
  color: white;
}

.section_single_blog .list_relacionados .card_blog .body_blog {
  height: 40%;
  overflow: hidden;
  padding: 0px 8px;
}

.section_single_blog .list_relacionados .card_blog .body_blog .titulo_blog {
  margin-top: 20px;
}

.section_single_blog .list_relacionados .card_blog .body_blog .titulo_blog h4 {
  font-weight: 700;
  text-align: center;
}

.section_single_blog .list_relacionados .card_blog .body_blog .content_body {
  font-weight: 300;
}

.contacto_page .list_links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contacto_page .list_links li:first-child {
  margin-bottom: 10px;
}

.contacto_page .list_links li .link_contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  color: black;
  text-decoration: none;
}

.contacto_page .list_links li .link_contacto .img_contacto_rounded {
  margin-right: 10px;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacto_page .list_links li .link_contacto .img_contacto_rounded img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.contacto_page .butons_rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacto_page .butons_rrss .fb,
.contacto_page .butons_rrss .ig {
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.item_partner {
  /*height: 320px;*/
  height: 210px;
  text-align: center;
  padding : 0px 20px;
  /*-webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;*/
-webkit-box-shadow: 0px 3px 6px #00000052;
          box-shadow: 0px 3px 6px #00000052;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
		display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.item_partner:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.item_partner .img_partner {
  height: 60%;
}

.item_partner .img_partner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
  margin: auto;
}

.item_partner .empresa h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}

.item_partner .gerente,
.item_partner .email,
.item_partner .phone {
  color: #a3b88f !important;
}

.item_partner .gerente a,
.item_partner .email a,
.item_partner .phone a {
  color: #a3b88f !important;
  text-decoration: none !important;
  font-weight: 500;
}

.item_partner .gerente h4 {
  font-weight: 600;
  font-size: 20px;
}

/* responsive */
.section_promociones .container_proyectos .box_proyecto.two_proyects .left_txt .aviso_icon,
.section_promociones .container_proyectos .box_proyecto.two_proyects .left_txt .aviso_txt,
.section_promociones2 .left_txt .aviso_icon,
.section_promociones2 .left_txt .aviso_txt {
  display: none !important;
}

@media (max-width: 1200px) {
  body .container-fluid {
    width: 90% !important;
  }
  body #header .main_menu a {
    font-size: 15px;
  }
  body .section_misvis .box_menos .img_txt .txt p {
    font-size: 1.2rem;
  }
  body .section_misvis .box_menos p {
    font-size: 16px;
  }
  body .section_misvis .box_menos p strong {
    font-size: 19px;
  }
  body .box_categorias .content_cat {
    width: 100% !important;
  }
}

@media (max-width: 1100px) {
  body .container-fluid {
    width: 95% !important;
  }
  body #prefooter {
    height: 220px !important;
  }
  body #header .main_menu a {
    font-size: 13.5px !important;
  }
  body .container-fluid .box_menos {
    width: 90% !important;
  }
}

@media (max-width: 992px) {
  body .container-fluid {
    width: 94% !important;
  }
  body .section_nosotros .barra {
    height: 450px;
  }
  body section .title_section {
    font-size: 2rem;
  }
  body .section_proyectos .box_proyecto h1 {
    font-size: 2rem;
  }
  body .section_promociones .container_proyectos,
  body .section_promociones2 .container_proyectos {
    width: 100%;
  }
  body .section_beneficios .list_beneficios {
    width: 100%;
  }
  body .container-fluid .box_menos {
    width: 90% !important;
  }
  body .section_misvis .box_menos .img_txt .img {
    height: 350px;
    text-align: center;
  }
  body .section_misvis .box_menos .img_txt .img::before {
    display: none;
  }
  body .section_misvis .box_menos .img_txt .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: .4rem;
  }
  body .section_misvis .box_menos .img_txt .txt {
    margin-top: -30px;
    margin-left: 0px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    padding: 20px;
    text-align: center;
  }
  body .banner_def h1 {
    font-size: 4rem;
  }
  body .banner_def img.cuadrado {
    height: 350px;
    width: 350px;
  }
  body .section_single_proy .line_ubicacion {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  body .section_single_proy .line_ubicacion .mapa img {
    position: relative;
  }
  body .section_single_proy .line_ubicacion .mapa iframe {
    border: 0;
    position: relative;
    height: 300px;
    width: 100%;
  }
  body .section_single_proy .precio {
    font-size: 50px;
  }
  body .section_single_proy .lanz {
    font-size: 15px;
  }
  body .section_single_proy .desc_txt {
    font-size: 30px;
  }
  body .section_single_proy .comision {
    font-size: 1.5rem;
  }
  body .section_single_proy .descripcion_proyecto {
    font-size: 17px;
  }
  body .section_single_proy .link_descarga {
    font-size: 18px;
  }
  body .section_single_proy .line_ubicacion .content_ubicacion * {
    font-size: 16px;
  }
  body .box_categorias .content_cat {
    margin-top: 60px;
  }
  footer .grid_footer {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  footer .grid_footer .block_footer h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 900px) {
  body .section_nosotros .barra {
    height: 380px;
  }
  body .section_nosotros .barra .img_home .iconos {
    margin-bottom: 40px;
  }
  body .list_productos_destacados {
    height: 350px !important;
  }
  body .section_single_blog .list_relacionados {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
	
  body .banners .medio_text .box_proyecto {
    width: 450px;
  }
	
  body .banners .medio_text .box_proyecto h1 {
    font-size: 2.4rem;
  }
	
  body .section_proyectos .box_proyecto h1 {
    font-size: 1.7rem;
  }
	
  body .section_promociones .container_proyectos .box_proyecto .left_txt .centro,
  body .section_promociones .container_proyectos .box_proyecto .right_txt .centro,
  body .section_promociones2 .box_proyecto .left_txt .centro,
  body .section_promociones2 .box_proyecto .right_txt .centro {
    margin-left: 25px;
  }
	
  body h3 {
    font-size: 1.2rem !important;
  }
	
  .section_beneficios .list_beneficios .box_beneficios .title_beneficios {
    font-size: 1.25rem !important;
  }
	
  .section_beneficios .list_beneficios .box_beneficios p {
    font-size: 15px !important;
  }
	
  .seccion_proceso .pasos .step .icon_step {
    height: 110px;
    width: 110px;
  }
	
  .seccion_proceso .pasos .step h4 {
    font-size: 1.25rem !important;
  }
  .section_contacto .frm_contacto {
    width: 80%;
  }
	
	.text-capitalize.costanatri{
		
	}
	
  .banner_def {
    height: 565px;
  }
	
	.text-capitalize.costanatri{
		
	}
	
	.primeros-00{
		display:none !important;
	}	
	
	.primeros-01{
		display:none !important;
	}	
 
	.primeros-02{
		display:none !important;
	}
	
	
	
}

@media (max-width: 720px) {
  body .banners .medio_text .box_proyecto {
    width: 400px !important;
    height: 200px !important;
  }
  body .banners .medio_text .box_proyecto h1 {
    font-size: 2.2rem;
  }
  body .banners .medio_text .box_proyecto .box_botton a {
    font-size: 13px;
  }
  body .banners #slider_ul aside[id="slider_ul-breadcrumbs"] .slidr-breadcrumbs li.active {
    font-size: 40px !important;
  }
  body .section_nosotros p {
    font-size: 90%;
  }
  body .section_nosotros .barra {
    height: 340px !important;
  }
  body .banner_def h1 {
    font-size: 3.5rem !important;
    z-index: 4;
  }
  body .banner_def img.cuadrado {
    height: 250px;
    width: 250px;
    bottom: -20%;
  }
  body .box_categorias .content_cat {
    margin-top: 30px;
  }
  body .box_categorias .content_cat .item_caracteristica {
    font-size: 15px !important;
  }
  body .section_single_proy .content_cat h2 {
    font-size: 1.6rem;
  }
  body .section_single_proy .content_promocion {
    height: 400px;
  }
  body .section_single_proy .content_promocion .content h1 {
    font-size: 2.4rem;
  }
  body .section_single_proy .content_promocion .content p {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  body #prefooter {
    height: 150px !important;
  }
  body #header .menu_mobile .logo {
    width: 90px !important;
  }
  body #header .menu .burger-menu-piece {
    width: 35px;
    border-top: 4px solid #c2c2c2;
  }
  body #header .container_menu .main_menu_mobile .menu-item {
    margin-bottom: 10px;
  }
  body #header .container_menu .main_menu_mobile .menu-item a {
    font-size: 1.45rem;
  }
  body section {
    padding: 20px 0px;
  }
  body .section_nosotros .barra {
    height: 290px !important;
  }
  body section .title_section {
    font-size: 1.6rem;
  }
  body .section_proyectos .box_proyecto {
    padding-left: 10px;
    padding-right: 10px;
  }
  body .section_proyectos .box_proyecto h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  body .descuento_mobile {
    display: block;
  }
  body .temp_b {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .section_beneficios .list_beneficios {
    -ms-grid-columns:  1fr !important;
        grid-template-columns:  1fr !important;
  }
  body .section_beneficios .list_beneficios .box_beneficios:last-child {
    -ms-grid-column: 1 !important;
        grid-column-start: 1 !important;
    grid-column-end: 1 !important;
    width: 100% !important;
  }
  body .list_productos_destacados {
    height: 260px !important;
  }
  body .list_productos_destacados .glide__arrows button {
    padding: 5px 10px;
    right : auto !important;
  }
  body .list_productos_destacados .glide__arrows button.arrow_general_left{
        top : 80%!important;
        left: 42% !important;
        transform: translateX(-42%) !important;
  }
   body .list_productos_destacados .glide__arrows button.arrow_general_right{
        top : 80% !important;
        left: 57% !important;
        transform: translatex(-57%) !important;
  }
  body .seccion_proceso .pasos::before {
    top: 24%;
    -webkit-transform: translateY(-24%);
            transform: translateY(-24%);
  }
  body .seccion_proceso .pasos .step .icon_step {
    height: 80px;
    width: 80px;
  }
  body .seccion_proceso .pasos .step h4 {
    font-size: 1.1rem !important;
  }
  body .seccion_proceso .pasos .step p {
    font-size: 13px;
  }
  body .section_nosotros h1 {
    font-size: 2rem;
  }
  body .section_nosotros .barra .img_home .iconos {
    width: 30%;
  }
  body .banner_def h1 {
    font-size: 2rem !important;
  }
  body .banner_def img.cuadrado {
    height: 250px;
    width: 200px;
    bottom: -25%;
  }
  body .section_misvis .box_menos .img_txt .txt p {
    font-size: 1rem;
  }
  body .container-fluid .box_menos {
    width: 100% !important;
  }
  body .section_single_blog .list_relacionados {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos .btn_ver_mas_vendidos div {
         height: 40px;
        width: 40px;
  }
  .list_productos_destacados .glide_vendidos .glide_vendidos__track .glide_vendidos__slides .item_slide_vendidos .btn_ver_mas_vendidos div i{
          transform: scale(1);
  } 
}

@media (max-width: 550px) {
  body .banners .medio_text .box_proyecto {
    width: 350px !important;
    height: 180px !important;
  }
  body .banners .medio_text .box_proyecto h1 {
    font-size: 1.8rem;
  }
  footer .grid_footer {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 510px) {
  body .banners .medio_text .box_proyecto {
    width: 320px !important;
  }
  body .banners .medio_text .box_proyecto h1 {
    font-size: 1.6rem;
  }
  body .section_nosotros .barra {
    height: 250px !important;
  }
  body .section_proyectos .box_proyecto h1 {
    font-size: 1.3rem;
    padding: 0px 10px;
  }
  body .section_proyectos .box_proyecto .button {
    height: 40px;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    font-size: 1.4rem;
  }
  body .section_nosotros h1 {
    font-size: 1.7rem !important;
  }
  body .section_nosotros p {
    font-size: 80%;
  }
  body .seccion_proceso .pasos .step h4 {
    font-size: 1rem !important;
  }
  body .seccion_proceso .pasos .step .icon_step {
    height: 60px;
    width: 60px;
  }
  body .list_productos_destacados {
    height: 230px !important;
  }
  body .section_single_proy .content_cat .items_caracteristicas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .section_single_proy .content_cat .items_caracteristicas .item_caracteristica {
    width: 70%;
    margin: 10px auto;
  }
  body .list_productos_destacados {
    margin-top: 10px;
  }
  body .container-fluid {
    width: 100% !important;
  }
}

@media (max-width: 440px) {
  body .banners .medio_text .box_proyecto {
    width: 250px !important;
    height: 140px !important;
    border-width: 2px;
  }
  body .banners .medio_text .box_proyecto h1 {
    font-size: 1.4rem;
  }
  body .banners .medio_text .box_proyecto .box_botton {
    padding: 5px 0px;
  }
  body .banners .medio_text .box_proyecto .box_botton a {
    font-size: 10px;
  }
  body .section_nosotros h1 {
    font-size: 1.5rem !important;
  }
  body .section_nosotros p {
    font-size: 75%;
  }
  body .section_nosotros .barra {
    height: 200px !important;
  }
  body .banners #slider_ul aside[id="slider_ul-breadcrumbs"] .slidr-breadcrumbs li {
    font-size: 20px !important;
  }
  body .banners #slider_ul aside[id="slider_ul-breadcrumbs"] .slidr-breadcrumbs li.active {
    font-size: 30px !important;
  }
  body section .title_section {
    font-size: 1.4rem;
  }
  body .section_proyectos .box_proyecto h1 {
    font-size: 1.2rem;
  }
  body .section_promociones .container_proyectos .box_proyecto,
  body .section_promociones2 .box_proyecto {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .section_promociones .container_proyectos .box_proyecto .right_txt,
  body .section_promociones2 .box_proyecto .right_txt {
    display: none;
  }
  body .section_promociones .container_proyectos .box_proyecto.two_proyects .left_txt .aviso_icon,
  body .section_promociones .container_proyectos .box_proyecto.two_proyects .left_txt .aviso_txt,
  body .section_promociones .container_proyectos .box_proyecto .left_txt .aviso_icon,
  body .section_promociones .container_proyectos .box_proyecto .left_txt .aviso_txt,
  body .section_promociones2 .box_proyecto .left_txt .aviso_icon,
  body .section_promociones2 .box_proyecto .left_txt .aviso_txt {
    padding: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: scaleY(1) !important;
            transform: scaleY(1) !important;
  }
  body .section_promociones2 .box_proyecto .left_txt .aviso_txt {
    padding: 0;
  }
}

@media (max-width: 375px) {
  body .section_beneficios .list_beneficios {
    -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
  }
  body .section_beneficios .list_beneficios .box_beneficios {
    -ms-grid-column: 1 !important;
        grid-column-start: 1 !important;
    grid-column-end: 1 !important;
    width: 100% !important;
  }
  body .banners #slider_ul aside[id*="-breadcrumbs"] {
    bottom: 0% !important;
    -webkit-transform: none;
            transform: none;
    top: auto !important;
        height: 110px;
  }
  body .section_single_proy .content_promocion .content h1 {
    font-size: 2rem;
  }
  body .section_single_proy .content_promocion .content p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  body .proceso_completo .pasos .item_paso p,
  body .proceso_completo .pasos .item_paso li{
    font-size: 17px !important;
  }
  body .proceso_completo .pasos .item_paso h2 {
    font-size: 1.5rem !important;
  }
  body .proceso_completo .pasos .item_imagen {
    height: 525px;
    margin-top: 95px;
  }
  body .proceso_completo p {
    font-size: 19px !important;
  }
}

@media (max-width: 820px) {
  body .proceso_completo .pasos .item_paso.two {
    margin-top: -200px;
  }
  body .proceso_completo .pasos .item_paso.four {
    padding-left: 0px;
  }
  body .proceso_completo .pasos .item_imagenes .img_2,
  body .proceso_completo .pasos .item_imagenes .cuadrado {
    display: none;
  }
  body .proceso_completo .pasos .item_imagenes {
    margin-top: 100px;
  }
  body .proceso_completo .pasos .item_imagenes img.img_1 {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body .proceso_completo .pasos .item_paso.four .rect {
    height: 30px;
  }
  body .proceso_completo .pasos .item_imagen {
    margin-top: 10px;
    height: 450px;
  }
  .proceso_completo .pasos .item_imagen .box {
    position: relative;
    height: 100%;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 65%;
  }
  .proceso_completo .pasos .item_imagen .box .cuadrado {
    height: 70%;
  }
  body .proceso_completo .pasos .item_paso.two {
    margin-top: 10px;
  }
  body .proceso_completo .pasos .item_imagenes {
    margin-top: 20px;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  body .proceso_completo .pasos .item_imagenes img.img_1 {
    width: 70%;
  }
  body .proceso_completo .pasos .item_paso.five {
    margin-top: 20px;
  }
  body .proceso_completo .pasos .item_paso.five::before {
    display: none;
  }
  body .proceso_completo .pasos .item_imagen.img_final .img_proceso {
    left: 5%;
    right: auto;
  }
  body .proceso_completo .pasos .item_imagen.img_final .img_proceso::before {
    right: -4%;
    left: auto;
  }
}

@media (max-width: 500px) {
  body .proceso_completo .pasos .item_imagen {
    height: 340px;
  }
  body .proceso_completo .pasos .item_imagenes img.img_1 {
    width: 100%;
  }
  body .proceso_completo .pasos .item_paso h2 {
    font-size: 1.2rem !important;
  }
  body .proceso_completo .pasos .item_paso .circle {
    height: 60px;
    width: 60px;
    font-size: 23px;
  }
}

#content {
  overflow: hidden;
}

section {
  padding: 40px 0px;
}

section .title_section {
  font-weight: 300;
  margin-bottom: 30px;
}

section .title_section strong {
  font-weight: 700;
}

.logo_footer_mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .2;
}

.container-fluid {
  width: 81% !important;
  margin: auto !important;
}

.container-fluid .box_menos {
	/*  width: 80% !important;*/
  width: 100% !important;
  margin: auto !important;
}

.color_1 {
  color: #234752 !important;
}

.color_2 {
  color: #96AE7F !important;
}

.color_3 {
  color: #13141F !important;
}

.color_4 {
  color: #173F59 !important;
}

.color_5 {
  color: #61807D !important;
}

.background_1 {
  background-color: #234752 !important;
}

.background_2 {
  background-color: #96AE7F !important;
}

.background_3 {
  background-color: #13141F !important;
}

.background_4 {
  background-color: #173F59 !important;
}

.background_5 {
  background-color: #61807D !important;
}

.background_6 {
  background-color: #001F51 !important;
}

.img_backcolor {
  position: relative;
}

.img_backcolor::before {
  content: "";
  width: 80%;
  height: 65%;
  position: absolute;
  background-color: #F0F0F0;
  z-index: 1;
  right: -3%;
  top: -4%;
}

.img_backcolor img {
  z-index: 2;
  position: relative;
}

h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
}

p,
body,
span {
  font-family: 'Roboto', sans-serif;
}

.container_menu .main_menu_mobile {
  z-index: 9;
}

p:empty:before {
  display: none !important;
}

.section_single_proy {
  color: #234752;
}

.section_single_proy #accordion .card-body {
  text-align: justify;
}

.section_single_proy .titulo_proyecto {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.section_single_proy .titulo_proyecto::before {
  content: "";
  width: 100vw;
  height: 2px;
  background: #96ae7f;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.section_single_proy .descripcion_proyecto {
  font-size: 19px;
}

.section_single_proy .descripcion_proyecto p {
  text-align: justify;
}

.section_single_proy .link_descarga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #234752;
  font-weight: 600;
}

.section_single_proy .link_descarga i {
  margin-right: 15px;
}

.section_single_proy .breadcrumbs {
  color: #8B8B8B;
  font-weight: 700;
}

.section_single_proy .breadcrumbs a {
  color: #8B8B8B;
  font-weight: 400;
}

.section_single_proy .line_ubicacion {
  margin-top: 20px;
  height: 420px;
}

.section_single_proy .line_ubicacion h2 {
  font-weight: 700;
}

.section_single_proy .line_ubicacion .content_ubicacion {
  height: 350px;
  overflow: scroll;
  padding: 0px 5px;
}

.section_single_proy .line_ubicacion .content_ubicacion * {
  color: white;
  font-size: 18px;
  text-align: justify;
}

.section_single_proy .line_ubicacion .mapa iframe {
  width: 70%;
  height: 120%;
  margin: auto;
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 3px 3px 16px #00000083;
          box-shadow: 3px 3px 16px #00000083;
}

.section_single_proy .line_ubicacion .mapa img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
	    /*filter: brightness(120%);*/

}

.section_single_proy .content_cat {
  margin-top: 100px;
}

.section_single_proy .content_cat h2 {
  font-weight: 700;
}

.section_single_proy .precio {
  font-weight: 800;
  font-family: 'Montserrat';
  font-size: 70px;
  line-height: 1em;
}

.section_single_proy .lanz {
  margin-bottom: 0px;
  font-size: 18px;
}

.section_single_proy .desc_txt {
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 48px;
}

.section_single_proy .content_cat {
  color: #234752;
  width: 70%;
  position: relative;
  z-index: 2;
}

.section_single_proy .content_cat .items_caracteristicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 30px;
}

.section_single_proy .content_cat .items_caracteristicas .item_caracteristica {
  background: white;
  -webkit-box-shadow: 3px 3px 12px #00000062;
          box-shadow: 3px 3px 12px #00000062;
  padding: 10px 20px;
  border-radius: 0.9rem;
  width: 30%;
  border: 1px solid #DEDEDE;
  /*font-size: 18px;*/
  font-size: 20px;
  text-align: center;
}

.section_single_proy .content_cat .items_caracteristicas .item_caracteristica .img_caracteristica {
  text-align: center;
  margin-bottom: 20px;
}

.section_single_proy .content_promocion {
  height: 450px;
  margin-top: -30px;
  z-index: 1;
  position: relative;
}

.section_single_proy .content_promocion img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /*-webkit-filter: brightness(0.5);
          filter: brightness(0.5*/
   -webkit-filter: brightness(0.8);
           filter: brightness(0.8);
}

.section_single_proy .content_promocion .content {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.section_single_proy .content_promocion .content h1 {
  font-size: 3rem;
}

.section_single_proy .content_promocion .content h2 {
  font-size: 2.5rem;
}

.section_single_proy .content_promocion .content h1,
.section_single_proy .content_promocion .content h2 {
  font-weight: 700;
}

.section_single_proy .content_promocion .content p {
  font-size: 30px;
  font-weight: 300;
}

.section_single_proy .cabecera_faq {
  color: black !important;
  font-size: 20px;
  outline: none !important;
  font-weight: 600;
      width: 100%;
    text-align: left;
}

.section_single_proy .card-header[aria-expanded = 'true'] .cabecera_faq span {
        float: right;
    transform: rotate(
271deg
);
    font-size: 18px;
    transition : all .25s ease;
}
.section_single_proy .card-header .cabecera_faq span {
        float: right;
    transform: rotate(
90deg
);
    font-size: 18px;
    transition : all .25 ease;
}
.section_single_proy .cabecera_faq:focus 
{
    box-shadow : none !important;
}

.section_single_proy .content_faq {
  margin: 80%;
  margin: auto;
}
@media (max-width : 430px){
    body .list_productos_destacados .glide__arrows button.arrow_general_left{
        left: 38% !important;
        transform: translateX(-38%) !important;
  }
   body .list_productos_destacados .glide__arrows button.arrow_general_right{
        left: 62% !important;
        transform: translatex(-62%) !important;
  }
}
/*# sourceMappingURL=main.css.map */

/*AJUSTES WEB  ABRIL*/
.pilares-fundamentales {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}
div.proyecto-textos > h1:nth-child(2) {
    font-size: 35px;
}
.item_partner:hover .img_partner img {
    transform: scale(1.3);
    transition: 0.4s;
}
span.resaltar-plazo {
    color: #96ae7f;
    font-weight: bold;
    font-size: 28px;
}
.section_misvis .box_menos p strong {
    font-size: 20px;
}
.caracteristica-pp {
   position: relative;
    margin-bottom: 0;
    display: flex;
    color: #ffff;
    align-items: center;
}
.proyecto-textos h1 {
    padding-right: 10px;
}
.proyecto-textos {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	/*justify-content: space-between;*/
}
.contacto_page .list_links li .link_contacto {
	    font-size: 20px!important;

}
.section_single_proy .content_cat {
	top: 60px;
}
#content > section > div:nth-child(1) > div.box_menos.py-3 > div > div.col-md-5.text-center.color_2.d-flex.align-items-center.justify-content-center.mt-4.mt-md-0 > div > div:nth-child(5) {
    font-size: 48px;
}
.section_beneficios .list_beneficios .box_beneficios p {
	font-size: 20px;
}
@media (max-width: 2580px) and (min-width: 2300px) {
	.proceso_completo .pasos .item_paso p, .proceso_completo .pasos .item_paso li, .proceso_completo p, .btn_contacto_agente a, .lista-popup-referidos li, div.row.pop-up > div > div > p:nth-child(2),#content > section.section_contacto.pb-0 > div > form > div > button  {
    font-size: 24px!important;
}
	div.row.pop-up > div > div > p:nth-child(1) {
		font-size: 30px;
	}
	.contacto_page .list_links li .link_contacto .img_contacto_rounded, .contacto_page .butons_rrss .fb, .contacto_page .butons_rrss .ig {
	width: 55px!important;
    height: 55px!important;	
	}
	.form-control {
		font-size: 1.5rem!important;
	}
}
@media (max-width: 425px) {

.asesoria-integral-p {
    padding-left: 15px;
}
.proyecto-textos {
	justify-content: center;
}
	.proyecto-textos h1 {
    padding-right: 0px;
}
}
/*mayo*/
.pilares-fundamentales strong {
    font-size: 22px!important;
}