@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Montserrat", sans-serif;
}

.scrollTo {
  cursor: pointer;
}

.cd-top {
  background-color: #2a337c;
  border: 1px solid #ffffff;
}
.cd-top:hover {
  background-color: #2a337c;
}

header .top-header-wrapper {
  background-color: #2a337c;
}
header .top-header-wrapper .top-header-left .address {
  padding: 8px 0;
}
header .top-header-wrapper .top-header-left .address a {
  color: #ffffff;
}
header .top-header-wrapper .top-header-left .address a:hover {
  color: #ffffff;
}
header .top-header-wrapper .top-header-left .mail {
  padding: 8px 0;
}
header .top-header-wrapper .top-header-left .mail a {
  color: #ffffff;
}
header .top-header-wrapper .top-header-left .mail a:hover {
  color: #ffffff;
}
header .top-header-wrapper .imgWhatsHeader {
  max-width: 35px;
  width: 100%;
  height: auto;
  margin-left: 8px;
}
header .top-header-wrapper .top-header-right .top-social a {
  color: #ffffff;
}
header .top-header-wrapper .top-header-right .top-social a:hover {
  color: #ffffff;
}
header .navbar {
  top: 45px;
}
@media screen and (max-width: 768px) {
  header .navbar {
    top: 0;
  }
}
header .navbar .navbar-toggler .menu-icon-bar {
  background-color: #2a337c;
}
header .navbar .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .navbar .navbar-brand {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .navbar .navbar-brand {
    max-width: 190px;
  }
}
header .navbar .nav-link {
  font-weight: 700 !important;
}
header .navbar .nav-link:hover {
  color: #2a337c !important;
}
header .navbar .dropdown-item {
  font-weight: 700 !important;
}
header .navbar .dropdown-item:hover {
  color: #2a337c !important;
}
header .btn-default {
  background-color: #7ac943;
  border: 1px solid #7ac943;
  color: #2a337c;
  font-weight: 900 !important;
  letter-spacing: normal;
}

.navbar-dark .navbar-nav .show > .nav-link {
  color: #2a337c !important;
}

.home-slider .tp-bgimg {
  position: relative;
}
.home-slider .tp-bgimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .home-slider .title {
    line-height: normal !important;
    font-size: 30px !important;
  }
  .home-slider .title br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home-slider .subtitle {
    line-height: normal !important;
  }
  .home-slider .subtitle br {
    display: none;
  }
}

#quienes-somos {
  margin-top: 70px;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #quienes-somos {
    margin-top: 0;
    padding: 70px 0;
    margin-bottom: 0;
  }
}
#quienes-somos:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #386fb2;
}
@media screen and (max-width: 768px) {
  #quienes-somos:before {
    width: 100%;
  }
}
#quienes-somos .rowCenter {
  align-items: center;
}
#quienes-somos .imgLeft {
  position: relative;
  top: 60px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #quienes-somos .imgLeft {
    top: 0;
    margin-bottom: 50px;
    left: 0;
  }
}
#quienes-somos .title {
  color: #2a337c;
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #quienes-somos .title {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
  }
  #quienes-somos .title br {
    display: none;
  }
}
#quienes-somos .title span {
  font-weight: 500;
}
#quienes-somos .text {
  color: #7d858a;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #quienes-somos .text {
    color: #ffffff;
    text-align: center;
  }
}
#quienes-somos .textColor {
  font-size: 18px;
  color: #2a337c;
  font-weight: 800;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #quienes-somos .textColor {
    color: #ffffff;
    text-align: center;
  }
}

#servicios-excelencia {
  padding: 70px 0 0;
}
#servicios-excelencia .ws-feature-left-alt-2 {
  background-image: url("../files/home/bodegas-y-terrenos-en-parque-industrial.webp");
  height: 100%;
}
#servicios-excelencia .ws-feature-right-alt-2 {
  height: 100%;
}
#servicios-excelencia .ws-feature-right-alt-2:before {
  background: linear-gradient(90deg, #2d2f80, #3466a4);
  height: auto;
}
#servicios-excelencia .ws-feature-right-alt-2 .feature-right-content-alt-2 {
  position: relative;
  top: 0;
  transform: translateY(0);
  padding: 50px 0 50px 5rem;
}
@media screen and (max-width: 768px) {
  #servicios-excelencia .ws-feature-right-alt-2 .feature-right-content-alt-2 {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  #servicios-excelencia .ws-feature-right-alt-2 .feature-right-content-alt-2 .box-content .inner-bc {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #servicios-excelencia .ws-feature-right-alt-2 .feature-right-content-alt-2 .box-content .inner-bc .bc-icon {
    width: auto;
  }
}
#servicios-excelencia .ws-feature-right-alt-2 .feature-right-content-alt-2 .box-content .inner-bc .bc-icon img {
  position: relative;
}
#servicios-excelencia .ws-feature-right-alt-2 .feature-right-content-alt-2 .box-content .inner-bc:last-child {
  padding-right: 0;
}
#servicios-excelencia .ws-feature-right-alt-2 .title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #servicios-excelencia .ws-feature-right-alt-2 .title {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
  }
  #servicios-excelencia .ws-feature-right-alt-2 .title br {
    display: none;
  }
}
#servicios-excelencia .ws-feature-right-alt-2 .title span {
  font-weight: 500;
}
#servicios-excelencia .ws-feature-right-alt-2 .textNormal {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #servicios-excelencia .ws-feature-right-alt-2 .textNormal {
    font-size: 18px;
    text-align: center;
  }
}
#servicios-excelencia .ws-feature-right-alt-2 .imgIcon {
  width: 70px;
  height: auto;
  margin-bottom: 15px;
}
#servicios-excelencia .ws-feature-right-alt-2 .titleIcon {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #servicios-excelencia .ws-feature-right-alt-2 .titleIcon {
    font-size: 18px;
  }
}
#servicios-excelencia .ws-feature-right-alt-2 .textIcon {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
#servicios-excelencia .ws-feature-right-alt-2 .note {
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #servicios-excelencia .ws-feature-right-alt-2 .note {
    font-size: 20px;
    text-align: center;
  }
}

#cualidades {
  background-image: url("../files/home/back-caracteristicas.jpg");
  margin-top: 0;
}
#cualidades:before {
  display: none;
}
#cualidades .front-carousel .box-layer {
  background-color: #61679d;
}
#cualidades .front-carousel .box-layer .icon-box {
  background-color: transparent;
}
#cualidades .front-carousel .box-layer .icon-box .bl-icon {
  width: 70px;
}
#cualidades .front-carousel .box-layer .title {
  min-height: 50px;
  color: #ffffff;
}
#cualidades .front-carousel .box-layer .text {
  color: #ffffff;
  min-height: 80px;
  line-height: normal;
  font-size: 16px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #cualidades .front-carousel .box-layer .text {
    min-height: 90px;
  }
}

#conocenos {
  position: relative;
  margin-top: 0;
  background-image: url("../files/home/Imagen-atras-de-video-1920x1080.webp");
}
#conocenos:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#conocenos .pop-counter-content {
  width: 100%;
}
#conocenos #video-popup video {
  width: 100%;
  height: auto;
}
#conocenos .btn-popup .popup-localvideo .pulse {
  background-color: #2a337c;
}
#conocenos .btn-popup .popup-localvideo .pulse:before {
  border: 1px solid #2a337c;
}
#conocenos .btn-popup .popup-localvideo .pulse:after {
  border: 1px solid #2a337c;
}
#conocenos .title {
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #conocenos .title br {
    display: none;
  }
}
#conocenos .textNormal {
  color: #ffffff;
  text-transform: none;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #conocenos .textNormal {
    font-size: 20px;
  }
}

#cifras .counter-bar-alt {
  padding: 50px 0;
}
#cifras .media img {
  width: 70px;
}
#cifras .media .media-body .flexCounter {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#cifras .media .media-body .flexCounter .plusText {
  color: #2a337c;
  font-size: 30px;
  font-weight: 700;
  margin-right: 5px;
}
#cifras .media .media-body .flexCounter .counter {
  font-size: 30px;
  color: #2a337c;
  font-weight: 700;
  margin-bottom: 0;
}
#cifras .media .media-body .flexCounter .moreTextNumber {
  font-size: 30px;
  color: #2a337c;
  font-weight: 700;
  margin-left: 5px;
}
#cifras .media .media-body .textNormal {
  font-size: 18px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
  text-transform: none;
}

#proyectos-filtro .section-title {
  width: 100%;
  max-width: 100%;
}
#proyectos-filtro .section-title .title {
  color: #2a337c;
  font-weight: 700;
}
#proyectos-filtro .section-title .subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
#proyectos-filtro .filter-container .filter li.active {
  background-color: #2a337c;
}
#proyectos-filtro .grid .grid-box .project-thumbnail-img:after {
  background-color: rgba(255, 255, 255, 0.7);
}
#proyectos-filtro .grid .grid-box .project-thumbnail-img figcaption .titleBox {
  font-weight: 700;
  color: #2a337c;
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: normal;
}
#proyectos-filtro .grid .grid-box .project-thumbnail-img figcaption .point {
  font-weight: 700;
  color: #2a337c;
  font-size: 20px;
  margin-bottom: 5px;
  opacity: 1;
  top: auto;
  left: auto;
  letter-spacing: normal;
}
#proyectos-filtro .grid .grid-box .project-thumbnail-img figcaption .point sup {
  font-size: 13px;
}
#proyectos-filtro .grid .grid-box .project-thumbnail-img figcaption .description {
  color: #000;
  font-size: 14px;
  text-align: center;
  opacity: 1;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  padding: 0 15px;
}

#testimonios {
  background-image: url("../files/home/Imagen-1920x800.webp");
}
#testimonios .about-testimonials .subtitle {
  color: #ffffff;
}
#testimonios .about-testimonials .title {
  color: #ffffff;
}
#testimonios .testimonial-carousel-alt .item .testimonial-alt {
  background-color: #2a337c;
}
#testimonios .testimonial-carousel-alt .item .testimonial-alt.blue2 {
  background-color: #386fb2;
}
#testimonios .testimonial-carousel-alt .item .testimonial-alt .media.client-message i {
  color: #ffffff;
}
#testimonios .testimonial-carousel-alt .item .testimonial-alt .media.client-message .text {
  color: #ffffff;
  line-height: normal;
  margin-bottom: 40px;
  text-align: justify;
  font-weight: 600;
  min-height: 110px;
}
#testimonios .testimonial-carousel-alt .item .testimonial-alt .media.client-info .titleName {
  color: #ffffff;
  font-weight: 700;
}
#testimonios .testimonial-carousel-alt .item .testimonial-alt .media.client-info .position {
  color: #ffffff;
  font-weight: 500;
}
#testimonios .testimonial-carousel-alt .item .testimonial-alt .media.client-info img {
  border: none;
}

#bodegas-renta {
  position: relative;
}
#bodegas-renta .imgRight {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #bodegas-renta .imgRight {
    width: 100%;
    position: relative;
  }
}
#bodegas-renta .info {
  padding: 100px 20px 100px 0;
}
@media screen and (max-width: 768px) {
  #bodegas-renta .info {
    padding: 50px 0;
  }
}
#bodegas-renta .info .title {
  color: #2a337c;
  margin-bottom: 25px;
}
#bodegas-renta .info .text {
  color: #7d858a;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
#bodegas-renta .info .text sup {
  font-size: 13px;
}
#bodegas-renta .info .textColor {
  color: #2a337c;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
}
#bodegas-renta .info .textColor sup {
  font-size: 13px;
}

#terrenos-renta {
  position: relative;
}
#terrenos-renta .imgLeft {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #terrenos-renta .imgLeft {
    width: 100%;
    position: relative;
  }
}
#terrenos-renta .info {
  padding: 100px 0px 100px 20px;
}
@media screen and (max-width: 768px) {
  #terrenos-renta .info {
    padding: 50px 0;
  }
}
#terrenos-renta .info .title {
  color: #2a337c;
  margin-bottom: 25px;
}
#terrenos-renta .info .text {
  color: #7d858a;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
#terrenos-renta .info .text sup {
  font-size: 13px;
}
#terrenos-renta .info .textColor {
  color: #2a337c;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
}
#terrenos-renta .info .textColor sup {
  font-size: 13px;
}
#terrenos-renta .info .listIcon li {
  color: #2a337c;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
#terrenos-renta .info .listIcon li img {
  max-width: 30px;
  height: auto;
  margin-right: 8px;
}
#terrenos-renta .info .listIcon li sup {
  font-size: 13px;
}

footer {
  background-color: #2a337c;
}
footer .footer-line {
  border-top: 1px solid #ffffff;
}
footer .top-footer .title {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  footer .top-footer .title {
    margin-bottom: 20px;
  }
}
footer .top-footer .subtitle {
  color: #ffffff;
  font-size: 20px;
}
footer .top-footer .footer-btn .btn-default {
  background-color: #ffffff;
  color: #2a337c;
  font-weight: 700;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  transition: 0.5s ease-in-out;
}
footer .top-footer .footer-btn .btn-default:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
footer .center-footer {
  margin-bottom: 0;
}
footer .center-footer .footer-col .textLogo {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .center-footer .footer-col .textLogo {
    font-size: 25px;
  }
  footer .center-footer .footer-col .textLogo br {
    display: none;
  }
}
footer .center-footer .footer-col .descriptionWeDo {
  color: #ffffff;
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
}
footer .center-footer .footer-col .moreInfo {
  margin-top: 30px;
}
footer .center-footer .footer-col .moreInfo .text {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
}
footer .center-footer .footer-col .titleLinks {
  color: #ffffff;
  font-weight: 700;
}
footer .center-footer .footer-col .quick-links li {
  line-height: normal;
  margin-bottom: 15px;
}
footer .center-footer .footer-col .quick-links li a {
  color: #ffffff;
  font-weight: 500;
  line-height: normal;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  footer .center-footer .footer-col .quick-links li a {
    font-size: 12px;
  }
}
footer .center-footer .footer-col .quick-links li a:hover {
  color: #7d858a;
}

.headerBodegas {
  background-image: url("../files/bodegas/bodegas-en-renta-parque-industrial.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.headerBodegas .pages-title {
  width: 100%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.headerBodegas .pages-title .title {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  margin-bottom: 20px;
}
.headerBodegas .pages-title .subtitle {
  color: #ffffff;
  text-align: normal;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
}

.headerTerrenos {
  background-image: url("../files/terrenos/terrenos-en-renta-parque-industrial.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.headerTerrenos .pages-title {
  width: 100%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.headerTerrenos .pages-title .title {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  margin-bottom: 20px;
}
.headerTerrenos .pages-title .subtitle {
  color: #ffffff;
  text-align: normal;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
}

.headerContacto {
  background-image: url("../files/contacto/Imagen-1920x800.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.headerContacto .pages-title {
  width: 100%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.headerContacto .pages-title .title {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  margin-bottom: 20px;
}
.headerContacto .pages-title .subtitle {
  color: #ffffff;
  text-align: normal;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
}

#proyecto-renta-bodega .section-title {
  max-width: 100%;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #proyecto-renta-bodega .section-title {
    margin-bottom: 0;
  }
}
#proyecto-renta-bodega .section-title .title {
  color: #2a337c;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #proyecto-renta-bodega .section-title .title {
    font-size: 25px;
  }
}
#proyecto-renta-bodega .section-title .subtitle {
  color: #000000;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #proyecto-renta-bodega .section-title .subtitle {
    font-size: 18px;
  }
}
#proyecto-renta-bodega .project-details .project-block {
  background-color: #2a337c;
  margin-bottom: 40px;
}
#proyecto-renta-bodega .project-details .project-block .media .media-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#proyecto-renta-bodega .project-details .project-block .media .media-body .title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
}
#proyecto-renta-bodega .project-details .project-block .media .media-body .icon {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0 !important;
}
#proyecto-renta-bodega .project-details .socialProject .title {
  color: #2a337c;
  margin-bottom: 10px;
  font-size: 25px;
}
#proyecto-renta-bodega .project-details .socialProject .socialIcons {
  display: flex;
}
#proyecto-renta-bodega .project-details .socialProject .socialIcons li {
  margin-right: 8px;
}
#proyecto-renta-bodega .project-details .socialProject .socialIcons li a {
  text-decoration: none;
  color: #2a337c;
  font-size: 18px;
  margin-right: 8px;
  transition: 0.5s ease-in-out;
}
#proyecto-renta-bodega .project-details .socialProject .socialIcons li a:hover {
  color: #386fb2;
}
#proyecto-renta-bodega .project-details .inner-aside .promo-banner {
  position: relative;
}
#proyecto-renta-bodega .project-details .inner-aside .promo-banner img {
  position: relative;
}
#proyecto-renta-bodega .project-details .inner-aside .promo-banner figcaption {
  position: absolute;
  bottom: 0;
  padding: 190px 15px 30px 15px;
  width: 100%;
  overflow: hidden;
}
#proyecto-renta-bodega .project-details .inner-aside .promo-banner figcaption:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -117px;
  width: 320px;
  height: 535px;
  transform: rotate(120deg);
  z-index: 1;
  background-color: rgba(42, 51, 124, 0.9);
  mix-blend-mode: multiply;
}
#proyecto-renta-bodega .project-details .inner-aside .promo-banner figcaption .boxed {
  z-index: 2;
  position: relative;
}
#proyecto-renta-bodega .project-details .inner-aside .promo-banner figcaption .boxed h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: normal;
}
#proyecto-renta-bodega .project-details .inner-aside .promo-banner figcaption .boxed h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: normal;
  line-height: 30px;
}
#proyecto-renta-bodega .project-details .inner-aside .promo-banner figcaption .boxed p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
#proyecto-renta-bodega .infoProject .contentBlock {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#proyecto-renta-bodega .infoProject .contentBlock img {
  position: relative;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent {
  position: relative;
  padding: 30px 15px;
  margin-bottom: 40px;
  min-height: 330px;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .title {
  color: #2a337c;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .listDetails li {
  color: #000000;
  font-size: 16px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .listDetails li:last-child {
  padding-right: 40px;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .listDetails li span {
  font-weight: 800;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .listDetails li sup {
  font-size: 12px;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .showMore {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: none;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .showMore a {
  position: relative;
  color: #2a337c;
  border-radius: 50%;
  border: 2px solid #2a337c;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: table;
  transition: 0.5s ease-in-out;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .showMore a:hover {
  background-color: #2a337c;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .showMore a:hover i {
  color: #ffffff;
}
#proyecto-renta-bodega .infoProject .contentBlock .infoContent .showMore a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}

#proyecto-renta-terrenos .section-title {
  max-width: 100%;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #proyecto-renta-terrenos .section-title {
    margin-bottom: 0;
  }
}
#proyecto-renta-terrenos .section-title .title {
  color: #2a337c;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #proyecto-renta-terrenos .section-title .title {
    font-size: 25px;
  }
}
#proyecto-renta-terrenos .section-title .subtitle {
  color: #000000;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #proyecto-renta-terrenos .section-title .subtitle {
    font-size: 18px;
  }
}
#proyecto-renta-terrenos .project-details .project-block {
  background-color: #2a337c;
  margin-bottom: 40px;
}
#proyecto-renta-terrenos .project-details .project-block .media .media-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#proyecto-renta-terrenos .project-details .project-block .media .media-body .title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
}
#proyecto-renta-terrenos .project-details .project-block .media .media-body .icon {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0 !important;
}
#proyecto-renta-terrenos .project-details .socialProject .title {
  color: #2a337c;
  margin-bottom: 10px;
  font-size: 25px;
}
#proyecto-renta-terrenos .project-details .socialProject .socialIcons {
  display: flex;
}
#proyecto-renta-terrenos .project-details .socialProject .socialIcons li {
  margin-right: 8px;
}
#proyecto-renta-terrenos .project-details .socialProject .socialIcons li a {
  text-decoration: none;
  color: #2a337c;
  font-size: 18px;
  margin-right: 8px;
  transition: 0.5s ease-in-out;
}
#proyecto-renta-terrenos .project-details .socialProject .socialIcons li a:hover {
  color: #386fb2;
}
#proyecto-renta-terrenos .project-details .inner-aside .promo-banner {
  position: relative;
}
#proyecto-renta-terrenos .project-details .inner-aside .promo-banner img {
  position: relative;
}
#proyecto-renta-terrenos .project-details .inner-aside .promo-banner figcaption {
  position: absolute;
  bottom: 0;
  padding: 190px 15px 30px 15px;
  width: 100%;
  overflow: hidden;
}
#proyecto-renta-terrenos .project-details .inner-aside .promo-banner figcaption:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -117px;
  width: 320px;
  height: 535px;
  transform: rotate(120deg);
  z-index: 1;
  background-color: rgba(42, 51, 124, 0.9);
  mix-blend-mode: multiply;
}
#proyecto-renta-terrenos .project-details .inner-aside .promo-banner figcaption .boxed {
  z-index: 2;
  position: relative;
}
#proyecto-renta-terrenos .project-details .inner-aside .promo-banner figcaption .boxed h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: normal;
}
#proyecto-renta-terrenos .project-details .inner-aside .promo-banner figcaption .boxed h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: normal;
  line-height: 30px;
}
#proyecto-renta-terrenos .project-details .inner-aside .promo-banner figcaption .boxed p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
#proyecto-renta-terrenos .infoProject .contentBlock {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#proyecto-renta-terrenos .infoProject .contentBlock img {
  position: relative;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent {
  position: relative;
  padding: 30px 15px;
  margin-bottom: 40px;
  min-height: 245px;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .title {
  color: #2a337c;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .listDetails li {
  color: #000000;
  font-size: 16px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .listDetails li:last-child {
  padding-right: 40px;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .listDetails li span {
  font-weight: 800;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .listDetails li sup {
  font-size: 12px;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .showMore {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: none;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .showMore a {
  position: relative;
  color: #2a337c;
  border-radius: 50%;
  border: 2px solid #2a337c;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: table;
  transition: 0.5s ease-in-out;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .showMore a:hover {
  background-color: #2a337c;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .showMore a:hover i {
  color: #ffffff;
}
#proyecto-renta-terrenos .infoProject .contentBlock .infoContent .showMore a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}

.ctaBodegas {
  background-image: none;
}
.ctaBodegas:before {
  display: none;
}
.ctaBodegas .section-title {
  width: 100%;
  max-width: 100%;
}
.ctaBodegas .section-title .title {
  color: #2a337c;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .ctaBodegas .section-title .title {
    font-size: 25px;
  }
}
.ctaBodegas .section-title .text {
  color: #2a337c;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ctaBodegas .section-title .text {
    font-size: 18px;
  }
}
.ctaBodegas .section-title .btn-default {
  background-color: #2a337c;
  color: #ffffff;
  font-weight: 800;
  border-radius: 0;
  border: 1px solid #2a337c;
  transition: 0.5s ease-in-out;
}
.ctaBodegas .section-title .btn-default:hover {
  background-color: transparent;
  color: #2a337c;
}

.ctaTerrenos {
  background-image: url("../files/terrenos/Imagen-terrenos-1920x800.webp");
}
.ctaTerrenos .section-title {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.ctaTerrenos .section-title .title {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .ctaTerrenos .section-title .title {
    font-size: 25px;
  }
}
.ctaTerrenos .section-title .text {
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ctaTerrenos .section-title .text {
    font-size: 18px;
  }
}
.ctaTerrenos .section-title .btn-default {
  background-color: #ffffff;
  color: #2a337c;
  font-weight: 800;
  border-radius: 0;
  border: 1px solid #ffffff;
  transition: 0.5s ease-in-out;
}
.ctaTerrenos .section-title .btn-default:hover {
  background-color: transparent;
  color: #ffffff;
}

#clientes {
  background-color: #f2f2f2;
}
#clientes .section-title {
  max-width: 100%;
}
#clientes .section-title .title {
  color: #2a337c;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #clientes .section-title .title {
    font-size: 25px;
    line-height: normal;
  }
}

#contactTop {
  background-color: #2a337c;
}
#contactTop .cw-box {
  position: relative;
  min-height: 120px;
}
#contactTop .cw-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
}
#contactTop .cw-box figure i {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 25px;
}
#contactTop .cw-box.no-border:before {
  display: none;
}
#contactTop .cw-box .link:hover {
  color: #ffffff;
}
#contactTop .secTitle p {
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: normal;
  min-height: 50px;
  font-weight: 700;
}

#contactPage .contact-title .title {
  color: #2a337c;
  font-weight: 700;
  font-size: 30px;
}
#contactPage .contact-title .subtitle {
  color: #7d858a;
  font-weight: 500;
  font-size: 20px;
}
#contactPage .contactForm label {
  color: #2a337c;
  font-weight: 700;
}
#contactPage .contactForm .custom-form {
  color: #2a337c;
}
#contactPage .contactForm .form-select {
  color: #7d858a;
}
#contactPage .contactForm .form-select option {
  color: #2a337c;
}
#contactPage .contactForm .btnForm {
  background-color: #2a337c !important;
  border: 1px solid #2a337c;
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
#contactPage .contactForm .btnForm:hover {
  background-color: transparent !important;
  color: #2a337c;
}

#aviso-de-privacidad {
  padding: 70px 0;
}
#aviso-de-privacidad .sec-title .title {
  font-size: 30px;
  color: #61679d;
}
#aviso-de-privacidad .text {
  color: #000000;
  font-weight: 500;
}
#aviso-de-privacidad .link {
  color: #2a337c;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#aviso-de-privacidad .link:hover {
  color: #61679d;
  text-decoration: none;
}
#aviso-de-privacidad .list {
  padding-left: 15px;
}
#aviso-de-privacidad .list li {
  color: #000000;
  list-style: disc;
}
#aviso-de-privacidad .list li:marker {
  color: #61679d;
}

.socialDesktop {
  position: fixed;
  top: 70%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .socialDesktop {
    display: none;
  }
}
.socialDesktop .whats {
  display: block;
  text-align: center;
  margin: 15px 0;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1600px) {
  .socialDesktop .whats {
    margin: 15px 0;
  }
}
.socialDesktop .whats i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.socialDesktop .mail {
  display: block;
  text-align: center;
  margin: 15px 0;
  width: 50px;
  height: 50px;
  background-color: #2a337c;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1600px) {
  .socialDesktop .mail {
    margin: 15px 0;
  }
}
.socialDesktop .mail i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.socialDesktop .phone {
  display: block;
  text-align: center;
  margin: 15px 0;
  width: 50px;
  height: 50px;
  background-color: #2a337c;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1600px) {
  .socialDesktop .phone {
    margin: 15px 0;
  }
}
.socialDesktop .phone i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.socialMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .socialMobile {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #386fb2;
  }
}
.socialMobile a {
  flex: 0 0 33.33%;
  width: 33.33%;
  max-width: 33.33%;
  border-top: 1px solid #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #fff;
}
.socialMobile a:last-child {
  border-right: 0;
}
.socialMobile a:hover {
  text-decoration: none;
}
.socialMobile a img {
  width: 15px;
  margin-right: 10px;
}

.grecaptcha-badge {
  bottom: 90px !important;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
  }
}/*# sourceMappingURL=custom.css.map */