/*imagen full responsive*/
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
.carousel-caption{
	font-size: 200% !important;
	font-weight: 300 !important; 
}
.carousel-caption{
    position: absolute;
    right: 15%;
    bottom: 5%;
    left: 15%;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
}
/*font-family: 'Montserrat', sans-serif;*/
/*300,400,500,600*/
/*font-family: 'Raleway', sans-serif;*/
/*300 400 500*/
/*font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'PT Sans', sans-serif;*/
/*Open+Sans:400,600|PT+Sans|Roboto*/
*{
	box-sizing: border-box;
}
/*NAVEGACION*/
.navbar{
	background-color: white !important;
}
.nav-item{
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 0.8rem;
}
.nav-link{
	color: #0ebfdd !important;
	border-bottom: solid 0.1rem transparent;
	transition: 0.3s
}
.nav-link:hover{
	/*border-bottom: solid 0.1rem #0ebfdd;*/
	color: #0082CA !important;
}
/*LAYOUT*/
.espaciado{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.colorServicios{
	background-color: #0ebfdd;
	color: white;
}
.fondo{
	background-image: url(../imagenes/compromiso.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
#sccContacto label{
	text-align: left !important;
}
.btn{
	background-color: #0ebfdd;
	color: white;
	transition: 0.3s
}
.btn:hover{
	background-color: #0082CA; 
}
/*JERARQUÍAS DE TEXTOS*/
.centrado{
	text-align: center !important;
}
.ttlAzul{
	color: #0ebfdd;
}
h2{
	padding-bottom: 2rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 3rem;
	letter-spacing: 0.1rem;
}
p{
	font-size: 1.2rem;
	font-family: 'Raleway', sans-serif;
	line-height: 2.3rem
}
.nav-link{
	font-weight: 500;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
}
.textoSlider{
	font-weight: 300;
	font-size: 2rem;
}
/*DISTRIBUCION DEL ESPACIO Y PADDING*/
.icono{
	padding: 1rem;
}
.formulario{
	padding-top: 2rem;
	text-align: left;
}
.btn{
	width: 20rem;
	text-align: center !important;
}
.margenPie{
	padding: 1rem;
}
#footerNav{
	background-color: #0ebfdd;
}
#footerNav a{
	color: #ffff;
}

.logoFotter{
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.footerOrden{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
/*MAPA RESPONSIVE*/
/*.mapa{
	width: 100%;
	position: relative;
	margin: 0;
}
.mapa iframe{
	width: 100%;
	margin: 0;
}*/