@media (min-width: 992px) {
  #header.header-narrow .header-nav.header-nav-stripe {
    position: relative;
    z-index: 3;
  }
  #header.header-narrow .header-logo .logo-default {
    margin: -37px -70px -102px 0;
    position: relative;
    z-index: 2;
    opacity: 1;
  }
  #header.header-narrow .header-logo .logo-small {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(87px, 0, 0);
    position: absolute;
    z-index: 1;
    opacity: 0;
  }

  .sticky-header-active #header.header-narrow .header-logo .logo-small {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
  }
  .sticky-header-active #header.header-narrow .header-logo .logo-default {
    opacity: 0;
    top: -90px;
  }
}
@media (max-width: 991px) {
  .logo-default {
    display: none !important;
  }

  .logo-small {
    display: block;
  }

  #header .header-logo {
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  html #header.header-semi-transparent-light .header-body {
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transform: translate3d(0px, 25px, 0px);
  }
  html #header.header-semi-transparent-light .header-body:before {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
  }
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
    color: #5e7279;
  }
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active):hover > a {
    color: #FFF;
  }
  html.sticky-header-active #header.header-semi-transparent-light .header-body {
    transform: translate3d(0px, 0, 0px);
  }

  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    padding: 39px 13px 36px 13px;
  }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown > a, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown:hover > a {
    padding: 39px 23px 36px 13px;
  }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown:hover > a.dropdown-toggle:after {
    top: 38px;
  }
  #header.header-narrow .header-nav.header-nav-stripe .header-social-icons, #header.header-narrow .header-nav.header-nav-dark-dropdown .header-social-icons {
    margin-top: 35px;
  }
}
.social-icons li {
  box-shadow: none;
}
.social-icons li a {
  background: transparent;
}

.tp-caption-custom-stripe {
  color: #FFF !important;
}

.tparrows {
  background: transparent;
  margin-top: 40px;
}
.tparrows:hover {
  background: transparent;
}
.tparrows:before {
  position: relative;
  z-index: 1;
}
.tparrows:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #000 none repeat scroll 0 0;
  opacity: 0.2;
  height: 40px;
  margin: -40px 0 0;
  position: relative;
  transform: rotate(-45deg);
  width: 40px;
  content: "";
  display: block;
  z-index: 0;
}
.tparrows:hover:after {
  opacity: 1;
}

@media (min-width: 1199px) {
  .home-concept-construction {
    background: transparent url(../../img/home-concept-small.png) no-repeat center 63%;
  }
}
.diamonds {
  font-size: 0;
  margin: 40px auto;
  position: relative;
  text-align: center;
}
.csstransforms3d .diamonds {
  padding: 50px 0 0 57px;
}
.no-csstransforms3d .diamonds {
  max-width: 1060px;
}
.diamonds > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 135px;
}
.no-csstransforms3d .diamonds > li {
  margin: 0 20px 20px 0;
}
.diamonds .diamond {
  background: #f4f4f4;
  display: block;
  height: 255px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 255px;
}
.diamonds .diamond:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transform: scale(0);
  z-index: 100;
}
.diamonds .diamond:hover:after {
  opacity: 0.3;
  transform: scale(1);
}
.diamonds .diamond:hover .content:after {
  opacity: 0.8;
  transform: scale(1);
}
.csstransforms3d .diamonds .diamond {
  overflow: hidden;
  transform: rotate(-45deg);
}
.diamonds .content {
  display: table-cell;
  height: 255px;
  padding: 0 3px;
  transform: rotate(45deg);
  text-align: center;
  vertical-align: middle;
  width: 255px;
  position: relative;
}
.diamonds .content:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  content: "\e091";
  font-family: "simple-line-icons";
  font-size: 28px;
  left: 27%;
  margin: -6px -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: 1000;
  transform: scale(2);
}
.diamonds .content img {
  margin-left: -25%;
  max-width: 375px;
}
.diamonds .diamond-sm .content:after {
  left: 24%;
  top: 48%;
}

@media (min-width: 1199px) {
  .diamonds > li:nth-child(3) {
    margin-right: 0;
  }
  .diamonds > li:nth-child(4) {
    right: 145px;
    top: 9px;
    position: absolute;
  }
  .diamonds > li:nth-child(5) {
    margin-left: 527px;
    margin-top: -70px;
  }
  .diamonds > li:nth-child(6) {
    position: absolute;
    margin: -6px 0 0 -27px;
    right: -15px;
  }
  .diamonds > li:nth-child(7) {
    position: absolute;
    margin: 97px 0 0 -133px;
    right: 88px;
  }
  .diamonds .diamond-sm {
    height: 128px;
    width: 128px;
  }
  .diamonds .diamond-sm .content {
    height: 128px;
    width: 128px;
  }
  .diamonds .diamond-sm .content img {
    max-width: 195px;
  }
}
@media (max-width: 1199px) {
  .csstransforms3d .diamonds,
  .diamonds {
    padding-left: 0;
  }

  .diamonds > li:nth-child(2n+2) {
    margin-right: 0;
    margin-bottom: 135px;
  }

  .diamonds > li:last-child {
    margin-bottom: 50px;
    margin-right: 41px;
    margin-top: -110px;
    padding-left: 40px;
  }
}
@media (max-width: 748px) {
  .csstransforms3d .diamonds,
  .diamonds {
    max-width: 255px;
    padding-left: 0;
  }

  .diamonds > li {
    margin-right: 0;
    margin-bottom: 135px;
    clear: both;
  }

  .diamonds > li:last-child {
    margin-bottom: 50px;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 1199px) 
{
  .row-diamons-description 
  {
    margin-top: -150px;
    float: left;
  }
}
.section-custom-construction {
  overflow: hidden;
}
.section-custom-construction .container {
  position: relative;
}
.section-custom-construction .container:after {
  background: #000 none repeat scroll 0 0;
  bottom: -220px;
  content: "";
  height: 200px;
  position: absolute;
  right: 0;
  transform: rotate(50deg);
  width: 200px;
  z-index: 1;
}
.section-custom-construction .container:before {
  background: #a71a24 none repeat scroll 0 0;
  bottom: -235px;
  content: "";
  height: 200px;
  position: absolute;
  right: 75px;
  transform: rotate(50deg);
  width: 200px;
  z-index: 2;
}

@media (min-width: 992px) {
  .section-custom-construction-2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
  }
  .section-custom-construction-2:after {
    background: #000 none repeat scroll 0 0;
    bottom: -140px;
    content: "";
    height: 200px;
    left: 25px;
    position: absolute;
    transform: rotate(50deg);
    width: 200px;
    z-index: 1;
  }
}
.testimonial.testimonial-with-quotes blockquote p {
  font-size: 20px;
}

@media (max-width: 991px) {
  section.section.section-background {
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.project-detail-construction {
  padding: 6px 0 0 15px;
}
.project-detail-construction .list-project-details {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.project-detail-construction .list-project-details li {
  padding: 0 0 15px 0;
}
.project-detail-construction .list-project-details li label {
  padding: 0;
  margin: 0;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
}
.project-detail-construction .list-project-details li p {
  padding: 0;
  margin: 0;
  color: #111;
}
.project-detail-construction .progress-bars-project-detail {
  margin: 30px 0;
}
.project-detail-construction .progress-bars-project-detail .progress.progress-sm {
  margin-bottom: 32px;
}
.project-detail-construction .progress-bars-project-detail .progress-label span {
  padding: 0;
  margin: 0;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
}

#footer {
  background: #990033;
  border-top: 0;
  padding: 60px 0 30px;
  min-height: 278px;
  overflow: hidden;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
  color: #fff;
}
#footer .list-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .list-footer-nav a {
  font-size: 15.99px;
  color: #ffffff;
  text-decoration: none;
}
#footer .list-footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .newsletter form {
  max-width: 100%;
  margin: 27px 0 12px;
}
#footer .newsletter form input.form-control {
  height: 45px;
  padding: 12px;
}
#footer .newsletter form .btn {
  height: 45px;
  width: 45px;
}
#footer .fa {
  display: inline-block;
  padding-right: 2px;
  position: relative;
  top: 1px;
  color: #000;
}
#footer .footer-copyright {
  background: transparent;
  margin: -10px 0 0;
  padding: 20px 0 0;
}
#footer .footer-copyright p {
  color: #ffffff;
  font-size: 14px;
}

@media (min-width: 992px) {
  #footer {
    margin-top: 0;
  }
  /*#footer:after {
    background: #000 none repeat scroll 0 0;
    bottom: -233px;
    content: "";
    height: 400px;
    position: absolute;
    right: -177px;
    transform: rotate(50deg);
    width: 400px;
    z-index: 1;
  }*/
}

.Contacto-List
{
	list-style: none;	
	color: #ffffff;
	font-size: 15.96px;
	margin-top: 18px;
    padding-left: 0px;
}

.Contacto-List li
{
	margin-bottom: 14px;
	padding-left: 28px;
}

.Contacto-List li.IcoDireccion
{
	background: url(../../images/icoDireccion.png) no-repeat;
}

.Contacto-List li.IcoTel
{
	background: url(../../images/icoTel.png) left center no-repeat;
}

.Contacto-List li.IcoCorreo
{
	background: url(../../images/icoCorreo.png) left center no-repeat;
}


.Contacto-List li a:hover
{
  color: #fff !important;
  text-decoration: underline;
}

.scroll-to-top
{
	display: none !important;
}


.fontSemiBold
{
    font-weight: 600 !important;
}



.Contacto-ListContacto
{
	list-style: none;	
	color: #626262;
	font-size: 14px;
	margin-top: 38px;
    padding-left: 0px;
}

.Contacto-ListContacto li
{
	margin-bottom: 0px;
	padding-left: 20px;
}

.Contacto-ListContacto li.IcoDireccion
{
	background: url(../../images/icoDireccionC.png) 0px 6px no-repeat;
}

.Contacto-ListContacto li.IcoTel
{
	background: url(../../images/icoTelC.png) left center no-repeat;
}

.Contacto-ListContacto li.IcoCorreo
{
	background: url(../../images/icoCorreoC.png) left center no-repeat;
}


.Contacto-ListContacto li a:hover
{
  text-decoration: underline;
}

.Contacto-Img
{
	margin-bottom: 28px;
}

@media only screen and (max-width: 1204px)
{
	.Contacto-Img img
	{
		max-width: 100%;
	}
}

.fs-24
{
	font-size: 24px;
}

.Productos-ColList
{
	font-size: 18.08px;
	line-height: 18.08px;
}

.Productos-ColList.sangria
{
	margin-left: 34px;
}

.Productos-ColList h3
{
	color: #626262;
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 12px;
}

.Productos-ColList ul
{
	list-style-image: url(../../images/icoList.png);
    margin-left: -21px;
	margin-bottom: 40px;
}

.Productos-ColList.sangria ul
{
	margin-bottom: 20px;
}

.Productos-ColList ul li
{
    margin-bottom: 12px;
}

.Productos-Img
{
	margin-bottom: 31px;
}

.Productos-Img img
{
	max-width: 100%;
}

#who-we-are
{
	padding-bottom: 50px;
}


.dropdown-menu
{
	f4f4f4
}

.dropdown-menu ul
{
	display: none;
	width: 280px;
    list-style: none;
	background-color: #fff;
    padding-left: 0px;
    position: absolute;
    right: -280px;
}

.dropdown-menu li:hover ul
{
	display: block;
}

.dropdown-menu li a:after
{
    position: absolute;
    color: #9a0034;
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 12px;
    top: 9px;
    right: 2px;
    -webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.dropdown-menu ul li
{
	border-bottom: #f4f4f4;
}

.dropdown-menu ul li a
{
    display: block;
    min-height: 34px;
	padding-left: 20px !important;
}

.dropdown-menu ul li a:after
{
	display: none;
}

.dropdown-menu ul li a:hover
{
	background-color: #f4f4f4;
	text-decoration: none;	
}