.navbar-inverse {
	background: #f1612f;
	border-bottom: 0px;
}

.jumbotron {
	background: url('../img/fondo1.jpg');
	background-position: 0px 0px;
	background-size: cover;
	animation: fondoanimado 40s linear infinite;
	animation-play-state: running;
	color: white;
	text-align: right;
	min-height: 600px;
}

.jumbotron p {
	color: white;
	font-size: 16px;
	line-height: 26px;
}

.login-noti {
	font-size: 16px;
	height: 42px;
	background: #0ebfdd;
	border-radius: 20px;
	padding: 0px;
	margin-top: 20px;
	color: #fff;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.3s;
}

.login-noti a {
	margin-top: -20px;
}

.login-noti a:hover {
	background: #fff;
}

.login-noti:hover {
	background: #e04712;
	letter-spacing: 1px;
	transition: 0.3s;
}

.login-noti li a:hover {
	background: none !important;
}

.dropdown-menu {
	background: #f1612f !important;
	border-radius: 0;
	border-width: 0;
	min-height: 75px;
}

.dropdown-menu li a:hover {
	background: #f1612f;
	max-height: 50px;
}

.dropdown-menu li a {
	padding: 25px 20px;
}

.btn-primary {
	color: #fff;
	background-color: transparent;
	border-color: white;
	margin-bottom: 5px;
}

.btn-primary:hover {
	color: #27A967;
	background-color: white;
	border-color: white;
}

.glyphicon-large {
	font-size: 100px;
}

.call-to-action {
	text-align: center;
}

.call-to-action p {
	margin-bottom: 30px;
	font-family: sans-serif;
}

.navbar-header {
	min-height: 75px;
}

.sec1, .sec2, .sec3, .sec4 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.sec1 {
	background: #fff;
}

.titulo-noti {
	background-color: #e8edef;
	text-align: center;
}

.titulo-noti h1 {
	color: #0ebfdd;
}

.sec1 p {
	text-align: center;
	margin: 110px 0px 50px 0px;
}

.beneficios p {
	text-align: left;
	margin: 10px 0px 20px 0px;
	color: #b3b3b3;
}

.sec1 h1 {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -1px;
}

.sec1 h2 {
	font-size: 18px;
	color: #7a7a7a;
	font-weight: 900;
	margin-top: 0px;
}

.grafica {
	background: url('../img/engrane.png');
	background-position: 70% 30%;
	background-repeat: no-repeat;
}

.star {
	margin-bottom: 10px;
}

.beneficios {
	background: #e8edef;
	border-radius: 25px;
	max-width: 35%;
	padding: 25px;
}

.beneficios li {
	background: url('../img/bullet.png') no-repeat;
	background-position: 0px;
	width: 276px;
	height: 40px;
	padding: 11px 0px 0px 0px;
	font-weight: 600;
	text-transform: uppercase;
	list-style: none;
	text-shadow: 1px 1px 2px #737373;
}

.beneficios li img {
	margin: -5px 20px 0px 11px;
}

.sec2 {
	background: url('../img/fondo-tringulos.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.titulo-noti {
	background-color: #e8edef;
	text-align: center;
}

.titulo-noti h1 {
	color: #0ebfdd;
}

.sec2 h1 {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -1px;
	color: #f1612f;
}

.sec2 p {
	font-size: 16px;
	line-height: 30px;
	color: #323232;
	font-weight: 400;
}

.sec2 .btn-primary {
	color: #fff;
	background-color: #f1612f;
	border-color: rgba(0, 0, 0, .0001);
	margin-bottom: 5px;
	padding: 10px 10px;
	margin: 30px 0px;
}

.sec2 .btn-primary:hover {
	color: #eca68d;
	background-color: white;
	border-color: white;
}

/*   SECCION 3   */
.sec3 {
	background: url(../img/fondo2.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: center;
	min-height: 700px;
}

.html5 img {
	max-width: 100%;
	margin: 50px 0px 50px 0px;
}

.sec3 h1 {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -1px;
	color: #fff;
	text-shadow: 3px 4px 5px #194d5a;
	text-transform: uppercase;
}

.sec3 p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 30px;
	color: hsla(0, 0%, 100%, 0.74);
	font-weight: 400;
	margin-top: 10px;
}

.sec4 {
	background: url('../img/fondo3.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: center;
	min-height: 700px;
}

.dinamico img {
	max-width: 100%;
	margin: 30px 0px;
}

.sec4 h1 {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -1px;
	color: #fff;
	text-shadow: 3px 4px 5px #893519;
	text-transform: uppercase;
}

.sec4 p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 30px;
	color: hsla(0, 0%, 100%, 0.74);
	font-weight: 400;
	margin-top: 10px;
}

.sec5 {
	background: #fff;
	text-align: center;
}

.beneficio img {
	max-width: 100%;
	margin: 30px 0px;
	position: relative;
	top: -75px;
	/* border: solid 10px #e8edef; */
}

.sec5 h1 {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -1px;
}

.sec5 h2 {
	font-size: 18px;
	color: #7a7a7a;
	font-weight: 900;
	margin-top: 0px;
	text-transform: uppercase;
}

.sec5 p {
	margin: 20px 0px;
}

.beneficio {
	min-height: 420px;
	padding: 10px;
	margin: 0px;
	text-align: center;
}

.beneficio-item {
	background: #f8f9fa;
	border-radius: 60px;
	min-height: 350px;
	margin-bottom: 80px;
}

.footer {
	position: absolute;
	bottom: 0;
	height: 35px;
}

.menu-footer a {
	padding: 0px 30px;
	color: #c7ced4;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.social a {
	padding: 0px 5px;
}

.menu-footer {
	margin-top: 30px;
}

.linea-footer {
	border-bottom: 1px solid #777;
	padding-bottom: 30px;
}

/*   menos de 768  */
@media ( max-width : 768px) {
	.centrado-en-celulares {
		text-align: center !important;
	}
	.login-noti {
		border-radius: 0px;
	}
	.navbar-nav li a {
		min-height: 50px;
	}
	.sec1 p {
		margin: 30px 0px 50px 0px;
		text-align: center;
	}
	.sec5 p {
		margin: 30px 0px 50px 0px;
		text-align: center;
	}
	.sec1 h1 {
		font-size: 20px;
	}
	.sec5 h1 {
		font-size: 20px;
	}
	.sec5 h2 {
		font-size: 13px;
		color: #7a7a7a;
		font-weight: 900;
		margin-top: 0px;
		text-transform: uppercase;
		line-height: 20px;
	}
	.titulo-noti {
		padding: 5px;
	}
	.sec1 .beneficios h2 {
		font-size: 16px;
		color: #7a7a7a;
		font-weight: 900;
		text-align: center;
	}
	.beneficios {
		border-radius: 15px;
		max-width: 100%;
		padding: 10px;
	}
	.beneficios ul {
		padding: 0px;
	}
	.grafica img {
		max-width: 100%;
		text-align: center;
		padding-top: 100px;
	}
	.grafica2 img {
		max-width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.sec2 h1, .sec3 h1 {
		font-size: 26px;
	}
	.sec4 h1 {
		font-size: 26px;
	}
	p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	body, html {
		overflow-x: hidden;
		overflow-y: auto;
	}
	.sec2 p {
		margin-top: 40px;
		margin-left: 0px;
		text-align: center !important;
	}
	.sec2 {
		padding: 50px 0px;
	}
	.salto-en-pc {
		display: none;
	}
	.grafica {
		background-size: cover;
	}
	.menu-footer a {
		padding: 6px;
	}
}

/*   mas de 768  */
@media ( min-width : 768px) {
	.navbar-nav>li>a {
		padding-top: 30px;
	}
	.navbar-inverse .navbar-toggle {
		margin-top: 20px !important;
	}
	.grafica img {
		max-width: 100%;
		margin-left: 100px;
	}
	.sec2 {
		padding: 200px 0px;
	}
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: none;
	border-width: 0px;
}

.dispositivos .ipad {
	width: 95%;
}

.beneficio-item p {
	color: rgba(0, 0, 0, .5);
	max-width: 100%;
	padding: 0px 20px 30px 20px;
}

.beneficio-item h3 {
	color: #7a7a7a;
	font-weight: 900;
	font-size: 17px;
	letter-spacing: -1px;
	margin-top: -75px;
	text-transform: uppercase;
}

@media ( max-width : 1200px) {
	ul {
		padding: 0px;
	}
}

/*   SOLO CELULARES   */
@media screen and (max-device-width: 480px) {
	.navbar-nav li a {
		min-height: 50px;
	}
	.navbar-brand {
		max-width: 70%;
	}
}

html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.008);
}

@media screen and (min-width: 768px) {
	.salto-en-celulares {
		display: none;
	}
}

.margen-arriba {
	margin-top: 100px;
}

.margen-arriba-peque {
	margin-top: 50px;
}

.delete {
	background: url(../img/trash-icon.png) no-repeat 97% 0;
	box-shadow: none;
	height: 45px;
	width: 50px;
	opacity: 1;
}

.body-popup {
	background: url("/img/headernoti.jpg");
	margin-top: 85px;
	background-repeat: no-repeat;
}

input:hover {
	background-color: #ffffff !important;
}

textarea:hover {
	background-color: #ffffff !important;
}

.msg-success {
	background: url(../img/messages/success.png) no-repeat;
	font-weight: bold;
	text-indent: 28px;
	color: #f1612f
}

.msg-alert {
	background: #FFC url(../img/messages/alert.png) no-repeat;
	font-weight: bold;
	text-indent: 28px;
	color: #f1612f
}

.msg-info2 {
	font-size: 1.3em;
	color: #999;
	padding-left: 30px;
}

td button.button-detail {
	border-width: 0px;
	background-color: white;
	background: url(../img/detail.png) no-repeat;
	height: 50px;
	width: 50px;
	opacity: 88%;
}

td button.button-detail:hover {
	background-color: #f5f5f5;
	height: 53px;
	width: 53px;
	opacity: 100%;
}

td button.button-schedule {
	border-width: 0px;
	background-color: white;
	background: url(../img/schedule.png) no-repeat;
	height: 50px;
	width: 50px;
	opacity: 88%;
}

td button.button-schedule:hover {
	background-color: #f5f5f5;
	height: 53px;
	width: 53px;
	opacity: 100%;
}

td button.button-delete {
	border-width: 0px;
	background-color: white;
	background: url(../img/delete.png) no-repeat;
	height: 50px;
	width: 50px;
	opacity: 88%;
}

td button.button-delete:hover {
	background-color: #f5f5f5;
	height: 53px;
	width: 53px;
	opacity: 100%;
}

td button.button-download-xls {
	border-width: 0px;
	background-color: white;
	background: url(../img/download-xls.png) no-repeat;
	height: 50px;
	width: 50px;
	opacity: 88%;
}

td button.button-download:hover {
	background-color: #f5f5f5;
	height: 53px;
	width: 53px;
	opacity: 100%;
}

td button.button-statistics {
	border-width: 0px;
	background-color: white;
	background: url(../img/statistics.png) no-repeat;
	height: 50px;
	width: 50px;
	opacity: 88%;
}

td button.button-statistics:hover {
	background-color: #f5f5f5;
	height: 53px;
	width: 53px;
	opacity: 100%;
}

td button.button-preview {
	border-width: 0px;
	background-color: white;
	background: url(../img/preview.png) no-repeat;
	height: 50px;
	width: 50px;
	opacity: 88%;
}

td button.button-download-total-xls {
	border-width: 0px;
	background-color: white;
	background: url(../img/download-total-xls.png) no-repeat;
	height: 50px;
	width: 50px;
	opacity: 88%;
}

td button.button-preview:hover {
	background-color: #f5f5f5;
	height: 53px;
	width: 53px;
	opacity: 100%;
}

label.title, i.title {
	color: #3398CB !important;
	font-size: 40px !important;
	vertical-align: middle;
}

label.subtitle {
	color: #3398CB !important;
	font-size: 18px !important;
	text-shadow: 1px 1px 0 #FFFFFF;
	font-weight: bold;
}

.texts {
	color: #3398cb;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-align: left;
	font-weight: bold;
}

.buttons-dark {
	color: white !important;
	background-color: #156FA1 !important;
}

.buttons-clear {
	color: white !important;
	background-color: #4FB0CF !important;
}

.buttons-delete {
	color: white !important;
	background-color: #156FA1 !important;
	text-wrap: nowrap;
}

.ui-datatable-even {
	background-color: #ececec !important;
}

.stretch {
	font-weight: lighter;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	text-align: center;
}

.loading-icon {
	font-size: 3rem;
	color: blue;
}

.navbar {
	margin-bottom: 0;
	min-height: 75px;
	border-bottom: 0px;
	background-color: #f1612f;
}

.navbar-nav {
	margin-bottom: 0;
	min-height: 75px;
	border-bottom: 0px;
	background-color: #f1612f;
}

.collapse {
	background-color: #f1612f;
}

.navbar-collapse {
	background-color: #f1612f;
}

.navbar-brand {
	background-color: #f1612f;
}

.navbar-expand-lg {
	background-color: #f1612f;
}

.navbar-light {
	background-color: #f1612f;
}

.menu-label {
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}

.option-label {
	color: white;
	font-weight: bold;
}

.menu-label-loggedin {
	color: white;
}

.column-vertical-top-align {
	vertical-align: super;
}

.column-vertical-left-border {
	border-left: 1px solid black;
	text-align: left;
}

.panelgrid-content-centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.panel-fixed {
	width: 100%;
}

.panelgrid-align-left {
	text-align: left;
}

.panelgrid-title {
	width: 100%;
}

.panelgrid-column-left {
	text-align: left;
}

.panelgrid-column-right {
	text-align: right;
}

.custom-toggler.navbar-toggler {
	border-color: white;
}

.label-centered {
	text-align: center;
}

.loader-icon-span {
	background-color: #f1612f;
	color: #f1612f;
	font-size: 40px;
	border: none;
}

#form1\:statusDialog_content, #statusDialog_content {
	background-color: #f1612f;
	border: none;
}

.texts-wrap {
	text-align: left;
	word-break: break-all;
}

.card-100 {
	width: 100%;
}

a span.pi {
	color: #ffffff;
}

.button-icon {
	border-width: 0 !important;
	color: #1480A1 !important;
	background-color: transparent !important;
	font-size: 34px !important;
	width: 50px !important;
	height: 50px !important;
}

.button-icon:hover {
	color: black !important;
	font-size: 36px !important;
}

.dropdown-toggle {
	color: white !important;
}

.ui-growl {
	z-index: 200000 !important;
	top: 220px !important;
	background-color: #f1612f !important;
	opacity: 0.90 !important;
	color: white !important;
	border-radius: 5px !important;
	height: auto !important;
}

.ui-growl-item-container {
	background: transparent !important;
	color: white !important;
	height: 0px;
}

.ui-growl-image {
	color: white !important;
}

.ui-btn-red {
	color: red
}

.button-icon-red {
	border-width: 0 !important;
	color: red !important;
	background-color: transparent !important;
	font-size: 34px !important;
	width: 50px !important;
	height: 50px !important;
}

.button-icon-orange {
	border-width: 0 !important;
	color: orange !important;
	background-color: transparent !important;
	font-size: 34px !important;
	width: 50px !important;
	height: 50px !important;
}

.button-icon-blue {
	border-width: 0 !important;
	color: #1480A1 !important;
	background-color: transparent !important;
	font-size: 34px !important;
	width: 50px !important;
	height: 50px !important;
}

.button-icon-blue:hover {
	border-width: 0 !important;
	color: #454746 !important;
	background-color: transparent !important;
	font-size: 34px !important;
	width: 50px !important;
	height: 50px !important;
}

.button-icon-green {
	border-width: 0 !important;
	color: green !important;
	background-color: transparent !important;
	font-size: 34px !important;
	width: 50px !important;
	height: 50px !important;
}

.button-icon-yellow {
	border-width: 0 !important;
	color: #EDCE47 !important;
	background-color: transparent !important;
	font-size: 34px !important;
	width: 50px !important;
	height: 50px !important;
}

.button-icon-grape {
	border-width: 0 !important;
	color: #AE62D1 !important;
	background-color: transparent !important;
	font-size: 34px !important;
	width: 50px !important;
	height: 50px !important;
}

#form1\:confirmLogout {
	top: 320px !important;
}

.tl_filter_table {
	margin-bottom: 1em;
}

.tl_filter_table label.ui-outputlabel {
	display: flex;
	flex-direction: column;
}

.tl_filter_table label.ui-outputlabel input, .tl_filter_table label.ui-outputlabel .ui-selectonemenu,
	.tl_filter_table label.ui-outputlabel .ui-autocomplete input {
	width: 100% !important;
	margin-top: .5em;
}

.tl_filter_table label.ui-outputlabel .ui-autocomplete {
	width: 100%;
}

.tl_filter_table label.ui-outputlabel .p-datepicker {
	min-width: 100%;
}

.tl_filter_table label.ui-outputlabel .ui-button {
	margin-top: 2em;
}

.title-blue {
	color: #1480A1 !important;
	font-size: 20px !important;
}

#paymentMessage {
	text-align: center;
}

#paymentMessage .ui-outputpanel {
	padding-top: 30px;
	text-align: center;
	font-size: 30px;
}

#paymentMessage .ui-outputlabel {
	vertical-align: middle;
}

.payment-form {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.card-wrapper {
	background-color: #c0c0c0;
	width: 100%;
	display: flex;
	padding: 10px 0;
}

.payment-form input {
	margin: 1px 0;
	padding-left: 3%;
	font-size: 10px;
}

.payment-form input[type="text"], input[type="email"] {
	display: block;
	height: 35px;
	width: 50%;
	border: 1px solid;
}

.input-button {
	display: block;
	height: 40px;
	width: 100%;
	border: none;
	background-color: #3C8DC5;
	color: #fff;
	margin-top: 2px;
	padding-top: 10px;
	cursor: pointer;
}

.column-left {
	width: 50%;
	float: left;
	margin-bottom: 1px;
}

.column-right {
	width: 50%;
	float: right;
}

.input-field {
	width: 100%;
}

.detail-button-icon {
	border-width: 0 !important;
	color: #1480A1 !important;
	background-color: transparent !important;
	font-size: 20px !important;
	width: 45px !important;
	height: 45px !important;
}

.detail-button-icon:hover {
	color: black !important;
}

.payment-grid td {
	border: none;
}

.button-left {
	width: 48%;
	float: left;
	background-color: #3C8DC5;
}

.button-right {
	width: 48%;
	float: right;
	background-color: #3f5cc2;
}