:root {
    --main-color: #86a7ed;
}

:root {
    --black-color: #111;
}

.navbar{
	padding: .5rem 4%;
}

.clear{
	clear: both;
}

.whiteNav{
	background: white!important;
}

.whiteNav .nav-link{
	color:var(--black-color)!important;
	font-weight: 500!important
}

.absoluteNav{
	position: absolute;
	width: 100%;
}


.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color:white;
}

.dropdown-item {
    padding: 0.20rem 2rem 0.20rem 1.25rem;
    font-size: 0.9em;
}

.dropdown-menu{
	border-radius: 0;
	top: 96%;
}

.form-control{
	border-radius: 0;
}


.masthead{
	min-height: 88vh;
}

#mainNav.navbar-shrink {
    background-color: var(--main-color);
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover{
	color:#e3e3e3;
}

footer{
	background-color: #7e7f7f;
	color:white;
	font-weight: 300
}

footer p{
	font-size: 0.9em;
	margin-bottom: 0;
	line-height: 2em;
}

footer strong{
	font-weight: 400
}

footer a, footer a:hover{
	color:white;
}

.imgCategoria {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
    font-weight: 300;
    font-size: 2rem;
    color:var(--main-color);
}

.text-muted{
	color:var(--black-color)!important;
}

section h3.section-subheading {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    font-style: normal;
    padding-bottom: 35px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--main-color);
}

.service-footer{
	float: right;
	font-size: 0.9em;
	font-weight: 700;
	color:var(--main-color);
}

.celeste{
	background: #f0f5ff;
	padding: 5% calc(5% - 15px);
}

#soluciones{
	padding-bottom: 0;
}

.celeste h2{
	color: var(--main-color);
	font-weight: 300;
	width: 330px;
	max-width: 100%;
	margin: 20px
}

.celeste h4{
	font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    margin: 20px;
    width: 400px;
	max-width: 90%;
}

.celeste .btn-primary, .celeste .btn-primary:active, .celeste .btn-primary:focus, .celeste .btn-primary:hover{
	background: transparent!important;
	border-color:var(--main-color)!important;
	color:var(--main-color);
}

.btn{
	font-weight: 400;
}

.celeste .btn{
	margin:0 20px;
}

.btn-transparent {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}


.btn-transparent:active, .btn-transparent:focus, .btn-transparent:hover {
  background-color: white!important;
  border-color: white!important;
  color: var(--main-color)!important;
}

.activo{
	border-bottom: 2px solid var(--main-color);
}

.itemMaterial, .itemVideo{
	text-align: center;
	width: 100%;
	display: block;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	margin-bottom: 30px
}


.itemMaterial h3, .itemVideo h3{
	color:var(--black-color);
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0;
	display: inline-block;
    vertical-align: middle;
    display: table-cell;
    height: 90px;
    padding:0 15px;
}


.textAlignCenter{
	height: 55px;
	display: table;
	width: 100%;
}

.linkDeInteres{
	color:var(--black-color);
	text-decoration: underline;
	margin: 6px 0;
	display: block;
}

.noticiaGrid{
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	margin-bottom:40px;
	padding-top: 0;
	width: 100%;
}

.coverImg{
	height: 450px;
	width: 100%;
	display: block;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.coverItem{
	height: 200px;
}

#formContacto label{
	font-size: 0.9em;
	margin-bottom: 0;
	font-weight: 600
}

#formContacto .form-group{
	margin-bottom: 12px;
}

#formContacto .btn{
	float: right;
	margin-top: 20px;
	padding:10px 40px;
	background: var(--main-color);
	color:white;
	border-radius: 0;
}

#pedidos h4{
	font-size: 1em;
}

#pedidos p{
	margin-bottom: 5px
}

#pedidos .fa-envelope{
	font-size: 0.9em;
}

#pedidos .fa-map-marker{
	margin-left: 2px;
}

#pedidos .fa{
	margin-right: 8px
}


.dividerCat{
	border-bottom: 1px solid var(--main-color);
}

.dividerCat span{
	background:white;
	position: relative;
	padding: 0px 15px 0 0;
	top: 13px;
	color: var(--main-color);
	text-transform: uppercase;
}

.itemGLC{
	margin:20px 0;
	display: block;
	padding: 0;
}

.itemGLC h2{
	color: var(--black-color);
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
	width: 110%
}

.itemGLC h4{
	color: #aaa;
	font-weight: 400;
	font-size: 0.9em;
}

.itemGLC .section-subheading{
	padding-bottom: 0
}

.form-control {
    height: calc(2.25rem + 10px);
}

.form-control:focus{
	box-shadow: none!important;
	border-color:var(--main-color);
}

.blueLink{
    color: var(--main-color);
}


@media (min-width: 768px){

	header.masthead .intro-text {
    padding-top: 160px;
    padding-bottom: 150px;
	}

	.containerServicios{
		max-width: 95%;
	}

	.containerServicios .col-md-3{
		padding-right: 30px;
	    padding-left: 30px;
	}

	#pedidos{
		position: relative;
		bottom:20px;
	}

	#login{
		min-height: calc(100vh - 195px);
	}

}

@media (max-width: 768px){
	.coverImg{
		height: 200px
	}

	.navbar{
		padding: .5rem 2rem;
	}

	#pedidos{
		margin-top: 20px;
	}

}