#sp-header .logo {
	width: 100%;
}


#sp-header .logo a {
	margin: 0 auto;
	text-align: center;
}

.body-innerwrapper {
	min-height: 100vh;
	background: #171717;	
}
	
#sp-main-body {
	background: #FFF;
}

.visforms-form h1 {
	text-align: center;	
}

.aceptar-privacidad-lbl {
	width: 100%;
	text-align: justify;
	margin-top: 10px;
                         
}

.aceptar-privacidad-lbl + div{
	font-size: 0.7rem;
}

.aceptar-privacidad {
	margin: 0.3em 0.8em;
}

.factura-lbl {
	width: 100%;
}

.factura {
	margin-bottom: 2rem;
	border: 1px solid rgba(0, 0, 0, 0.15)!important;
	border-radius: 0.25rem;
	padding: 0.4rem!important;
	width: 100%;
}

.visBtnCon {
	margin-top: 3rem;	
}

.visBtnCon input{

	width: 66.67%;
	line-height: 2.2;
	background: #039aa1;
	/* color: #fe7e00; */
	
	border: 1px solid #039aa1;
	border-radius: 0.4rem;
	
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.visBtnCon input:hover{

	width: 66.67%;
	line-height: 2.2;
	background: #fe7e00;
	/* color: #039aa1;; */
	
	border: 1px solid #fe7e00;
	color: #FFF;
}

.captchaCont {
	text-align: center;
}

.captchaCont .asterix-ancor {

	display: none;
}

.g-recaptcha {

	margin: 0 auto;
	width: auto;
}

.required .g-recaptcha::before {
	content: "*";
    color: red;
    display: inline-block;
    padding-right: 10px;
	float: left;
}


.vis_mandatory {
                    
					
                    
	display: none;
                           
}
.defaultform {
	margin: 0;
                    
                                         
                 
                                     
}
.alert-success {
    text-align: center;
}

.visCSSlabel {
	margin-bottom: .5rem;
}

.visforms .required label::before {

    content: "*";
    color: red;
    display: inline-block;
    padding-right: 10px;
}

.visforms .required label::after {

    display: none!important;
    
}


.fc-tbxrecaptcha_response_field + div.required > span.asterix-ancor::after {
	content: "*";
	color: red;
	display: inline-block;
}

p.errorcontainer {
	padding-top: 0;
	margin-top: 10px;
}

label.error {
	color: #f30c0c !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

label.error::before {
	display: none !important;
}


p.errorcontainer::after {
	display:none!important;
}

.rl-modals-modal {
    
    z-index:10000;
}

.rl-modals-overlay {
    opacity: 0.8;
    cursor: pointer;
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.rl-modals-slide-container {
    outline: 0;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 !important;
}

#sp-title {
	text-align: center;
	
	background: #039aa1;
	font-size: 1.4rem;
	font-weight: 600;
}

#sp-title li a {
	
	margin: 0 0.8rem;
}

#sp-title li, #sp-title li a {
	color: #FFF!important;
	transition: color 400ms, background-color 400ms;
}

#sp-title li:hover, #sp-title li:hover a {
	color: #fe7e00!important;
}

/* #sp-title a, #sp-title span{ */
	/* color: #FFF; */
/* } */

/* #sp-title a:hover, #sp-title span:hover{ */
	/* color: #fe7e00; */
/* } */


@media (max-width: 576px) {
	#sp-logo {
		max-width: 90%;
	}
	#sp-menu {
		max-width: 10%;
	}
	#sp-main-body {
		padding: 2rem 0;
	}
	#sp-footer1, #sp-footer2 {
		text-align: center!important;;
		margin: 0.3rem 0;
	}
}