:root{
	--verde: #00a600;
	--celeste: #3399cc;
}
body{
	font-family: 'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}

#mainNav{
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);
	transition: all .3s ease;
}
#mainNav.navbar-shrink{
	background: #fff;
	transition: all .3s ease;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
#mainNav .navbar-brand img{
	transition: all .3s ease;
}
#mainNav.navbar-shrink .navbar-brand img{
	width: 250px;
	transition: all .3s ease;
}
#mainNav .nav-item .nav-link{
	border-bottom: 2px solid transparent;
	padding: .5rem 0;
	margin:0 .5rem;
}
#mainNav .nav-item.active .nav-link,
#mainNav .nav-item:hover .nav-link{
	border-bottom: 2px solid var(--verde);
}
#mainNav.navbar-shrink .nav-item .nav-link{
	color: #6b6b6b;
}
#mainNav.navbar-shrink .nav-item.active .nav-link{
	color: #000;
}
footer .footer{
	background-color: #1a1a1a;
}
footer .info{
	border-top:1px solid var(--celeste);
	font-size: 14px;
	background-color: #1a1a1a;
}


.carousel-item{
	height: 90vh;
	min-height: 600px;
	background-size: cover;
	background-position: center;
}
.carousel-caption{
	top: 100px;
	text-align: left;
}
.carousel-caption h3{
	font-size: 48px;
	line-height: 48px;
}
@media (max-width: 767px) {
	.carousel-caption h3{
		font-size: 40px;
		line-height: 40px;
	}
}
.gradiente-slide{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, 50%, rgba(0, 0, 0, .8) 100%);
	width: 50%;
}
.linea-verde{
	height: 3px;
	width: 60px;
	background-color: var(--verde);
}
.text-celeste{
	color: var(--celeste);
}
.btn{
	border-radius: 0;
	letter-spacing: 2px;
	font-size: 14px;
}
.btn-sm{
	font-size: 12px;
}
.btn-azul, .btn-outline-azul:hover{
	background-color: var(--celeste);
	color: #fff!important;
}
.btn-azul:hover{
	background-color: #2a77b9;
}
.btn-outline-azul{
	color: var(--celeste);
	border:1px solid var(--celeste);
}
/*.border-right-verde{
	border-right: 6px solid var(--verde);
}*/
.border-left-verde{
	border-left: 3px solid var(--verde);
}
.titulo{
	font-size: 36px;
}
.img-inicio{
	min-height: 250px;
	background-position: center;
	background-size: cover;
	border-right: 6px solid var(--verde);
}
@media(max-width: 767px){
	.img-inicio{
		border-right:none;
		border-bottom:6px solid var(--verde);
	}
}
.servicios .card{
	background-color: #000;
	border-radius: 0;
}
.servicios .card img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.servicios .card .gradiente-img{
	position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);
}

.fecha{
	font-size: 15px;
	line-height: 15px;
	color: var(--verde);
}

.noticias-inicio .media img{
	height: 120px;
	object-fit: cover;
}

.banner-seccion{
	height: 330px;
	background-position: center;
	background-size: cover;
}
.pagination{
	justify-content: center;
}
.pagination .page-item{
	margin:0 1px;
}
.pagination .page-item .page-link{
	border: none;
}
.pagination .page-item.active .page-link{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	background-color: var(--celeste);
}
.wsp{
  font-size: 11px;
  font-weight: 400;
  font-family: sans-serif;
  letter-spacing: 0;
  line-height: 1px;
  padding: 3px 7px;
  text-transform: none;
}
.lista-noticias .card .media img{
	width: 120px;
	height: 100px;
	object-fit: cover;
}
.mapa iframe{
	width: 100%;
	height: 250px;
}