@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
body {
	font-family: 'Lato', sans-serif !important;  
	overflow-x: hidden !important;
}
h2 {
    font-size: 24px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #0f62b5;
    color: white;
}

.logo {
	width: 95px;
	margin-top: 10px;
}
.dropdown-menu {
	box-shadow: none !important; 
	min-width: 180px;
}
.download {
	width: 28px;
	margin-top: -9px;
	margin-left: 8px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
 }
 .navbar {
    border-radius: 0 !important;
}
 .height-f {
 	background-size: cover  !important;
 	background-position: center  !important;
 	background-repeat: no-repeat  !important;
 	height: 390px !important;
 	padding: 90px 120px;
 	border: 7px solid white;
 }

 .height-f:hover > .hovertext  {
	opacity: 1 !important;
	transition-duration: 0.8s;
 }
.hovertext {
	opacity: 0 !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding-top: 25%;
	color: white !important; 
	transition-duration: 0.8s;
	right: 0;
	display: block;
	background: rgba(15, 98, 181, 0.9) !important;
}
.hovertext p {
	color: white !important; 
	font-size: 18px;
	text-transform: uppercase;
}
.hovertext h3 {
	color: white !important; 
	font-size: 20px;
	text-transform: uppercase;
}
/*  .height-f img {
 	width: 100%;
 } */
.back-slide {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 100%;
	float: left;
	height: 642px;
	position: relative;
}
.corchete {
	background: rgba(0, 162, 227, 0.7) !important;
	background-size: cover;
	padding:30px 10px;
	background-position: center;
	
	background-repeat: no-repeat;
}

.dropdown-menu a {
	color: white;
	line-height: 30px !important;
	font-size: 13px;
	text-decoration: none;
}
.dropdown-menu a {
	text-decoration: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
  }
/* .dropdown:hover .dropdown-menu {
 	 background: none !important;
    transition-duration: 0.8s;
    border: 0 !important;
    box-shadow: none;
    padding: 10px;
    border-radius: 0;
 }
 .whitebg */ .dropdown:hover .dropdown-menu {
 	 background-color: rgba(15, 98, 181, 0.9) !important;
    transition-duration: 0.8s;
    border: 0;
    padding: 10px;
    border-radius: 0;
 }
label {
	color: #404041;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}
.form-contacto .btn-blue2 {
	padding: 12px 43px !important;
	border: 0 !important;
	font-size: 17px;
	margin: 0 auto !important;
	letter-spacing: 3px;
}

.form-contacto .btn-blue2:hover {
	background: #0f62b5;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6b6b6b !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  letter-spacing: 2px !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6b6b6b !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  letter-spacing: 2px !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6b6b6b !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  letter-spacing: 2px !important;
}
input-placeholder { /* IE 10+ */
  color: #6b6b6b !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  letter-spacing: 2px !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6b6b6b !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  letter-spacing: 2px !important;
}
.form-control {
	border: 0 !important;
	    padding: 0px 10px !important;
	    height: 40px;
	border-radius: 0 !important;
	background: #e9e9e9 !important;
	box-shadow: none !important;
}
.modal-body h4 {
	font-size: 18px;
	font-weight: 300;
}
.black-t {
	color: white !important;
	font-weight: 300;
}
.modal-header {
	border: 0 !important;
}
.close {
	font-size: 46px;
}
.modal-body {
	padding: 10px 55px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-bottom: 1px solid #ddd;
}
.tab-content .col-md-4 {
    padding: 21px 0;
}
.galeria .col-md-4 {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.galeria .col-md-4:hover {
	opacity: 0.7;
	transition-duration: 0.7s;
}
.height-xl {
	background-size: cover !important;
	height: 340px;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#map-canvas {
	float: left;
	width: 100%;
	height: 400px;
}
.galeria {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
.tab-content {
	padding: 30px 0;
}
.container-xs {
	width: 630px;
	margin: 0 auto;
}
.caract ul {
	margin: 40px 0 0 0;
	padding: 0;
}
.caract ul li {
	font-size: 15px !important;
	list-style: none;
	color: #404051;
	line-height: 30px;
	font-weight: 400;
	list-style: square;
}

.tab-content .btn-blue {
	padding: 10px 25px;
    margin-right: 0;
}
.tab-content p {
	color: #00a2e3 !important;
	font-size: 15px !important;
	padding: 20px 0;
}
.nav-tabs {
	border: none;

}

.tab-content .col-md-4 h4 {
	font-size: 17px !important;
	font-weight: 400 !important;
}

#myCarousel h5 {
	text-shadow: none !important;
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
}
.btn-blue2 {
	background: white;
	color: #0f62b5;
	border: 1px solid #0f62b5 !important;
	text-transform: uppercase;
	font-size: 13px;
	transition-duration: 0.7s;
	border-radius: 0 !important;
	font-weight: 500;
	text-align: center;
	padding: 14px !important;
}
.btn-blue2:hover {
	transition-duration: 0.7s;
	color: white !important;
	background: #0f62b5 !important;
	text-decoration: none !important;
}
#myCarousel h3 {
	font-size: 27px;
	text-transform: uppercase;
	text-shadow: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.jumbotron {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 100%;
	border-radius: 0 !important;
	float: left;
	height: 472px;
	position: relative;
}
.inf-wok {
	background: #dfdfdf;
	float: left;
	padding: 40px 60px;
	width: 100%;
	border-bottom: 15px solid #acacac;
}

.section-work  h2 {
	font-size: 29px;
	margin-bottom: 30px;
}
.section-work ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section-work ul li{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 45px;
	list-style: square;
    color: #6d6e70;
}
.jumbotron h1 {
	font-size: 32px;
	color: white !important;
}
.btn-azul:hover{
	background: gray;
	color: white;
	transition-duration: 0.7s;
	text-decoration: none;
}
.btn-azul{
	background: #00a2e3;
	color: white;
	text-decoration: none;
	transition-duration: 0.7s;
	margin-top: 8px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 10px 30px;
}
.logo-proy {
	margin: 0 auto;
}
hr {
	border: 1px solid #00a3e4;
}
.jumbotron h1 {
	text-transform: uppercase;
	color: #6d6e70;
	font-weight: 800;
}
h5 {
	color: #00a2e3;
	font-size: 19px;
	font-weight: 500;
}
h4 {
	color: #6d6e70;
	font-size: 24px;
	font-weight: 700;
}
h3 {
	color: #6d6e70;
	font-size: 29px;
	margin-bottom: 0 !important;
	font-weight: 300;
}
.navbar-default {
	position: fixed;
	width: 100%;
	float: left;
	padding: 0 12%; 
	z-index: 100;
	background: none !important;
	border: none !important;
}
.detalle h1 {
	font-size: 57px !important;
	color: #404144;
	
}

.detalle h4 {
	font-size: 25px !important;
	color: #404144;
}
.detalle p {
    font-size: 16px !important;
    color: #6d6e70;
    font-weight: 300;
    line-height: 38px;
}
.activo {
	font-weight: 800 !important;
}
.navbar-default .navbar-nav>li>a {
	color: white;
	font-weight: 600;
	letter-spacing: 1.6px;
	font-size: 13px;
}
.navbar-right {
    margin-top: 34px;
    margin-bottom: 20px;
}
.nosotros .carousel-caption {
	   padding: 40px;
}
 .list-inf {
 	background-size: cover  !important;
 	padding: 80px 0px !important;
 	background-position: center  !important;
 	background-repeat: no-repeat  !important;
 	color: white;
 }
  .list-inf ul li {
  	color: white !important;
  	font-weight: 300 !important;
  	font-size: 14px !important;
  	list-style: square;
  	    line-height: 30px;
  }
.flecha-down {
	position: absolute;
	width: 54px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -23px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}
.detat p{
	font-size: 19px;
	color: #6d6e70;
	font-weight: 300;
}
.detat .blue{
	color: #00a3e4 !important;
}
.white {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.whitebg {
	
	background-color: rgba(15, 98, 181, 0.9) !important; 

	transition-duration: 0.8s;
}
.white h2 {
	color: #404041;
	font-weight: 400;
}
.btn-blue{
	background: #00a2e3;
	color: white;
	margin-right: 20px;
	padding: 10px ;
	font-size: 17px;
	text-decoration: none !important;
}
.btn-blue:hover{
	text-decoration: none !important;
	background: gray;
	color: white !important;
}
.carousel-caption {
	left: 12%;
	right: auto;
	/* background: #00a3e4; */
	bottom: auto;
	    padding: 31px 38px;
	top: 43%;
}
.logo-f {
	width: 150px;
	margin: 0 auto;
}
.inf-wok h2 {
	font-size: 25px !important;
}
.inf-wok p {
	font-size: 14px !important;
    color: #6d6e70;
    font-weight: 300;
    line-height: 33px;
}
.inf-wok ul li {
	font-size: 14px !important;
    color: #6d6e70;
    font-weight: 300;
    line-height: 33px;
}

.legal {
	color: white;
	background: #0f62b5;
	font-size: 11px;
	padding: 20px;
}
footer {
	position: relative;
	float: left;
	width: 100% !important;
}
footer ul {
	background: #00a2e3;
	width: 100%;
	margin-bottom: 0;
	padding: 20px;
	color: white;
}
footer ul li {
	display: inline-block;
	margin-right: 30px;
	font-size: 15px;
	font-weight: 700;
}
.carousel-caption h3 {
	padding: 0 !important;
	margin: 0;
	color: white;
	font-size: 32px;
	text-shadow: none;
	font-weight: 300;
}
.carousel-indicators li {
	width: 18px;
    height: 18px;
    border: 2px solid #fff;
}
.carousel-indicators .active {
	width: 18px;
    height: 18px;
}
.carousel-indicators {
    position: absolute;
    bottom: auto;
    left: auto;
    z-index: 15;
    top: 51%;
    right: 30px;
    left: auto;
    width: 20px;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.blue {
	color: #00a3e4 !important;
}
.height-back {
	height: 70vh !important;
}
@media (max-width: 1400px) {
	.form-control {
		padding: 0px 10px !important;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background: none !important;
	}
	.navbar-toggle .icon-bar {
		display: block;
	    width: 32px;
	    height: 3px;
	    border-radius: 1px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.navbar-default .navbar-toggle {
		border: none !important;
	}
	.navbar-default .navbar-nav>li>a {
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
}
.navbar-default {
	padding: 0 6%;
}
.carousel-caption {
	left: 6%;
}

}
@media (max-width: 1300px) {
	.caract ul {
    margin: 11px 0 0 0;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
	font-size: 10px;
}
.navbar-default {
    padding: 0 2%;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 4px;
}


}
@media (max-width: 1199px) { 
	
}
@media (max-width: 767px) {
.hovertext p {
	    font-size: 10px !important;
	    line-height: 19px;
}
.inf-wok {
	margin-bottom: 15px;
}
.dropdown-menu a {
	display: block;
}
.inf-wok {
	padding: 20px;
}
	.height-xl {
		height: 194px;
	}
	.caract ul {
    margin: 11px 0 0 21px;
    padding: 0;
}
.nav-tabs>li {
	float: initial;
}
.hovertext p {
    font-size: 12px !important;
    color: #6d6e70;
    font-weight: 300;
    text-align: center;
}
.hovertext h3 {
    color: white !important;
    font-size: 11px;
    text-align: center !important;
    text-transform: uppercase;
}
.hovertext {
	padding-top: 15%;
}
.height-f {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: auto !important;
    padding: 50px 85px;
    border: 7px solid white;
}
.btn-blue {
	width: 100% !important;
	display: block;
	text-align: center;
}
.tab-content .btn-blue {
	width: 100%;
}
.modal-body {
    padding: 10px 15px;
}
/* .edificio {
	max-width: 140% !important;
	margin-left: -60px;
} */
#map-canvas {
    float: left;
    width: 100%;
    height: 300px;
}
.tab-content .btn-blue {
    padding: 10px 39px;
    margin-right: 0;
    letter-spacing: 2px;
}
.tab-content .col-md-4 h4 {
	text-align: center !important;
	color: black !important;
	font-weight: 600 !important;
}
h3 {
	font-size: 23px;
	text-align: left !important;
	margin-bottom: 0;
}
h4 {
	font-size: 20px;
	text-align: left !important;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 20px;
	text-align: left !important;
	margin-top: 0;
	margin-bottom: 20px;
}
.btn-azul {
	text-align: center;
	width: 100%;
	display: block;
}
.right-p {
	float: left;
}
.detat p {
    font-size: 13px;
  }
	.form-contacto .btn-blue2 {
    padding: 12px 29px !important;
    border: 0 !important;
    font-size: 13px;
    margin: 0 auto !important;
    letter-spacing: 3px;
}
.tab-content .col-md-4 {
    padding: 21px 0;
}
.section-work ul li {
	width: 100%;
}
.container-xs {
	width: 95%;
}
.nosotros .carousel-caption {
    padding: 26px;
}
.section-work h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
.section-work ul li {
    font-size: 15px !important;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 33px;
    color: #6d6e70;
}
.detalle h4 {
    font-size: 20px !important;
    color: #404144;
}
.detalle p {
    font-size: 14px !important;
    color: #6d6e70;
    font-weight: 300;
}
.h2, h2 {
    font-size: 22px;
}
.detalle h1 {
    font-size: 27px !important;
    color: #404144;
}
.navbar-default {
	background-color: rgba(15, 98, 181, 0.9) !important;
    transition-duration: 0.8s;
}
	.logo {
    width: 76px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-toggle {
	margin-top: 25px;
	border-radius: 0 !important;
}
.
	.logo-f {
    width: 106px;
    margin: 0 auto;
}
	.jumbotron {
		height: 272px;
	}
	.jumbotron h1 {
    font-size: 24px;
    color: white !important;
}
	.white {
    float: left;
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.logo-proy {
    position: absolute;
    top: 0;
    background: white;
    padding: 10px;
    width: 120px;
    left: 31px;
}
.logo-f {
    width: 123px;
    margin: 0 auto;
}
	.flecha-down {
    position: absolute;
    width: 40px;
    margin: 0;
    left: auto;
    right: 15px;
    bottom: 20px;
}
	#myCarousel h3 {
	    font-size: 19px;
	}
	.back-slide {
		height: 421px;
	}
	.carousel-indicators li {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
}
.carousel-indicators .active {
    width: 11px;
    height: 11px;
}
.carousel-indicators {
	right: 4px;
}
}