body, html {
	width: 100%;
	height: 100%
		
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 14px;
}

/*.sidebar, .body{
	height: 100vh;
}*/
a {
	color: #0089c5;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
p {
	margin-bottom: 0;
}
.font-color {
	color: #0089c5;
	font-weight: 800;
}
.icon-title {
	border: 3px solid;
	border-radius: 50%;
	padding: 5px 0;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 25px;
	margin: 0 10px 0 0;
}
nav a {
	color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
nav ul li a i {
	/*    border: 2px solid;
    border-radius: 50%;
    padding: 8px;
    
    height: 35px;*/
	width: 22px;
	text-align: center;
	margin: 0 5px 0 0;
	font-size: 20px;
}
nav .nav-item {
	margin: 5px 0;
	border-radius: 20px;
	/*width: 85%;*/
	background-color: #015fa7;
	font-weight: bold;
}
nav .nav-item.active, nav .nav-item:active, nav .nav-item:focus, nav .nav-item:hover {
	color: #fff;
	background-color: #3a4e61;
}
hr {
	max-width: 100%;
/*	margin: 25px auto 0;*/
	border-width: 1px;
	border-color: rgba(34, 34, 34, .1);
}
.hr-blanco {
	max-width: 100%;
	border-width: 1px;
	border-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	letter-spacing: -1px;

}

h1 {
	font-size: 50px;
}
.bg-destaca {
    background-color: #fff;
    color: #0089c5;
	display: inline-block;
	padding: 5px;
    }



/*    font-size: 25px;*/

p {
	/*font-size: 16px;*/
	line-height: 1.5;

}
.container {
	max-width: 1260px !important;/*     padding: 0 50px;*/
}


.inicio-info i {
	font-size: 22px !important;

margin: 8px 8px 8px 0;
}

.inicio-info li {

    list-style: none;

}

header .col-lg-3 {
	background-color: #0089c5;
	padding: 30px 0 !important;
}
header .col-lg-9 {
	background-color: #fff;
	padding: 30px 0 !important;
}
.logo {
	margin: 30px 0
}
.logo-1 {
	float: left;
	height: auto;
	padding: 0;
}
.logo-2 {
	float: right;
	height: auto;
	padding: 0;
}
.logo-1-responsivo, .logo-2-responsivo {
	display: none;
}
.masthead {
	height: 100vh;
	min-height: 775px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #0089c5;
	color: #fff;
}
.fas.fa-times-circle.no-ok {
	font-size: 21px;
	color: #dd1144;
}
.ok {
	font-size: 21px;
	color: #78b600;
}
.no-ok, .pdf {
	font-size: 22px;
	color: #dd1144;
}
.form-control, .datepicker thead, .datepicker tbody {
	font-size: inherit !important;
}
.thead {
	color: #fff;
	background-color: #0089c5 !important;
	font-size: 12px;
}
tbody {
	font-size: 11px;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
	background: #015fa7 !important;
}
.datepicker td, .datepicker th {
	border-radius: 0px !important;
}
section {
	padding: 140px 0;
}
section h2 {
	font-size: 50px;
}

.card-header h2 {
	font-size: 24px;
	margin: 0;
}

footer {
	margin: 100px 0 0 0;
	border-top: solid 1px rgba(0,0,0,.125);
	padding: 10px 0 0 0;
	text-align: right;
}

.footer-landing {
	margin: 0 !important;
}

footer p {
	font-size: 12px;
	margin: 0;
}


.tools {
	background-color: #e9ecef;
}

.alert-outline {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 10px;
	margin: 20px 0;
}


.btn-outline {
	color: #fff;
	border: 2px solid #fff;
}
.btn-outline-gris {
	color: #4c4c4c;
	border: 2px solid #4c4c4c;
}
.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
	color: #fff;
}
.btn-azul {
	color: #fff;
	background-color: #005fa7;
}
.btn-azul.active, .btn-azul:active, .btn-azul:focus, .btn-azul:hover {
	color: #fff;
	background-color: #0089c5;
}
.btn-gris {
	color: #8a8a8a;
	background-color: #e7e7e7;
	border: #aeb5be solid 1px;
}
.btn-gris.active, .btn-gris:active, .btn-gris:focus, .btn-gris:hover {
	color: #8a8a8a;
	background-color: #e7e7e7;
}
.btn {
	border-radius: 300px;
	font-family: 'PT Sans', sans-serif;
	margin: 10px 0;
}
.btn-xl {
	font-size: 22px;
	padding: 10px 25px;
}
.login {
	width: 50%;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 999;
	color: #4c4c4c;
}
.signin {
	width: 50%;
	margin: 0 auto;
}
.seccion-0 {
	background: #fdcc52 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.seccion-1 {
	background: #fdcc52 !important;
}
.seccion-2 {
	background: #ffe8ad !important;
}
.seccion-3 {
	background: #e0e9ec !important;
}
.seccion-4 {
	background: #005fa7 !important;
	color: #fff !important;
}
.sidebar {
	color: #fff;
}
.col-md-3, .col-md-9 {
	padding-top: 30px;
}
.container-fluid2 {
	
background: #0089c5; /* Old  */
	
background: -moz-linear-gradient(left, #0089c5 0%, #0089c5 50%, #ffffff 50%, #ffffff 100%);
	
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0089c5), color-stop(50%, #0089c5), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
	
background: -webkit-linear-gradient(left, #0089c5 0%, #0089c5 50%, #ffffff 50%, #ffffff 100%);
	
background: -o-linear-gradient(left, #0089c5 0%, #0089c5 50%, #ffffff 50%, #ffffff 100%);
	
background: -ms-linear-gradient(left, #0089c5 0%, #0089c5 50%, #ffffff 50%, #ffffff 100%);
	
background: linear-gradient(to right, #0089c5 0%, #0089c5 50%, #ffffff 50%, #ffffff 100%);
	
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089c5', endColorstr='#ffffff', GradientType=1 );
}


.carousel-inner {
    height: 400px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	width: 100%;
	line-height: 1;
}

.carousel-fade .carousel-inner .carousel-item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.title {
	margin: 0 0 30px 0;
}
table {
	text-align: left;
}

.txt-salir {
    width: 70%;
    display: inline-block;
    text-align: right;
}

#bt-login {
    display: none;
}



/*----------------ETAPAS*/
.pasos {
    background-color: #f7f7f7;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid rgba(0,0,0,.125);
}
.circulo {
  background: #0089c5;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  font-size: 25px;
}

.etapa {
    float: left;
    width: 33%;
}

.circulo.off {
    background-color: #c5c5c5;
}
/*------------------------------*/


.result-txt {
    text-transform: lowercase;
}
.result-txt::first-letter {
    text-transform: capitalize;
}
/*.form-group {
    margin-bottom: 0 !important;
}*/

.btn-borrar {

    position: relative;
    display: block;
    padding: .2rem .50rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #f2f2f2;
    border: 1px solid #dee2e6;
    margin: 5px 0px !important;
    border-radius: 8px !important;
    font-size: .875rem;

}
.option {
    font-size: 50px;
	margin: 20px 0;
}

::placeholder { 
    opacity: 0.5 !important; 
}

label {
    margin-bottom: 0 !important;
}

.input-group .btn {
    margin: 0;
    border-radius: .25rem;
}

.bt-input-bg {

    border-color: #ced4da;
    background-color: #ededed;
    width: 30px;
    text-align: center;
    padding: 6px 0;

}

.modal-header {

    background-color: #0089c5;
	color: #fff;
}

.modal-header-title {
    background-color: #f7f7f7;

}
.modal-header-title-2 {
    background-color: #0089c5;
	color: #fff;
}


.btn.btn-delete {
    background-color: #d9534f;
    margin: 0;
    padding: 2px 3px 2px 3px;
    color: #fff;
    border-radius: 5px;
	border: solid 1px #d54440;
    font-size: 11px;
}


.form-responsivo label {

    font-size: 11px;
    text-transform: uppercase;

}
.form-responsivo .form-group {

    margin-bottom: 0.5rem;

}

.prop {

    padding: 0px 5px;
    margin: 20px auto;
    background-color: #e9ecef;
	display: inline-block;

}

.label-count {
    line-height: 30px;
}
.label-count-2 {

    width: 22px;
    height: 20px;
    padding: 3px;
    font-size: 11px !important;
    float:  right;
    margin: 5px;
    text-align: center;

}
.consulta i {
    font-size: 22px;
}


.status-disponible {

    background-color: #28a745 !important;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
	white-space:nowrap;

}

.status-proceso {

    background-color: #ffc107 !important;
    padding: 2px 5px;
    border-radius: 5px;
	white-space:nowrap;

}

.status-rechazado {

    background-color: #dc3545 !important;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
	white-space:nowrap;

}

.pagar .form-inline {
    margin: 10px 0 0 0;
}
.pagar label {
    margin: 0 8px 0 0;
}

.table-pagar tbody {
    font-size: inherit !important;
}

.link-card a {
    color: #666666 !important;
}

.link-card a:hover {
	color: #0089c5 !important;
	text-decoration: none !important;
}
header.encuesta{
	background-color: #0089c5;
}
/*.status-modal {

padding: 0 5px;
border-radius: 5px;
border: solid 1px;

}
.consulta a:hover {

text-decoration: none !important;
background-color: #b3d6e6;

}*/

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .carousel-item.next,  .carousel-fade .carousel-inner > .carousel-item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .carousel-item.prev,  .carousel-fade .carousel-inner > .carousel-item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .carousel-item.next.left,  .carousel-fade .carousel-inner > .carousel-item.prev.right,  .carousel-fade .carousel-inner > .carousel-item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

@media (max-width:768px) {
.container-fluid {
	background: #0089c5 !important;
}
.navbar {
	padding: 0 !important;
}
header {
	background-color: #0089c5 !important;
}
	
#bt-login {
    display: inline-block;
}
	
.login {
	width: 100%;
	top: inherit !important;
	bottom: 0 !important;
	right: inherit !important;
	height: 130px;
}
.btn {
	margin: 20px 0;
}
.btn-xl {

	padding: 18px;
	width: 48%;
	height: 55px;
	border-radius: 10px;
	white-space: normal;
	line-height: 16px;
	text-align: center !important;
	float: left;
}
.btn-gris {

	padding: 18px;
	width: 48%;
	height: 55px;
	border-radius: 10px;
	white-space: normal;
	line-height: 16px;
	text-align: center !important;
	float: right;
}
.container {
/*	padding: 0 10px;*/
	text-align: center;
}
h1 {
	font-size: 25px;
}
h3 {
	font-size: 18px;
}
.h2, h2 {
	font-size: 20px !important;
	letter-spacing: -0.03em;
}
p {
	line-height: auto;
	margin-bottom: 0;
}
.logo {
	margin: 0px;
}
.logo img {
	max-width: 30%;
	height: auto;
}
.logo-1, .logo-2 {
	width: 50%;
	display: none;
}
.logo-1-responsivo {
	display: inline-block;
	float: right;
	width: 35%;
}
.logo-2-responsivo {
	display: inline-block;
	float: right;
	width: 35%;
	padding-top: 10px;
}
.logo-2 {
	padding-top: 10px;
}
section {
	padding: 100px 0;
}
.masthead {
	height: auto !important;
	padding-top: 120px !important;
}
footer .pt-5 {
	padding-top: 10px !important;
}
footer {
	padding: 25px 0;
	text-align: center !important;
	margin: 10px 0 0 0;
}
footer img {
	height: auto;
	max-width: 100% !important;
}
.row.h-100 {
	margin: 0 2px;
}
.col-md-3 {
/*	padding-top: 100px;*/
	background-color: #fff;
	color: #0089c5;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.col-md-9 {
	padding-top: 0;
}
	
.alert-outline {
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 10px 0;
    background-color: #0089c5;
    display: inline-block;
	border: inherit !important;
}
	
.pl-5{
		padding-left: 15px !important;
	}	
	
.card-body {
	padding: 10px;
}
	
.card-header h2 {
    font-size: 120% !important;
    margin: 0;
    font-weight: bold;
}
	
.icon-title {
	border: 2px solid;
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.title {
	margin: 0 0 20px 0;
}
.head-mob-nav {
	width: 15%;
	float: left;
}
.sesion {
	position: absolute;
	top: -215px;
	z-index: 9999;
	color: #fff;
	right: -15px;
	width: 15%;
	padding: 0;
	font-size: 11px;
}
	
	
.close {
	width: 100%;
	color: #fff;
}
.col-sm-12.mb-3 {
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	padding: 5px;
}
.signin {
	width: 100%;
}

.opcion,  .tipo-contribuyente{display: none;}
	
.bg-destaca {
    padding: 5px;
/*    font-size: 18px;*/
}	
.custom-file {

    margin: 0 15px !important;

}
	.text-right {

    text-align: center !important;
    margin: 10px 0;

}
	
	.circulo-resume {
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
    width: 100%;
}

.circulo {
    font-size: 18px;
    margin-right: 0;

}

/*.form-responsivo .form-group {
		padding: 0;
	}*/
.form-responsivo .form-group label {

    width: 30%;
    text-align: right;

}
	
.form-responsivo .form-control, .form-responsivo .custom-select, .form-responsivo .input-group {

    width: 65%;
    float: right;

}
	
.form-responsivo h4 {
    font-size: 18px;
}
	
	
/*.form-responsivo .col-md-9.p-0 {
    padding-right: .3rem !important;
    padding-left: .3rem !important;
}	
.form-responsivo .col-md-3.p-0 {
    margin: 0 .3rem;
}*/


	.container-fluid {
		padding: 0 ;
	}
	
#bt-login.btn-azul {
	width: 45%;
}
	
	.login .col-lg-10	{
		padding: 0 !important;
	}
.bg-destaca {
    margin: 20px;
}	
}

