@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3{
	font-family: 'PT Sans', sans-serif;
	font-size:24px;
	border-bottom:3px solid rgb(239, 198, 44);
	padding-bottom:5px;
	text-transform:uppercase;
}
h2, h3{
	font-size:14px;
	border-bottom:none;
	border-left:3px solid rgb(239,198,44);
	padding-bottom:0px;
	padding-left:5px;
}
.header h1{
    font-family: 'PT Sans', sans-serif;
	font-size:28px;
	border-bottom:none;
	padding-bottom:0px;
}
.header .vcenter{
	margin-top:20px;
	margin-bottom:10px;
	overflow:auto;
}
.header p{
	font-size:11px;
	margin:0px;
	padding:0px;
	display:inline-block;
    font-family: 'Roboto', sans-serif;
	color:rgb(130, 129, 129);
	line-height:12px;
}
.header .bold{
	font-weight:bold;
	font-size:14px;
	color:rgb(29,29,29);
	line-height:14px;
}
.header .big{
	font-size:24px;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}
.ct_small{
		font-family:'Roboto', sans-serif;
		font-size:12px;
		font-weight:400;
		display:block;
}
.navbar-construpsa{
	border-bottom:4px solid rgb(239, 198, 44);
	background:rgb(29, 29, 29);
}
.navbar-construpsa ul{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.navbar-construpsa ul li{
	float:left;
}
.navbar-construpsa li a{
	background:rgb(29, 29, 29);
	color:rgb(255, 255, 255);
	border-right:1px solid rgb(29,29,29);
	padding:26px;
	line-height:70px;
	font-size:18px
}
.navbar-construpsa li a:hover{
	background:rgb(239, 198, 44);
	text-decoration:none;
	color:rgb(85, 85, 85);
}
.navbar-construpsa .active a{
	background:rgb(239, 198, 44);
	color:rgb(85, 85, 85);
}
.navbar-construpsa .active a:hover{
	color:rgb(85, 85, 85);
}
.ct_carrousel_wrapper{
	height:200px;
	overflow:hidden;
	z-index:-100;
	margin-top:60px;
}
.ct_carrousel{
	background-image:url(../images/IMG-20190111-WA0088.jpg);
	background-size:cover;
	background-position:center;
	height:200px;
}
.ct_navbar_container{
	margin-top:-260px;
}
#ct_container1{
	margin-top:200px;
}
.somos{
	background-image:url(../images/construpsa040.jpg);
	background-size:cover;
	background-position:center;
	height:200px;
	padding:15px;
}
.ct_square{
	border:2px solid rgb(255,255,255);
	height:170px;
	width:100%;
}
.ct_tag{
	background: rgb(31,99,141);
	display:inline-block;
	padding:5px 10px;
	margin:0px 5px 10px 5px;
	color:rgb(255,255,255);
	font-size:14px;
	border:1px solid rgb(13,49,71);
}
.ct_tags{
	overflow:auto;
	text-align:left;
}
.ct_tagsinner{
	display:inline-block;
	margin:0 auto;
}
.btn-square{
	border-radius:0;
}
#ct_container3{
	background:rgb(29, 29, 29);
	margin-top:10px;
	padding:0px 30px 0px 30px;
}
#ct_container3 h2{
	color:rgb(239, 198, 44);
	border-color:rgb(255,255,255);
	margin-left:15px;
	font-size:22px;
}
#ct_container3 .ct_small{
	color:rgb(255,255,255);
}
.ct_smaller{
	color:rgb(255,255,255);
	font-size:12px;
	margin-top:20px;
}
.margin-top-bottom{
	margin-top:10px;
	margin-bottom:10px;
}
.margin-bottom{
	margin-bottom:20px;
}
.ct_proyecto{
	padding:0px;
}
#container4{
	background:rgb(239, 198, 44);
	color:rgb(255,255,255);
	margin-top:20px;
	border-radius:10px;
}
#container4 .ct_over{
	overflow:auto;
}
#container4 .big{
	font-size:60px;
	position:absolute;
	top:20px;
	left:20px;
}
#container4 .ct_btn{
	position:absolute;
	bottom:20px;
	right:10px;
}
#container4 .ct_title{
	font-size:32px;
	font-weight:bold;
	font-family: 'Lemonada', cursive;
}
#container4 .ct_subtitle{
	font-size:20px;
	font-family: 'Lemonada', cursive;
}
#container4 .ct_titlewrapper_{
	padding:15px 0px 20px 100px;
}
#container5{
	background:rgb(18,18,18);
	color:rgb(85,85,85);
	margin-top:20px;
	padding-top:60px;
	color:rgb(255,255,255);
	position:relative;
}
#container5 h1{
	border:none;
}
#container5 .ct_columna{
	border-left:1px solid rgb(35, 35, 35);
}
#container5 hr{
	height:1px;
	border:none;
	background:rgb(35, 35, 35);
	margin:40px 0px;
}
#container5 .ct_logo{
	position:absolute;
	right:20px;
	top:20px;
}
#container5 .ct_logoimg{
	height:150px;
}
#container5 .container, #container5 .row, #container5 .ct_columna_right{
	padding-right:0px;
}
#container5 .ct_columna_right{
	padding-left:0px;
}
#ct_footer{
	background:rgb(0,0,0);
	color:rgb(255,255,255);
	padding:15px 0px;
}
.gal_col{
	padding:5px 0px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding:25px;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display:table-cell;
   vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 0;
  padding:0;
  height:100%; width:100%;
  text-align:center;
  font-weight:bold;
  font-size:16px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.tabla{display:table; height:100%; width:100%;}
.sp-img{
	background-size:cover;
	background-position:center;
	height:150px;
	width:100%;
}