@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.eot');
	src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Light.woff') format('woff'),
		url('../fonts/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins.eot');
	src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins.woff') format('woff'),
		url('../fonts/Poppins.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

body,
body h1, body h2, body h3, body h4, body h5, body p {font-family: 'Poppins';}

@media(min-width: 1220px){
	body .uk-container {max-width: 1265px;}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}

html {
  overflow-x: hidden;
}

img {
  object-fit: cover;
}

a.button-border {
    border: 1px solid #b0bf02;
    color: #666;
    font-size: 12px;
    padding: 5px 10px;
	display: inline-block;
	margin-top: 5px;
}

a.button-border:hover{
	background-color:#b0bf02;
	text-decoration:none;
	color:#fff;
}

a, 
.slideset-homepage * {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*Header*/
nav.uk-navbar {
    background-color: transparent;
}

nav.uk-navbar ul.uk-navbar-nav li.uk-active > a, nav.uk-navbar ul.uk-navbar-nav li:hover > a {
    background-color: transparent;
    border-bottom-color: #b0bf02;
    color: #b0bf02;
}

nav.uk-navbar ul.uk-navbar-nav li > a {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
}

.toolbar-r {
    font-size: 12px;
}

.toolbar-r > .social-icons {
    list-style: none;
    padding: 0 20px;
    border-left: 1px solid #e4e4e4;
    margin: 0 20px 0 0;
    border-right: 1px solid #e4e4e4;
}
.toolbar-r > .social-icons > li {
    display: inline-block;
}

.toolbar-r > .social-icons > li > a {
    color: #333;
    font-size: 16px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
}

#tm-header {
    padding-top: 15px;
	padding-bottom:15px;
	background-color:#fff;
  min-height: 98px;
}


/*Slideshow Homepage*/
.slideshow-homepage{
  z-index: -1 !important;
}
.slideshow-homepage .uk-overlay-panel {
    width: 270px;
    height: 260px;
    top: 50%;
    left: 10%;
    bottom: auto;
    margin-top: -150px;
    background-color: rgba(0,0,0,0.7);
}

.slideshow-homepage .uk-overlay-panel > .content-slideshow > h2 {
    color: #abbe0c;
    font-weight: 800;
    font-size: 25px;
	margin-bottom: 0;
	margin-top: 20px;
}

.slideshow-homepage .uk-overlay-panel > .content-slideshow > h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-top: 5px;
}

.slideshow-homepage .uk-overlay-panel > .content-slideshow > .rown-green {
    position: absolute;
    bottom: -20px;
    padding: 10px;
    height: 95px;
    color: #fff;
    background-color: #b0bf02;
    right: 20px;
    text-transform: uppercase;
    width: 92px;
    font-weight: 800;
    font-size: 12px;
}

.slideshow-homepage .uk-overlay-panel > .content-slideshow > .rown-green::after {
    content: "";
    background-image: url('../images/sprite.png');
    display: block;
    height: 24px;
    background-position: -20px -158px;
    width: 35px;
    margin-top: 10px;
}


/*Projects Homepage*/

.slideset-homepage .uk-overlay .uk-overlay-panel{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	top:50%;
}

.slideset-homepage .uk-overlay > img {
  height: 380px;
	width:100%;
}

.slideset-homepage .uk-overlay .uk-overlay-panel .overlay-bottom {
    margin-top: 50px;
}
/*Se le quita ".overlay-align" o clase agregada al hover para que esten al nivel top 0*/
.slideset-homepage .uk-overlay:hover .uk-overlay-panel .overlay-align{
  margin-top: 0px !important;
}
/*.overlay-align para cuando el texto abarca dos lineas +25px por cada linea agregada*/
.overlay-align{
  margin-top: 75px !important;
}
.slideset-homepage .uk-overlay .uk-overlay-panel .overlay-bottom h5 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 10px;
    margin: 0;
}
.slideset-homepage .uk-overlay .uk-overlay-panel .overlay-bottom h3 {
    margin: 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}
.slideset-homepage .uk-overlay .uk-overlay-panel .overlay-bottom p{ display:none;}
.slideset-homepage .uk-overlay .uk-overlay-panel .overlay-bottom span {
    font-size: 10px;
	margin-top: 10px;
	display: block;
}
.slideset-homepage .uk-overlay .uk-overlay-panel .overlay-bottom span::after {
    content: "";
    background-image: url('../images/sprite.png');
    display: inline-block;
    width: 23px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
    background-position: -14px -109px;
    background-size: 50px;
}


.slideset-homepage .uk-overlay:hover .uk-overlay-panel .overlay-bottom{margin-top:0;}
.slideset-homepage .uk-overlay:hover .uk-overlay-panel{ background:rgba(176,191,1,0.8); top:0}
.slideset-homepage .uk-overlay:hover .uk-overlay-panel .overlay-bottom p{display:block;}


/*Sobre Nosotros Homepage*/

.sobre-nosotros-homepage{
	background-image: url('../images/bg-footer.jpg');	
}

.sobre-nosotros-homepage .uk-grid.uk-panel {
    padding: 60px 30px;
    background-color: #fff;
    margin: 100px 40px 60px 40px;
}

.sobre-nosotros-homepage .uk-grid.uk-panel .block-points {
	background-image: url('../images/point-gray.jpg');
	margin-right: 20px;
}
.sobre-nosotros-homepage .uk-grid.uk-panel .block-points > img {
    position: relative;
    top: -97px;
    right: -25px;
}

.sobre-nosotros-homepage .uk-grid.uk-panel .sobre-jorge h3:first-child{
  font-weight: 700;
}
.sobre-nosotros-homepage .uk-grid.uk-panel .sobre-jorge h2 {
    font-weight: 100;
}
.sobre-nosotros-homepage .uk-grid.uk-panel .sobre-jorge h3, .sobre-nosotros-homepage .uk-grid.uk-panel .sobre-jorge h2 {
    margin: 0;
}
.sobre-nosotros-homepage .uk-grid.uk-panel .sobre-jorge h3.color-green {
    color: #b0bf02;
    font-size: 20px;
    font-weight: 800;
}

.sobre-nosotros-homepage .uk-grid.uk-panel .nuestros-servicios h3 {
    margin: 0;
    font-weight: 800;
}
.sobre-nosotros-homepage .uk-grid.uk-panel .nuestros-servicios h2 {
    margin-top: 0;
    font-size: 30px;
}
.sobre-nosotros-homepage .uk-grid.uk-panel .nuestros-servicios .icon-list > div {
    margin-bottom: 20px;
}

.sobre-nosotros-homepage .uk-grid.uk-panel .nuestros-servicios .icon-list > *::before {
    content: "";
    display: block;
    background-image: url('../images/sprite.png');
    height: 42px;
    margin-bottom: 5px;
    background-position-x: -7px;
    background-repeat: no-repeat;
}

.sobre-nosotros-homepage .uk-grid.uk-panel .nuestros-servicios .icon-list .construccion::before {
    background-position-y: 9px;
}
.sobre-nosotros-homepage .uk-grid.uk-panel .nuestros-servicios .icon-list .diseno-arq::before {
    background-position-y: -47px;
}
.sobre-nosotros-homepage .uk-grid.uk-panel .nuestros-servicios .icon-list .diseno-int::before {
    background-position-y: -94px;
    background-position-x: 0px;
}
.slideset-homepage{
  position: relative;
}
.slideset-homepage .uk-overlay-panel{
  padding-bottom: 0px !important;
}
.slideset-homepage .uk-overlay-panel span{
  position: absolute;
  bottom: 20px;
}
footer p {
    font-size: 12px;
}
footer p a {
    color: #b0bf02;
}


/*Ofcanvas*/
#offcanvas .uk-offcanvas-bar {
    background-color: #abbe0c;
}
#offcanvas nav .uk-nav {
    margin-top: 20px;
}
#offcanvas nav .uk-nav > li {
    border-bottom: 1px solid #bbc65a;
}
#offcanvas nav .uk-nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
}


@media(max-width: 768px){
	.slideshow-homepage .uk-overlay-panel{width: 90%; left:5%;}
	.slideset-homepage .uk-overlay{width: 100%; margin-bottom:20px;}
	.sobre-nosotros-homepage .uk-grid.uk-panel {padding: 30px;margin: 30px 0px 30px 0px;}
	.sobre-nosotros-homepage .uk-grid.uk-panel .block-points > img {position: inherit;}
	.sobre-nosotros-homepage .uk-grid.uk-panel > * {padding-left: 0;margin-bottom: 20px;}
	.sobre-nosotros-homepage .uk-grid.uk-panel .nuestros-servicios .icon-list > *::before {background-position-x: center !important;}
	.sobre-nosotros-homepage .uk-grid.uk-panel .block-points{margin-right:0;}
	footer > .uk-container > .uk-flex {display: block;margin: 0;}
	footer > .uk-container > .uk-flex > * {display: block;float: none;clear: both;text-align: center;}
	footer > .uk-container > .uk-flex > .uk-navbar-nav > li {float: none;display: inline-block;}
	footer .toolbar-r > .social-icons {border: none;}

}

#tm-breadcrumb {
    background-image: url('../../assets/images/bg-footer.jpg');
    z-index: -1 !important;
}
body .uk-nav-side > li > a {
  border-bottom: 2px solid transparent;
}

body .uk-nav-side > li.uk-active > a, 
body .uk-nav-side > li > a:hover, 
body .uk-nav-side > li > a:focus  {
  border-bottom: 2px solid #b0bf02;
  background: transparent;
  color: #b0bf02;
}
p{
    text-align: justify;
}
body a{
    color: #b0bf02;
}

.noticia-content.uk-panel.uk-panel-box.uk-panel-box-secondary > div.p{
  height: 140px;
  overflow: hidden;
  margin-bottom: 15px;
}
.noticia-content > h3 {
    height: 48px;
    overflow: hidden;
}
body ul.uk-nav-sub {
    padding: 5px 0 5px 35px;
}
body .uk-dropdown, .uk-dropdown-blank {
    width: 332px;
	z-index: 1000;
}
body .uk-nav-sub > li > a {
    color: #999999 !important;
}
@media screen and (min-width: 768px) {
   body .uk-flex-medium{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;


    }
    
}
.slide.uk-width-1-1.uk-flex-medium.uk-flex-middle.uk-overlay.uk-overlay-hover > div.uk-slidenav-position {
  margin: 0px 10px 10px 0px;
}

body textarea {

  width: 100% !important;
}
body input {
  width: 100% !important;
}
body .uk-text{
    margin-top: 10px;
}
body .uk-button-primary{
    background-color: #beea10;
}
body .uk-button-primary:hover{
    background-color: #a6c52d;
}
/*SVG*/
/* animacion svg */



.circle{fill:none;stroke:#bde90c;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}

        .circle-dash{fill:none;stroke:#bde90c;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}

        .check{fill:none;stroke:#bde90c;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

        .check-dash{fill:none;stroke:#bde90c;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

        .check {

          stroke-dasharray: 60 100;

          animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;

          -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;

          -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;

          -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;

          opacity: 0;

        }



        @-webkit-keyframes check {

          from {stroke-dashoffset: 60;

          opacity: 1;}



          to {stroke-dashoffset: 00;

          opacity: 1;}



        }



        @-moz-keyframes check {

          from {stroke-dashoffset: 60;

          opacity: 1;}



          to {stroke-dashoffset: 00;

          opacity: 1;}



        }



        @keyframes check {

          from {stroke-dashoffset: 60;

          opacity: 1;}



          to {stroke-dashoffset: 00;

          opacity: 1;}



        }



        .check-dash {

          stroke-dasharray: 10 100;

          animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;

          -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;

          -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;

          -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;

        }



        @-webkit-keyframes check-dash {

          from {stroke-dashoffset: 120;}



          to {stroke-dashoffset: 45;}



        }



        @-moz-keyframes check-dash {

          from {stroke-dashoffset: 120;}



          to {stroke-dashoffset: 45;}



        }



        @keyframes check-dash {

          from {stroke-dashoffset: 120;}



          to {stroke-dashoffset: 45;}



        }



        .circle {

          stroke-dasharray: 300 300;

          animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;

          -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;

          -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;

          -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;

          opacity: 0;

        }



        @-webkit-keyframes circle {

          from {stroke-dashoffset:300;

          opacity: 1;}



          to {stroke-dashoffset:0;

          opacity: 1;}



        }



        @-moz-keyframes circle {

          from {stroke-dashoffset:300;

          opacity: 1;}



          to {stroke-dashoffset:0;

          opacity: 1;}



        }



        @keyframes circle {

          from {stroke-dashoffset:300;

          opacity: 1;}



          to {stroke-dashoffset:0;

          opacity: 1;}



        }



        .circle-dash {

          stroke-dasharray: 10 300;

          animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;

          -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;

          -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;

          -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;

          opacity: 0;

        }



        @-webkit-keyframes circledash {

          from {stroke-dashoffset:320;

          opacity: 1;}



          to {stroke-dashoffset: 20;

          opacity: 1;}



        }



        @-moz-keyframes circledash {

          from {stroke-dashoffset:320;

          opacity: 1;}



          to {stroke-dashoffset: 20;

          opacity: 1;}



        }



        @keyframes circledash {

          from {stroke-dashoffset:320;

          opacity: 1;}



          to {stroke-dashoffset: 20;

        opacity: 1;}

 }
    .uk-margin {
    margin-top: 15px !important;
}

.background-image > .uk-container > .uk-panel > .uk-block > .uk-subnav-pill > .uk-active > a {
  color: #444;
  border-bottom: 3px solid #b0bf02;
  background: transparent;
}
.background-image > .uk-container > .uk-panel > .uk-block > .uk-subnav-pill > li > a {
  color: #444;
  font-weight: 600;
}
h2.special{
  font-weight: 600;
  font-size: 30px;
  color:#b0bf02;
}

.background-image.uk-block h4 {
    font-weight: 600;
}
#rc-content h2 {
    font-weight: 600;
}

.background-image {
  background-image: url('../images/bg-footer.jpg');
}
body .uk-panel-box-white {
    background: #fdfdfd !important;
}

body .uk-width-1-1.margin-b {
    margin-bottom: 30px;
}

.rc-proyectos .uk-thumbnav.uk-grid.uk-grid-width-1-4.uk-grid-match > li > a > img {
    height: 100%;
    max-height: 100px;
  }
  .rc-proyectos-torre-14 .uk-thumbnav.uk-grid.uk-grid-width-1-4.uk-grid-match > li > a > img {
    height: 100%;
  }
 .uk-thumbnav > li > a > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.rc-proyectos-torre-zt .uk-thumbnav > li > a > img {
    height: 100%;
    width: 100%;
    max-height: 100px;
}
.uk-button.uk-button-secundary {
    border: 1px solid #c4cf41;
    background: transparent !important;
    color: #c4cf41;
}
 .rc-proyectos-realizados .uk-thumbnav > li > a > img {
    height: 100%;
    
    width: 100%;
    max-height: 128px;
}

.uk-button.uk-button-secundary:hover{
  background: transparent !important; 
}


.rc-proyectos-alianza.rc-no-front .uk-navbar-nav.uk-flex.uk-flex-center > li > a {
    margin-right: 20px;
}
h3.uk-accordion-title {
    font-weight: 500;
	text-transform:uppercase;
	margin-bottom: 2px;
	padding: 10px 15px;
}
div.uk-accordion-content{padding: 20px 15px 15px 15px;}
h3.uk-accordion-title.uk-active, 
h3.uk-accordion-title:hover {
    background-color: #868484;
    color: #fff;
}

@media screen and (min-width: 768px){.rc-proyectos-realizados .uk-container.uk-container-center > .uk-accordion .uk-accordion-content > .uk-grid > .uk-width-medium-2-5 {
    border-right: 1px solid #bfbfbf;
}
}
.rc-proyectos-realizados p{
 text-justify:none;
 margin-top: 0px;
}
body.rc-proyectos-realizados .uk-accordion-content .uk-width-medium-1-2.uk-text-center-small.uk-margin > .item {
  border-bottom: 1px dashed #d4cdcd;

}
@media screen and (min-width: 768px){
  .uk-width-medium-1-2.uk-text-center-small.uk-margin > .item {
    height: 100%;
    max-height: 100px;
}
  } 

@media screen and (max-width: 768px) {
  
 body.rc-proyectos-realizados .uk-accordion-content *[class*="uk-width-"] > .uk-grid.uk-grid-match {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

body.rc-proyectos-realizados .uk-accordion-content  *[class*="uk-width-"] > .uk-grid.uk-grid-match > *[class*="uk-width-"] {
  width: 100%;
  padding: 0px;
}
}
.uk-accordion-title:after {
  content: '\f104';
  float: right;
  font-family: FontAwesome;
}
.uk-accordion-title.uk-active:after {
  content: '\f107';
}


.noticia-teaser > figure > img {
    height: 250px;
}