/*
Theme Name: InterQuímica
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #202937;
	--red: #b50025;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #555;
	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);
}
.red {
	color: var(--red);
}
.bg-blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
a, 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(--red);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}


/**** HEADER ****/
header {
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	width: 100%;
	z-index: 100;
}
.top {
	background:var(--blue);
	color:#a1b1bc;
	font-size: 14px;
}
.top .fa {
	color:var(--red);
	margin-right: 6px;
	font-size: 15px;
}
.top span.telefono, .top span.email {
	display: inline-block;
	padding: 12px 20px;
	border-left: 1px solid #314354;
}
.top span.email {
	border-right: 1px solid #314354;
}
header .navbar-brand {
	padding: 0;
	min-height: none;
	height: auto !important;
}
header .navbar-brand img {
    height: 58px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin: 0;
    padding-top: 0;
}
.container-menu {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-default .navbar-nav li a {
	color: #5b5b5b;
	font-size: 14px;
	border: none;
	padding: 15px;
	text-transform: none;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-nav li a .fa {
	margin-left: 4px;
	font-size:13px;
}
.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(--red);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: var(--red);
}
.navbar-default .navbar-nav li {
	padding-right: 5px;
	padding-left: 5px;
}
.navbar-nav {
    padding-top: 3px;
}
/* Dropdowns */
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--red) !important;
    background-color: #fff !important;
}
.navbar-nav > li > .dropdown-menu {
	margin: 0 !important;
	margin-left: 0 !important;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	background: #fff;	
	width: auto !important;
	min-width: 200px !important;
}
.navbar-nav > li > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}

.navbar-nav > li > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
    white-space: normal !important;
}
.navbar-nav > li > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: #333 !important;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
    min-width: 200px !important;
}
.navbar-nav {
	float: right;
}


/**** HOME ****/
.carousel-home .item {
	height: 750px;
}
.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: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
	padding-top: 60px;
}
.content-carousel h2 {
	font-size: 40px;
	margin:0;
}
.content-carousel h1 {
	font-size: 90px;
	margin: 0;
}
.content-carousel p {
	margin: 30px 0;
}
.content-carousel .boton {
	margin-top: 40px;
	font-size: 15px;
}
.textos-home {
	margin-top: 20px;
	margin-bottom: 50px;
}
.textos-home h4 {
	font-weight: bold;
	color:var(--blue);
	margin: 0;
}
.textos-home .imagen {
	position: relative;
	padding-left: 60px;
	padding-top:13px;
	margin-bottom: 20px;
}
.textos-home .imagen img {
	position: absolute;
	left: 0;
	top: 0;
	width: 43px;
}
.parallax {
	background:url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom:50px;
	color:#fff;
}
.parallax img {
	max-width: 90%;
}
.calltoaction {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
	position: relative;
}
.calltoaction h2 {
	margin:0;
	color:#333;
	font-size: 24px;
}
.calltoaction-arrow {
	position: absolute;
	text-align: center;
	width:100%;
	bottom: -30px;
	left: 0;
	color: #fff;
	font-size: 40px;
	z-index: 1;
}
footer {
	padding-top: 50px;
	background:#000;
}
footer h3 {
	margin-bottom: 20px;
}
.menufooter {
	margin-top: 20px;
}
.menufooter a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color:#fff;
	padding-left: 30px;
	position: relative;
}
.menufooter .fa {
	position: absolute;
	left: 5px;
	color:var(--red);
	font-size: 14px;
	top: 5px;
}
.copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	background:#202937;
}

header.sticky .top {
	display: none;
}
.cab {
	background:#000;
	padding-top: 200px;
	padding-bottom: 80px;
}
.cab2 {
	background:#202937;
}
.cab h1, .subcab h1 {
	margin: 0;
}
.subcab {
	background:#000;
	padding-top: 80px;
	padding-bottom: 80px;
}
.relative {
	position: relative;
}
.relative .bg {
	position: absolute;
	left:0;
	top:0;
	width: 50%;
	height: 100%;
}
.relative .bg2 {
	position: absolute;
	right:0;
	top:0;
	width: 50%;
	height: 100%;
}
.contenidos {
	padding-bottom: 50px;
	padding-left: 30px;
}
.contenidos2 {
	padding-bottom: 50px;
	padding-right: 50px;
}
.misionvision {
	background:#202937;
	color:#fff;
}
.bg-grey {
	background:#f4f4f4;
}
.valores h4 {
	color:var(--blue);
	font-weight:bold;
	margin-bottom: 30px;
}
.valores p {
	position: relative;
	padding-left: 28px;
}
.valores p .fa {
	color: var(--blue);
	position: absolute;
	left: 2px; 
	top: 5px;
	font-size: 15px;
}
.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px;
}
.nav-tabs > li > a {
	color:#666;
	white-space:nowrap;
	background:#f8f8f8;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: var(--red);
  background-color: #fff;
}
.bg-blue {
	background:var(--blue);
}
.productos img {
	width: 260px;
	max-width: 94%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.gestion ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
.gestion ul li {
	position: relative;
	padding-left: 22px;
	background-image: url(images/check.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: 15px;
	margin-bottom: 5px;
}
.contactar h3 {
	color:var(--blue);
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.formulario input {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 11px;
	margin-bottom: 15px;
}
.formulario textarea {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 11px;
	margin-bottom: 15px;
	height: 120px;
}
.facilidad h3, .facilidad h4 {
	color:var(--blue);
	margin-top: 0;
	margin-bottom: 20px;
}
.bg-black {
	background:#000;
}
.parallax2 {
	background:url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 50;
}
.presentaciones img {
	width: 150px;
}
img.otra {
	width: 250px;
	max-width: 94%;
}
.boton2 {
	color:#fff !important;
	border:1px solid #fff;
	padding: 11px 30px;
	display: inline-block;
	margin-top: 30px;
}
#combustibles .modal-dialog, #quimicos .modal-dialog {
	width: 800px; 
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.menumodal h3 {
	font-size: 20px;
	color:var(--red);
}
.menumodal a {
	display: block;
	color:#333;
	margin-bottom: 5px;
}

@media(max-width: 991px) {
	.navbar-default .navbar-nav li {
 		padding-right: 0;
  		padding-left: 0;
	}	
	.navbar-default .navbar-nav li a {
  		padding: 15px 10px;
  	}	
}

@media(max-width:767px) {
	.navbar-nav {
 		float: none;	
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    	padding: 9px 15px 9px 25px;
  	}
  	.content-carousel h2 {
 		font-size: 34px;
	}
	.content-carousel h1 {
  		font-size: 54px;
 	}
 	.parallax img {
 		max-width: 90%;
  		width: 222px;
	}
	.navbar-default .navbar-toggle {
 		border-color: #ddd;
  		color: #505050;
  		background:#fff !important;
	}
	.relative .bg, .relative .bg2 {
		position: relative;
		left:inherit;
		top:inherit;
		width:100%;
		height: 300px;
	}
	.contenidos, .contenidos2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media(max-width:498px) {
	.top .telefono span {
		display: none;
	}
	.content-carousel h1 {
   		font-size: 50px;
  	}
  	.parallax img {
   		max-width: 96%;
    }
}