
body {
	font-family: 'Jura',  sans-serif !important;
	font-family: 'Lato', sans-serif !important;;
}

/*NavBar*/

.bg-light {
    background-color: #ffffff !important;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.nav-link {
	font-family: jura;
	font-size: 16px;
	color: #0C6093 !important;
	font-weight: 700;
	text-align: left;
}

.n-r {
	font-family: jura;
	font-size: 16px;
	color: #0C6093 !important;
	font-weight: 700;
	text-align: left;
}



.me-auto {
    margin-right: auto!important;
}

#navbarNav{
	flex-grow: 2;
}



/*a.estados:link {
	transition: 1s;
	opacity: 0.5;

}

a.estados:active {
	opacity: 1;

}

a.estados::selection {
	opacity: 1;

}*/

/*FinNavBar*/

/*imagenPrincipal*/

#imgp .container-fluid {
	padding: 0px;
}

#imgprincipal  {
	background-image:url(../img/instituto-de-investigacion.png);
	background-size: cover;
	background-repeat: no-repeat;
	min-height:502px;

}





/*h*/

h1 {
	font-family: lato;
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
	color: #ffffff;
}


h2 {
	font-family: lato;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	color: #0C6093;
}

h3 {
	font-family: lato;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #ffffff;
	margin-top: 20px;
	letter-spacing: 1.5px;
}


h4 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #0C6093;
	}

h5 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #363636;
	padding-bottom: 10px;
}


h6 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #0C6093;
	}


p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	padding-bottom: 10px;
}



/*Card*/

.allcards {
	margin-bottom: 40px;
	margin-top:-50px;
}


.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

 }

 

.scrolling-wrapper-flexbox::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scrolling-wrapper-flexbox::-webkit-scrollbar:horizontal {
    width:8px;
}

.scrolling-wrapper-flexbox::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.scrolling-wrapper-flexbox::-webkit-scrollbar:horizontal {
    height: 8px;
}


.scrolling-wrapper-flexbox::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 20px;
    border: 2px solid #c1c1c1;
}

.scrolling-wrapper-flexbox::-webkit-scrollbar-track {
    border-radius: 10px;  
}






.card {
	
flex: 0 0 auto;
	 background-color: white;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #00000029;
	border: none;
	width: 255px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
}







hr {
	height: 4px!important;
	width: 46px;
	color:#13D7CB;
	
}





.boton {	
	width: 50px;
	height: 50px;
	border-radius: 200px;
	background-color: white;
	color: #13D7CB;
	border-color: #13D7CB;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	
	float: right !important;

}

.boton:hover
{
	background-color: #0C6093;
	color: white;
	border-color: white;	
}




/* FinCard*/



/* Sistema Integrado de Salud Icons*/
i.fal {
	color: #0EE1D8;
	font-size: 26px;
	margin-bottom: 10px;
}


.pie-iconos {
	color: #0C6093;
	font-size: 26px;
}



/* Fin Sistema Integrado de Salud*/

/* Estructura y Soporte de Ensayos Clínicos*/

.titulo h2{
	margin-top: 50px;
	padding-bottom: 30px;
}

.backeys {
	background-color: #D9EDF3;
	margin-top: 50px;
	border-radius: 0px 0px 0px 200px;
	
}

@media only screen and (max-width: 992px) {
.backeys {
   background-color: #D9EDF3;
	margin-top: 50px;
	border-radius: 0px 0px 0px 0px;
  }
}



.lista {
	padding-left: 30px;
}

ul li {
	color:#0C6093;
}

.img-ensayos {
width: 300px;
margin-top: -40px;

}

/* Fin Estructura y Soporte de Ensayos Clínicos*/

/*Laboratorio y diagnóstico*/

.img-lab {
	
	margin-top: 150px;
	width: 300px;
}

.img-lab-c {text-align: center;}

@media only screen and (max-width: 992px) {
.img-lab {
	text-align: center;
	margin-top: 0px;
	width: 300px;
 }
}


.img-lab2 {
	margin-top: 100px;
	width: 300px;
}


/*Formulario*/

.form-group {
	margin-bottom: 30px;
	
}

.enviar {
	width: 260px;
	border-radius: 30px;
	color: #0C6093;
	background-color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.enviar:hover {
	width: 260px;
	border-radius: 30px;
	border:1px solid #ffffff;
	color: #ffffff;
	background-color: #0C6093;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

form {
	background-color: #0C6093;
	padding-top: 40px;
}

.form-control {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}

.contacto {
	display: flex;
flex-direction: column;
align-items: center;

}

.titulo-contacto {
	font-family: lato;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	color: white;
	text-align: center;
	margin-bottom: 30px
}

/*Boton scroll*/
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color:#0C6093;
	border-color: white;
	border-radius: 50px;
  }

  :focus#btn-back-to-top {
	box-shadow: none;
  }