
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
 z-index: 99998;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; 
}
.rd-mobilemenu.active {right: 0; }
.rd-mobilemenu_ul {
	font-family: 'Nunito Sans', sans-serif;
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 100%;
	text-align: center;
  padding: 132px 0 76px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
	text-align: center;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
.rd-mobilemenu_ul li{list-style: none}
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); 
}
  .rd-mobilemenu_ul a {  display: inline-block; padding: 14px 25px 16px; color:#fff; font-weight:400; text-decoration: none !important; font-size: 16px}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    /*.rd-mobilemenu_ul li.active a{background: #5d805f; color:#fff; }//*/
    .rd-mobilemenu_ul a:hover { color:#fff; text-decoration:underline}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #fff;
  background: none;
  z-index: 99999;
 }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
	display: none;
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background:#FFF;
  top: 4px;
  right: 8px;
  width: 48px;
  height: 48px;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, 
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle.active span:after, 
.rd-mobilepanel_toggle.active span:before, 
.rd-mobilepanel_toggle.active span{
	background-color: #fff;
}
.rd-mobilepanel_toggle.active{background: none}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


@media (max-width: 991px) {
  	.rd-mobilemenu, .rd-mobilepanel {display: block; }
  	#menu{display:none}
	#header div[class*="col-"]{width: 100%; float: none}
}

.rd-mobilepanel #logo{top:0; margin:auto; padding:4px 0 0; left:50%; margin-left:-142px; position:relative; width:215px; height:auto}
.rd-mobilepanel #logo img{width:150px; height:auto}


@media (min-width:1450px) {
	.container{
		width: 1400px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width:1550px) {
	.container{
		width: 1500px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width:1650px) {
	.container{
		width: 1600px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width:1750px) {
	.container{
		width: 1700px;
		margin: auto;
		padding: 0;
	}
}





@media (max-width:1680px) {

}

@media (max-width:1549px) {
	#tipologia div[class*="col-"] {
	    width: 50%;
	}
}
@media (max-width:1450px) {
	
}
@media (min-width:1390px) {
	
}

@media (max-width:1380px) {
  #serv-2 .content .image{
    width: 60%;
  }
	#serv-2 .content img{
    display: block;
    max-width: 867px;
    width: 100%;
    height: auto;
  }
  #serv-2 .text {
    margin-left: 6%;
  }
}

@media (max-width:1280px) {
	.capt1{
    font-size: 60px;
  }
  .capt2 {
    font-size: 28px;
  }
}
@media (max-width:1240px) {
	
}
@media (min-width:1200px) {	
	.container{
		width: 1170px;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width:1199px) {
	#datFooter {
  		padding: 0 0 0 380px;
	}
	#bannerContact {
  		height: 430px;
  		background-size: cover;
	}
	.capt1{
    font-size: 45px;
  }
  .capt2 {
    font-size: 21px;
  }
  #home-2 .item-1 img{
    width: 27%;
  }
}

@media (min-width:1100px) {	
	
	.sf-menu li:last-child {
		padding-right: 0;
	}
}

@media (max-width:1099px) {	
  #serv-2 .title {
    font-size: 28px;
  }
  #serv-2 ul {
    font-size: 29px;
  }
}
@media (max-width:991px) and (min-width:768px) {		
	#home-2 .item {
    font-size: 27px;
  }
}
@media (max-width:991px) {	
	#proyectosBloques .column{
    width: 50%;
    flex-basis: 50%;
  }
  #serv-2 .content .image {
    width: 50%;
  }
  #serv-2 .title {
    font-size: 25px;
  }
  #serv-2 ul {
    font-size: 23px;
  }
  #serv-3 .content .text,
  #serv-3 .content .title {
    font-size: 30px;
  }
  #home-inovacion{
    background: #000;
  }
  #home-inovacion:before{
    display: block;
    content: "";
    background: url('../images/inicio/Diseno-Concreto.jpg') right center no-repeat #000;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  #bolsaTrabajo .row .row .col {
    flex-basis: 100%;
    padding: 0 20px 25px;
  }
}

@media (min-width:20px) {
	.redes a{
		width: 38px;
		height: 38px;
	}
	
	#redes li{display: inline-block; text-align: center; padding:0 5px;}
}

@media (max-width:991px) {
	#header{
		position: absolute;		
	}
	#logo{
		text-align: center;
		padding-right: 40px
	}
	#footer{
		padding-bottom: 65px
	}
	#redes{
	    position: fixed;
	    top: auto;
	    right: auto;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 38px;
	    z-index: 3;
	    padding: 0;
	}
	#redes li{
		width: 50%;
		float: left;
		margin: 0;
		padding: 0;
	}
	#redes a{
	    display: block;
	    width: 100%;
	    border-radius: 0;
	    margin: 0 !important;
	    border: none;
	    height: 38px;
	    background: #000;
	    line-height: 40px;
	}
	#redes li:first-child a{
	    color: #fff;
	}
	#redes li:last-child a{
	    color: #fff;
	}

	.flexslider li .textCaption {
  		padding: 92px 18px 12px;
	}
	#home-1{
		padding: 50px 0 40px;
	}
	#home-1 .col{
		margin: 0;
	}
	
	#bannerContact {
    	height: 350px;
  	}
  	#contactSection .col {
  		width: 100%;
  		flex-basis: 100%;
	}
  #home-proyectos .row{
    flex-wrap: wrap;
  }
  #home-proyectos .colProy{
    width: 50%;
    flex-basis: 50%;
    padding: 15px 15px;
  }
}

@media (max-width:789px) {
  #detalleProyecto .row{
    flex-wrap: wrap;
  }
  #detalleProyecto .col{
    width: 100%;
    flex-basis: 100%;
  }
  #detalleProyecto .row .col:first-child{
    width: 100%;
    border-right: none;
  }
  #detalleProyecto .colIzq{
    padding-right: 0
  }

}

@media (max-width:767px) {
	
  #slider1 li .textCaption {
    top: 35%;
    width: initial;
  }
  .capt1 {
    font-size: 35px;
  }
  .capt1 br{
    display: none
  }
  #footer{
    padding: 20px 0 40px;
  }
	#datFooter {
    	padding: 0;
    	text-align: center;
  	}
	#datFooter .datos {
	  	font-size: 16px;
	}
	#logoFooter{
		position: initial;
		margin: 0 auto;
		display: inline-block;
	}
  #logoFooter img{
    max-height: 72px;
  }


	#home-1 .row,
	#home-clients .row,
	#home-proyectos .row,
	#home-segmentos .row,
	#seviciosBloques .row,
	#proyectosBloques .row{
		flex-wrap: wrap;
	}
	#home-1 .col,
	#home-clients .col,
	#home-proyectos .col,
	#home-segmentos .col,
	#seviciosBloques .col,
	#proyectosBloques .col,
	#bolsaTrabajo .col1,
	#bolsaTrabajo .col2 {
  		width: 100%;
  		flex-basis: 100%;
  		margin-bottom: 25px;
	}

	#home-clients .col{
		text-align: center;
	}
	#home-clients .col article,
	#seviciosBloques .col article,
	#proyectosBloques .col article{
		max-width: 350px;
		margin: 0 auto;
	}

	#home-inovacion .title {
  		font-size: 30px;
  	}
  	#home-inovacion .text {
  		font-size: 19px;
	}
	#home-inovacion .text a {
  		border: solid 2px #FFF;
  		padding: 12px 40px;
  		font-size: 19px;
	}

	#headerSection h1 {
  		font-size: 26px;
	}

  #home-2 .row {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
	#home-2 .row .item{
    flex-basis: 50%;
    padding: 0 15px;
    font-size: 27px;
    text-align: center;
  }
  #home-2 .row .item:first-child{
    flex-basis: 100%;
  }
  #home-2 .item2 {
    padding: inherit;
  }
  #home-2 .item-1 img {
    max-width: 94px;
  }

  #bannerServ .text{
    margin-left: 0;
    margin-right: 25px;
    padding-left: 25px;
  }
  #bannerServ .content{
    justify-content: right;
    display: flex;
    position: relative;
  }
  #bannerServ .text {
    font-size: 25px;
  }
  #serv-3 .content .text,
  #serv-3 .content .title {
    font-size: 25px;
  }
  .textRight {
    font-size: 18px;
  }
  #home-inovacion:before{
    opacity: 0.5;
  }
}
@media (max-width:680px) {
  #serv-2 .content{
    flex-wrap: wrap;
  }
	#serv-2 .content .image{
    width: 100%;
  }
  #serv-2 .text{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 25px 15px 0;
  }
}
@media (min-width:601px) {
	
}
@media (max-width:600px) {
	#contacto div[class*="col-"]{
		float: none;
		width: 100%;
	}
	#datContacto > div[class*="col-"]{
		float: none;
		width: 100%;
	}
	
	#ubicaciones .ul ul, #ubicaciones .ul2 ul{
		display: block;
		width: 100%;
	}
	#bannerContact {
  	height: 260px;
  }
  .divThumb li {
    width: 25%;
    flex-basis: 25%;
  }
  #home-inovacion {
    background-position: 30% 50%;

  }
  #home-2 .row .item{
    flex-basis: 100%;
  }
  #bannerServ .text {
    font-size: 20px;
  }
  .capt1 {
    font-size: 30px;
    padding-bottom: 5px;
  }
  .capt2 {
    font-size: 18px;
  }
  .textRight {
    font-size: 16px;
    font-weight: 300;
  }
  #sliderTop .flexslider .slides .cntImg {
    min-height: 280px;
    background-position: right top;
  }
}
@media (max-width:550px) {
	#ubicaciones .col ul{
		width: 100%;
	}
}

@media (max-width:500px) {
  #proyectosBloques .column{
    width: 100%;
    flex-basis: 100%;
  }
  #home-proyectos .colProy{
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width:480px) {
	#headerSection h1 {
    	font-size: 20px;
  	}	
	.frmContacto .colF {
  		width: 100%;
  		flex-basis: 100%;
	}
  #bannerServ .text {
    font-size: 18px;
  }
  #serv-3 .content .text,
  #serv-3 .content .title {
    font-size: 22px;
  }
  .capt1 {
    font-size: 24px;
  }
  #logo {
    padding: 11px 0;
  }
  #logo img {
    max-width: 150px;
  }
  #slider1 li .textCaption {
    top: 25%;
  }
  .capt2 {
    font-size: 16px;
  }
  .btnAplicar{
    position: static;
  }
}

@media (max-width:430px) {
	
}
@media (max-width:380px) {
	
}
@media (max-width:340px) {
}


/* ============================================
   CORRECCIÓN PARA SECCIÓN #home-1 EN MÓVIL
   ============================================ */
@media (max-width: 767px) {
  #home-1 {
    padding: 50px 0; /* margen superior e inferior */
  }

  #home-1 .row {
    display: flex;
    flex-direction: column; /* apilar bloques */
    align-items: center; /* centrar horizontalmente */
    gap: 50px; /* espacio entre bloques */
  }

  #home-1 .col {
    width: 95% !important;
    max-width: 500px;
    flex: 0 0 auto;
    margin: 0 auto;
  }

  #home-1 .col article {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #home-1 .col figure {
    width: 100%;
    margin: 0 0 20px 0; /* espacio entre imagen y texto */
  }

  #home-1 .col figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }

  #home-1 .text {
    font-size: 14px; /* 🔹 texto más pequeño */
    line-height: 1.4;
    color: #fff;
    padding: 0 10px;
    text-align: center;
  }
}
