@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600&display=swap');


html {
	font-family: 'Nunito', sans-serif, 'Arial';

}
.ws_qualitas_navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
/*	background-image: linear-gradient(to right, #ac1482,#662d91, #0096af);*/
	background-image: linear-gradient(to right, #ac1482, #6FC7CE);
	height: 60px;
	width: 100%;
	z-index: 999;
}
.ws_qualitas_navbar a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}
.ws_qualitas_navbar .contenedor {
	height: 100%;
	color: #FFFFFF;
	font-weight: 600;
}
.ws_qualitas_navbar .contenedor img {
	width: 55px;
	vertical-align: middle;
	margin-top: -8px;
	margin-left: 20px;
}

.ws_navbar_title {
	font-size: 1.5rem;
	line-height: 60px;
	margin-left: 10px;
}

.ws_main{
	margin-top: 80px;
	margin-bottom: 100px;
}
.ws_box_main {
	padding: 5px 40px 5px 40px;
	padding-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}

.ws_eli_tour_v2 {
	text-align: center;
}

.ws_eli_tour_v2 img {
	width: 100px;
	height: 100px;
}

.ws_eli_tour_text {
	text-align: left;
	background-color: #0A93AF;
	border-radius: 5px;
	color: #fff;
	font-size: .9rem;
	line-height: 19px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	white-space: pre-line;
}

.ws-control{
	border-width: 2px;
}

.ws-control:focus{
	border-color: #0A89AF;
	box-shadow: 0 0 0 0.2rem rgb(10 137 175 / 38%);
}

.ws-control-error{
	border-width: 2px;
	border-color: #FF0000;
}

.ws-control-error:focus{
	border-color: #FF0000;
	box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 38%);
}

.ws-input-error{
	font-size: .9rem;
	color: #FF0000;
}

.btn-qualitas {
	background-color: #672d8f;
	border-color: #672d8f;
	padding: 8px 16px 8px 16px;
	font-size: 1.2rem;
}

.btn-qualitas-sm {
	background-color: #672d8f;
	border-color: #672d8f;
}

.btn-qualitas-foto{
	background-color: #f8f8f8;
	border: 2px solid #ced4da;
	color: #0A93AF;
	padding: 8px 16px 8px 16px;
	font-size: 1rem;
	word-break: break-all;
}

.btn-qualitas:hover{
	color: #fff;
    background-color: #672d8f;
    border-color: #672d8f;
}

.btn-qualitas-sm:hover{
	color: #fff;
    background-color: #672d8f;
    border-color: #672d8f;
}

.btn-qualitas-foto:hover{
	color: #0A93AF;
	border: 2px solid #ced4da;
    background-color: #f8f8f8;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #672d8f;
    border-color: #672d8f;
}

.btn-qualitas-foto:not(:disabled):not(.disabled).active, .btn-qualitas-foto:not(:disabled):not(.disabled):active, .show>.btn-qualitas-foto.dropdown-toggle {
    color: #0A93AF;
    background-color: #f8f8f8;
    border: 2px solid #ced4da;
}

.btn-qualitas:focus {
	background-color: #672d8f;
}

.btn-qualitas-sm:focus {
	background-color: #672d8f;
}

.btn-qualitas-foto:focus {
	background-color: #f8f8f8;
}

.ws_img_info {
	cursor: help;
}

.ws_img_info img {
	/*width: 25px;*/
}

.ws_chat_whats{
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.ws_chat_whats img {
	width: 100px;
}

.ws-bottom-menu{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-color: #6FC7CE;
	border: 1px solid #6FC7CE;
/*	background-color: #f8f8f8;
	border-top: 1px solid #b3b3b3;*/
	cursor: pointer;
	z-index: 3;
}

.ws-bottom-menu-box h2 {
	font-size: 1.1rem;
	color: #606060;
}

.ws-bottom-menu-box img {
	width: 90px;
	/*height: 90px;*/
}

.ws-bottom-menu-box{
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.ws-menu-button {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ws_title_section {
	color: #672D8F;
	font-weight: 400;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b3b3b3;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #b3b3b3;
 }

 /*PREVIEW CARD*/
.main-container {
	max-width: 100%;
	overflow: hidden;
	background: #fff;
}

.ws-contact-header img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.ws-contact-profile {
	margin: 0 auto;
    top: initial !important;
    position: relative;
    margin-top: -31%;
    width: 100%;
}

.ws-contact-profile img {
	background: #fff;
	height: 168px;
	object-fit: cover;
	width: initial !important;
	margin: 0 auto;
	text-align: center;
}

#ws_img_portada_perfil {
	border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 3px 2px rgba(0,0,0,0.5);
    width: 37vw !important;
    height: 37vw;
    max-width: 160px;
    max-height: 160px;
    min-width: 60px;
    min-height: 60px;
}

#name-contact {
	margin-top: 10px;
}

.ws-personal-name {
	margin: 0;
	text-align: center;
	margin-top: 20px;
	font-size: 1.7rem;
	color: #941B80;
	width: 65% ;
	margin: 0px auto;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	width: 65% !important;
}

.ws-personal-puesto {
	margin: 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 300;
	color: #000;
}

.ws-personal-sucursal {
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	color: #000;
}


.ws_badge_box {
	cursor: default;
    text-align: center;
    background: #ac1482;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -10px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    width: 95%;
    margin: 0 auto;
    /* vertical-align: middle; */
    padding: 1px 0px 2px 0px;
}

.ws_badge_name {
	margin: 0;
    font-size: .8rem;
    display: inline-block;
}

.ws_badge_verification {
	background: transparent !important;
	width: 17px !important;
    height: 17px !important;
    display: inline-block;
}

.ws-contact-actions {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.ws-contact-actions:hover, .ws-contact-actions:active {
	text-decoration: none;
}

.ws-contact-actions p {
	text-align: center;
	font-size: 10px;
	color: #941B80;
}

.iconV2{
	width: 60px;
	height: auto;
	fill: #941B80 !important;
}
.title-q {
	color: #761d75;
}
.ws-contact-numbers {
	padding: 0;
	padding-bottom: 0;
}

.ws-editor-contacto-labels input:focus{
	border: solid 1px #008c99;
	box-shadow: none;
}
.ws-editor-contacto-labels p{
	margin-top:10px;
}
.ws-btn-change-img {
	background: #761d75;
	padding: 8px 16px;
}
.btn-primary:active {
	background: #761d75 !important;
	padding: 8px 16px;
}
.btn-qualitas-sm:active {
	background: #761d75 !important;
	padding: .375rem .75rem;
}
.ws-contact-subqr p {
    text-align: center;
    font-size: 10px;
    color: #941B80;
}

.ws-footer-buttons {
	position:absolute;
	height: 100%;
	width:100%;
	/*z-index: 999 !important;*/
	padding-left: 50px;
	display: flex;
	justify-content: start;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.ws-footer-buttons p {
    font-size: 10px;
    margin-top: -7px;
    text-align: center;
    font-weight: 500;
}

.btnContactoWhatsapp {
	position: absolute;
	top: 0;
	right: -18px;
	width: 160px !important;
	height: 160px !important;
	cursor: pointer;
	padding: 0 !important;
	border-radius: 0 !important;
	z-index: 2;
	border: none !important;
    box-shadow: none !important;
}

.btnContactoWhatsapp2 {
	position: fixed;
	bottom: 75px;
	right: -18px;
	width: 160px !important;
	height: 160px !important;
	cursor: pointer;
	padding: 0 !important;
	border-radius: 0 !important;
	z-index: 2;
	border: none !important;
    box-shadow: none !important;
}

.btnContactoWhatsappQ {
	position: fixed;
	bottom: 75px;
	right: 10px;
	width: 160px !important;
	height: 160px !important;
	cursor: pointer;
	padding: 0 !important;
	border-radius: 0 !important;
	z-index: 2;
	border: none !important;
    box-shadow: none !important;
}

.btnContactoWhatsapp3 {
	position: fixed;
	bottom: 10px;
	right: 0px;
	width: 160px !important;
	height: 160px !important;
	cursor: pointer;
	padding: 0 !important;
	border-radius: 0 !important;
	z-index: 2;
	border: none !important;
    box-shadow: none !important;
}



.ws_home {
	padding-right:0px !important; 
	padding-left:0px !important;
}

.box-tarjeta{
	/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);*/
	/*border: 1px solid #eaeaea;*/
}

.icon-fail {
	width: 30px;
	height: 30px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #672d8f !important;
    border-color: #672d8f !important;
}

.ws_btn_logout{
	border: 1px solid #fff;
	padding: 6px;
	border-radius: 4px;
}

.ws_backdrop{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 4;
}

.ws_backdrop--show{
	visibility: visible;
}

.ws_asidebar_left{
	background: #0A93AF;
	position: fixed;
	top: 0;
	height: 100%;
	width: 320px;
	z-index: 5;
	transform: translateX(-100%);
	transition: transform 0.25s ease-in;
	padding-top: 75px;
	padding-left: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
}

.ws_asidebar_left p {
	cursor: pointer;
}

.ws_asidebar_left--open{
	transform: translateX(0%);
}

.ws-welcome-text-aviso{
	font-size: 1.1rem;
	font-weight: bold;
	color: #941B80;
}

.ws-welcome-text-description{
	color: #595959;
	font-size: 1rem;
}

.ws-welcome-icons{
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.ws-welcome-icons-2{
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-bottom: 30px;
	margin-top: 20px;
}

.ws-welcome-icons-text{
	font-size: .85rem;
	color: #595959;
}

/*--DISEÃ‘O NUEVA TARJETA--*/
.ws-box-container{
	box-sizing: border-box;
	display: flex;
}

.ws-card-aside{
	flex-grow: 1;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	background-color: #ac1482;
	background-image: linear-gradient(0deg, rgba(148,28,128,1) 0%, rgba(137,205,206,1) 80%, rgba(137,205,206,1) 100%);
	min-height: 700px;
/*	padding: 10px;*/
	width: 26%;
}

.ws-card-aside-bottom{
	flex-grow: 1;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	background-color: rgba(148,28,128,1);
	height: auto;
/*	padding: 10px;*/
	width: 26%;
}

.ws-card-container{
	flex-grow: 1;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	float: left;
/*	background-color: steelblue;*/
	min-height: 700px;
/*	padding: 10px;*/
	width: 70%;
}

.ws-card-container-bottom{
	flex-grow: 1;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	float: left;
/*	background-color: steelblue;*/
	height: auto;
/*	padding: 10px;*/
	width: 70%;
}

.ws-card-perfil{
	border: 5px solid #fff;
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
    min-width: 70px;
    min-height: 70px;
    object-fit: cover;
    position: absolute;
    width: 45vw;
    height: 45vw;
    left: 50%;
    transform: translateX(-18%);
    top: 50px;
}

.ws-card-name{
	color: #333333;
	position: absolute;
	top: 70px;
	width: 170px;
	left: 34%;
	font-size: 1.3rem;
	line-height: 27px;
	font-family: 'Roboto', sans-serif;
}

.ws-p-name-first{
	position: relative;
	font-weight: 600;
	font-size: 1.5rem;
}

.ws-card-title, .ws-card-title-ag, .ws-card-puesto-ag{
	color: #595959;
	position: absolute;
	top: 160px;
	width: 150px;
	left: 34%;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
}

.ws-card-title-ag{
	top: 170px;
	font-size: 1rem;
	width: 170px;
}

.ws-card-puesto-ag{
	top: 199px;
	left: 15px;
	font-size: 0.9rem;
	width: 200px;
}


.w-card-subtile{
	text-align: center;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: .9rem;
}

.ws-card-container-text{
	margin-top: 240px;
}

.ws-card-aside-text{
	margin-top: 260px;
}

.w-card-text{
	text-align: center;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: .9rem;
}

.ws-card-icon{
	height: 90px;
}

.ws-card-icon-ag{
	height: 70px;
}

.ws-card-icon-button{
  width: 58%;
}

.ws-card-icon-aside{
	height: 60px;
}

.ws-card-icon-user{
  width: 85%;
}

.ws-card-border-qr{
	width:60%;
	margin:0 auto;
	border: 6px solid #6FC7CE;
	border-radius: 15px;
	padding: 7px;
}

.ws-card-border-bottom{
	border-bottom: 4px solid #951B81;
}

.ws-icon-separator{
	border-bottom: 2px solid #fff;
}

.icon-logo-q{
	width: 60px;
}

.icon-text-q{
	width: 160px;
}

.ws-icon-check{
	width: 20px;
}

/*--DISEÃ‘O NUEVA TARJETA--*/

@media (min-width: 700px) {
	.main-container {
		max-width: 70%; 
		overflow: hidden;
		margin: 0 auto;
		background-color: #fff;
	}

	.ws-welcome-text-aviso{
		font-size: 1.5rem;
		font-weight: bold;
		color: #941B80;
	}

	.ws-welcome-text-description{
		color: #595959;
		font-size: 1.3rem;
	}

	.ws-welcome-icons{
		width: 150px;
		height: 150px;
		cursor: pointer;
	}

	.ws-welcome-icons-2{
		width: 100px;
		height: 100px;
		cursor: pointer;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.ws-welcome-icons-text{
		font-size: 1.1rem;
		color: #595959;
	}
}

@media (min-width: 1000px) {
	.main-container {
		max-width: 50%; 
		overflow: hidden;
		margin: 0 auto;
		background-color: #fff;
	}
}

@media (max-width:960px) {
	.grid-cell.grid-cell-sidebar .main-container {
		min-width: 100% !important;
	}
}

@media (max-width: 376px) { 
	.ws-personal-name {
		width: 80% !important;
		font-size: 24px !important;
	}
	.ws-personal-sucursal {
		font-size: 1.4rem !important;
	}
	.ws-contact-myinfo {
		width: 100% !important
	} 
	.ws_badge_box {
		width: 100% !important;
		height: 19px !important;
	}
	.ws_badge_name{
		font-size: .65rem !important;
		vertical-align: top !important;
	}
	.ws_badge_verification{
		vertical-align: top !important
	}
}

@media(min-width: 375px){
	.ws-card-puesto-ag{
		top: 199px;
		left: 27%;
		font-size: 0.9rem;
		width: 200px;
	}

}

@media (min-width: 576px){
	.btnContactoWhatsapp {
		width: 150px !important;
		height: 150px !important;
		right: 0px !important;
		top: -19px !important;
	}

	.btnContactoWhatsapp2 {
		width: 135px !important;
		height: 135px !important;
	}

	.btnContactoWhatsappQ {
		width: 180px !important;
		height: 135px !important;
	}

	.btnContactoWhatsapp3 {
		width: 165px !important;
		height: 165px !important;
	}
	/* NUEVO DISEÃ‘O DE TARJETA QUALITAS	*/
	.ws-card-perfil{
		border: 5px solid #fff;
	    border-radius: 50%;
	    max-width: 200px;
	    max-height: 200px;
	    min-width: 70px;
	    min-height: 70px;
	    object-fit: cover;
	    position: absolute;
	    width: 45vw;
	    height: 45vw;
	    left: 50%;
	    transform: translateX(-10%);
	    top: 50px;
	}
	.ws-card-puesto-ag{
		top: 199px;
		left: 34%;
		font-size: 1rem;
		width: 200px;
	}
}

@media (max-width: 575px){
	.btnContactoWhatsapp {
		right: -10px;
		width: 127px !important;
		height: 127px !important;
	}
	.btnContactoWhatsapp2 {
		width: 100px !important;
	    height: 100px !important;
	    bottom: 79px;
	    right: 0px;
	}
/*	.btnContactoWhatsappQ {
		width: 100px !important;
	    height: 100px !important;
	    bottom: 79px;
	    right: 0px;
	}*/
	.btnContactoWhatsapp3 {
		width: 100px !important;
	    height: 100px !important;
	    bottom: 79px;
	    right: 0px;
	}
}
 /* ./PREVIEW CARD */


@media (min-width: 768px) { 
	.ws_chat_whats img {
		width: 165px;
	}
	/* NUEVO DISEÃ‘O DE TARJETA QUALITAS	*/
	.ws-card-perfil{
		border: 5px solid #fff;
	    border-radius: 50%;
	    max-width: 200px;
	    max-height: 200px;
	    min-width: 70px;
	    min-height: 70px;
	    object-fit: cover;
	    position: absolute;
	    width: 45vw;
	    height: 45vw;
	    left: 50%;
	    transform: translateX(-12%);
	    top: 50px;
	}
}


@media (max-width: 320px){
	.ws_qualitas_navbar a {
	     margin-right: 0px; 
	}
}

@media (min-width: 992px) {
	/* NUEVO DISEÃ‘O DE TARJETA QUALITAS	*/
	.ws-card-perfil{
		border: 5px solid #fff;
	    border-radius: 50%;
	    max-width: 200px;
	    max-height: 200px;
	    min-width: 70px;
	    min-height: 70px;
	    object-fit: cover;
	    position: absolute;
	    width: 45vw;
	    height: 45vw;
	    left: 50%;
	    transform: translateX(-4%);
	    top: 50px;
	}
}

@media(min-width: 1200px){
	/* NUEVO DISEÃ‘O DE TARJETA QUALITAS	*/
	.ws-card-perfil{
		border: 5px solid #fff;
	    border-radius: 50%;
	    max-width: 200px;
	    max-height: 200px;
	    min-width: 70px;
	    min-height: 70px;
	    object-fit: cover;
	    position: absolute;
	    width: 45vw;
	    height: 45vw;
	    left: 50%;
	    transform: translateX(-12%);
	    top: 50px;
	}
}


.tooltip-inner {
    text-align: left;
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 250px;
}

.ws-input-text{
	position: relative;
}

.ws-icon-password{
	position: absolute;
    top: 2px;
    right: 11px;
    font-size: 1.4rem;
    cursor: pointer;
}

