/*
Theme Name: Intersolt
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #04989E;
	--blue2: #0a8186;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #63696B;
	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);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.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(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 11px 40px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--blue2);
}
h1, h2, h3, h4, h5, h6 {
	color: var(--black);
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1, h2, h3 {
	line-height: 1.3em;
	margin-bottom: 20px;
}
h4 {
	line-height: 1.4em;
	margin-bottom: 20px;
}


/**** HEADER ****/
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 85px;
}
.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(--black);
	font-size: 17px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 35px;
	padding-top: 15px;
	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: 'Roboto', sans-serif;
	border-bottom: 3px solid transparent;
}
.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(--blue);
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--blue);
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 24px;
}

/**** HOME ****/
.carousel-home .item {
	height: 600px;
}
.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: 700px;
	max-width: 100%;
	margin: 0;
	font-size: 18px;
}
.content-carousel h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.content-carousel h2, .content-carousel h3 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
}
.content-carousel .btn1 {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
	margin-right: 4px;
	background: transparent;
	font-size: 16px;
}
.content-carousel .btn2 {
	display: inline-block;
	border: 1px solid var(--blue);
	color: #fff;
	padding: 10px 20px;
	margin-right: 4px;
	background: var(--blue);
	font-size: 16px;
}
.content-carousel .btn1:hover {
	background: var(--blue);
	border: 1px solid var(--blue);
}
.content-carousel .btn2:hover {
	background: var(--blue2);
	border: 1px solid var(--blue2);
}
.carousel-indicators {
	text-align: left;
	padding: 0;
	width: 100%;
	left: 0;
	right: 0;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 10px;
}
.carousel-indicators .active {
    display: inline-block;
    width: 24px;
    height: 4px;
    margin: 0 0 0 3px;
    background: rgba(255,255,255,1);
    border: none;
    border-radius: 0;
}
.carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 4px;
    margin: 0 0 0 3px;
    background: rgba(255,255,255,0.5);
    border: none;
    border-radius: 0;
}
.height70 {
	height: 70px;
}
.suptitle {
	letter-spacing: 3px;
	text-transform: uppercase;
}
.suptitle img {
	margin-right: 7px;
}
.suptitle + h2 {
	margin-top: 10px;
	padding-top: 0;
}
@media(min-width: 767px) {
	h2 {
		font-size: 40px;
	}
	.intro {
		padding-top: 40px;
	}
}
.bg-grey {
	background: #f4f4f4;
}
.service-home {
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
.service-home .normal {
	padding: 15px;
}
.service-home .hover {
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: all .2s;
	color: #fff;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}
.service-home .normal a {
	color: #666;
	display: block;
}
.service-home .normal a span {
	background: var(--blue);
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border-radius: 50%;
	line-height: 15px;
	margin-left: 7px;
	position: relative;
	top: 0px;
	font-weight: 600;
}
.service-home:hover .hover {
	opacity: 1;
}
.service-home .hover h4 {
	color: #fff;
}
.service-home .hover a {
	color: #fff;
}
.service-home .hover a span {
	background: var(--white);
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	color: #666;
	font-size: 13px;
	border-radius: 50%;
	line-height: 15px;
	margin-left: 7px;
	position: relative;
	top: 0px;
	font-weight: 600;
}
.parallax {
	padding-top: 50px;
	padding-bottom: 60px;
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.parallax h2 {
	margin-bottom: 7px;
}
.parallax h4 {
	margin-top: 0;
	color: #fff;
}
div.deco {
	margin-bottom: 30px;
}
.carousel-testimonios {
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 40px;
}
.testimonio {
	position: relative;
	padding-left: 200px;
	background: url(images/quote.png) no-repeat left top;
	background-size: 58px;
}
.testimonio .img-testimonio {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	left: 70px;
	top: 0;
}
.testimonio strong {
	color: #000;
	font-weight: 600;
}
.carousel-testimonios .carousel-indicators .active {
    display: inline-block;
    width: 24px;
    height: 4px;
    margin: 0 0 0 3px;
    background: rgba(3,153,159,1);
    border: none;
    border-radius: 0;
}
.carousel-testimonios .carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 4px;
    margin: 0 0 0 3px;
    background: rgba(3,153,159,0.5);
    border: none;
    border-radius: 0;
}
.carousel-testimonios .carousel-indicators {
  text-align: center;
  padding: 0 10%;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  bottom: 0;
}
.contact-form {
	background: #fff;
	margin-top: -100px;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.formulario input, .formulario select {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	padding: 10px 15px;
	background-color: #fff;
}
.formulario textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	padding: 10px 15px;
	height: 150px;
}
p.contactos {
	position: relative;
	padding-left: 90px;
	padding-top: 12px;
	padding-bottom: 12px;
}
p.contactos img {
	position: absolute;
	left: 30px;
	top: 8px;
	width: 44px;
}
strong {
	font-weight: 600;
}
p.contactos strong {
	color: #000;
}
ul.menufooter {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menufooter li {
	display: inline-block;
}
ul.menufooter a {
	color: #000;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
@media(min-width: 767px) {
	ul.menufooter a {
		font-size: 17px;
	}
	.developer {
		text-align: right;
	}
}
footer {
	padding-top: 40px;
}
.contactfooter p {
	position: relative;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contactfooter p img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
}
.developer a {
	color: #666;
}
.socialfooter a {
	color: #f4f4f4;
	background: var(--blue);
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 36px;
	border-radius: 50%;
	margin-right: 5px;
	text-align: center;
	font-size: 18px;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.cab h1 {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 48px;
	margin: 0;
	padding: 0;
}
.mapa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mapa iframe {
	width: 100%;
	height: 100%;
}
.contact-form {
	position: relative;
	z-index: 100;
}
.page-contacto {
	padding-bottom: 300px;
}
.history {
	position: relative;
}
.history::before {
	content: '';
	width: 100%;
	position: absolute;
	top: 20px;
	bottom: 20px;
	background: #f4f4f4;
}
.history img {
	padding: 6px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.history .textos {
	padding-top: 60px;
}
@media(min-width: 767px) {
	.history .textos {
		padding-top: 75px;
		padding-left: 50px;
	}
	.dos-columnas { 
		column-count: 2;
		column-gap: 40px;
		column-rule-style: solid;
		column-rule-width: 1px;
		column-rule-color: #f0f0f0;
	}
}
.parallax2 {
	font-style: italic;
	color: #fff;
	background: url(images/parallax2.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.service {
	padding-top: 30px;
	padding-bottom: 20px;
	float: left;
	width: 33.33%;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	position: relative;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.service img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
}
.service h3 {
	text-align: center;
	font-weight: 600;
}
.service1 {
	border-left: 1px solid #e0e0e0;
}
.service1::before, .service2::before {
	content: '';
	width: 39px;
	height: 50px;
	background: url(images/arrows.png) no-repeat center center;
	position: absolute;
	right: -39px;
	top: 20px;
}
.other-services {
	position: relative;
}
h3 {
	font-weight: 600;
}
.other-services img {
	position: absolute;
	right: 0;
	top: 30px;
	max-width: 42%;
}
.parallax3 {
	color: #fff;
	background: url(images/parallax3.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 160px;
	text-align: center;
}
.contact-quote {
	margin-top: -100px;
	background: #f4f4f4;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}



@media(max-width: 991px) {
	.history::before {
		content: '';
		width: 100%;
		position: absolute;
		top: -20px;
		bottom: 0;
		background: #f4f4f4;
	}
	.history .textos {
		padding-top: 20px;
	}
	.history .container-fluid {
		padding-bottom: 30px;
		padding-top: 10px;
	}
	.history img {
		margin-top: 20px;
	}
}


@media(max-width: 767px) {
	.navbar-toggle {
	 	margin-top: 28px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #000;
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
	}
	.navbar-collapse {
	  border-top: 1px solid #fff !important;
	  box-shadow: none !important;
	  background: #fff;
	  margin-left: -15px;
	  margin-right: -15px;
	  padding: 0;
	  margin-top: 0;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
		font-size: 16px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 35px;
		padding-right: 35px;
		border-bottom: 1px solid #f0f0f0 !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.content-carousel h1 {
		font-size: 50px;
	}
	.content-carousel h2, .content-carousel h3 {
		font-size: 24px;
	}
	.service {
		width: 540px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
		position: relative;
		border: none;
		overflow: hidden;
	}
	.service1::before, .service2::before {
		content: none;
	}
	.other-services img {
		display: block;
		position: relative;
		right: inherit;
		top: inherit;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.other-services .col-sm-7 {
		margin-top: -50px;
		float: none;
		width: 540px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

@media(max-width: 598px) {
	.h2, h2 {
 		font-size: 24px;
	}
	.content-carousel > div {
		font-size: 16px;
	}
	.content-carousel h1 {
		font-size: 32px;
	}
	.content-carousel h2, .content-carousel h3 {
		font-size: 20px;
	}
	.content-carousel .btn1 {
		padding: 10px 15px;
		margin-right: 3px;
		font-size: 15px;
	}
	.content-carousel .btn2 {
		padding: 10px 15px;
		margin-right: 0;
		font-size: 15px;
	}
	.carousel-testimonios {
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-bottom: 40px;
	}
	.testimonio {
  		position: relative;
  		padding-left: 0;
  		background: none;
	}
	.testimonio .img-testimonio {
	  width: 100px;
	  height: 100px;
	  border-radius: 50%;
	  position: relative;
	  left: inherit;
	  top: inherit;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 20px;
	}
	p.contactos {
	  padding-left: 70px;
	}
	p.contactos img {
	  left: 5px;
	}
	ul.menufooter a {
	  margin-right: 15px;
	}
	.cab h1 {
		font-size: 38px;
	}
}