.cita {
	width: 100%;
	text-align: center;	
    font-size: x-large;
    font-style: italic;
}

.cita svg{
	width: 15px;
	margin: 10px;
}

#home h2{
	text-transform: uppercase;
}

.modal-title {
	color: #ed1c24;
	font-weight: bolder;
}

.infotitle {
	color: #ed1c24;    
	font-size: small;
	font-weight: 100;
	font-style: italic;
}

.form-group-line{
	display: inline-flex;
    width: 100%;
}

.contadortab {
    max-width: 28px;
    max-height: 30px;
    background-color: transparent;
    border: none;
    color: #ed1c24;    
}

.enviarboton {    
    text-align: left;
    background-color: #ed1c24;
    border: none;
    color: white;    
}

.activecontador{
	background-color: #ed1c24;
	color: white;
}

.contadortab:disabled{
	color: gray;
}

.section-form{
	display: none;
}

.sectionactive{
	display: block !important;
}

.modal-formulario {
	height: 90vh;
}

.contenedorfinal{
	position: absolute;
    bottom: 0px;
    left: 0px;    
}

.section-form h5{
	margin-top: 10px;
}

.text-gray{
	color: gray !important;
}

.mensajerror {
    color: #fff;
    background-color: #e68177;
    border-color: #e74a3b;
    width: 100%;
    text-align: center;
    font-size: medium;
    border-radius: 15px;   
}

.controlpadre{
	padding-right: -15px;
	padding-left: -15px;
}


.lineacheck{
	padding-bottom: 12px;
	padding-top: 12px;
}

hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.3);
}

input[type="checkbox"] {
    width: 55px;
    height: 25px;
    appearance: none;
    border-radius: 30px;
    position: relative;
    transform: translateY(6px);
    margin-right: 10px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: '';
    cursor: pointer;
    border-radius: 30px;
    transition: .3s;
}

input[type="checkbox"]:disabled:before,
input[type="checkbox"]:disabled:after {
    opacity: .7;
    cursor: not-allowed;
}

input[type="checkbox"]::before {
    width: 55px;
    display: block;
    height: 25px;
    background-color: #9a9a9a;
}

input[type="checkbox"]:checked::before {
    background-color: #1998ff;
}

input[type="checkbox"]::after {
    position: absolute;
    width: 20px;
    height: 19px;
    background-color: #fff;
    top: 3px;
    left: 3px;
}

input[type="checkbox"]:checked::after {
    transform: translateX(29px);
}

.wait {
    background: url('../img/pageloader.gif');
    background-repeat: no-repeat;
    background-position: center center;    
    background-size: contain;    
    width: 100%;
    height: 30px;
}

.required{
   background-color: #b0fbdf78!important;
}

.widget__wrapper {
    position: fixed;
    right: 10px;
    bottom: 15px;
}

.widget__wrapper a {
    background-color: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    text-decoration: none;
    transition: .3s;
}

.widget__wrapper a:hover,
.widget__wrapper a:active {
    background-color: #128C7E;
}

#mensajemodalfranq .alert {
    margin: 0;
    border: 0;
    border-radius: 0;
}