html {
  /*scroll-behavior: smooth;*/
}

@media (min-width: 1200px){
	.navbar-airy .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		background-color: #9fc943;
		text-align: center;
		margin-right: 1px;
		margin-left: 1px;
		color: #215968;
	}
}

@media (min-width: 1024px){
	.navbar-airy .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		background-color: #9fc943;
		text-align: center;
		margin-right: 1px;
		margin-left: 1px;
		color: #215968;
	}
}

@media (max-width: 991px){
	.navbar-airy .navbar-nav .nav-link {
		color: #9fc943;
		text-align: center
	}
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-hover-light:hover .navbar-nav .nav-link:hover, .navbar-hover-light:hover .navbar-nav .nav-link:focus, .navbar-fixed-light.fixed-top .navbar-nav .nav-link:hover, .navbar-fixed-light.fixed-top .navbar-nav .nav-link:focus {
    color: #fff;
}

.btn-web {
    color: #215968;
    background-color: #9bbb58;
	border-radius: 10px;
	border: 4px solid #fff;
	font-size: .9rem;
	letter-spacing: .03rem;
	box-shadow: 3px 6px 8px #888888;
}

.carousel-caption {
	top:40% !important;
}
.carousel-caption h3{
	font-size: 26px;
}

.contenedor-select{
	position: absolute; 
	bottom: 5%; 
	right: 40%
}

.contenedor-btn{
	position: absolute; 
	top: 7%; 
	left: 2.7%;
}

.contenedor-huella{
	position: absolute; 
	bottom: 15%; 
	right: 0%;
	background-color: rgba(255,255,255,0.54);
	border: solid 2px #a2a2a2;
	min-width: 600px;
}

.contenedor-huella h2{
	font-size: 26px;
	color: #215968;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.contenedor-huella p{
	font-size: 18px;
	color: #215968;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.contenedor{
	position: absolute; 
	top: 10%; 
	right: 3%
}
.contenedor .card-body{
	padding: 0;
}
.contenedor .card{
	background-color: rgba(255,255,255,0.95);
	width: 400px;
	height: 600px;
	overflow-y: scroll;
}
.head-title{
	background-color: #93cddd; 
	border-radius: 5px; 
	color: #31859c; 
	padding: 3px 5px; 
	text-align: center;
}
.sector{
	padding: 1.25rem;
}
.sector h2{
	font-size: 26px;
	color: #215968;
	text-transform: uppercase;
}
.sector h3{
	font-size: 14px;
	color: #31859c;
	text-transform: uppercase;
}
.sector .descripcion{
	border-radius: 5px;
	background-color: #31859c;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
	text-align: justify;
}
.estrategia{
	border-bottom: #92d050 solid 2px;
}
.estrategia-header{
	color: #0f5869;
}
.estrategia-btn{
    text-transform: uppercase;
    letter-spacing: .1em !important;
	color: #0f5869 !important;
	text-align: left !important;
}
.estrategia-body{
	color: #808080;
	text-align: left;
	padding: 0 1.2em;
	line-height: 1.2;
}
.proyecto{
	cursor: pointer;
}
.bold{
	font-weight: bolder;
}
.h2{
	font-size: 26px;
	color: #215968;
	text-transform: uppercase;
}
.titulo{
	color: #767676;
	text-decoration: underline;
	font-weight: bolder;
	letter-spacing: .05rem;
}
.texto{
	color: #0f5869 !important
}
.tag{
	width: 20px;
	height: 30px;
}

.collapsed{
	font-weight: normal;
}

.card-body [data-toggle="collapse"] .fa:before {   
  content: "\f068";
}

.card-body [data-toggle="collapse"].collapsed .fa:before {
  content: "\f067";
}

.has-error .form-control {
    border-color: #F52C2C;
	background-color: #FF8282;
}

.block-header {
    padding: 1.2rem 1.5rem;
    background: #215968;
    color: #fff;
}

.form-label {
    color: #215968;
}

.form-control {
    border: 1px solid #215968;
}

.owl-carousel .owl-item img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 360px) {
	.card-img-overlay h2{
		font-size: 35px;
	}
	.contenedor-select{
		bottom: 5%; 
		left: 5%
	}
	.contenedor-huella{
		min-width: 340px;
	}
	.navbar-brand img{
		max-width:230px; 
	}
	.carousel-caption {
		top:5% !important;
	}
	.carousel-caption h1{
		font-size: 35px;
		line-height: .8;
	}
	.carousel-caption h2 {
		font-size: 20px;
		line-height: .8;
	}
	.carousel-caption h3{
		font-size: 18px;
	}
	
}

@media (max-width: 500px) and (min-width: 361px) {
	.card-img-overlay h2{
		font-size: 35px;
	}
	.contenedor-select{
		bottom: 5%; 
		left: 5%
	}
	.contenedor-huella{
		min-width: 350px;
	}
	.navbar-brand img{
		max-width:230px; 
	}
	.carousel-caption {
		top:5% !important;
	}
	.carousel-caption h1{
		font-size: 30px;
		line-height: .8;
	}
	.carousel-caption h2 {
		font-size: 18px;
		line-height: .8;
	}
	.carousel-caption h3{
		font-size: 16px;
	}
	
}

@media (max-width: 768px) {
	
}

@media (max-width: 992px) {
	
}

@media (max-width: 1200px) {

}

@media (min-width: 1200px){
	
}