@import url(normalize.css);
@import url(navigation.css);
@import url (faqs-li.css);
/* GENERALES */
body {
	font-family: 'Roboto', sans-serif;
	color:#616161;
}

body a {
	transition: color 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	color:#FFF;
	display:inline-block;
	text-align:center;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

h2 {
	font-size:3.6em;
	font-weight:700;
}

h3 {
	font-size:3.5em;
}

h4 {
	font-size:4em;
}

h5 {
	font-size:1.6em;
}

.resaltar-azul {
	color:#2b2b7d;
}

.resaltar-pru {
	color:#002e5b;
}

.resaltar-celeste{
	color:#13a9e1;
}

.resaltar-amarillo {
	color:#f1be0e;
}

.resaltar-blanco {
	color:#fff;
}

.bg-aqua {
	background-color:#009095;
}

.bg-celeste {
	background-color:#0096c1;
}

.bg-naranja {
	background-color:#f19e00;
}

.bg-amarillo {
	background-color:#f1be0e;
}

.bg-verde {
	background-color:#6da826;
}

.bg-azul {
	background-color:#00214a;
}

.line-celeste {
	background-color:#31b9ff;
	width:30%;
	height:4px;
	margin:0 auto;
}

/* HEADER */
header {
	background-color:#2b2b7d;
	color:#FFF;
	font-weight:700;
	height:33px;
	position: relative;
	line-height:1;
}

header h1 {
	font-size:0;
	margin:0;
}

header .logo img {
	position:absolute;
	z-index:50;
	left: 0;
	top:0px;
	/*background-color:#FFF;
	box-shadow: 0 1px 5px rgba(121,121,121,0.6);
	padding:12px 8px;*/
}

header .intranet {
	display:inline-block;
	background: url(../img/aula.png) 12px 6px no-repeat #31b9ff;
    color: #FFF;
    padding: 8px 10px 11px 50px;
	text-transform:uppercase;
}

header .intranet:hover {
	background: url(../img/aula.png) 12px 6px no-repeat #0182c5;
	text-decoration:none;
}

nav .catalogo {
	display:inline-block;
	padding: 2px 20px 10px;
	width: 86%;
    color: #FFF;
	text-transform:uppercase;
	font-weight:700;
	background: #2b2b7d;
	margin:30px 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(121,121,121,0.6);
}

nav .catalogo:hover {
	text-decoration:none;
	background-color:#002e5b;
	margin-top:31px;
    box-shadow: 0 1px 1px rgba(121,121,121,0.6);
}

nav .catalogo .glyphicon-eye-open {
	padding: 6px 10px 6px 0;
}

header span.glyphicon.glyphicon-earphone {
	padding:6px 10px 8px;
	font-size:1.4em;
}

.glyphicon {
	padding:6px 10px;
	font-size:1em;
}

.glyphicon-earphone {
	font-size:1.4em;
}

.phone {
	font-weight:700;
	font-size: 1.7em;
}

/* NAV */
nav {
	background-color: rgba(255,255,255,1);
	width:100%;
	position:absolute;
	top:33px;
	z-index:10;
	height: 90px;
}

nav ul li a {
	color:#002e5b;
	font-weight:700;
	text-transform:capitalize;
	cursor:pointer;
}

.nav-justified>li>a {
	margin:30px 0;
	font-size:1.2em;
}

.nav>li>a:hover {
	background-color: rgba(238,238,238,0.2);
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(121,121,121,0.6);
	cursor:pointer;
}

.redes {
	text-align:center;
	padding:10px;
}

.redes a {
	color:#13a9e1;
}

.redes a:hover {
	color:#FFF;
}

.redes i {
	padding: 0 5px;
}

/* SLIDER */
.carousel-inner>.item>img {width: 100%;}

.carousel-caption h3, .carousel-caption h4, .carousel-caption p, .carousel-caption .btn {
	text-align:left;
}

.carousel-caption h3, .carousel-caption h4 {
	font-weight: 700;
	margin:10px 0;
	line-height:0.7;
}

.carousel-caption {
	padding-bottom: 80px;
}

.carousel-caption h3 {
	font-size:3.4em;
}

.carousel-caption h4 {
	font-size:3.8em;
}

.carousel-caption p {
	color:#3d404b;
	font-size:1.4em;
	margin:14px 0;
	max-width:52%;
	font-family: 'Montserrat', sans-serif;
}
	
.carousel-caption button.btn {
	background-color:#f1be0e;
	color: #FFF;
	font-weight:700;
	display:inline-block;
	font-size:1.8em;
	padding:8px 40px;
	margin:6px 0;
	border-radius:0;
	line-height:1;
}

/* SERVICIOS */

#servicios h2 {
	text-transform: capitalize;
	margin: 60px 0 12px 0;
}

#servicios ul{
	text-align:center;
}

#servicios li{
	display:inline-block;
	vertical-align:top;
	max-width:33%;
	margin-top:30px;
	position:relative;
}

#servicios li:hover{
	border:1px #dadada solid;
	background-color:#fdfdfd;
}

#servicios li:hover .img-circle{
	background-color:#f1be0e;
}

#servicios li a{
	width:100%;
	height:100%;
}

#servicios h5 {
	font-size: 1.4em;
	text-align:left;
}

#servicios .img-circle {
	background:#2b2b7d url(../img/icon-01.png) no-repeat center;
	border: 3px #dfdfdf solid;
	display:inline-block;
	vertical-align:top;
	height:100px;
	width:100px;
	margin:36px 8px 0 6px;
}

#servicios .info {
	display:inline-block;
	vertical-align:top;
	padding: 30px 0;
	width: 66%;
	text-align:left;
	color:#616161;
}

#servicios .info span {
	line-height:0.6;
}

#servicios ul li:hover .bg-amarillo {
	width: 5px;
    height: 103%;
    position: absolute;
    left: -3px;
    top: -3px;
	border: 1px #dadada solid;
}

/* CONÓCENOS */
#conocenos {
	background:url(../img/banner-celeste.jpg) no-repeat center;
	background-size:cover;
	color:#FFF;
	padding-bottom:50px;
	margin-top: 90px;
}

.bg-gris {
	border-bottom:3px #dadada solid;
	width:100%;
	height:3px;
	margin-top:40px;
	background-color:#c1ccd0;
}

#conocenos h5, #conocenos h2 {
	text-align:left;
}

#conocenos h5 {
	margin:50px 0 10px;
	font-weight:700;
}

#conocenos h2 {
	font-size:4em;
	margin: 0 0 20px;
}

#conocenos p{
	font-size:1.2em;
	line-height:1.5em;
	max-width:90%;
}

#conocenos a {
	display:inline-block;
	vertical-align:top;
	padding:8px 12px 8px 24px;
	color:#FFF;
	font-weight:700;
	font-size:1.4em;
	margin:12px;
}

#conocenos a span.glyphicon {
	padding: 0px 10px 4px;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}

#conocenos a:hover {
	text-decoration:none;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

#conocenos figure {
	position:relative;
}

#conocenos figure .businessman {
	position:absolute;
	z-index:20;
	top: -60px;
}

/* NOVEDADES */
#novedades {
	text-align:center;
	margin-bottom:66px;
}

#novedades h2 {
	text-transform: capitalize;
	margin: 60px 0 16px 0;
}

#novedades p{
	font-size:1.2em;
	line-height:1.5em;
	max-width:60%;
	padding:45px 0 70px;
	margin:0 auto;
	text-align:center;
}

#novedades .noticia {
	/*padding: 28px 30px;*/
	margin-bottom:23px;
}

/*#novedades div.noticia time {
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-weight:700;
	text-align:left;
}*/

/*#novedades div.noticia p, #novedades div.noticia h5 {
	text-align:left;
	color:#FFF;
	max-width:100%;
}

#novedades div.noticia p {
	padding:0 0 8px;
}*/

#novedades div.noticia a {
	display:inline-block;
	vertical-align:top;
	/*padding:8px 24px;*/
	/*color:#FFF;
	font-weight:700;
	font-size:1.4em;*/
	/*margin:12px;*/
}

#novedades p.abajo {
	margin-top: 20%;
}

#novedades div.noticia a:hover {
	border-radius: 4px;
	background-color: rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	text-decoration:none;
}

#novedades div.col-sm-6 {
	margin:0;
}

/* FOOTER */
footer {
	background:url(../img/img-footer2.jpg) no-repeat center;
	background-size: cover;
	font-weight:400;
	color:#b5c1d8;
	text-align:center;
	line-height: 0.6em;
}

footer .container{
	position:relative;
}

footer h3 {
	font-size:2.6em;
	font-weight:400;
}
footer .line {
	background-color:#596c94;
	width:100%;
	height:1px;
	position:absolute;
	top:80px;
	left:0;
	z-index:40;
}

.resaltar-aqua {
	color:#188f93;
	font-size:1em;
}
.datos {
	margin:28px auto 58px;
}
.bajo {
	padding-top:128px;
}

/* --------------------------------------------------- NOSOTROS -------------------------------------------------- */
#nosotros {
	background:url(../img/bg-02-b.jpg) no-repeat center;
	background-size:cover;
	color:#FFF;
	padding:90px 0 50px;
	margin-top: 0;
    -webkit-animation: mymove 2s ; /* Chrome, Safari, Opera */
    animation: mymove 2s;
	animation-iteration-count: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {background: url(../img/bg-02.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-02-b.jpg) no-repeat center; background-size:cover;}
}

/* Standard syntax */
@keyframes mymove {
    from {background: url(../img/bg-02.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-02-b.jpg) no-repeat center; background-size:cover;}
}

#nosotros h2 {
	margin-top:48px;
}

#nosotros p, #contacto p.mensaje {
	text-align:center;
	font-size:1.2em;
}

#nosotros .line-celeste {
	background-color:#f1be0e;
	width:100%;
	height:2px;
	margin:24px auto 48px;
}

#empresa .line-celeste {
	background-color:#f1be0e;
	width:20%;
	height:2px;
	margin:8px 0 8px 24px;
}

#empresa h3 {
	font-size:1.2em;
	color:#2b2b7d;
	text-transform:uppercase;
	text-align:left;
	padding: 24px 24px 0px;
}

#empresa p {
	padding: 12px 24px 24px;
}

#empresa .glyphicon, #servicio-item .glyphicon {
	color:#2b2b7d;
	padding: 0 10px 0 0;
}

/* --------------------------------------------------- SERVICIOS -------------------------------------------------- */
#servicios-head {
	background:url(../img/bg-01-b.jpg) no-repeat center;
	background-size:cover;
	color:#FFF;
	padding:90px 0 50px;
	margin-top: 0;
    -webkit-animation: servicios 2s ; /* Chrome, Safari, Opera */
    animation: servicios 2s;
	animation-iteration-count: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes servicios {
    from {background: url(../img/bg-01.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-01-b.jpg) no-repeat center; background-size:cover;}
}

/* Standard syntax */
@keyframes servicios {
    from {background: url(../img/bg-01.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-01-b.jpg) no-repeat center; background-size:cover;}
}

#servicios-head h2 {
	margin-top:48px;
}

#servicios-head .line-celeste {
	background-color:#f1be0e;
	width:100%;
	height:2px;
	margin:8px 0 8px 24px;
}

#servicios-main ul{
	text-align:center;
}

#servicios-main li{
	display:inline-block;
	vertical-align:top;
	max-width:48%;
	margin:30px 8px 8px;
	position:relative;
	background-color: rgba(238,238,238,0.2);
    box-shadow: 0 1px 5px rgba(121,121,121,0.6);
	box-sizing:border-box;
	box-sizing:content-box;
}

#servicios-main li:hover{
	background-color: rgba(238,238,238,0.8);
}

/*RECORDAR LO DEL EFECTO CON OPACITY*/
/*#servicios-main li:hover .img-responsive{
	background-color:#f1be0e;
}*/

#servicios-main li a{
	width:100%;
	height:100%;
}

#servicios-main h5 {
	font-size: 1.4em;
	text-align:left;
}

#servicios-main .img-responsive {
	display:inline-block;
	vertical-align:top;
	max-width:50%;
}

#servicios-main .info {
	display:inline-block;
	vertical-align:top;
	padding: 8px 16px;
	width: 48%;
	text-align:left;
	color:#616161;
}

#servicios-main .info span {
	line-height:0.6;
}

#servicios-main ul li:hover .bg-amarillo {
	width: 8px;
    height: 101%;
    position: absolute;
    left: 0;
    top: -1px;
}


/* --------------------------------------------------- SERVICIO DETALLE -------------------------------------------------- */
#servicio-x {
	background:url(../img/bg-01-b.jpg) no-repeat center;
	background-size:cover;
	color:#FFF;
	padding:90px 0 50px;
	margin-top: 0;
    -webkit-animation: service 2s ; /* Chrome, Safari, Opera */
    animation: service 2s;
	animation-iteration-count: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes service {
    from {background: url(../img/bg-01.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-01-b.jpg) no-repeat center; background-size:cover;}
}

/* Standard syntax */
@keyframes service {
    from {background: url(../img/bg-01.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-01-b.jpg) no-repeat center; background-size:cover;}
}

#servicio-x h2 {
	margin-top:48px;
}

#servicio-item .line-celeste {
	background-color:#f1be0e;
	width:100%;
	height:2px;
	margin:8px 0 8px 24px;
}

#servicio-item h2 {
	margin-top:0;
	font-size:1.3em;
	padding: 8px 0;
	/*text-transform:uppercase;*/
	font-weight:400;
	color:#2b2b7d;
}

#servicio-item p {
	padding: 16px 24px 16px;
	text-align:justify;
	font-size:1.2em;
}

#servicio-item h3 {
	font-size:1.2em;
	color:#2b2b7d;
	text-align:left;
	padding:0;
}

#servicio-item .list-group-item {
	border:1px solid #f1be0e;
	border-top:none;
	border-bottom:none;
}

#servicio-item .capsula{
	border:1px #f1be0e solid;
	background-color:#fdfdfd;
	margin: 24px auto;
	max-width:945px;
}
#servicio-item .col-md-6 {
	padding:0;
}

#servicio-item .capsula p{
	padding-top:40px;
}

/* --------------------------------------------------- PROYECTOS -------------------------------------------------- */
#proyectos-head {
	background:url(../img/bg-10-b.jpg) no-repeat center;
	background-size:cover;
	color:#FFF;
	padding:90px 0 50px;
	margin-top: 0;
    -webkit-animation: proy 2s ; /* Chrome, Safari, Opera */
    animation: proy 2s;
	animation-iteration-count: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes proy {
    from {background: url(../img/bg-10.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-10-b.jpg) no-repeat center; background-size:cover;}
}

/* Standard syntax */
@keyframes proy {
    from {background: url(../img/bg-10.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-10-b.jpg) no-repeat center; background-size:cover;}
}

#proyectos-head h2 {
	margin-top:48px;
}

#proyectos-head .line-celeste {
	background-color:#f1be0e;
	width:100%;
	height:2px;
	margin:24px auto 24px;
}

/* --------------------------------------------------- NOTICIAS -------------------------------------------------- */
#noticias-head {
	background:url(../img/bg-09-b.jpg) no-repeat center;
	background-size:cover;
	color:#FFF;
	padding:90px 0 50px;
	margin-top: 0;
    -webkit-animation: notibg 2s ; /* Chrome, Safari, Opera */
    animation: notibg 2s;
	animation-iteration-count: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes notibg {
    from {background: url(../img/bg-09.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-09-b.jpg) no-repeat center; background-size:cover;}
}

/* Standard syntax */
@keyframes notibg {
    from {background: url(../img/bg-09.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-09-b.jpg) no-repeat center; background-size:cover;}
}

#noticias-head h2 {
	margin-top:48px;
}

#noticias-head .line-celeste {
	background-color:#f1be0e;
	width:100%;
	height:2px;
	margin:24px auto 24px;
}

#noticias .line-celeste {
	background-color:#f1be0e;
	width:20%;
	height:2px;
	margin:8px 0 8px 24px;
}

#noticias time {
	display:inline-block;
	vertical-align:top;
	padding:32px 0 4px;
	width:100%;
	border-bottom:1px #CCC dotted;
}

#noticias h3 {
	font-size:1.2em;
	color:#2b2b7d;
	text-transform:uppercase;
	text-align:left;
	padding:0 24px;
}

#noticias .main-noticia {
	padding: 0 24px;
}

#noticias .sumilla {
	font-size:1.2em;
	font-weight:700;
	display:inline-block;
	vertical-align:top;
	padding: 12px 24px;
}

#noticias p {
	padding: 12px 24px 24px;
}

#noticias .col-md-7 {
	background-color: rgba(238,238,238,0.2);
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(121,121,121,0.6);
	margin: 24px 0;
}

#noticias ul {
	margin: 24px 0 60px 24px;
}

#noticias ul li {
	display:inline-block;
	max-width: 100%;
	background: #FFF;
	background-color: rgba(238,238,238,0.2);
    box-shadow: 0 1px 5px rgba(121,121,121,0.6);
	margin: 0 3px 8px;
}

#noticias .img-noticias {
	display:inline-block;
	vertical-align:top;
	width: 30%;
	overflow: hidden;
}

#noticias .img-thumbnail {
	padding:0;
	border-radius:0;
	max-height:110px;
	max-width:none;
}

#noticias .cara-info {
	padding:0 16px ;
	display:inline-block;
	vertical-align:top;
	max-width:68%;
}

#noticias .cara-info h5 {
	text-align:left;
	padding:6px 0;
	font-size:1.2em;
	font-weight:700;
	text-transform:none;
	color: #373550;
	margin: 2px 0 0;
}

#noticias .cara-info .pie {
	display:inline-block;
	color: #373550;
	padding: 6px 0;
	margin-bottom: 2px;
	text-transform:uppercase;
}

#noticias .glyphicon {
	padding: 0 10px;
	color: #2b2b7d;
}

/* --------------------------------------------------- CONTACTO -------------------------------------------------- */
#maps .container {
	padding: 0;
}

#contacto-head {
	background:url(../img/bg-08-b.jpg) no-repeat center;
	background-size:cover;
	color:#FFF;
	padding:90px 0 50px;
	margin-top: 0;
    -webkit-animation: contact 2s ; /* Chrome, Safari, Opera */
    animation: contact 2s;
	animation-iteration-count: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes contact {
    from {background: url(../img/bg-08.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-08-b.jpg) no-repeat center; background-size:cover;}
}

/* Standard syntax */
@keyframes contact {
    from {background: url(../img/bg-08.jpg) no-repeat center; background-size:cover;}
    to {background: url(../img/bg-08-b.jpg) no-repeat center; background-size:cover;}
}

#contacto-head h2 {
	margin-top:48px;
}

#contacto-head .line-celeste {
	background-color:#f1be0e;
	width:100%;
	height:2px;
	margin:24px auto 24px;
}

#contacto p {
	font-size:0.98em;
	color:#616161;
	padding: 0 0 6px;
	display:inline-block;
	vertical-align:top;
}

#contacto span.glyphicon {
	padding: 0 10px;
	color: #f1be0e;
}

#contacto form {
	text-align:center;
}

#contacto form input, textarea {
	display:inline-block;
	vertical-align:top;
	background: #e7ecf3;
	border: #939da7 solid 1px;
	border-radius: 6px;
	padding:8px;
	margin: 2px 0 6px;
}

#contacto input[type=text], #contacto input[type=tel], #contacto input[type=email] {
	width: 100%;
}

#contacto textarea {
	resize:none;
	width: 100%;
	height: 70px;
}

#contacto input[type=submit] {
	color: #2b2b7d;
	text-transform:uppercase;
	font-weight:600;
	font-size:1.2em;
	width:30%;
	background-color: #f1be0e;
	margin-bottom:40px;
}

#contacto .peque {
	max-width: 80%;
	margin-right:24px;
}

#contacto .line-celeste {
	background-color:#f1be0e;
	width:100%;
	height:2px;
	margin:24px auto 48px;
}

#contacto h5 {
	padding: 12px 0;
}

#novedades .proyecto img{  transition:all .4s; }
	.img-overlay{    position: absolute;
    /*top: 0px;*/
	top: 160px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    background-color: rgb(241, 190, 14);
	background-image:url(../img/sobreponer.png);
	background-repeat:no-repeat;
	background-position: 50% 10%;
	text-align:center;
	color:#000;
    transition: all 0.3s ease;  z-index:99;}

	.ocultar {
		overflow:hidden;
		position:relative;
	}
	
	.img-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.img-overlay:before {
  position: absolute;
  width: 30px;
  top: 10%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
}
.img-overlay:before {
  display: none;
}

#novedades .img-overlay p {
	margin-top: 0;
	padding-top:0;
}

#novedades .img-overlay h5{
	font-size:1.3em;
	margin-top:0;
}

.proyecto:hover {
  background-image: none;
}
.proyecto:hover .img-overlay {
  opacity: 0.8;
  color:#000;
}
.proyecto:hover .img-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
  filter: alpha(opacity=80);
}
.proyecto:hover .img-overlay:before {
  display: block;
}
.proyecto:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);

}

#maps .container-fluid {
	padding:0;
}

#contacto p.mensaje {
	padding:40px 24px;
}

#servicio-item .list-group-item:first-child {
	border:1px solid #f1be0e;
	border-bottom:none;
}
#servicio-item .list-group-item:last-child {
	border:1px solid #f1be0e;
	border-top:none;
}

/* ------------------------------------------ SERVICIO MONITOREO OCUPACIONAL ---------------------------------------- */

.faqs{ padding:0 25px;}

.tipo { position: relative;}

#fisicos, #quimicos, #biologicos, #psicosocial, #disergonomico {
	margin-bottom:24px;
}

#fisicos h2 {
	background-color: rgba(0,144,149,0.8);
}

#quimicos h2 {
	background-color: rgba(0,150,193,0.8);
}

#biologicos h2 {
	background-color: rgba(241,158,0,0.8);
}

#psicosocial h2 {
	background-color: rgba(109,168,38,0.8);
}

#disergonomico h2 {
	background-color: rgba(0,167,154,0.8);
}

#servicio-item .tipo h2 {
	display:inline-block;
	vertical-align:top;
	padding: 20px 6px;
	width: 100%;
	font-size:1.6em;
	font-weight:700;
	text-transform:uppercase;
	text-shadow: 0 1px 2px #000;
	color:#FFF;
	margin: 24px 0;
}

#servicio-item .circulos {
	display:inline-block;
	vertical-align:top;
	position:absolute;
	left:15%;
	background-color:#FFF;
	border-radius:100%;
	box-sizing:border-box;
	z-index:100;
	max-width:120px;
	top: 0;
}

#fisicos .circulos {
	border:5px solid #009095;
}

#quimicos .circulos {
	border:5px solid #0096c1;
}

#biologicos .circulos {
	border:5px solid #f19e00;
}

#psicosocial .circulos {
	border:5px solid #6da826;
}

#disergonomico .circulos {
	border:5px solid #00a79a;
}

#servicio-item .circulos img {
	padding:10px;
}

#servicio-item .item1 {
	border-bottom:#009095 1px dashed;
	margin-top:12px;
}

#servicio-item .item1 h3 {
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#009095;
}

#servicio-item .item1 p {
	font-size:1em;
	font-weight:400;
	color:#616161;
	padding:0;
}

#servicio-item .item1 .glyphicon-plus {
	display:inline-block;
	padding:10px;
	vertical-align:middle;
	color:#009095;
}

#servicio-item .item1 .tx {
	background-color: rgba(0,144,149,0.2);
	padding:15px 0;
	margin-bottom:12px;
}

/* QUIMICOS */
#servicio-item .item2 {
	border-bottom:#0096c1 1px dashed;
	margin-top:12px;
}

#servicio-item .item2 h3 {
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#0096c1;
}

#servicio-item .item2 p {
	font-size:1em;
	font-weight:400;
	color:#616161;
	padding:0;
}

#servicio-item .item2 .glyphicon-plus {
	display:inline-block;
	padding:10px;
	vertical-align:middle;
	color:#0096c1;
}

#servicio-item .item2 .tx {
	background-color: rgba(0,150,193,0.2);
	padding:15px 0;
	margin-bottom:12px;
}

/* BIOLÓGICOS */
#servicio-item .item3 {
	border-bottom:#f19e00 1px dashed;
	margin-top:12px;
}

#servicio-item .item3 h3 {
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#f19e00;
}

#servicio-item .item3 p {
	font-size:1em;
	font-weight:400;
	color:#616161;
	padding:0;
}

#servicio-item .item3 .glyphicon-plus {
	display:inline-block;
	padding:10px;
	vertical-align:middle;
	color:#f19e00;
}

#servicio-item .item3 .tx {
	background-color: rgba(241,158,0,0.2);
	padding:15px 0;
	margin-bottom:12px;
}

/* PSICOSOCIAL */
#servicio-item .item4 {
	border-bottom:#6da826 1px dashed;
	margin-top:12px;
}

#servicio-item .item4 h3 {
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#6da826;
}

#servicio-item .item4 p {
	font-size:1em;
	font-weight:400;
	color:#616161;
	padding:0;
}

#servicio-item .item4 .glyphicon-chevron-down {
	display:inline-block;
	padding:10px;
	vertical-align:middle;
	color:#6da826;
}

#servicio-item .item4 .tx {
	background-color: rgba(109,168,38,0.2);
	padding:15px 0;
	margin-bottom:12px;
}

/* DISERGONÓMICO */
#servicio-item .item5 {
	border-bottom:#00a79a 1px dashed;
	margin-top:12px;
}

#servicio-item .item5 h3 {
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#00a79a;
}

#servicio-item .item5 p {
	font-size:1em;
	font-weight:400;
	color:#616161;
	padding:0;
}

#servicio-item .item5 .glyphicon-chevron-down {
	display:inline-block;
	padding:10px;
	vertical-align:middle;
	color:#00a79a;
}

#servicio-item .item5 .tx {
	background-color: rgba(0,167,154,0.2);
	padding:15px 0;
	margin-bottom:12px;
}

#manito {
	font-size:1.4em;
	padding: 6px 10px 6px 0;
	width: 48px;
	-webkit-animation: mano 2s ; /* Chrome, Safari, Opera */
    animation: mano 2s;
	animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mano {
    0%   {padding: 6px 10px 6px 0;}
    50%  {padding: 6px 10px 6px 16px;}
    100% {padding: 6px 10px 6px 0;}
}

/* Standard syntax */
@keyframes mano {
    0%   {padding: 6px 10px 6px 0;}
    50%  {padding: 6px 10px 6px 16px;}
    100% {padding: 6px 10px 6px 0;}
}

.descarga {
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin-top:24px;
}

.descarga .btn {
	text-transform:uppercase;
	font-weight:700;
	font-size:1em;
	color:#FFF;
	padding:8px 24px;
	background-color:#2b2b7d;
	box-shadow: 0 1px 5px rgba(0,0,0,0.6);
}