body {
    margin: 0;
    padding: 0;
    font-family: 'Mark';
    top:0 !important;
    overflow-x:hidden !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }
* {
    scrollbar-width: inherit;
    scrollbar-color: inherit;
}

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

h1 {
    margin: 0;
    padding: 0;
    list-style: none; }
h3 {
    margin: 0;
    padding: 0;
    list-style: none; }

h4 {
    margin: 0;
    padding: 0;
    list-style: none; }

h5 {
    margin: 0;
    padding: 0;
    list-style: none; }

h6 {
    margin: 0;
    padding: 0;
    list-style: none; }

p {
    font-size: 15px;
    color: #000000;
    line-height: 1.25;
    font-weight:400;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none; }

li {
    margin: 0;
    padding: 0;
    list-style: none; }

a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
    text-decoration: none !important; }

input {
    outline: none !important; }

button {
    outline: none !important; }
.main {
    overflow: hidden; 
    background:#FFF;
}
.text-decoration a{
    text-decoration:underline !important;
}
img{
    max-width:100%;
}
.mobile-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-header {
    border-bottom: 0;
}
.mobile-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-image {
    min-width: 119px;
    width: 119px;
    margin-right:20px;
}
.popup-content h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
}
.popup-content p {
    color: #000000;
    font-size: 20px;
    padding-top: 10px;
}
.numbaro-factura {
	margin-top: 30px;
}
.consult-content.popup-content h4 {
	font-size: 18px;
	font-weight: 700;
    padding-right:20px;
}
.consult-content.popup-content a {
	color: #FFF;
	background: #686868;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	margin-top: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.invalid-feedback {
	font-size: 14px;
	max-width: 340px;
	color: #FF0000;
}
.consult-content.popup-content a:hover {
	color: #000000;
	background: #FFCC2E;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.input-item label {
    color: #000000;
    font-size: 15px;
}
.input-item input {
	width: 510px;
	border: 1px solid #000;
	border-radius: 5px;
	height: 36px;
    padding:0 10px;
    font-size: 15px;
}
.submit-item {
    float: right;
}
.submit-item button {
	background: #FFCC2E;
	padding: 3px 20px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	height: 36px;
	margin-left: 10px;
	border: 1px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.consult-factura-area .modal-dialog {
	max-width: 620px;
	margin: 1.75rem auto;
}
.guide-content h3 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
	color: #000000;
}
.guide-content img {
	width: 100%;
}
.submit-item input:hover {
	background: #979899;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.consult-factura-area {
	max-width: 760px;
/*	margin: auto;*/
    padding-top: 60px;
    padding:20px;
}
.consult-form-area.popup-content {
    margin-top:45px;
    overflow: visible;
}
.consult-form-area.popup-content h3 {
	font-size: 20px;
	margin-right: 9px;
    padding-top:3px;
    padding-bottom: 6px;
}
.numbaro-factura {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.input-item .is-invalid, .was-validated input:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.consult-form-area.popup-content form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#form-consulta-factura {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.75rem;
	width: 100%;
	max-width: 100%;
}
#form-consulta-factura .submit-item {
	margin-top: 0;
	padding-top: 0;
}
#form-consulta-factura .input-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: min(100%, 280px);
}
#form-consulta-factura .submit-item {
	float: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.turnstile-wrap {
	overflow: visible;
	min-height: 65px;
	width: 100%;
	max-width: 100%;
}
#turnstile-consulta {
	min-height: 70px;
	width: 100%;
	max-width: 100%;
}
#turnstile-consulta iframe {
	max-width: 100%;
}
.consult-factura-area .modal-header .btn-close {
    width: auto;
    height: auto;
    background: transparent !important;
    border: 0;
    opacity: 1;
    padding: 0 !important;
}
.consult-factura-area .modal-content {
	border: 1px solid #000 !important;
}
.mobile-factura-area.modal-content {
	display: none;
}
.invoice-area {
	padding-top: 40px;
}
.invoice-area p {
	font-size: 20px;
	color: #000000;
}
.invoice-area table {
	margin: 40px 0 40px 0;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #E2E2E3;
}
.table tr:nth-child(2n+1) {
	background: #F9FAFB;
}
.table tr {
	border-bottom: 1px solid #E2E2E3;
}
.table tr td {
	padding: 10px 15px;
	font-size: 15px;
}
.factura-icon-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: right;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 20px;
	padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.banner-service-single-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin:10px 20px;
}
.image {
    min-width: 72px;
    width: 72px;
    height: 72px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.image img {
    max-width: 100%;
    width: auto !important;
    height: 100%;
}
.banner-service-single-item a span {
    color: #000000;
    /* 16 */
    font-size: 14px;
    font-weight: 900;
    background: #FFC629;
    padding: 6px 25px 6px 51px;
    border-radius: 4px;
    margin-left: -38px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border:1px solid #000;
}
.banner-service-single-item a span:hover {
    background: #979899;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.factura-price-item {
	margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.factura-price-item span {
	padding-right: 10px;
	font-size: 15px;
	color: #000;
	/* text-decoration: underline; */
    font-weight: 700;
}

.linea-valor{
    text-decoration: underline;  
}


.factura-price-item input {
	width: 81px;
	border: 1px solid #E2E2E3;
	padding: 3px 10px;
	color: #000;
	font-size: 15px;
}
.factura-price-item span {
	padding-right: 10px;
	font-size: 15px;
	color: #000;
	/* text-decoration: underline; */
}
.factura-price-item button {
	background: transparent !important;
	border: 0 !important;
}
.factura-price-item img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
}
.sub-heading {
	width: 55%;
}
.sub-heading h3 {
	font-size: 16px;
	font-weight: 700;
}
.sub-content {
	width: 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.factura-price-item p {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}

.sub-heading-voluntario {
	max-width: 42%;
}

.sub-heading-voluntario h3 {
	font-size: 16px;
	font-weight: 700;
}


.sub-content-voluntario {
	width:105%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.banner-service-single-item-voluntario .a-voluntario  {
    color: #000000;
    /* 16 */
    font-size: 14px;
    font-weight: 900;
    background: #FFC629;
    padding: 6px 25px 6px 51px;
    border-radius: 4px;
    margin-left: -38px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border:1px solid #000;
}


.a-voluntario {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
    text-decoration: none !important; }

.btn-action-send{
    margin: 1%;
}

.payment-success {
    background: #fff;
    padding: 0.5%;
    border-radius: 10px;
    margin-bottom: 10px;
}


.pago-total {
    font-size: 26px;
    color: red !important;
    text-align: end;
}


.form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.form #pse {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form #pse > div {
    flex-basis: 48%;
    position: relative;
}


.form-control-pse {
    align-self: flex-end;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 15px;
}

.btn-action-send {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 1%;
}

