/* GLOBALES */

img.grayscale{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
img.grayscale:hover, img.grayscale.seleccionado{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#mensajeres {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	border-radius: 7px;

    position:absolute;
    top:10%;
    left:30%;
    width:35%;
    background-color:#FFFFFF;
    z-index:1101;
    display:none;
}
#mensajefondo {
    position:absolute;
    top:0px; left:0px;
    background-color:#000000;
    filter: alpha(opacity=50);
    opacity: .5;
    float:left;
    z-index:100;
    width:100%;
}
.volver {
    position:inherit;
	margin-top:-15px;
	margin-right:-10px;
	padding:0px;
	min-width: 105px;
	height: 36px;
	border: solid 1px rgb(0, 153, 255);
	background-color:rgb(0, 153, 255);
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	text-align:center;
	border-radius: 5px;
}
.volver:hover{ background-color:rgb(38, 104, 151); }

.botonregistro{
	color: #fff; font-family: "Cabin"; font-size: 13px;
	padding: 5px 10px; text-transform: uppercase; text-decoration: none;
/*	border: 1px solid #9ecfde; background-color: rgba(255,255,255,.2);*/
	border: 1px solid #9ecfde; background-color:#2697DD;
}
.botonregistro:hover{ background-color: rgba(83, 83, 83, 0.2); }
.contenidoregistro{
    padding:20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    border: 2px solid;
    border-color:#CACACA;
    background:#EFEFEF;
    width:750px;
    height:350px;
    color:#657B8B;
}
.cuadrotexto{
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #000000;
    width: 100%;
    color: #333;
    background-color: #FFF;
    padding: 5px 3px;
    margin-bottom:5px;
    border-color: #B4B4B4 #E9E9E9 #E9E9E9 #B4B4B4;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 1px 1px 0px #FFF;
}
.registrar:link,.registrar:visited {
    text-decoration: none;
    color: #000000;
}
.registrar:hover {
    text-decoration: none;
    color: #000000;
}
body, html{
	height: 100%;
	position: relative;
}

.wrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Cabin", Arial, sans-serif;
}

*{
	box-sizing: border-box;
}

.left{
	float: left !important;
}

.right{
	float: right !important;
}

p{
	margin-bottom: 0.5em;
	line-height: 1.25;
}
label.software{
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	margin: 10px 0px;
	color: #f3f3f3;
	background: #16718F;
	text-transform: uppercase;
	font-family: "Cabin";
	font-size: 13px;
	font-weight: lighter;
	text-decoration: none;
	border-radius: 3px;
}
a.btn, a.button{
	display: inline-block;
	width: auto;
	padding: 15px 20px;
	margin: 0.5em 0;
	color: #f3f3f3;
	font-family: "Cabin";
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fb8d17;
	-moz-box-shadow: 0 2px 0 #c26b0c, inset 0 1px 0 rgba(255,255,255,.61);
	-webkit-box-shadow: 0 2px 0 #c26b0c, inset 0 1px 0 rgba(255,255,255,.61);
	box-shadow: 0 2px 0 #c26b0c, inset 0 1px 0 rgba(255,255,255,.61);
}
a.btn.small, a.button.small{
	padding: 5px 9px;
	font-size: 13px;
}
a.btn.small:hover, a.button.small:hover{
	padding: 5px 14px;
}

.animate,
#productos .producto a.button,
a.btn, a.button{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* Topbar */

#top-bar{
	width: 100%;
	height: 115px;
	background-color: #fff;
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
	box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

#top-bar #logo{
	float: left;
	margin-top: 10px;
}

#top-bar #logo h1{
    text-indent: -9999px;
}

#top-bar #top-nav{
	font-family: "Cabin";
	font-size: 16px;
	float: right;
}

#top-bar #top-nav li{
	display: inline-block;
	float: left;
}

#top-bar #top-nav li a{
	text-decoration: none;
	color: #36606e;
	line-height: 7em;
	padding: 30px 16px 30px 25px;
	font-size: 14px;
}

#top-bar #top-nav li:last-child a{
	padding-right: 0;
}

#top-bar #top-nav li.productos a{
	background: url(../img/icon-nav-productos.png) left center no-repeat;
}

#top-bar #top-nav li.nosotros a{
	background: url(../img/icon-nav-nosotros.png) left center no-repeat;
}

#top-bar #top-nav li.presencia a{
	background: url(../img/img-mapa.png) left center no-repeat;
}

#top-bar #top-nav li.contacto a{
	background: url(../img/icon-nav-contacto.png) left center no-repeat;
}

#top-bar #top-nav li.clientes a{
	background: url(../img/icon-nav-clientes.png) left center no-repeat;
}

/* Header */

.header.home{
	height: 457px;
	width: 100%;
}

.slider-home li{
	height: 450px;
}

.slider-home li a{
	width: 100%;
	height: 100%;
	display: block;
    text-indent: -9999px;
}
.orbit-container .orbit-slides-container{ height:450px; }

.slider-home li.slide-pse{
	background: url(../img/home-slide-pse.jpg) center top no-repeat;
	background-size: auto 100%;
}
.slider-home li.slide-secre{
	background: url(../img/header-home-secretaria.jpg) center top no-repeat;
}
.slider-home li.slide-mujer{
	background: url(../img/header-home-mujer.jpg) center top no-repeat;
}
.slider-home li.slide1{
	background: url(../img/header-home-0.jpg) center top no-repeat;
}
.slider-home li.slide1 .div-niif{
    width: 980px; margin: 0px auto; position: relative;
}
.slider-home li.slide1 .click-niif{
    position: absolute; width: 240px; height: 90px;
    margin: 0px auto; right: 24px; top: 350px; cursor: pointer;
}

.slider-home li.slide2{
	background: url(../img/header-home-1.jpg) center top no-repeat;
}

.slider-home li.slide3{
	background: url(../img/header-home-3.jpg) center top no-repeat;
}

.slider-home li.slidemujer{
	background: url(../img/header-home-mujer.jpg) center top no-repeat;
}

.slider-home li.slidefacturacion{
	background: url(../img/header-home-facturacion.jpg) center top no-repeat;
}

.slider-home li{
	/* margin-top: 50%; */
	/* transform: translateY(-50%); */
}

.slider-home li.slide-salud{
	background: url(../img/banner-salud.jpg) center center no-repeat;
	background-size: contain;
}

.slider-home li.slide-remoto{
	background: url(../img/banner-remoto.jpg) center center no-repeat;
	background-size: contain;
}

.slider-home li.slide-clinic{
	background: url(../img/banner-clinic.jpg) center center no-repeat;
	background-size: contain;
}

/* 43830 -43831 */
.slider-home li.slide-odontology{
	background: url(../img/banner-odontology.jpg) center center no-repeat;
	background-size: contain;
}

/* 43915 */
.slider-home li.slide-teleconsulta-mc{
	background:  url(../img/banner-teleconsulta-manager-clinic.jpg) center center no-repeat;
	background-size: contain;
}

/* Req-44155 */
.slider-home li.slide-facturacion-electronica{
	background:  url(../img/banner-facturacion-electronicanew.jpg) center center no-repeat;
	background-size: contain;
}

.orbit-bullets{
	top: -30px !important;
	z-index: 99;
}

.orbit-timer{
	display: none;
}
/* Lead Text */

.lead-txt{
	height: 150px;
	background-color: #fff;
	text-align: center;
	font-family: "Cabin";
	padding: 35px 0px 0px 0px;
}

.lead-txt h1{
	font-size: 25px;
	color: #3a3a3a;
	line-height: 2;
}

.lead-txt h6{
	font-size: 20px;
	color: #5c5c5c;
}

.lead-txt .wrapper{
	min-height: 80px;
}

.lead-txt.icon .wrapper{
	padding-left: 85px;
}

.lead-txt.home.icon .wrapper{
	background: url(../img/icon-lead-txt-home.png) left center no-repeat;
}

/* Header Product Home */
.header-product{
	height: 600px;
	display: block;
}


.header-product .descripcion{
	max-width: 465px;
	padding-top: 100px;
	color: #3b3b3b;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
}

.header-product .descripcion .titulo{
	color: #3b3b3b;
	font-family: "Cabin";
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0.75em 0;
}

.header-product .descripcion ul{
	list-style: circle;
	padding-left: 25px;
}

.header-product .descripcion ul li{
	margin-bottom: 0em;
}

/* Contacto */
#contacto{
	width: 100%;
	height: 245px;
	background-color: #2697dd;
	-moz-box-shadow: 0 3px 0 rgba(46,152,182,.75), inset 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 3px 0 rgba(46,152,182,.75), inset 0 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 3px 0 rgba(46,152,182,.75), inset 0 1px 0 rgba(0,0,0,.15);
	padding-top: 40px;
}

#contacto .wrapper{
	background: url(../img/icon-div-contacto.png) left center no-repeat;
	padding: 12px 0px 0px 200px;
	/*height: 165px;*/
}

#contacto .titulo{
	opacity: .7;
	color: #fff;
	font-family: "Cabin";
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
}

#contacto p{
	opacity: .7;
	color: #ccc;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
}

#contacto a{
	color: #fff;
	font-family: "Cabin";
	font-size: 18px;
	padding: 10px 70px;
	text-transform: uppercase;
	text-decoration: none;
	border: 3px solid #9ecfde;
	background-color: rgba(255,255,255,.2);
	display: block;
	margin: 10px auto;
	text-align: center;
}

#contacto a:hover{
	background: rgba(83, 83, 83, 0.2);
}

#contacto .tel,
#contacto .email,
#contacto .whatsapp{
	padding-left: 25px;
    height: 20px;
	/*float: left;*/
}

#contacto .tel{
	background: url(../img/icon-div-contacto-tel.png) left center no-repeat;
	margin: 10px 0px 0px;
}

#contacto .email{
	background: url(../img/icon-div-contacto-email.png) left center no-repeat;
	margin-top: 10px;
}

#contacto .whatsapp{
	background: url(../img/icon-div-contacto-whatsapp.svg) left center no-repeat;
	margin-top: 10px;
}

#contacto span{
	/*opacity: .7;*/
	color: #fff;
	font-family: "Cabin";
	font-size: 14px;
	margin-right: 10px;
	font-weight: normal;
}


#click-comercial{ cursor: pointer; }
#tarjetas{
    position: absolute;
    padding: 10px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    top: 0px;
    width: 500px;
    right: 10px;
    background: #DEDEDE;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #000;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#tarjetas .close {
    background: url(../images/cancel_f2.png) center center no-repeat #100e15;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    box-shadow: 2px 2px 5px #000;
    border-radius: 50px;
    cursor: pointer;
}

#tarjetas .close.bottom{
	top: 126%;
}

#tarjetas.activo{
	/**top: -390px;*/
	top: -300px;
	height: auto;
	opacity: 1;
	overflow: visible;
}

#tarjetas .personal {
    display: block;
    background-color: #FFF;
    border: solid 1px #3eaed3;
    border-radius: 5px;
}

#tarjetas hr{ border-color: #FFF; width: 50%; margin: 10px auto; }

#tarjetas .personal .image{ display: inline-block; width: 33%; vertical-align: middle; }
#tarjetas .personal .image img{ border-radius: 4px 0px 0px 4px; }
#tarjetas .personal .data{ display: inline-block; width: 65%; vertical-align: middle; padding: 5px 0px; }
#tarjetas .personal .data div{ display: block; font-size: 12px; }
#tarjetas .personal .data div.nombre{ font-weight: bold; color: #0C7799; text-transform: uppercase; }
#tarjetas .personal .data div.nombre span{ color: #fb8d17; font-size: 12px; font-style: italic; font-weight: bold; }
#tarjetas .personal .data div.cargo{ color: #858585; }
#tarjetas .personal .data div.telefono{ background: url(../firma-avances/icono-01.png) left center no-repeat; padding-left: 20px; line-height: 18px; font-weight: bold; color: #000; }
#tarjetas .personal .data div.skype{ background: url(../firma-avances/icono-03.png) left center no-repeat; padding-left: 20px; line-height: 18px; }
#tarjetas .personal .data div.correo{ background: url(../firma-avances/icono-02.png) left center no-repeat; padding-left: 20px; line-height: 18px; }

/*** CSS CLientes **/
.contacto-container.clientes{ min-height: 510px; }
.clientes-info{
	background: white; border: solid 1px #666; margin: 50px auto; width: 60%;
	padding: 10px; box-shadow: 1px 1px 5px #333; border-radius: 10px;
}

.clientes-info h2{
	font-size: 30px; line-height: 39px; padding-left: 55px;
	background: url(../img/client-01.png) left center no-repeat;
}
.clientes-info a{ height: 50px; }
.clientes-info a div{
	width: 49%; display:inline-block; vertical-align: top; margin-bottom: 10px;
	padding-left: 57px; height: 50px; color: orange; font-size: 15px;
}
.clientes-info a div:hover{ background-size: 65px !important; padding-left: 65px; }
.clientes-info a div span{ display: block; font-size: 13px; color: gray; margin:5px 0px 2px;}
.clientes-info a div.ayudas{
	background: url(../img/ayudas-01.png) -5px center no-repeat;
	background-size: 60px;
}
.clientes-info a div.seguimiento{
	background: url(../img/seguimiento-07.png) -5px center no-repeat;
	background-size: 60px;
}
.clientes-info a div.soporte{
	background: url(../img/soporte-03.png) -5px center no-repeat;
	background-size: 60px;
}
.clientes-info a div.solicitudes{
	background: url(../img/seguimiento-04.png) -5px center no-repeat;
	background-size: 60px;
}
.clientes-info a div.requerimiento{
	background: url(../img/nuevo-02.png) -5px center no-repeat;
	background-size: 60px;
}

.clientes-info a div.reinstalacion{
	background: url(../img/reinstall-01.png) -5px center no-repeat;
	background-size: 60px;
}
.clientes-info a div.pqr{
	background: url(../img/pqr-01.png) -5px center no-repeat;
	background-size: 60px;
}
.clientes-info a div.pqr-seg{
	background: url(../img/pqr-02.png) -5px center no-repeat;
	background-size: 60px;
}
.clientes-info a div.pqr-res{
	background: url(../img/pqr-03.png) -5px center no-repeat;
	background-size: 60px;
}

.clientes-info a div.reinstalacion:after{
	background: url(../img/icono-nuevo.png) center center no-repeat; content: "";
	width: 100px; height: 50px; position: absolute; right: -30px; top: 0px;
	background-size: 95px;
}

.clientes-info a div.pqr:after{
	background: url(../img/icono-nuevo.png) center center no-repeat; content: "";
	width: 100px; height: 50px; position: absolute; right: -30px; top: 0px;
	background-size: 95px;
}
.clientes-info a div.pqr-seg:after{
	background: url(../img/icono-nuevo.png) center center no-repeat; content: "";
	width: 100px; height: 50px; position: absolute; right: -30px; top: 0px;
	background-size: 95px;
}
.clientes-info a div.pqr-res:after{
	background: url(../img/icono-nuevo.png) center center no-repeat; content: "";
	width: 100px; height: 50px; position: absolute; right: -30px; top: 0px;
	background-size: 95px;
}


.clientes-info a div.guia{
	background: url(../img/guia-09.png) left center no-repeat;
	background-size: 50px;
}
.clientes-info a div.usuarios{
	background: url(../img/usuarios-05.png) -5px center no-repeat;
	background-size: 60px;
}
.clientes-info a div.implementacion{
	background: url(../img/img-completed.png) left center no-repeat;
	background-size: 45px;
}
.clientes-info a div.recuperar{
	background: url(../img/contrasena-06.png) left center no-repeat;
	background-size: 50px;
}
.clientes-info a div.cotizar{
	background: url(../img/cotizar.png) left center no-repeat;
	background-size: 50px;
}
.clientes-info a div.salir{
	background: url(../img/salir.png) left center no-repeat;
	height: 30px; padding-left: 30px; color: black; line-height: 31px;
}
.clientes-info a div.miestadodecuenta{
	background: url(../img/icono-estado.png) left center no-repeat;
	background-size: 60px; position: relative;
}

/*.clientes-info a div.miestadodecuenta:after{
	background: url(../img/icono-nuevo.png) center center no-repeat; content: "";
	width: 100px; height: 50px; position: absolute; right: -30px; top: 0px;
	background-size: 95px;
}*/

.clientes-info a div.salir:hover{ background-size: initial !important; padding-left: 35px; }

.zona-niif{
    width: 20%; display: inline-block; vertical-align: top;
    margin-top: 50px; margin-left: 5px;
}

.zona-niif .panel{
    background: white; border-radius: 5px; margin-top: 10px;
    padding: 10px; overflow-x: hidden; overflow-y: auto; border: solid 1px orange;
}


.zona-news .panel{
    background: white; border-radius: 5px; margin-top: 10px;
    padding: 10px; overflow-x: hidden; overflow-y: auto; border: solid 1px orange;
}
b {
    font-weight: 600;
}

.zona-niif .panel .noticia{
    border-radius: 5px; margin-bottom: 3px; padding:7px 5px 7px 7px; font-size: 14px; width: 100%;
     background: 7px center #DEDEDE; min-height: 35px; display: table;
    transition: all 0.2s linear;
}
.zona-niif .panel .video{
    border-radius: 5px; margin-bottom: 3px; padding:7px 5px 7px 45px; font-size: 14px; width: 100%; cursor: pointer;
    background: url(../img/img-video.png) no-repeat 7px center #DEDEDE; min-height: 35px; display: table;
    transition: all 0.2s linear;
}
.zona-niif .panel .video .reg-video{ display: table-row; }
.zona-niif .panel .video .reg-video div{ display: table-cell; vertical-align: middle; }
.zona-niif .panel .video:hover{ background-color: orange; color: white; }

.zona-notificaciones{
    width: 18%; display: inline-block; vertical-align: top;
    margin-top: 50px;
}
.zona-notificaciones .panel{
    background: white; border-radius: 5px; margin-top: -25px; max-height: 372px;
    padding: 40px 10px 10px; overflow-x: hidden; overflow-y: auto; border: solid 1px #88AF11;
}

.zona-notificaciones .panel .alerta, .zona-notificaciones .panel .alerta a{
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}
.zona-notificaciones .panel .alerta:hover{
    text-decoration: underline;
}

.zona-notificaciones .panel .alerta.visto, .zona-notificaciones .panel .alerta.visto a{
    color: #999;
    font-weight: lighter;
}

.zona-notificaciones .panel .alerta .small{
	font-size: 10px;
	color: #AAA;
}

.zona-notificaciones .contador{
    position: relative;
}
.zona-notificaciones .contador span{
    position: absolute;
    top: 3px;
    font-size: 15px;
    line-height: 20px;
    width: 17%;
    text-align: center;
    left: 18%;
    color: white;
}

/* Footer */

#footer{
	width: 100%;
	height: 350px;
	background-color: #cfdce6;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.58);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.58);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.58);
	padding: 30px 0px 50px;
}

#footer .enlaces{
    color: #cfdce6; font-size: 10px; line-height: 5px;
}
#footer .enlaces a{
    color: #cfdce6; font-size: 10px; line-height: 5px;
}

#footer .nav-productos{
	width: 500px;
}

#footer .nav-productos .container{
	width: 50%;
}

#footer .nav-productos .container ul{
	margin-bottom: 1em;
}

#footer .nav-productos .container ul li{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
    line-height: 13px;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 0.7em;
	padding-left: 32px;
	font-weight: lighter;
}
#footer .nav-productos .container ul li a{
	text-decoration: none;
		color: #657b8b;
}


#footer .nav-productos .container h6{
	color: #657b8b;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
	margin-bottom: 1em;
	background-position: left center;
	background-repeat: no-repeat;
	height: 23px;
	line-height: 1.75;
}

#footer .nav-productos .container h6.productos{
	background-image: url(../img/icon-footer-productos.png);
}

#footer .nav-productos .container h6.nosotros{
	background-image: url(../img/icon-footer-nosotros.png);
}

#footer .nav-productos .container h6.contacto{
	background-image: url(../img/icon-footer-contacto.png);
}

#footer .nav-productos .container h6.clientes{
	background-image: url(../img/icon-footer-clientes.png);
}

#footer .contact-info{
	width: 500px;
	padding-left: 80px;
	color: #657b8b;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	border-left: 1px solid #abbbc6;
}

#footer .contact-info p{
	margin: 0.75em 0;
	line-height: 2;
}


/* PRODUCTO INDIVIDUAL */
.header-product.interior{
	height: 520px;
}

.header-product.interior a.button{
	display: none;
}

.header-product.interior .descripcion{
	padding-top: 50px;
    position: absolute;
    left: 20px;
}

.header-product.manager-pluss{
	background: url(../img/header-product-manager.jpg) center top no-repeat;
}

.header-product.odontology{
	background: url(../img/header-product-odontology.jpg) center top no-repeat;
}

.header-product.odoplus{
	background: url(../img/header-product-odoplus.jpg) center top no-repeat;
}

.header-product.clinic{
	background: url(../img/header-product-clinic.jpg) center top no-repeat;
}

.header-product.aesthetic{
	background: url(../img/header-product-aesthetic.jpg) center top no-repeat;
}

.header-product.school{
	background: url(../img/header-product-school.jpg) center top no-repeat;
}

.header-product.punto-e{
	background: url(../img/header-product-puntoe.jpg) center top no-repeat;
}

.header-product.manager-door{
	background: url(../img/header-product-door.jpg) center top no-repeat;
}

.bloque-home .header-product.interior a.button{
	display: block;
	float: right;
	padding: 10px 20px;
}
.bloque-home .header-product.interior .descripcion{
	padding-top: 25px;
}
.bloque-home .header-product .descripcion ul li{
	margin-bottom: 5px;
}

.lead-txt.interior h6{
	font-size: 20px;
	color: #b2b2b2;
}

#features{
	padding-bottom: 2em;
}

.feature{
	width: 50%;
	float: left;
	padding: 0px 30px;
	margin-bottom: 2em;
	height: 140px;
}

.feature h3{
	color: #2697dd;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
}

.feature p{
	color: #5b5b5b;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	margin-top: 15px;
	overflow: auto;
}

.feature img{
	float: left;
	margin-right: 20px;
}

/* PAGINA PRODUCTOS */

#productos{
	background: url(../img/bg-productos.png) repeat;
	min-height: 1035px;
}

#productos .producto{
	width: 300px;
	display: inline-block;
	text-align: center;
	margin: 50px 15px 50px 15px;
	position: relative;
	vertical-align: top;
	text-decoration: none;
}

#productos .producto a{
	text-decoration: none;
}
#productos .producto h3{
	font-size: 13px;
	line-height: 13px;
	color: #334F63;
}

#productos .producto img{
	margin: 0 auto 10px auto;
	display: block;
}

#productos .producto .titulo{
	color: #334f63;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	margin-bottom: 20px;
}

#productos .producto .titulo span{
	font-weight: lighter;
}

#productos .producto p{
	color: #5b5b5b;
	font-family: "Cabin";
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	font-weight: lighter;
}

#productos .producto a.button.consultorios{
	left: 10px;
}

#productos .producto a.button.clinicas{
	left: 160px;
}

#productos .producto a.button{
	color: #fff;
	font-family: "Cabin";
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(0,1,1,.12);
	text-shadow: 0 0 1px rgba(0,0,0,.12);
	height: 42px;
	min-width: 49%;
	display: inline-block;
	text-decoration: none;
	padding: 15px;
	margin: 10px auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #95c7e7;
	-moz-box-shadow: 0 1px 1px rgba(0,1,1,.18);
	-webkit-box-shadow: 0 1px 1px rgba(0,1,1,.18);
	box-shadow: 0 1px 1px rgba(0,1,1,.18);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzMiA0MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzIiIGhlaWdodD0iNDIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, rgba(0,1,1,.05) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,1,1,.05) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,1,1,.05) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,1,1,.05) 0%, rgba(0,0,0,0) 100%);
}

#productos .producto a.button:hover{
	background-color: #6fa1c1;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzMiA0MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzIiIGhlaWdodD0iNDIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, rgba(0,1,1,.05) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,1,1,.05) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,1,1,.05) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,1,1,.05) 0%, rgba(0,0,0,0) 100%);
}

/* SOBRE NOSOTROS */

.header-product.sobre-nosotros{
	background: url(../img/header-sobre-nosotros-2023.png) center top no-repeat;
	height: 670px;
}

#features.sobre-nosotros{
	width: 850px;
	margin: 0 auto;
}

.feature.sobre-nosotros{
	width: 420px;
	float: left;
	padding: 0px 30px;
	margin: 0 auto;
	height: 140px;
	text-align: center;
}

/* HISTORIA */

#historia .item{
	width: 75%;
	padding: 0px 30px;
	margin: 0 auto;
	margin-bottom: 1em;
}

#historia .item p{
	color: #5b5b5b;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

#historia .item p span{
	font-weight: bolder;
	color: #2697dd;
}

/* CONTACTO */

.contacto-container{
	background: url(../img/bg-productos.png) repeat;
	/*height: 1050px;*/
}

.contacto-container .contact-info{
	width: 390px;
	height: 430px;
	background: url(../img/bg-contacto-info.png) center top no-repeat;
	float: left;
	padding: 20px;
	margin: 50px 0px;
}

.contacto-container .contact-info h2{
	color: #2697dd;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
	padding-bottom: 15px;
}

.contacto-container .contact-info p{
	color: #5b5b5b;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
}

.contacto-container .contact-info .datos p{
	margin: 40px auto 0 auto;
	max-width: 270px;
	line-height: 1.75;
	color: #657b8b;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
}

.contacto-container .formulario{
	margin: 30px 0px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #657b8b;
}

/* CREDITOS */

div.creditos{
	background: rgb(48, 62, 75);
	padding: 10px;
	text-align: center;
	color: #5b5b5b;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
}

div.creditos a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.41);
}
input.form-text{
	border: solid 1px #DEDEDE; border-radius: 4px; width: 100%; line-height: 20px;
	padding: 5px 10px;
}
.item-doc-eliminar{ display: inline-block; width: 4%; height: auto !important; }
.item-doc{ display: inline-block; background: #F5F5F5; position: relative; width: 95%; padding: 0px; text-align: left; text-decoration: none; color: #000; height: auto !important; margin-bottom: 5px; }
.item-doc img{ width: 30px; }


/** CSS del Login de Clientes **/
#div-html-login div.campos{ margin: 2px 0px; }
.clear{ clear: both; }
#top-login{
	position: absolute; background: #2697dd; padding: 10px 20px 0px; right: 0px; top: 75px;
	border-radius: 6px; color: white; z-index: 999; box-shadow: 5px 5px 15px #000000; width: 395px;
}
#top-login hr{ margin: 10px 0px 15px; }
#top-login .titulo{
	font-size: 15px; font-weight: bold; display: block; margin-bottom: 5px;
	border-bottom: solid 1px white; padding-bottom: 5px; text-align: center;
}
#top-login span{ font-size: 12px; display: inline-block; width: 130px; }
#top-login input.text{
	font-size: 12px; width: 220px; text-align: center;
	border: solid 1px white; border-radius: 5px; padding: 5px;
}

#top-login .button{
	color: #fff; font-family: "Cabin"; font-size: 15px;
	padding: 5px 20px; text-transform: uppercase; text-decoration: none;
	border: 1px solid #9ecfde; background-color: rgba(255,255,255,.2);
	box-shadow: none; line-height: 20px;
}
#top-login .button:hover{ background-color: rgba(83, 83, 83, 0.2); }

#top-rec{
	position: absolute; background: #2697dd; padding: 10px 20px 20px; right: 0px; top: 75px;
	border-radius: 6px; color: white; z-index: 999; box-shadow: 5px 5px 15px #000000;
}
#top-rec hr{ margin: 10px 0px 15px; }
#top-rec .titulo{
	font-size: 15px; font-weight: bold; display: block; margin-bottom: 5px;
	border-bottom: solid 1px white; padding-bottom: 5px; text-align: center;
}
#top-rec span{ font-size: 12px; display: inline-block; width: 150px; }
#top-rec input.text{
	font-size: 12px; width: 250px; text-align: center;
	border: solid 1px white; border-radius: 5px; padding: 5px;
}

#top-rec .button{
	color: #fff; font-family: "Cabin"; font-size: 13px;
	padding: 5px 10px; text-transform: uppercase; text-decoration: none;
	border: 1px solid #9ecfde; background-color: rgba(255,255,255,.2);
}
#top-rec .button:hover{ background-color: rgba(83, 83, 83, 0.2); }
.orbit-container .orbit-prev, .orbit-container .orbit-next{
	background: #DEDEDE;
}


.div-novedad{
	min-height: 250px;
}

.div-novedad .imagen{
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.div-novedad .imagen img{
	max-height: 100%;
	margin: 0px auto;
}
.div-novedad .info{
	width: 68%;
	font-family: "Cabin";
	margin-left: 1%;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
}
.div-novedad .info h2{
	font-size: 30px;
	font-weight: bold;
	color: gray;
	margin-bottom: 10px;
}
.bloque-contacto{ background: #E56C1B; border-radius: 5px; padding: 10px; }
.bloque-contacto h3{ text-align: center; font-size: 25px; color: #FFF; margin: 0px 0px 10px; padding-bottom: 5px; border-bottom: dashed 1px #DEDEDE; }
.bloque-contacto h3 span{ font-weight: bold; }


.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}


.div-implementacion{
	background: url(../img/bg-implementacion.png) no-repeat center center;
	height: 178px;
}

.div-implementacion .texto{
	width: 805px;
    padding: 45px 0px 0px 65px;
    font-size: 12px;
    line-height: 12px;
    color: #FFF;
}

.div-implementacion .texto h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}

.div-implementacion .texto .small{

}

/*********** CSS NUEVO ********/
.zona-clientes, .zona-mensajes, .modal{ font-family: "Open Sans", sans-serif; }
.zona-clientes a:hover{ text-decoration: none; }
.item-link:hover div{ color: #222; }
.titulo-zona{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2697dd+0,04bbfb+100 */
	background: #2697dd; /* Old browsers */
	background: -moz-linear-gradient(left, #2697dd 0%, #04bbfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2697dd 0%,#04bbfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2697dd 0%,#04bbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2697dd', endColorstr='#04bbfb',GradientType=1 ); /* IE6-9 */
	display: inline-block;
	line-height: 55px;
	padding: 2px 2px 2px 30px;
	border-radius: 0px 35px 35px 0px;
}

.titulo-mensajes{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2697dd+0,04bbfb+100 */
	background: #DDD; /* Old browsers */
	display: inline-block;
	line-height: 53px; margin-top: 2px;
	padding: 2px 2px 2px 30px;
	border-radius: 35px 0px 0px 35px;
}

.titulo-mensajes span{ color: #999999; }
.titulo-mensajes a{ opacity: 0.5; }
.titulo-mensajes a:hover{ opacity: 1; }

.panel-apps{ background: #FFF; box-shadow: 2px 3px 6px 2px rgba(0,0,0,0.4) !important; }
.carousel-inner .item{ vertical-align: middle !important; padding: 30px 50px; }
.carousel-inner .item.nuevo:before{
	content:""; width: 56px; height: 55px; display: inline-block; position: absolute; left: -3px; top: -4px;
	background: url(../img/icono-nuevo-mensaje.png) left center no-repeat;
}

.titulo-naranja{ color: #D86C00 !important; }
#top-bar #top-nav li.clientes a { background: url(../img/icon-nav-clientes-2.png) left center no-repeat; }
hr.orange{ border-color: #D86C00; }
hr.gray{ border-color: #666; }
/* req 49083.00 edwin ariza */
@media (max-width:1366px){
	.header.home{
		height: 390px;
	}
	.orbit-bullets{
		top: -82px !important;	
	}

	.soyClienteFE{
		top: 71% !important;
		left: 397px !important;
		width: 21% !important;
	}

	.noSoyClienteFE{
		top: calc(58% + 57px) !important;
		left: 687px !important;
		width: 22% !important;
	}

	.quieroSaberMas{
		top: 20.3vw !important;/*Req. 50158.00*/
		right: 21% !important;/*Req. 50158.00*/
		width: 16% !important;
	}

	.escribenos{
		top: 50% !important;
    	right: 12% !important;
		width: 23% !important;
	}
    /*Req. 50158.00 - Ing. Enrique Reyes*/
    .orbit-container .orbit-prev, .orbit-container .orbit-next {
        top: 36% !important;
    }
    .buttonNomina{
        font-size: 14px !important;
        padding-left: 4rem !important;
    }

}
/* fin req 49083.00 edwin ariza */

@media only screen and (device-width: 768px){
	.bloque-content{ padding: 10px !important; margin-bottom: 20px !important; }
	.zona-mensajes{ padding-left: 15px !important; }
	.titulo-zona, .titulo-mensajes{ margin-bottom: 20px !important; }
	.titulo-zona img{ height: 55px; }
}
@media (max-width: 767px){
	.bloque-content{ padding: 10px !important; margin-bottom: 20px !important; }
	.zona-mensajes{ padding-left: 15px !important; }
	.titulo-zona, .titulo-mensajes{ margin-bottom: 20px !important; }
	.titulo-zona img{ height: 55px; }
}

@media only screen and (max-width: 1470px) {
    .team12{
        right: 12px !important;
    }
}

@media only screen and (max-width: 1354px) {
    .team12{
        display: none;
    }
}

/* Req. 44398.00 */

	.soyClienteFE{
		position: absolute;
		top: 82%; /* Req #48349 */ /*req 49083.00  */
		left: 657px; /* Req #48349 */ /*req 49083.00  */
		cursor: pointer; /* Req #48349 */
		max-width: 296px; /* Req #48349 */
		width: 17%; /* Req #48349 */ /*req 49083.00  */
	}
	.noSoyClienteFE{
		position: absolute;
		top: calc(70% + 54px); /* Req #48349*/ /*req 49083.00  */
		left: 992px; /* Req #48349 */ /*req 49083.00  */
		cursor: pointer;
		max-width: 296px;/* Req #48349 */
		width: 17%; /* Req #48349 */ /*req 49083.00  */
	}
	/* req 49083.00 */
	.escribenos {
		position: absolute;
		top: 59%;
		right: 19%;
		cursor: pointer;
		max-width: 389px;
		width: 18%;
	}
	/* fin 49083.00 */
	.contenedorBannerFE{
		position: relative; 
		width: 100%; 
		max-width: 1567px; 
		margin: 0 auto;
	}

	/* Req #48349 */
	.quieroSaberMas {
		position: absolute; 
		top: 74%;/*Req. 50158.00*/
    	right: 26%;/*Req. 50158.00*/
		cursor: pointer;
		max-width: 215px;
		width: 13%;
	}

	.tablaNomina {
		position: absolute;
		top: 56%;
		right: 4%;
		max-width: 485px;
	}
	/* Req #48349 */

@media (max-width: 1370px) {
	.tablaNomina {
		max-width: 400px;
	}
}

/*Req. 50158.00 - Ing. Enrique Reyes*/

.buttonNomina{
    border: 2px solid #6fda81;
    height: 40px;
    width: 200px;
    border-radius: 24px;
    background: white;
    color: #6fda81;
    font-size: 16px;
    padding-top: 11px;
    padding-left: 2rem;
    font-weight: bold;
}

.buttonNomina:hover{
    color: white !important;
    background: #6fda81 !important;
}
.buttonNomina:hover svg{
    fill: white !important;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
    background: #2697dd;
    border-radius: 50px;
}

.orbit-container .orbit-prev {
    left: 1vw !important;
}

.orbit-container .orbit-next {
    right: 1vw !important;
}

/*    Req. 50870.00 - Ing. Enrique Reyes*/
#ClickNomina {
    position: absolute;
    width: 248px;
    height: 121px;
    background-image: none;
    background: url('../img/boton nomina1.png');
    background-repeat: no-repeat;
    left: -33px;
    top: 70px;
    z-index: 99;
}
#ClickNomina:hover {
    position: absolute;
    width: 259px;
    height: 121px;
    background-image: none;
    background: url('../img/boton nomina2.png');
    background-repeat: no-repeat;
    left: -33px;
    top: 70px;
    z-index: 99;
}
@media(max-width: 1366px) {
    #ClickNomina {
        position: absolute;
        width: 248px;
        height: 121px;
        background-image: none;
        background: url('../img/boton nomina1.png');
        left: -33px;
        top: 90px;
        z-index: 99;
    }
    #ClickNomina:hover {
        position: absolute;
        width: 259px;
        height: 121px;
        background-image: none;
        background: url('../img/boton nomina2.png');
        left: -33px;
        top: 90px;
        z-index: 99;
    }
}