/*
Theme Name: Construcciones Planificadas
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {	
	--white: #ffffff;
	--blue: #112946;
	--orange: #E0582A;
	--black: #000000;
	--primary: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'HelveticaNeueLT', sans-serif;
	font-size: 16px;
	color: var(--primary);
	font-weight: normal;
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.main {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.46);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
	background: #fff;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.orange {
	color: var(--orange);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-orange {
	background: var(--orange);
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--orange);
	background: var(--white);
	border: 1px solid var(--orange);
	padding: 11px 40px;
	font-weight: normal;
	font-family: 'HelveticaNeueLT', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--orange);
	background: var(--white);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueLT', sans-serif;
	font-weight: 400;
}


/**** HEADER ****/
header {
	padding-top: 12px;
	background: #fff;
}
.top {
	margin-bottom: 15px;
}
.top span {
	display: inline-block;
	position: relative;
	padding-left: 38px;
	text-align: left;
	font-size: 14px;
	margin-right: 30px;
}
.top span.direccion {
	margin-right: 0;
}
.top span img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 30px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 80px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--primary);
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'HelveticaNeueLT', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 15px 5px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--primary);
	border-bottom: 3px solid var(--orange);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--primary);
	border-bottom: 3px solid var(--orange);
}
.navbar-default .navbar-nav li {
	margin-left: 10px;
	margin-right: 10px;
}
.navbar-default .navbar-nav li.sep {
	padding-top: 13px;
}
.navbar-default .navbar-nav li span {
	display: inline-block;
	width: 1px;
	height: 12px;
	border-left: 1px solid var(--primary);
}
.navbar-right {
	border: 1px solid #ccc;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-default .navbar-nav li.esq1, .esq1 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: url(images/e1.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
}
.navbar-default .navbar-nav li.esq2, .esq2 {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: url(images/e2.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
}
.navbar-default .navbar-nav li.esq3, .esq3 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: url(images/e3.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
}
.navbar-default .navbar-nav li.esq4, .esq4 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: url(images/e4.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
}
.navbar-right {
    margin-top: 14px;
}
.container-menu {
	position: relative;
	padding-right: 100px;
}
.container-menu .redes {
	position: absolute;
	right: 0;
	top: 22px;
}
.container-menu .redes a {
	font-size: 22px;
	margin-left: 15px;
}
header {
	padding-bottom: 15px;
}

.carousel-home {
	position: relative;
}
.carousel-home .shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 295px;
	background: url(images/shadow2.png) no-repeat top center;
	background-size: cover;
}
.carousel-home .item {
	height: 600px;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .content {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.carousel-home h1 {
	margin-top: 0;
	color: var(--white);
}
.carousel-home .subtitulo {
	color: var(--orange);
}
.contenido-slider {
	background: #fff;
	padding: 12px;
	margin-bottom: 20px;
	width: 92%;
}
.contenido-slider div {
	position: relative;
	padding: 15px;
}
.carousel-indicators {
	text-align: left;
	right: inherit;
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 15px;
    margin-bottom: 0;
}
.carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	margin: 0 1px;
}
.carousel-indicators li.active {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	margin: 0 1px;
	background: #fff;
}
h1 {
	font-size: 50px;
}
.rowfichas {
	padding-left: 10px;
	padding-right: 10px;
}
.ficha {
	width: 400px;
	max-width: 100%;
	height: 420px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.ficha .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 168px;
	background: url(images/shadow1.png)  no-repeat center center;
	background-size: cover;
}
.ficha .terminado {
	position: absolute;
	left: -2px;
	top: -2px;
}
.ficha .terminado img {
	width: 132px;
}
.contenido-ficha {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
}
.contenido-ficha h4 {
	color: #fff;
	font-weight: bold;
	line-height: 1.34em;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
}
.contenido-ficha .text-right {
	padding-top: 26px;
}
.cuadro {
	border: 1px solid #ccc;
	padding: 12px;
	position: relative;
}
.contenido-cuadro {
	padding: 15px 15px 0 15px;
}
h2 {
	margin-top: 0;
}
.iconos {
	margin-bottom: 30px;
	padding-right: 10%;
}
.parallax {
	background: url(images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 20px 0 20px;
}
.logros {
	padding-top: 60px;
}
.logros span {
	display: inline-block;
	width: 25px;
	height: 1px;
	background: var(--primary);
	border-top: 1px solid var(--primary);
	position: relative;
	top: -10px;
	margin-right: 10px;
}
.numeros {
	padding-top: 15px;
}
.numeros .big {
	font-family: 'Roboto', sans-serif;
	color: var(--orange);
	font-weight: 700;
	font-size: 48px;
	line-height: 1em;
	margin: 10px 0 5px 0;
}
.numeros .col-sm-3 {
	margin-bottom: 30px;
}
footer {
	padding-top: 30px;
	padding-bottom: 22px;
}
.logofooter {
	position: relative;
	padding-left: 110px;
}
.logofooter img {
	position: absolute;
	left: 0;
	top: 0;
	width: 92px;
}
.logosfooter {
	text-align: right;
}
.redes-footer {
	text-align: right;
	margin-bottom: 20px;
}
.redes-footer a {
	display: inline-block;
	background: #555555;
	color: #fff !important;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 18px;
	line-height: 37px;
	margin: 0 2px;
}
.developer {
	text-align: right;
}
.cabnosotros {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.cabcontacto {
	background: url(images/cabcontacto.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.cab h1 {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.cab {
	position: relative;
	overflow: hidden;
	color: #fff;
}
.cabsingle {
	padding-top: 70px;
	padding-bottom: 70px;
}
.cab .shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 295px;
	background: url(images/shadow2.png) no-repeat center center;
	background-size: cover;
}
.single h2 {
	margin-bottom: 20px;
}
.valores {
	position: relative;
	padding-left: 95px;
	margin-bottom: 40px;
}
.valores img {
	position: absolute;
	left: 0;
	top: 0;
	width: 74px;
}
.links {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px;
	font-size: 15px;
}
.links a {
	display: inline-block;
	color: #333;
	padding: 9px 20px;
	margin: 0 1px 3px 1px;
	background: #DFDFDF;
}
.links a.active {
	color: #ffffff;
	background: var(--orange);
}
.whatsapp {
	text-align: center;
}
.whatsapp img {
	width: 52px;
	margin: 0 10px;
}
.whatsapp h2 {
	margin: 0;
}
.mapa iframe {
	width: 100%;
	height: 413px;
}
.formulario input {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 16px;
	padding: 11px 15px;
}
.formulario textarea {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 16px;
	padding: 11px 15px;
	height: 100px;
}
.row.links {
	margin: 0 -5px;
}
.row.links .col-xs-6 {
	padding: 0 6px;
}
.contactos {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
}
.contactos .fa {
	position: absolute;
	display: inline-block;
	width: 24px;
	text-align: center;
	left: 0;
	font-size: 17px;
	color: var(--blue);
	top: 3px;
}


@media(max-width:767px) {
	.top span.direccion {
		display: none;
	}
	.container-menu {
  		padding-right: 46px;
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 8px;
	  margin-top: 13px;
	  margin-right: 19px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: none !important;
	  border-radius: 4px;
	  background: #fff !important;
	  color: var(--blue);
	  font-size: 23px;
	}
	header .navbar-brand img {
  		height: 70px;
	}
	.container-menu .redes a {
  		margin-left: 12px;
	}
	.navbar-default .navbar-nav li.sep {
  		display: none;
	}
	.carousel-home .content {
  		bottom: 20px;
  	}
  	h1 {
  		font-size: 42px;
	}
	.carousel-home .item {
 		height: 400px;
	}
	.contenido-slider {
  		width: 100%;
  		margin-top: 30px;
  	}
  	.logros {
 		padding-top: 30px;
	}
	.numeros .col-sm-3 {
 		padding-left: 30px;
	}
	.logosfooter {
 		text-align: center;
  		margin-top: 30px;
	}
	.developer {
  		text-align: left;
	}
	.top span {
  		margin-right: 20px;
	}		
}

@media(max-width:498px) {
	.carousel-home .item {
   		height: 500px;
  	}
  	.iconos {
 		padding-right: 5px;
	}
	.numeros .col-sm-3 {
    	padding-left: 22px;
  	}
  	.container, .container-fluid {
  		padding-left: 15px;
  		padding-right: 15px;
	}
}