body {
	font-family: 'Roboto', sans-serif;
	color: #545454;
}

.blue {
	color: #00AFFA;
}

.green {
	color: #00aa34;
}

.uppercase {
	text-transform: uppercase;
}

/* LINKS */

a {
	color: #00aa34;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #00AFFA;
}

/* TITULOS y SUB */

.h1 {
	font-size: 40px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 100px;
}

@media (max-width:576px) {
	.h1 {
		font-size: 40px;
		margin-top: 40px;
	}
}

.h2 {
	font-weight: 700;
	font-size: 27px;
	display: block;
}

.h3 {
	font-size: 24px;
	color: #00aa34;
}

.h4 {
	font-size: 18px;
	font-weight: 700;
}

.sub {
	font-size: 23px;
	margin-bottom: 70px;
}

.sub2 {
	font-size: 30px;
	margin-bottom: 70px;
	padding: 20px;
}

/* GENERALES */

.container {
	margin: 40px auto 100px;
}

.center {
	margin: 0 auto;
}

/* HEADER */
.header {
	padding: 5px 0 10px;
	background-color: #00AFFA;
}
.header > .container {
	display: flex;
	margin: 0 auto !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.header-brand {
	display: block;
	width: 150px;
}
.header span {
	color: #fff;
	display: block;
  max-width: 130px;
  text-align: right;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.header {
		padding: 15px 0 30px;
	}
	.header-brand {
		width: auto;
	}
}

/* FOOTER */
.footer {
	
}
.footer-top {
	padding-bottom: 20%;
	background-image: url('../pics/fondoweb.png');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.footer-bottom {
	padding: 15px 0;
	background-color: #171717;
}
.footer-bottom > .container {
	margin: 0 auto !important;
	color: #515151;
	font-size: 13px;
	font-weight: bold;
}

/* ICONOS */

.icon-01,
.icon-02,
.icon-03,
.icon-04 {
	height: 130px;
	width: 160px;
	max-width: 100%;
	background-size: contain;
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
}

.icon-01 {
	background-image: url(../pics/icon-01.png);
}

.icon-02 {
	background-image: url(../pics/icon-02.png);
}

.icon-03 {
	background-image: url(../pics/icon-03.png);
}

.icon-04 {
	background-image: url(../pics/icon-04.png);
}

.arrow {
	background: url(../pics/arrow.png);
	width: 15px;
	height: 25px;
	display: block;
	margin: 150px auto;
}

/* DOCUMENTACION */

.card {
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 5px;
	transition: all 0.2s ease-out;
}

.card p {
	font-size: 16px;
	line-height: 1.2;
	padding: 10px 0;
}

.card:hover {
	border: 2px solid #00AFFA;
}

.documentos .col-lg-2 {
	max-width: 18%;
	flex: 0 0 18%;
}

.documentos .col-lg-1 {
	max-width: 8.33%;
	flex: 0 0 8.33%;
}

.documentos {
	margin-top: 20px;
}

.loading-wrap {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	left: 0;
	background: #0000006b;
	text-align: center;
	top: 0;
	color: #fff;
	z-index: 1;
	visibility: visible;
}

.loading-wrap.hidden {
	visibility: hidden;
}

.loading-wrap .loading-text {
	top: 45%;
	position: relative;
}

@media (max-width:992px) {
	.card p {
		height: auto;
		max-width: 500px;
		margin: 0 auto;
	}

	.documentos .col-lg-2 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.documentos .col-lg-1 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.arrow {
		background: url(../pics/arrow.png);
		width: 15px;
		height: 25px;
		display: block;
		margin: 20px auto;
		transform: rotate(90deg);
	}
}

/* TNA */

.tna {
	margin-top: 20px;
	background: #eee;
	border-radius: 20px;
	padding: 40px 50px;
}

@media (min-width:992px) {
	.tna .btn-primary {
		float: right;
	}
}

/* BOLETA */

.boleta {
	text-align: left;
	font-size: 19px;
}

.boleta .h2 {
	font-weight: 500;
	font-size: 22px;
}

/* BOTON */

.btn-primary {
	background: #00aa34;
	padding: 15px 25px;
	border: 0;
	cursor: pointer;
	font-weight: 500;
}

@media (max-width:576px) {
	.btn-primary {
		margin-top: 20px;
	}
}

.btn-primary:hover {
	background: #00AFFA;
}

.btn-turno {
	background: #ff2a2a;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
}

.btn-turno:hover {
	text-decoration: none;
	color: #fff;
	background: #c10000;
}

@media (max-width:768px) {
	.btn-turno {
		font-weight: bold;
		border-radius: 0;
		width: 100%;
		bottom: 0;
		right: 0;
	}
}

.cal {
	background: url(../pics/cal.png) no-repeat;
	width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px;
}

/* BOTON FINAL */

.btn {
	text-decoration: none;
	transition: background .2s linear;
}

.btn-final {
	background: #00aa34;
	padding: 25px 25px;
	border: 0;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	width: 100%;
	font-size: 20px;
	box-shadow: 0 3px 0 #d9d9d9;
	margin-bottom: 20px;
}

.btn-final:hover {
	text-decoration: none;
	color: #fff;
	background: #00AFFA;
}

/* PAGOS */

.pago {
	padding: 15px;
}

.pago span {
	background: #fff;
	display: block;
	border-radius: 5px;
	box-shadow: 0 4px 10px #aaa;
	height: 85px;

}

.pagoshab {
	font-size: 14px;
}

.arrow2 {
	background: url(../pics/arrow.png);
	width: 15px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

@media (max-width:992px) {
	.arrow2 {
		background: url(../pics/arrow.png);
		width: 15px;
		height: 25px;
		display: block;
		transform: rotate(90deg);
		margin: 0 auto;
	}
}

/* ESPECIALES */

.card-esp {
	background: #f4f4f4;
	padding: 30px;
	border-radius: 15px;
	display: inline-block;
	text-align: left;
	width: 100%;
}

.icon-06,
.icon-07 {
	height: 146px;
	width: 146px;
	display: block;
	margin-right: 20px;
	float: left;
}

.icon-06 {
	background: url(../pics/icon-06.png);
}

.icon-07 {
	background: url(../pics/icon-07.png);
}

.especial p {
	margin-top: 20px;
}

@media (max-width:1200px) {
	.card-esp {
		margin-bottom: 20px;
	}
}

@media (max-width:992px) {
	.icon-06,
	.icon-07 {
		height: 146px;
		width: 146px;
		display: block;
		float: none;
		margin-right: 0;
		margin: 0 auto;
	}
}

/* PROFESIONALES */

.card-pro {
	border-radius: 20px;
}

.title-pro {
	background: #00aa34;
	border-radius: 20px 20px 0 0;
	border: 1px solid #aaa;
	border-bottom: 0;
	padding: 30px 0;
	height: 150px;
}

.card-pro p {
	border-radius: 0 0 20px 20px;
	border: 1px solid #aaa;
	border-top: 0;
	font-size: 17px;
	padding: 30px;
}

.card-pro .h2 {
	color: #fff;
	font-size: 37px;
}

.card-pro .h3 {
	color: #323232;
	font-size: 22px;
}

.card-pro .h4 {
	display: block;
	margin-top: 30px;
}

.card-pro .h5 {
	line-height: 2;
	font-size: 23px;
	font-weight: normal;
	display: block;
	margin: 40px 0 60px;
}

.minicon-01 {
	width: 14px;
	height: 22px;
	display: inline-block;
	background: url(../pics/minicon-01.png);
	vertical-align: middle;
}


.minicon-02 {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../pics/minicon-02.png);
	vertical-align: middle;
}

.minicon-03 {
	width: 14px;
	height: 16px;
	display: inline-block;
	background: url(../pics/minicon-03.png);
	vertical-align: middle;
}

@media (max-width:992px) {
	.card-pro p {
		height: auto;
	}

	.title-pro {
		height: auto;
		padding: 30px 20px;
	}
}

/* INFO */

.info p {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 30px;
}

.card-info {
	padding-bottom: 40px;
}

.icon-08,
.icon-09,
.icon-10,
.icon-11 {
	width: 210px;
	height: 136px;
	display: block;
	margin: 0 auto;
}

.icon-08 {
	background: url(../pics/icon-08.png) no-repeat center;
}

.icon-09 {
	background: url(../pics/icon-09.png) no-repeat center;
}

.icon-10 {
	background: url(../pics/icon-10.png) no-repeat center;
}

.icon-11 {
	background: url(../pics/icon-11.png) no-repeat center;
}

ul.list-info {
	padding: 0;
	font-size: 15px;
	font-weight: 500;
}

ul.list-info li {
	list-style-type: none;
	line-height: 1;
	margin: 10px 0;
}


/* PASOS */

.paso1,
.paso2,
.paso3 {
	padding: 50px 0;
}

.paso2 {
	background: #f4f4f4;
}

@media (min-width:1200px) {
	.paso2 {
		background: #f4f4f4;
	}
}


/* NUMEROS */

.number1,
.number2,
.number3 {
	display: block;
	width: 136px;
	height: 204px;
	background-repeat: no-repeat;
}

.number1 {
	background-image: url(../pics/1.png);
}

.number2 {
	background-image: url(../pics/2.png);
}

.number3 {
	background-image: url(../pics/3.png);
}

@media (max-width:768px) {
	.hide-mobile {
		display: none;
		visibility: hidden;
	}
}


/* SELECCIONADO */

.selected {
	border-radius: 5px;
	border: 2px solid #00AFFA;
	padding: 10px 20px;
	font-weight: bold;
	background: url(../pics/check.png) no-repeat;
	background-position: 95% 50%;
}

.selected p {
	margin-bottom: 0;
	max-width: 90%;
}

label {
	font-weight: bold;
}

input.form-control {
	line-height: 2.2;
}

select#tipo,
select#hora {
	height: 55px;
}

label.col-sm-2 {
	padding-top: 15px;
}

/* SOLICITUD */

.solicitud .h2 {
	font-size: 30px;
}

.solicitud .h3 {
	font-size: 20px;
	color: #555;
}

.solicitud {
	color: #555;
}

.solicitud p {
	max-width: 300px;
}

.datepicker {
	margin: 0 auto;
}

/* BOTON PASOS */

.btn-secondary {
	background: transparent;
	color: #00aa34;
	border: 2px solid #00aa34;
	padding: 15px 25px;
	cursor: pointer;
	font-weight: 500;
	width: 100%;
	max-width: 500px;
	margin-bottom: 50px;
}

.btn-secondary:hover {
	background: #00aa34;
	color: #fff;
	border: 2px solid #00aa34;
}

.continuar {
	margin-top: 50px;
}

/* TURNO */

.turno p {
	font-size: 21px;
}

.turno .btn-confirm {
	background: #00aa34;
	color: #fff;
	border-color: #00aa34;
}

.turno .btn-confirm:hover {
	background: #00AFFA;
	color: #fff;
	border-color: #00AFFA;
}

.confirm.hidden {
	display: none;
}

.turno .btn-edit {
	background: transparent;
	color: #00aa34;
	border-color: #00aa34;
}

.turno .btn-edit:hover {
	background: #00aa34;
	color: #fff;
	border-color: 2px solid #00aa34;
}

.turno .btn-cancel {
	background: #eee;
	color: #444;
	border-color: #ddd;
}

.turno .btn-cancel:hover {
	background: #ddd;
	border-color: #ddd;
}

.steps {
	padding: 15px 25px;
	border: 2px solid;
	cursor: pointer;
	font-weight: 500;
	margin: 10px;
}

.icon-print {
	background: url(../pics/icon-print.png);
	width: 28px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
}

.btn-print {
	padding: 12px 15px 10px;
	border: 2px solid;
	cursor: pointer;
	font-weight: 500;
	margin: 10px;
	background: #00aa34;
	color: #fff;
	border-color: #00aa34;
}

.btn-print:hover {
	background: #00AFFA;
	color: #fff;
	border-color: #00AFFA;
}


.confirm {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 10px;
	max-width: 800px;
	margin: 50px auto;
}

.turno .row {
	margin: 60px 0;
}

.turno .row label {
	padding: 15px;
}

.turno #DNI {
	margin-bottom: 30px;
}

.turno .h1 {
	margin-bottom: 50px;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.navbar-inverse {
	background-color: #fff !important;
}

.navbar-container {
	padding: 20px 0 20px 37px;
}
