/*
Theme Name: Brimer Valles Construcción
Author: Andres J. Villar - Integra IM
Author URI: https://integra-im.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #1a3f74;
	--black: #000000;
	--darkblue: #02233f;
	--orange: #e17314;
}
@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans-Bold.eot');
    src: url('fonts/GillSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GillSans-Bold.woff2') format('woff2'),
        url('fonts/GillSans-Bold.woff') format('woff'),
        url('fonts/GillSans-Bold.ttf') format('truetype'),
        url('fonts/GillSans-Bold.svg#GillSans-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans.eot');
    src: url('fonts/GillSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/GillSans.woff2') format('woff2'),
        url('fonts/GillSans.woff') format('woff'),
        url('fonts/GillSans.ttf') format('truetype'),
        url('fonts/GillSans.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'GillSans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.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);
}
.darkblue {
	color: var(--darkblue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-darkblue {
	background: var(--darkblue);
}
.transition, .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(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 10px 30px;
	font-weight: 500;
	font-family: 'GillSans', sans-serif;
	border-radius: 6px;
	font-size: 14px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #2582d6;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'GillSans', sans-serif;
	font-weight: 500;
}
/**** HEADER ****/
header {
	border-top: 8px solid var(--blue);
	padding: 14px 0;
}
img.logo {
	width: 320px;
}
@media(min-width: 767px) {
	.floatright {
		float: right;
	}
	.floatright.contactos {
		text-align: right;
		padding-top: 40px;
	}
}
.floatright.contactos img {
  margin-right: 4px;
  width: 20px;
  position: relative;
  top: -3px;
}
.contactos span.email {
	margin-left: 30px;
}
.carousel-home .item {
	height: 500px;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel > div {
	text-align: left;
	width: 680px;
	max-width: 100%;
	margin: 0;
}
.content-carousel h1 {
	font-size: 60px;
	color: var(--white);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}
.destacado {
	margin-bottom: 50px;
}
.featured {
  border: 1px solid var(--darkblue);
  border-radius: 12px;
  padding: 20px 36px;
  margin-top: -50px;
  background: var(--white);
  margin-bottom: 30px;
  text-align: center;
}
.featured h3 {
	text-align: center;
	margin-top: -30px;
	padding-top: 0;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 15px;
  margin-bottom: 20px;
}
h2 {
	font-size: 34px;
}
.nosotros h4 {
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.nosotros h4:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background: var(--orange);
	margin-right: 8px;
	position: relative;
	top: -3px;
}
.nosotros ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
}
.nosotros ul li {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(images/tik.png) no-repeat left 5px;
	background-size: 18px;
}
.bg-light {
	margin-top: 20px;
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 60px;
}
.itemcarousel {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
}
.itemcarousel .image img {
	display: block;
	width: 100%;
}
.itemcarousel .icono img {
	display: block;
	width: 92px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: -45px;
}
.itemcarousel h3 {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.itemcarousel h3::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background: var(--blue);
	margin-bottom: 15px;
	margin-top: 20px;
}
.itemcarousel p {
	padding-left: 10px;
	padding-right: 10px;
}
.owl2 .owl-dots  {
	display: none !important;
}
.owl2 .owl-nav  {
	display: block !important;
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: cover;
    width: 38px;
    height: 75px;
    position: absolute;
    top: 30px;
    right: -58px;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 38px;
    height: 75px;
    position: absolute;
    top: 30px;
    left: -58px;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.parallax h2 {
	color: var(--darkblue);
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 48px;
}
.datos-contacto {
	position: relative;
	padding-left: 50px;
	margin-bottom: 40px;
}
.datos-contacto.first {
	margin-top: 60px;
}
.datos-contacto img {
	position: absolute;
	left: 0;
	top: 0;
}
.formulario {
	padding: 30px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}
.formulario input[type="text"], .formulario input[type="email"], .formulario textarea {
	background: #f7f7f7;
	padding: 9px 10px;
	border-radius: 6px;
	margin-bottom: 15px;
	width: 100%;
	border: none;
	outline: none;
}
.formulario textarea {
	height: 120px;
}
footer {
	margin-top: 20px;
	background: #1a5890;
	padding-top: 30px;
	color: #fff;
	padding-bottom: 30px;
}
label {
	font-weight: normal;
	font-size: 12px;
}
label a, label a:hover, label a:focus {
	text-decoration: underline;
}
.logofooter {
	width: 190px;
}
footer a, footer a:hover, footer a:focus {
	color: #fff;
}
@media(min-width: 767px) {
	.developer {
		text-align: right;
	}
}
footer span.sep {
	font-size: 9px;
	margin: 0 8px;
	position: relative;
	top: -2px;
}
@media (min-width: 768px) {
	.modal-dialog {
  		width: 980px;
  		max-width: 100%;
  	}
  	.modal-body {
  		padding-left: 40px;
  		padding-right: 40px;
  	}
}
.modal-dialog, .modal-body {
	border-radius: 0;
}
.legal h3 {
	margin-bottom: 20px;
}
.legal h4 {
	margin: 20px 0;
}
.line {
	width: 60px;
	height: 2px;
	background: var(--blue);
	display: block;
	margin: 10px 0 30px 0;
}
button.close {
	opacity: 1;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
button.close img {
	width: 24px;
	position: relative;
	right: -15px;
}
a.blue {
	color: var(--blue) !important;
}


@media(max-width: 767px) {
	.featured {
		margin-bottom: 70px;
	}
	.destacado {
  		margin-bottom: 0;
	}
	.datos-contacto.first {
  		margin-top: 20px;
	}
	.logofooter {
	  width: 190px;
	  margin-bottom: 40px;
	}
	.owl2 .owl-dots  {
		display: block !important;
		text-align: center;
		margin-top: 20px;
	}
	.owl2 .owl-nav  {
		display: none !important;
	}
	.owl-dot {
	  background: #e0e0e0 !important;
	  display: inline-block;
	  width: 26px;
	  height: 8px;
	  margin: 0 4px;
	}
	.owl-dot.active {
		background: var(--blue) !important;
	}
	.contactos {
		text-align: right;
	}
}

@media(max-width: 598px) {
	header span.email {
		display: none;
	}
	header .contactos {
		text-align: right;
	}
	header .logo {
	    width: 292px;
	}
	.content-carousel h1 {
  		font-size: 40px;
  	}
  	.carousel-home .item {
		height: 400px;
	}
	.featured {
	  padding: 20px 30px;
	}
	.parallax h2 {
  		font-size: 38px;
	}
	.parallax {
  		background-attachment: inherit;
  	}
  	button.close img {
  		right: -2px;
	}
	h2 {
  		font-size: 30px;
	}
}