@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');

ul {
	list-style-type: none !important;
	padding: 0;
}

* {
	/* color: #333; */
	font-family: 'PT Sans', sans-serif;
	/* font-size: 14pt; */
}

::placeholder {
  color: #000;
  opacity: 1;
}

.btn {
	font-size: 20px;
}

body {
	background-image: url('fondo.jpg');
	background-size: cover;
	font-size: 20px;
}

.panel-title {
	font-size: 16pt;
	font-weight: bold;
}

#transparencia {
	position: absolute;
	background-color: #000;
	opacity: 0.7;
	z-index: -1;
	width: 100%;
	height: 100%;
}

hr {
	border-color: #CCC;
}

#logo {
	display: block;
	margin: 0 auto;
	width: 120px;
}

#formulario {
	border-radius: 4px;
	background-color: rgba(255,255,255,0.9);
}

#pie {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	background-color: #FFF;
}

.panel-body li {
	margin-bottom: 20px;
}

.panel-body li img {
	margin-right: 10px;
	width: 50px;
	display: inline-block;
}

input[type="radio"], input[type="checkbox"] {
	margin: 8px 0 0;
}

.btn-group-vertical {
	width: 100%;
}

#confirmarpago img, #contacto img, #datoscontacto img {
	height: 80px;
	margin: 0 auto;
	display: inherit;
}

#confirmarpago .col-md-12, #contacto .col-md-12, #datoscontacto .col-md-12 {
	text-align: center;
}

#confirmarpago .col-md-12 img {
	margin-bottom: 15px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.messages {
	font-size: 14px;
}

.btn-pagos {
    text-decoration: none;
    background-color: #f0ad4e;
    color: #fff; /* color de fuente */
    border: 1px solid #eea236; /* tamaño y color de borde */
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
	border-radius: 5px;
	font-size: medium;
	margin-bottom: 5px;
}
  
.btn-pagos:hover {
    color: #eea236; /* color de fuente hover */
	background-color: #f0ad4e;
	border: 1px solid #eea236;
	text-decoration: none
}
  
.btn-pagos::after {
    content: "";
    background: #fff; /* color de fondo hover */
	border: none;
    position: absolute;
    z-index: -1;
    padding: 5px 10px;
    display: block;
    bottom: 100%;
    top: -100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
  
.btn-pagos:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
}

.btn-deshabilitado {
    background-color: #b3b3b3;
    color: #fff; /* color de fuente */
    border: 1px solid #a7a7a7; /* tamaño y color de borde */
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
	border-radius: 5px;
	font-size: medium;
	margin-bottom: 5px;
	width: 90%;
	cursor: no-drop;
}

.row-deuda {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;	
}

.div-origen-deuda {
	background-color: #dddddd;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 12px;
	color: #333;
	font-size: 20px;
}

.div-tipo-producto {
	cursor: auto;
	background: white;
	border: 1px 0 solid #dddddd;
	padding: 6px 12px; color: #333;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
}