@charset "utf-8";
/*
Theme Name: Rumi 2025
Version: 3.0
Author: Rogelio Estrella
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

header,nav,main,section,article,aside,footer,figure{
	display:block;
}
html {
  scroll-behavior: smooth;
}
body {
/*	font size by default 16*/
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
  font-size: 16px;
}
p:empty { display:none; }
a{
    text-decoration: none;
}
.header2025{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    transition: all 0.3s ease-out;
    z-index: 50;
}
.header2025.headerscroll{
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.slogan{
    position: fixed;
    top:-800px;
}
.logo{
    display: block;
    vertical-align: top;
    margin: 0px 25px;
    float: left;
}
.logo a{
    display: block;
    width: 250px;
    height: 80px;
    background-image: url(images2025/Rumi-logo-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.header2025.headerscroll .logo a{
    background-image: url(images2025/Rumi-logo-top-scroll.png);
}
.menurumitop{
    float: right;
    display: block;
    margin: 0px;
}
.linkproyectos{
    display: inline-table;
    background-color: #f28a34;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 18px 30px;
    margin: 15px 20px 15px 0px;
    transition: all 0.2s ease-out;
    border-radius: 8px;
}
.home .linkproyectos.linkmenuinside, .linkproyectos.linkmenuhome{
  display: none;
}
.home .linkproyectos.linkmenuhome, .linkproyectos.linkmenuinside{
  display: inline-table;
}
.header2025.headerscroll .linkproyectos{
    background-color: #000000;
}
.linkproyectos:hover{
    background-color: #000000;
}
.header2025.headerscroll .linkproyectos:hover{
    background-color: #F59C36;
}
/* Botón hamburguesa */
.menu-toggle {
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 9px;
  z-index: 999;
  background-color: #ffffff;
  float: right;
  padding: 26px 23px;
  box-sizing: border-box;
  transition: 0.2s;
}
.menu-toggle:hover{
   background-color: #000000;
}
.menu-toggle span {
  height: 3px;
  background: #000;
  border-radius: 2px;
}
.menu-toggle:hover span{
    background: #ffffff;
}

/* Menú hamburguesa oculto */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: auto;
  background: #EE7432;
  transform: translateX(450px);
  transition: transform 0.3s ease;
  z-index: 998;
  padding: 30px 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

/* Top bar del menú */
.hamburger-menu .menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: bold;
  margin-bottom: 40px;
}

.hamburger-menu .close-menu {
  font-size: 40px;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* Activar menú */
.hamburger-menu.open {
  transform: translateX(0);
}

/* Estilo de los ítems del menú de WordPress */
.hamburger-menu ul {
  list-style: none;
  padding: 0px 0px 0px 40px;
}
.hamburger-menu li {
  margin-bottom: 15px;
}
.hamburger-menu li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.hamburger-menu li a:hover{
    text-decoration: underline;
    color: #000000;
}
.slider2025{
  width: 100%;
  height: 100vh;
  background-color: #000000;
}
.toptituproyectos{
  background-color: #f59c36;
  width: 100%;
  display: block;
  margin: 0px;
  color: #ffffff;
  float: left;
  position: relative;
}
.toptituproyectos::before{
  content: "";
  width: 100%;
  height: 37px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url(images2025/sombritaop.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  z-index: 10;
}
.toptituproyectos h2{
  display: block;
  float: left;
  height: 110px;
  padding: 65px 150px 0px 50px;
  font-weight: 800;
  font-size: 30px;
  background-color: #ee7432;
  margin: 0px;
  background-image: url(images2025/f-titutop.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.toptituproyectos h2 span{
  display: none;
}
.toptituproyectos h2 span.activo{
  display: inline-table;
}
.proyectos-tabs{
  position: absolute;
  right: 50px;
  bottom: 0px;
  width: 350px;
  text-align: right;
  z-index: 15;
}
.botones-nuevos{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-table;
  margin: 0px 1px;
  background-color: #f59c36;
  color: #ffffff;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: 0.2s all ease-out;
  position: relative;
  background-image: url(images2025/sombritaop.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
.botones-nuevos.activo, .botones-nuevos:hover{
  background-color: #ffffff;
  color: #000000;
  background-position: center 37px;
}
.botones-nuevos:hover{
  box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.3);
}
.proyecto-logo img{
  filter: invert(100%) hue-rotate(180deg);
}
.proyectos-nuevos-inner-content{
  text-align: center;
  width: 100%;
  float: left;
  display: block;
  margin-top: 70px;
}
.proyectos-nuevos-tab{
  display: none;
}
.proyectos-nuevos-tab.activo{
  display: block;
}
.itemproyectos{
  background-color: #ffffff;
  width: 450px;
  display: inline-table;
  margin: 15px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  position: relative;
  transition: all 0.5s ease-out;
}
.itemproyectos:hover{
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.proyecto-rumi-imagen{
  display: block;
  float: left;
  margin: 0px;
  overflow: hidden;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
.proyecto-rumi-imagen img{
  float: left;
  margin: 0px;
  transition: 0.3s all ease-out;
}
.proyecto-rumi-imagen:hover img{
  transform: scale(1.05);
}
.proyecto-rumi-imagen a{
  display: block;
  float: left;
  margin: 0px;
}
.tituproyeclist{
  position: absolute;
  top: 38px;
  left: 0px;
  font-size: 12px;
  z-index: 4;
  margin: 0px;
  width: 80px;
}
.proyecto_prev_estado{
  position: absolute;
  top: 35px;
  left: -6px;
  background-color: #ee7432;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-table;
  font-size: 15px;
  padding: 0px;
  z-index: 6;
  transition: all 0.3s ease-out;
}
.proyecto_prev_estado span{
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px 10px 35px;
  display: block;
}
.proyecto_prev_estado span::before{
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background-image: linear-gradient(to top, #f49836, #f07e33);
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.proyecto_prev_estado span::after{
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  background-color: #ee7432;
  position: absolute;
  right: -24px;
  top: 0px;
  clip-path: polygon(0% 0%, 51% 0, 100% 33%, 73% 100%, 0% 100%);
  z-index: 2;
  transition: all 0.3s ease-out;
}
.itemproyectos:hover .proyecto_prev_estado span::after{
  width: 50px;
  right: -49px;
  background-color: #F59C36;
}
.itemproyectos:hover .proyecto_prev_estado{
  background-color: #F59C36;
}
.proyecto_prev_estado::before{
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c14a06; /* naranja fuerte */
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0px;
}
.proyecto_prev_estado::after{
  content: "";
  width: 120px;
  height: 9px;
  background-image: url(images2025/sombraestado.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  position: absolute;
  bottom: -9px;
  left: 5px;
  z-index: 8;
}
.proyecontentlist{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 200px ;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;  /* centra verticalmente */
}
.proyecto-logo{
  padding: 0px 15px;
  box-sizing: border-box;
}
.proyecto-logo img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
.proyecto-logo:hover img{
  transform: translateY(-10px);
}
.proyecto-info{
  background-image: url(images2025/sombradivide.png);
  background-position: right center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
  padding: 20px 25px;
}
.proyecto-info p{
  margin: 7px 0px;
}
.proyecto-info .distrito{
  font-weight: 800;
  font-size: 25px;
  color: #f28a34;
}
.proyecto-info .dormitorios{
  font-size: 14px;
}
.proyecto-info .dormitorios::before{
  content: "";
  width: 25px;
  height: 19px;
  background-image: url(images2025/iconcuarto.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-table;
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
}
.btn-rumi_white{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  background-image: url(images2025/sombravermas.png);
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 0.2s ease-out;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.btn-rumi_white:hover{
  color: #ffffff;
  background-color: #EE7432;
}
.bloque02{
  width: 100%;
  display: block;
  background-color: #f59c36;
  margin: 70px 0px;
}
.doscol50{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1250px;
  margin: 0px auto;
}
.imgsp{
  float: left;
  margin: 53px 0px 0px 0px;
}
.logoSAR{
  display: inline-table;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url(images2025/super-rumi.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 397px;
  height: 157px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.conteSAR{
  text-align: center;
  line-height: 160%;
  box-sizing: border-box;
  padding: 25px 120px;
}
.conteSAR strong{
  font-weight: 800;
}
.bsuper{
  display: inline-table;
  background-color: #000000;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.bsuper:hover{
  color: #000000;
  background-color: #ffffff;
}
.embed-container { 
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
} 
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.conte12{
  box-sizing: border-box;
  padding: 35px 80px;
  line-height: 160%;
}
.conte12 h3{
  font-size: 35px;
  font-weight: 800;
  color: #000000;
  line-height: 110%;
  margin-top: 0px;
}
.conte12 h3 strong{
  color: #ee7432;
}
.conte12 h3 em{
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
}
.callsnumberhome{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.itemcallnumber{
  display: inline-table;
  background-image: linear-gradient(to bottom, #dc690b, #e27118, #e77a22, #ed822b, #f28a34);
  width: 370px;
  height: 240px;
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.6);
  border-radius: 12px;
  margin: 30px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative;
  box-sizing: border-box;
  padding-left: 180px;
  overflow: hidden;
  transition: 0.2s all ease-out;
}
.itemcallnumber:hover{
  background-image: linear-gradient(to top, #dc690b, #e27118, #e77a22, #ed822b, #f28a34);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.9);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.9);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.9);
}
.itemcallnumber a{
  color:#ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
  display: block;
  z-index: 15;
}
.itemcallnumber p{
  width: 100%;
  height: auto;
  display: block;
  margin: 50% 0px 0px 0px;
  transform: translateY(-25%);
  position: static;
}
.itemcallnumber p strong{
  font-weight: 800;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
  font-size: 60px;
  letter-spacing: -3px;
  line-height: 100%;
}
 .itemcallnumber.callnumber01::before{
  content: "";
  background-image: url(images2025/callnumber01.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0px;
  top: 0px; 
  height: 100%;
  width: 208px;
  z-index: 2;
  border-radius: 12px;
 }
 .itemcallnumber.callnumber02::before{
  content: "";
  background-image: url(images2025/callnumber02.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0px;
  top: 0px; 
  height: 100%;
  width: 208px;
  z-index: 2;
  border-radius: 12px;
 }
 .itemcallnumber.callnumber03::before{
  content: "";
  background-image: url(images2025/callnumber03.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: -10px;
  top: 0px; 
  height: 100%;
  width: 208px;
  z-index: 2;
  border-radius: 12px;
 }
 .bloque03{
  width: 100%;
  display: block;
  background-color: #ee7432;
  margin: 70px 0px;
  background-image: url(images2025/fondo-bloque03.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
 .trescols33{
  display: grid;
  grid-template-columns: 390px 1fr 325px;
  grid-column-gap: 70px;
  grid-row-gap: 30px;
  max-width: 1250px;
  margin: auto;
  color: #ffffff;
 }
 .trescols33 h3{
  font-size: 30px;
  line-height: 110%;
  font-weight: 400;
 }
 .contecol3-1{
  box-sizing: border-box;
  padding: 30px;
 }
 .contecol3-1 p{
  line-height: 140%;
 }
 .itemminilist{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px #f39e70 solid;
  padding: 6px 0px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 600;
 }
 .itemminilist:last-child{
  margin-bottom: 40px;
 }
 .itemminilist a{
  color: #ffffff;
  transition: all 0.2s ease-out;
 }
 .itemminilist a:hover{
  text-decoration: underline;
  color: #fdff91;
 }
.itemminilist.headminilist{
  border-bottom: 2px #000000 solid;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 50px;
  font-weight: 700;
}
 .itemminilist span{
  padding: 0px 15px;
  box-sizing: border-box;
 }
 .footer2025{
  width: 100%;
  display: inline-table;
  background-color: #000000;
  float: left;
  margin: 0px;
  padding: 30px 0px;
 }
  .footerline01{
  display: block;
  max-width: 1250px;
  margin: 10px auto;
  color:#ffffff;
  clear: both;
  padding: 10px 30px 20px 30px;
  box-sizing: border-box;
  text-align: center;
  }
  .footerline01 img{
    display: inline-table;
    vertical-align: middle;
  }
 .footerline04{
  display: block;
  max-width: 1250px;
  margin: 10px auto;
  border-top: solid 1px #28282a;
  color: #727277;
  font-size: 13px;
  clear: both;
  padding: 10px 30px;
  box-sizing: border-box;
 }
 .fl4-01{
  float: left;
  color: inherit;
  font-family: inherit;
 }
 .fl4-02{
  float: right;
  color: inherit;
 }
 .legalf{
  text-align: justify;
  margin-bottom: 0px;
  margin-top: 8px;
  color: inherit;
  font-family: inherit;
 }
 .direccionfooter{
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  font-family: inherit;
 }
 .direccionfooter p{
  margin: 5px 0px 9px 0px;
 }
 .direccionfooter span{
  display: inline-table;
  vertical-align: middle;
 }
 .direccionfooter a{
  color:#ffffff;
  text-decoration: none;
 }
 .direccionfooter a:hover{
  text-decoration: underline;
 }
 .linklp{
  color:#ffffff;
  font-size: 16px;
 }
 .linklp:hover{
  text-decoration: underline;
 }
 .linklp span{
  display: inline-table;
  vertical-align: middle;
 }
 .linklp:hover span{
    text-decoration: underline;
    color: #ffffff;
 }
 
 .lrwrap{
  float: right;
  margin-top: 30px;
 }
 .menupie{
  font-size: 18px;
  line-height: 34px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
  float: left;
  width: 350px;
  margin-left: 40px;
 }
 .menupie ul{ margin: 0px; padding: 0px; list-style: none;}
 .menupie ul li{ margin: 10px 10px 5px 10px; display: inline-table;}
 .menupie ul li a{ color:#ffffff;
font-size: 14px;}
 .menupie ul li a:hover{
  text-decoration: underline;
  color: #ffffff;
 }
 .logorumipie{
  float: left;
  margin-right: 40px;
 }
 .pieredes{
  display: inline-table;
  width: 380px;
  float: left;
  margin-top: 20px;
  font-weight: 700;
 }
 .pieredes a{
  display: inline-table;
  margin: 0px 5px;
  transition: 0.3s all ease-out;
 }
 .pieredes a:hover{
  filter: invert(100%) hue-rotate(180deg);
  transform: scale(1.2);
 }
 .logospie{
  float: right;
  width: 430px;
  margin-right: -23px;
  margin-top: -15px;
 }
 .formuhome{
  background-color: #f59c36;
  display: block;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 35px 45px;
  box-shadow: -3px 3px 3px -1px rgba(0,0,0,0.6);
  -webkit-box-shadow: -3px 3px 3px -1px rgba(0,0,0,0.6);
  -moz-box-shadow: -3px 3px 3px -1px rgba(0,0,0,0.6);
  width: 570px;
  float: left;
  z-index: 10;
  position: relative;
 }
 .formuhome .wpcf7-form-control-wrap{
  margin-bottom: 15px;
  display:inline-table;
 }
  .formuhome h3{
    font-weight: 400;
    color: #ffffff;
    font-size: 25px;
  }
  .formufieldhome{
    font-family: "Montserrat", sans-serif;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 8px;
    border: none;
    font-size: 14px;
  }
  .doscolformu{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap: 15px;
  }
  .formuhome p{
    margin: 0px;
  }
  .doscolformu .formufieldhome{
    margin: 0px;
  }
  .formuhome .doscolformu .wpcf7-form-control-wrap{
     width: 100%;
  }
  .campoblit{
    font-size: 12px;
    margin: 0px 0px 12px 0px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .poliform{
    color: #ffffff;
    font-size: 14px;
    margin-left: -15px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .poliform a{
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
  }
  .poliform .wpcf7-form-control-wrap{
    margin-bottom: 0px;
  }
  .formusend{
    font-family: "Montserrat", sans-serif;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
  }
  .formusend:disabled{
    opacity: 0.6;
  }
  .grupoformfields{
    width: 100%;
  }
  .grupoformfields .wpcf7-form-control-wrap{
    width: 100%;
  }
  .wpcf7-not-valid-tip{
    background-color: #d40909 !important;
    color: #ffffff !important;
    display: inline-table;
    padding: 5px 8px;
    font-size: 9px !important;
    margin-top: 4px;
  }
  .sectionformu{
    display: block;
    margin: 0px auto 70px auto;
    max-width: 1000px;
  }
  .sectionformu.formuinside{
    padding-top: 80px;
  }
  .sliderformu{
    width: 427px;
    height: 427px;
    display: block;
    float: left;
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .swiper-slide img{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .sliderformu .swiper-button-next{
    bottom: -23px;
    top: auto;
    right: 15px;
    background-color: #d6d6d6;
    color: #28282a;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
  }
  .sliderformu .swiper-button-prev{
    bottom: -23px;
    top: auto;
    right: 75px;
    left: auto;
    background-color: #d6d6d6;
    color: #28282a;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
  }
  .sliderformu .swiper-button-next:after,
  .sliderformu .swiper-button-prev:after{
    font-size: 23px;
  }
  .wpcf7-response-output{
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 700;
  }
  .joinchat__tooltip{
    visibility: visible !important;
    opacity: 1 !important;
  }
 .animawp,
.animawp2 {
  width: 60px;
  height: 60px;
  display: block;
  background-color: rgba(37, 211, 102, 1);
  position: fixed;
  z-index: 1;
  border-radius: 50%;
  bottom: 28px;
  right: 28px;
}
.animawp {
  animation: pulsewp 2s infinite;
}
.animawp2 {
  animation: pulsewp2 2s infinite;
  animation-delay: 1s;
}
  @keyframes pulsewp {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes pulsewp2 {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.8);
      opacity: 0;
    }
  }
.linkmovil{
    display: none;
    margin-left: -20px;
    box-sizing: border-box;
}
.linkmovil.proyecto{
  color: #ffffff;
  text-transform: uppercase;
}
.linkmovil.cotiza{
  text-transform: uppercase;
  box-sizing: border-box;
}
.linkmovil.proyecto a{
  font-size: 15px;
  background-color: #000000;
  color: #ffffff;
  width: 280px;
  box-sizing: border-box;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
}
.linkmovil.cotiza a{
  font-size: 15px;
  background-color: #ffffff;
  color: #000000;
  width: 280px;
  box-sizing: border-box;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
}
.linkmovil.proyecto a:hover{
  color: #ffffff;
}
.linkmovil.cotiza a:hover{
  color: #000000;
}
.wplf{
  margin-left:35px;
  margin-right:3px;
}
.headerproyecto{
  width: 100%;
  display: block;
  float: left;
  height: auto;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.headerproyecto::before{
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(images2025/f-top-proyectos.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  z-index: 5;
}
.hsp-content{
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 250px;
  width: 100%;
  display: block;
  float: left;
}
.hiddentitu{
  position: fixed;
  top: -350px;
}
.sp-slogan{
  font-size: 23px;
  margin: 0px;
  color: #ffffff;
}
.bcsp-proyecto{
  width: 100%;
  display: block;
  float: left;
  margin-top: 50px;
}
.sp-distrito, .sp-estado{
  display: inline-table;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background-color: #202020;
  box-sizing: border-box;
  margin: 3px;
  padding: 25px;
  width: 300px;
}
.sp-distrito{
  background-color: #f28a34;
}
.sp-dire {
  font-size: 18px;
  color: #d6d6d6;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; /* espacio entre texto y líneas */
  max-width: 610px;
  width: 100%;
}

.sp-dire::before,
.sp-dire::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #d6d6d6;
}

.intro-proyecto {
  padding: 48px 16px;
}

.dos-col-intro-proyecto {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr; /* izquierda un poco más ancha */
  gap: 40px;
  align-items: start;
}

/* ====== card izquierda ====== */
.caja-intro-proyecto {
  background: linear-gradient(180deg, #ffffff, #ededed);
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
  padding: 28px;
  text-align: center;
  box-sizing: border-box;
}

.caja-intro-proyecto span {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #5c5c5c;
  margin-bottom: 6px;
}

.caja-intro-proyecto p {
  font-weight: 800;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  color: #f47c1d; /* naranja marca */
  margin: 0 0 30px 0;
}

/* fila de features (iconos + textos) */
.features {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 32px;
  flex-wrap: wrap;
  margin: 4px 0 20px;
}

.features .feat {
  align-items: center;
  font-size: 18px;
  color: #202020;
}

.features .metraje strong { 
  font-weight: 700; 
}

/* botón */
.rumi_boton {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #f47c1d;
  color: #fff;
  background: #f47c1d;
  transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 6px 14px rgba(244,124,29,.25);
}
.rumi_boton:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(244,124,29,.32);
}
.rumi_boton:active {
  transform: translateY(0);
}

/* nota aclaratoria bajo la tarjeta */
.nota-precio {
  margin-top: 10px;
  font-size: 12px;
  color: #8a8a8a;
  text-align: center; /* como en la referencia */
}

/* ====== columna derecha (texto) ====== */
.texto-introproyecto {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
}
.texto-introproyecto p {
  margin: 0 0 14px 0;
}
.texto-introproyecto strong { 
  font-weight: 700; 
}
.iconfeat{
  width: auto;
  height: 40px;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
}
.entregadosnos{
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
.entregadosnos h2{
  font-weight: 800;
  margin-top: 50px;
}
.entregadosnos h2 strong{
  font-weight: 800;
  color: #ef862f;
}
.whiteblock{
  background-color: #ffffff;
  width: 100%;
  display: inline-table;
  float: left;
  margin: 0px;
}

/* ====== responsive ====== */
@media (max-width: 960px){
  .dos-col-intro-proyecto {
    grid-template-columns: 1fr;
  }
  .caja-intro-proyecto {
    text-align: center;
  }
  .nota-precio {
    text-align: center;
  }
}

@media (max-width: 560px){
  .caja-intro-proyecto {
    padding: 22px;
  }
  .features { gap: 18px; }
  .features .feat { font-size: 16px; }
  .texto-introproyecto { font-size: 15px; }
}


/* Contenedor general */
.proyecto_caracteristicas {
  padding: 28px 16px;
  background: linear-gradient(180deg, #555, #2f2f2f);
  color: #fff;
  overflow: hidden;
}

/* Carril (si no usas un plugin de slider, esto lo deja en fila con wrap) */
.slider-procarac {
  display: flex;
  gap: 48px;          /* separación entre ítems */
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;    /* en móviles los envuelve a otra línea */
  max-width: 100%;
  margin: 0 auto;
}

/* Ítem */
.proyecto_caracteristicas_inner {
  width: 80px;             /* ancho fijo para alinear textos */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Icono (SVG como <img>) → blanco con filter */
.proyecto_caracteristica_icono {
  width: 56px;
  height: 56px;
  display: block;
  filter: brightness(0) invert(1); /* fuerza blanco en SVG/PNG oscuros */
  /* si tu SVG ya es oscuro, esto lo invierte a blanco; ajusta si fuera necesario */
}

/* Texto bajo el icono */
.proyecto_caracteristica_texto {
  font-size: 14px;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
  max-width: 120px;         /* evita saltos raros */
}

/* Responsive */
@media (max-width: 1024px) {
  .slider-procarac { gap: 36px; }
  .proyecto_caracteristicas_inner { width: 110px; }
  .proyecto_caracteristica_icono { width: 52px; height: 52px; }
}

@media (max-width: 640px) {
  .slider-procarac {
    gap: 28px;
    justify-content: space-between;
  }
  .proyecto_caracteristicas_inner { width: 96px; }
  .proyecto_caracteristica_icono { width: 46px; height: 46px; }
  .proyecto_caracteristica_texto { font-size: 13px; }
}


#proyecto-cta {
  width: 100%;
  overflow: hidden;
}

#proyecto-cta div {
  width: 100%;
}

#proyecto-cta img {
  width: 100%;
  height: 100%;
  max-height: 480px;    /* ajusta este valor a la altura que quieras */
  min-height: 400px;
  object-fit: cover;    /* recorta y mantiene proporción */
  object-position: center; /* centra la imagen */
  display: block;
}

h3.subtituproyectos {
  font-size: 24px;       /* ajusta el tamaño */
  font-weight: 800;      /* negrita */
  text-align: center;    /* centrado como en tu ejemplo */
  margin: 30px 0 20px;   /* espacios */
  color: #222222;        /* color base (negro/gris oscuro) */
  text-align: center;
  }
  h3.subtituproyectos strong {
  color: #f47c1d;        /* naranja de marca */
  font-weight: 800;      /* mantener negrita */
  }
.carrousel-galeria{
  margin: 30px 0px;
  display: block;
  width: 100%;
  float: left;
}
rs-slide {
  border: solid 2px rgba(0,0,0,0.3);
}
.home rs-slide {
  border: none !important;
}

/* ===== bloque anaranjado ===== */
.bloquenaranja{
  background: linear-gradient(180deg, #fd9641, #dc6c10);
  padding: 70px 16px;
  margin: 40px 0px 0px 0px;
}
.bn-inner{
  max-width: 1250px;
  margin: 0 auto;
}

/* layout columnas principales */
.bn-grid{
  display: grid;
  gap: 32px;
  align-items: start;
}
.bn-grid.cols-2{ grid-template-columns: 1fr 1fr; }
.bn-grid.cols-1{ 
  grid-template-columns: minmax(300px, 900px); 
  justify-content: center; 
}

.bn-col h3{
  text-align: center;
  color: #ffffff;
  margin: 0 0 18px;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.bn-col h3 strong{ color: #ffffff; }

/* ===== grilla de recorridos virtuales ===== */
.tour-grid{
  display: grid;
  gap: 24px;
}
.tour-grid.cols-2{
  grid-template-columns: repeat(2, minmax(260px, 1fr));
}
.tour-grid.cols-1{
  grid-template-columns: minmax(300px, 700px);
  justify-content: center; /* centra cuando solo hay 1 */
}

.fondoprevtour{
  display: block;
  position: relative;
  height: 360px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  overflow: hidden;
  transition: transform .15s ease, box-shadow .2s ease;
}
.fondoprevtour:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0,0,0,.22);
}

/* badge/título sobre la tarjeta */
.titutour{
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-table;
  background-color: #e87326;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  width: 120px;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
}
.titutour h2{
  margin: 0px 0px 5px 0px;
  font-size: 12px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 700;
}
.titutour img{
  width: 78px; 
  height: auto;
}

/* ===== video ===== */
.video-frame iframe{
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  display: block;
}

/* ===== responsive ===== */
@media (max-width: 1024px){
  .bn-grid.cols-2{ grid-template-columns: 1fr; }
  .tour-grid.cols-2{ grid-template-columns: 1fr 1fr; }
  .fondoprevtour, 
  .video-frame iframe{ height: 320px; }
}
@media (max-width: 640px){
  .tour-grid.cols-2{ grid-template-columns: 1fr; }
  .tour-grid.cols-1{ grid-template-columns: 1fr; }
  .fondoprevtour, 
  .video-frame iframe{ height: 260px; }
  .titutour h2{ font-size: 16px; }
  .titutour img{ width: 68px; }
}



/* ====== sección ====== */
#proyecto-nuevamapas {
  padding: 48px 16px 24px;
  background: #fff;
}
#proyecto-nuevamapas h3 {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  margin: 0 0 24px;
  color: #222;
  text-transform: uppercase;
}
#proyecto-nuevamapas h3 strong { color: #f47c1d; }

/* contenedor */
.proyecto-nuevamapas-content {
  max-width: 1250px;
  margin: 0 auto;
}

/* grid principal: íconos a la izquierda, mapa a la derecha */
.proyecto-nuevamapas-box {
  display: grid;
  grid-template-columns: 110px 1fr; 
  gap: 28px;
  align-items: start;
}

/* ====== columna izquierda: menú ====== */
.box-menu-mapas {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: sticky;
  top: 80px;
}

.menu-mapas-ico {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  background: #f2f2f2;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
}
.menu-mapas-ico:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

/* estado activo */
.menu-mapas-ico .mapico {
  width: 36px;
  height: 36px;
  display: block;
  filter: brightness(0); /* negro por defecto */
}
.menu-mapas-ico.map-activo {
  background: linear-gradient(180deg, #f48d2a, #e0701b);
}
.menu-mapas-ico.map-activo .mapico {
  filter: brightness(0) invert(1); /* blanco en activo */
}

/* ====== tooltips ====== */
.menu-mapas-ico .tooltiptext {
  position: absolute;
  bottom: -8px; /* se apoya en la parte baja del ícono */
  left: 50%;
  transform: translateX(-50%);
  min-width: 90px;
  background: #222;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease;
}
.menu-mapas-ico .tooltiptext::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px; 
  height: 12px;
  background: #222;
}
.menu-mapas-ico:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* ====== columna derecha: mapas ====== */
.box-menu-vermapa {
  position: relative;
  min-height: 420px;
}
.box-menu-mapa-inner { display: none; }
.box-menu-mapa-inner.map-activo {
  display: block;
  animation: mapFade .25s ease-in;
}
@keyframes mapFade {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.box-menu-mapa-inner img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  display: block;
}

/* imagen decorativa de fondo */
#proyecto-nuevamapas .posctaimg {
  display: block;
  margin: 24px auto 0;
  max-width: 1250px;
  width: 100%;
}

/* ====== responsive ====== */
@media (max-width: 980px) {
  .proyecto-nuevamapas-box {
    grid-template-columns: 1fr;
  }
  .box-menu-mapas {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    position: static;
  }
  .menu-mapas-ico {
    width: 60px; height: 60px;
  }
  .menu-mapas-ico .mapico { width: 32px; height: 32px; }
  .box-menu-vermapa { min-height: 0; }
  .menu-mapas-ico .tooltiptext { display: none; } /* tooltips ocultos en mobile */
}


.iconsruta {
  display: flex;
  justify-content: flex-end;  /* alineado a la derecha */
  gap: 24px;                  /* espacio entre iconos */
  margin: 20px 0;
}
.iconsruta h4{
  color: #f47c1d;
  line-height: 32px;
  font-weight: 800;
  font-size: 20px;
  margin: 0px;
}
.iconsruta a {
  color: #121212;
  line-height: 32px;
  font-weight: 700;
  font-size: 14px;
}
.iconsruta a img {
  width: 48px;
  height: auto;
  display: block;
  transition: transform .2s ease, box-shadow .2s ease;
  float: right;
}

.iconsruta a img:hover {
  transform: translateY(-3px) scale(1.05);
}


/* ===== Hero Proyectos ===== */
.hero-proyectos{
  position: relative;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 440px;            /* ajusta a tu gusto */
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;          /* asegura que el overlay no afecte hijos con z-index */
}
.hero-proyectos.insidehero{
  align-items: flex-end; 
}

/* Velo oscuro para contraste */
.hero-proyectos::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.45) 100%);
  z-index: -1;
}

/* Contenido centrado y limitado a 1250px */
.hero-proyectos__inner{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 56px 16px;          /* padding interno para respiración */
}
.hero-proyectos.insidehero .hero-proyectos__inner{
  padding: 20px 16px; 
}

/* Título */
.hero-proyectos__title{
  margin: 0;
  font-weight: 700;
  font-size: clamp(32px, 6vw, 60px);
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0,0,0,.35);
  text-align: center;
}
.hero-proyectos__title small{
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 400;
}

/* Responsive */
@media (max-width: 768px){
  .hero-proyectos{ min-height: 36vh; }
  .hero-proyectos__inner{ padding: 40px 16px; }
}

.toplistaproyectos{
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.toplistaproyectos .proyectos-tabs{
  text-align: center;
  width: 100%;
  right: 0px;
}
.proyectos-nuevos-inner-content.singlelist{
  background-color: #ffffff;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}


/* Sección */
.puntos-estrategicos {
  background: #fff;
  padding: 100px 16px 50px 16px;
  box-sizing: border-box;
}

.pe-inner {
  max-width: 1250px;
  margin: 0 auto;
}

/* Título */
.pe-title {
  margin: 0 0 60px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(25px, 4.5vw, 32px);
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #222;
}
.pe-title strong { color: #e88734; } /* naranja marca */

/* Grid */
.pe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 48px;
  align-items: start;
}

/* Item */
.pe-item {
  text-align: center;
}

/* Icono PNG */
.pe-icon {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 18px;
}

/* Heading y texto */
.pe-heading {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: #111;
}

.pe-text {
  margin: 0 auto;
  max-width: 320px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Responsive */
@media (max-width: 1024px) {
  .pe-grid { grid-template-columns: repeat(2, 1fr); }
  .pe-icon { width: 84px; }
}

@media (max-width: 640px) {
  .puntos-estrategicos { padding: 40px 16px 56px; }
  .pe-grid { grid-template-columns: 1fr; gap: 28px; }
  .pe-heading { font-size: 22px; }
  .pe-text { font-size: 15px; }
}


/* Layout de los cards */
.cards {
  --gap: 24px;
  padding: 24px;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 1250px;
  margin: 30px auto;
}

/* Card uniforme: igual alto/ancho con aspect-ratio */
.card {
  position: relative;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  transition: transform .2s ease;
  padding-top: 220px;
  background-color: #000;
}
.card:hover { transform: translateY(-2px); }

/* Franja inferior con fondo negro (definido en CSS) */
.card__overlay {
  /* pega al borde inferior */
  background: rgba(0,0,0,.30);
  color: #fff;
  padding: 20px 20px 35px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Tipografía y clamps para que no desborde */
.card__title {
  margin: 0px 0px 15px 0px;
  font-size: 20px;
  line-height: 1.2;
}
.card__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  opacity: .85;
}

/* Ajustes responsivos */
@media (min-width: 1024px) {
  .cards { grid-template-columns: repeat(4, 1fr); } /* fuerza 4 columnas en desktop grande */
}
@media (max-width: 480px) {
  .cards { --gap: 16px; padding: 16px; }
  .card { aspect-ratio: 4 / 5; }  /* un poco más alto en móviles para mejor lectura */
}

.gform_footer input#gform_submit_button_1{
  background-color: #fb8125 !important;
  padding-bottom: 0px !important;
  border-radius: 8px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 14px;
  cursor: pointer;
}



/* sección naranja */
.about-metrics{
  background: #e48739;                 /* tu naranja, cámbialo si usas otro */
  padding: 80px 16px 80px 16px;
  color: #fff;
}
.about-metrics__head,
.about-metrics__grid{
  max-width: 750px;
  margin: 0 auto;
}

/* título + descripción */
.about-metrics__title{
  margin: 0 0 14px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.1;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.about-metrics__title strong{ color: #ffffff; }
.about-metrics__title em{ color: #121212; font-style: normal; }

.about-metrics__desc{
  margin: 0 auto 36px;
  max-width: 760px;
  text-align: center;
  color: #121212;        /* texto negro */
  line-height: 1.7;
  font-size: 16px;
}

/* grilla de métricas (3 columnas) */
.about-metrics__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 48px;
  align-items: start;
}

/* item métrica */
.stat{
  text-align: center;
  padding-top: 10px;
}

/* icono (png) */
.stat__icon{
  width: 96px; height: auto;
  display: block;
  margin: 0 auto 10px;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.18));  /* sombra suave */
}

/* texto y contador */
.stat__text{
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}
.stat__count{
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}
.stat__count--xl{         /* para el “1000” más grande */
  font-size: 96px;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
.promowrap{
  display: block;
  margin: 40px auto;
  max-width: 1250px;
  box-sizing: border-box;
  padding: 0px 30px;
  width: 100%;
}
.gallery img{
  width: 100%;
  height: auto;
}
.wp-caption-text, .sp-easy-accordion p{
  font-size: 13px;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text, #collapse36551 {
	text-align: justify;
  box-sizing: border-box;
  padding: 5px 15px;
}
.alignleft{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* responsive */
@media (max-width: 980px){
  .about-metrics{ padding: 56px 16px; }
  .about-metrics__grid{ grid-template-columns: 1fr 1fr; }
  .stat__icon{ width: 88px; }
  .stat__count{ font-size: 64px; }
  .stat__count--xl{ font-size: 84px; }
}
@media (max-width: 640px){
  .about-metrics{ padding: 48px 16px 56px; }
  .about-metrics__grid{ grid-template-columns: 1fr; gap: 28px; }
  .about-metrics__desc{ font-size: 15px; }
  .stat__icon{ width: 80px; }
  .stat__count{ font-size: 56px; }
  .stat__count--xl{ font-size: 72px; }
}


/* ===== layout general ===== */
.about-misionvision{
  padding: 56px 16px;
  background: #fff;
}
.mv-inner{
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr; /* imagen más ancha */
  gap: 40px;
  align-items: center;
}

/* ===== imagen ===== */
.mv-media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}

/* ===== textos ===== */
.mv-text{
  display: grid;
  gap: 28px;
}

.mv-block h3{
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #111;
}
.mv-block p{
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #222; /* parecido al ejemplo */
}

/* ===== responsive ===== */
@media (max-width: 1024px){
  .mv-inner{
    grid-template-columns: 1fr; /* apilado */
    gap: 28px;
  }
  .mv-block h3{ font-size: 24px; }
  .mv-block p{ font-size: 15.5px; }
}

@media (max-width: 560px){
  .about-misionvision{ padding: 40px 16px; }
  .mv-block h3{ font-size: 22px; }
  .mv-block p{ font-size: 15px; line-height: 1.7; }
}


.slidegroup{
  position:absolute; 
  top:0px; 
  left:0px; 
  width:100%; 
  height:100%
}
.ocultoslide{
  position: absolute;
  top: -500000px;
  left: -50000px;
}
.nolink{
  pointer-events: none;
  cursor: default;
}
.nover{
  display: none;
}
.iframeproyecto .crm_content{
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
}
.iframeproyecto .crm_content iframe{
  width: 100%;
}



/* Contenedor general */
.proyecto_caracteristicas {
  padding: 16px 0;
}

/* Cada item del slide */
.proyecto_caracteristicas_item {
  padding: 10px 8px;
  box-sizing: border-box;
}

/* Caja interna para centrar contenido */
.proyecto_caracteristicas_inner {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 10px;
  min-width: 120px; /* da consistencia al ancho mínimo */
}

/* Icono y texto */
.proyecto_caracteristica_icono {
  display: block;
  width: 54px;
  height: auto;
}
.proyecto_caracteristica_texto {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}

/* Flechas Slick: personalízalas a tu tema */
.slider-procarac .slick-prev,
.slider-procarac .slick-next {
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  z-index: 2;
}

.slider-procarac .slick-prev:before,
.slider-procarac .slick-next:before {
  color: #fff;            /* color del ícono de flecha */
  font-size: 22px;
  opacity: 1;
}

/* Posicionamiento de flechas */
.slider-procarac .slick-prev { left: -6px; }
.slider-procarac .slick-next { right: -6px; }

/* Evitar que se parta en dos filas si por algo falla Slick */
.slider-procarac.slick-initialized .slick-track {
  display: flex !important;
  align-items: stretch;
}
.slider-procarac .slick-slide {
  height: auto; /* para que no corte contenido */
}

/* Opcional: oscurecer flechas en fondo claro/oscuro */
.proyecto_caracteristicas.dark .slick-prev,
.proyecto_caracteristicas.dark .slick-next {
  background: rgba(0,0,0,0.35);
}

/* Asegura que cada slide use flex para centrar su contenido */
.slider-procarac .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto; /* evita cortes */
}

/* Centra el contenido interno */
.proyecto_caracteristicas_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* Slick track en modo flex para que todas las slides se estiren */
.slider-procarac .slick-track {
  display: flex !important;
  align-items: stretch; /* 🔹 fuerza misma altura */
}

/* Cada slide ocupa toda la altura del track */
.slider-procarac .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: stretch; /* 🔹 que se estire */
  height: auto !important;
}

/* El contenido interno también se centra */
.proyecto_caracteristicas_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* Quitar fondo y estilos del botón */
.slider-procarac .slick-prev,
.slider-procarac .slick-next {
  background: none !important;   /* sin fondo */
  border: none !important;
  box-shadow: none !important;
  width: 40px;
  height: 40px;
  z-index: 2;
}

/* Chevron blanco */
.slider-procarac .slick-prev:before,
.slider-procarac .slick-next:before {
  font-family: "Font Awesome 5 Free"; /* o usa default slick */
  font-weight: 900;
  font-size: 28px;
  color: #fff;        /* 🔹 blanco */
  opacity: 1;
  line-height: 1;
}

/* Contenido: chevron left / right */
.slider-procarac .slick-prev:before {
  content: "‹";   /* chevron left unicode */
}

.slider-procarac .slick-next:before {
  content: "›";   /* chevron right unicode */
}

/* Ajustar posición */
.slider-procarac .slick-prev { left: 0px; }
.slider-procarac .slick-next { right: 0px; }



@media (max-width: 1300px) {
  .imgsp{
    width: 100%;
    height: auto;
  }
  .conteSAR{
    padding: 25px 40px;
  }
  .video12{
    box-sizing: border-box;
    padding: 0px 30px;
  }
  .conte12{
    box-sizing: border-box;
    padding: 0px 30px;
  }
  .itemcallnumber{
    margin: 15px;
  }
 .trescols33{
    grid-template-columns: 1fr 1fr auto;
    grid-column-gap: 20px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
 }
 .imgpi {
  display: flex;
  align-items: center;
  }
  .itemminilist{
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  }
}
@media (max-width: 1150px) {
  .direccionfooter{
    width: 100%;
    text-align: center;
  }
  .menupie{
    margin: 0px;
    width: 100%;
    text-align: center;
  }
  .footerline04{
    text-align: center;
  }
  .lrwrap{
    float: none;
    margin: 0px auto;
    display: inline-table;
  }
  .menupie ul li{
    margin: 0px 10px;
  }
  .linklp span{
    text-align: left;
  }
}
@media (max-width: 1100px) {
  .sectionformu{
    text-align: center;
  }
  .formuhome{
    width: 440px;
  }
  .sliderformu, .formuhome{
    float: none;
    display: inline-block;
  }
  .formuhome{
    margin-left: -4px;
  }
  .sliderformu{
    width: 350px;
    height: 350px;
    margin-top: 0px;
    transform: translateY(-40px);
  }
  .footerline01{
    text-align: center;
  }
  .footerline01 img{
    float: none;
    margin: 20px auto;
  }
  .pieredes{
    float: none;
    padding: 0px;
    margin: 0px;
    width: 50%;
    box-sizing: border-box;
  }
  .logospie{
    float: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 950px) {
  .section12 .doscol50{
    grid-template-columns: 1fr;
  }
  .conte12, .video12{
    padding: 0px 50px;
  }
  .trescols33 {
    grid-template-columns: 1fr auto;
    grid-row-gap: 0px;
    align-items: center; 
  }
  .trescols33 > :nth-child(1),
  .trescols33 > :nth-child(2) {
    grid-column: 1; /* Ambos en la primera columna */
  }
  .itemminilist.headminilist{
    margin-top: 0px;
  }
  .contecol3-1{
    padding: 0px;
  }
  .imgpi{
    transform: translateY(-30%);
  }
  .bloque03{
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
@media (max-width: 850px) {
  .formuhome{
    width: 350px;
    padding: 15px 35px;
  }
  .sliderformu{
    transform: translateY(-80px);
  }
  .doscolformu{
    grid-template-columns: 1fr;
  }
  .pieredes{
    width: 100%;
  }
  .toptituproyectos h2{
    padding-left: 20px;
    font-size: 21px;
  }
  .proyectos-tabs{
    right: 20px;
  }
}
@media (max-width: 800px) {
  .itemcallnumber.callnumber01::before,
  .itemcallnumber.callnumber02::before,
  .itemcallnumber.callnumber03::before {
    left: 0px;
    width: 200px;
    background-size: 100% 100%;
  }
}
@media (max-width: 750px) {
  .doscol50{
    grid-template-columns: 1fr;
  }
  .imgsp{
    max-width: 450px;
    height: auto;
    float: none;
    margin: 40px auto 0px auto;
    display: block;
  }
  .conteSAR{
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .imgSAR{
    grid-area: 2;
  }
  .imgsp{
    margin-top: 0px;
  }
  .conte12 h3{
    text-align: center;
  }
  .linkproyectos{
    font-size: 11px;
    padding: 18px 15px;
  }
  .logo{
    margin: 0px;
  }
}
@media (max-width: 700px) {
  .trescols33{
    grid-template-columns: 1fr;
  }
  .imgpi{
    transform: translateY(-20px);
    justify-content: center;
  }
  .itemproyectos{
    width: 380px;
    margin: 15px 0px;
  }
  .proyectos-nuevos-inner-content{
    box-sizing: border-box;
    padding: 0px 30px;
  }
  .proyecto-rumi-imagen img{
    width: 100%;
    height: auto;
  }
  .proyecontentlist{
    grid-template-columns: 1fr;
  }
  .proyecto-info{
    text-align: center;
    padding-bottom: 0px;
  }
  .proyecto-info .dormitorios::before {
    float: none;
    display: inline-table;
    margin-bottom: -4px;
  }
  .proyecto-logo img{
    width: 200px;
    margin-bottom: 20px;
  }
  .btn-rumi_white{
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background-color: #e27118;
  }
  .trescols33 h3{
    text-align: center;
  }
  .sliderformu{
    transform: translateY(0px);
    border-radius: 0px;
  }
  .formuhome{
    margin-left: 0px;
    border-radius: 0px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-top: -10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
  .swiper-slide img{
    border-radius: 12px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .sliderformu .swiper-button-next{
    bottom: 0px;
    top: 50%;
    right: -25px;
    left: auto;
  }
  .sliderformu .swiper-button-prev{
    bottom: 0px;
    top: 50%;
    left: -25px;
    right: auto;
  }
  .toptituproyectos h2{
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 35px;
    padding-bottom: 100px;
  }
  .proyectos-tabs{
    width: 100%;
    text-align: center;
    right: 0px;
  }

}
@media (max-width: 630px) {
  .menurumitop{
    position: absolute;
    float: left;
    right: 0px;
    top: 0px;
  }
}
@media (max-width: 620px) {
  .linkproyectos.linkproyectos.lpy{
    display: none;
  }
  .linkmovil.proyecto, .home .linkmovil.linkmenuhome.proyecto{
    display: block;
  }
  .home .linkmovil.linkmenuinside.proyecto{
    display: none;
  }
  .linkmovil.linkmenuhome.proyecto{
    display: none;
  }
}
@media (max-width: 600px) {
  .fl4-01, .fl4-02{
  float: left;
  width: 100%;
  text-align: center;
 }
}
@media (max-width: 530px) {
 .direccionfooter p{
  margin: 5px 0px 30px 0px;
  line-height: 100%;
 }
  #proyecto-cta img {
  min-height: 200px;
  }
}
@media (max-width: 480px) {
  .animawp, .animawp2{
    bottom: 14px;
    right: 14px;
  }
}
@media (max-width: 450px) {
  .conte12, .video12{
    padding: 0px 30px;
  }
  .callsnumberhome{
    padding: 0px 30px;
    box-sizing: border-box;
  }
  .itemcallnumber{
    width: 100%;
    height: 230px;
    margin: 10px 0px;
  }
  .itemcallnumber.callnumber01::before,
  .itemcallnumber.callnumber02::before,
  .itemcallnumber.callnumber03::before {
    width: 50%;
  }
  .trescols33{
    padding: 15px 30px 0px 30px;
  }
  .bloque03{
    background-image: url(images2025/fondo-bloque03-vert.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #ff9d26;
  }
  .logoSAR{
    width: 100%;
  }
  .itemproyectos{
    width: 100%;
  }
  .linkproyectos.linkproyectos.lpc{
    display: none;
  }
  .linkmovil.cotiza{
    display: block;
  }
  .hamburger-menu{
    width: 100%;
    background-image: url(images2025/fondo-bloque03-vert.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .logospie img{
    height: 60px;
    width: auto;
  }
}
@media (max-width: 400px) {
  .itemcallnumber{
    height: auto;
    padding-left: 140px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .itemcallnumber p{
    margin-top: 0px;
    transform: translateY(0px);
  }
  .callsnumberhome{
    text-align: right;
  }
  .itemcallnumber.callnumber03{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 120px;
  }
  .itemcallnumber.callnumber01::before {
    width: 55%;
    background-size: cover;
    background-position: center right;
  }
  .itemcallnumber.callnumber02::before {
    width: 45%;
    background-size: cover;
    background-position: center right;
  }
  .itemcallnumber.callnumber03::before {
    width: 42%;
    background-size: cover;
    background-position: center right;
  }
  .imgpi img{
    width: 100%;
    height: auto;
  }
  .sliderformu .swiper-button-next{
    right: 0px;
  }
  .sliderformu .swiper-button-prev{
    left: 0px;
  }
  .direccionfooter{
    font-size: 16px;
  }
  .wplf{
    margin-left: 0px;
  }
  .conteSAR{
    padding: 25px 50px;
  }
}