/*Menu Perfil*/
#imgusuario {
	border-radius: 50%;
}

.one-column-profile {
	width: 34%;
	float: left;
	display: block;
}

.second-column-profile {
	width: 66%;
	float: left;
	display: block;
}

.navs-vertical {
	margin-left: 5%;
}

.border-right {
	border-right: 1px solid #EEEEEE;
}

.navs-vertical .nav>li>a,
.navs-vertical .nav>li>span,
.navs-vertical .nav-heading>a,
.navs-vertical .nav-heading>span {
	height: 72px;
	padding: 22px 20px 0px 14px;
}

.navs-vertical a:hover,
.navs-vertical a:focus {
	color: #50535A;
	text-decoration: none;
}

.text-menu {
	font-size: 19px;
	color: #313235;
	font-family: 'Telefonica-Regular';
}

li.text-menu a.active  {
    background-color: #F6F6F6;
}

li.text-menu a {
	color: #313235;
}

.detalle-perfil:before {
	content: url("/images/user-profile/icon-user-black.svg");
	position: relative;
	right: 15px;
	top: 5px;
}

.contrasena:before {
	content: url("/images/user-profile/icon-lock-password.svg");
	position: relative;
	right: 15px;
	top: 5px;
}

.pago:before {
	content: url("/images/user-profile/icon-card-black.svg");
	position: relative;
	right: 15px;
	top: 5px;
}

.notificaciones:before {
	content: url("/images/user-profile/icon-notification.svg");
	position: relative;
	right: 15px;
	top: 5px;
}

.preguntas:before {
	content: url("/images/user-profile/icon-support-agent.svg");
	position: relative;
	right: 15px;
	top: 5px;
}

.req:before {
	content: url("/images/user-profile/icon-search-file.svg");
	position: relative;
	right: 15px;
	top: 5px;
}

.sesion-out:before {
	content: url("/images/user-profile/icon-close-session.svg");
	position: relative;
	right: 15px;
	top: 5px;
}

.whatsapmovistar:before {
	content: url("/images/user-profile/icon-whatsapp-sesion.svg");
	position: relative;
	right: 15px;
	top: 5px;
}

/*Perfil Desktop*/
.tab-profile-date,.tab-profile-password,.tab-profile-payment,.tab-profile-noti,.tab-profile-faqs {
	padding: 5% 0;
    margin: 0 10% 0 6%;
    max-width: 580px;
	
}

.title-inside {
	font-family: 'Telefonica-Regular';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	color: #313235;
}

.subtitle-inside {
	font-family: 'Telefonica-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #86888C;
	margin-top: 45px;
}

.subititle-inside-mobileP {
	display: none;
}

.ec-profile-img {
	margin-top: 19px;
}

.ec-profile-photo {
	padding-left: 0px;
}

.ec-form-data__avatar-crop {
	width: 45px;
	height: 45px;
}

.name-p {
	font-size: 17px;
	font-family: 'Telefonica-Regular';
	margin-bottom: 0px;
}

#formImage .inputfile {
	display: none;
}

.inpt-photo {
	color: #019DF4;
}

.inpt-photo span {
	font-family: 'Telefonica-Regular';
	font-weight: 600;
	font-size: 16px;
	color: #019DF4;
}

.icon-user-perfil {
	width: 65px;
}

#ecare-login-profile {
	margin: 8px 0px;
}

#ecare-login-profile input[type="email"],
#ecare-login-profile input[type="text"],
#ecare-login-profile input[type="password"] {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	box-sizing: border-box;
	height: 65px;
	background-color: white;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	padding-left: 19px;
	padding-top: 20px;
	caret-color: #019DF4;
}

#ecare-login-profile input[disabled] {
	color: #85939C;
}

#ecare-login-profile input[type="text"]:focus-visible {
	outline: none;
}

#ecare-login-profile input[type="email"]:focus-visible {
	outline: 2px solid #019DF4;
}

.ec-form_profile {
	position: relative;
	margin: 16px 0px;
}

#ecare-login-profile input[type="email"]::placeholder,
#ecare-login-profile input[type="text"]::placeholder {
	opacity: 0;
}

.ec-form_profile label {
	position: relative;
	width: 100%;
	display: inline-block;
}

.number-dn {
	padding-left: 56px !important;
}

.ec-form_profile .placeCustomProfile {
	position: absolute;
	top: 8;
	left: 20px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	color: #86888C;
}

/*contraseña*/
button#btn-show-pass::before {
	content: url("/images/user-profile/icon-password-view.svg");
}

button#btn-show-pass {
	background: none;
	position: absolute;
	top: 23px;
	right: 12px;
	border: none;
}

.ec-form__ico {
	top: 50%
}

.ec-form__security-level {
	width: 100%;
	background-color: #DDDDDD;
	border: none;
}

#passwordSaved-confirmation {
	padding-right: 15px;
}

.password-saved-message {
	width: 70%;
	height: 56px;
	padding: 16px;
	margin-top: 65px;
	background: #313235;
	border-radius: 8px;
	color: #FFFFFF;
	font-family: 'Telefonica-Regular';
}

.button-change-password {

	display: inline-block;
	text-align: center;
	padding: 14px 14px;
	border-radius: 4px;
	color: #fff;
	background-color: #5bc500;
	font-family: Roboto;
	letter-spacing: .05em;
	transition: all .2s;
	font-size: 18px;
	max-width: max-content;
}

.ec-form__security-level {
	position: relative;
	display: block;
	width: 100%;
	height: 4px;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #CBCBCB;
}

.ec-form__security-level:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.ec-form__security-label {
	font-family: 'Telefonica-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}

/* fin contraseña*/
.nuevo-diseno .ec-form__Profile label:focus-within>.placeCustom,
.nuevo-diseno input:not(:placeholder-shown)+.placeCustom {
	color: #86888C;
}

.nuevo-diseno .ec-icon {
	height: 27px;
	width: auto;
}

.bg-gray-new {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 20px;
	margin: 20px;
}

.row.benefits {
	margin: 10px 0px;
}

.desktop-section {
	display: table;
    width: 100%;
    max-height: 317px;
    height: 100%;
}

.mobile-section {
	display: none;
}

.mobile-section .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	width: 50%;
	text-align: center;
	color: #313235;
}

.mobile-section .nav-tabs>li.active {
	border-bottom: 2px solid #019DF4;
}

.mobile-section .nav-tabs>li a {
	color: #313235 !important;
	border: none !important;
	font-size: 14px;
}

.mobile-section .nav-tabs {
	border-bottom: none !important;
}

.mobile-section #tab1 .benefits {
	display: none;
}

/*FAQS*/
.menu-arrow-faqs{
	font-family: 'Telefonica-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #313235;
	padding: 20px 15px;
	color: inherit;
	text-decoration: inherit;
}
.panel-title-faqs{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
	padding: 16px 16px 16px 3px;
}
.panel-body {
    padding: 15px;
}

.panel-title-faqs a:hover,
.panel-title-faqs a:focus {
	color: inherit;
	text-decoration: inherit;
}

.title-faq-col {
	font-weight: 600;
	font-size: 16px;
	font-family: 'Telefonica-Regular';
	padding-bottom: 15px;
}

.tab-profile-faqs .panel-default>.panel-heading {
	color: inherit;
	background-color: inherit;
	border-color: transparent;
}

.tab-profile-faqs .panel-default {
	border-color: transparent;
}

.tab-profile-faqs .panel-group {
	font-family: 'Telefonica-Regular';
	font-size: 15px;
	color: #313235;
	text-align: justify;
}
/*Medios Pago*/
.modal-form-container {
	margin: 0px;
	padding: 0px;
}

.container-pm-tarjets {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 17px 0 17px 0;
	margin: 15px 0px;
	font-family: 'Telefonica-Regular';
	font-style: normal;
}

.container-pm-check {
	width: 18px;
	height: 18px;
	margin-top: 26px !important;
}

.container-pm-title,
.container-pm-title-anadir {
	font-size: 19px;
	line-height: 24px;
	color: #313235;
}

.container-pm-title-anadir {
	padding: 8px 0px;

}

.container-pm-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #86888C;
}

.container-pm-title-second {
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	color: #86888C;
}

.container-pm-tarj-info {
	left: 28px;
}

.container-button-edit {
	float: right;
	width: 104px;
	height: 32px;
	margin: 0 4px 17px 0;
	font-size: 14px;
	line-height: 10px;
}

.container-pm-icon {
	left: 18px;
	margin-top: 6px;
}

.deleteCardEvent:hover {
	cursor: pointer;
}

.addCardEvent:hover {
	cursor: pointer;
}

/*ADD payment*/
.payment-profile-title {
	color: #313235;
	font-family: 'Telefonica-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 19px;
	margin: 10px 0px 17px 0px;
}

.payment-profile-floating>label{
	font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    color: #86888C;
    line-height: 20px;
    font-size: 18px;
}
.payment-profile-floating>.form-control{
	font-family: Roboto;
    font-size: 18px;
}
.payment-profile-floating>.form-control:focus{
	border-color:#ddd;
	box-shadow: none;
}

.payment-profile-floating>.form-control:focus~label, 
.payment-profile-floating>.form-control:not(:placeholder-shown)~label{
	color:#019DF4;
	opacity:1;
}

.payment-profile-img{
	top: 19px;
    padding-right: 15px;
}

.payment-profile-check input:checked {
    background-color: #019df4;
    border-color: #019df4;
}
.payment-profile-check label{ 
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #313235;
}


.payment-profile-link {
	color: #019DF4;
	text-decoration: none
}

.payment-profile-link:hover
.payment-profile-link:focus {
	color: #019DF4;
	text-decoration: none
}


.modal-form-botton-guardar {
	margin: 15px 0;
	color: #fff;
	background-color: #5bc500 !important;
	outline: 0px auto;
	outline-offset: 0px;
}

.modal-form-botton-cancelar {
	outline-width: 0;
	border: none;
	font-family: 'Telefonica-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	text-align: center;
	color: #019DF4;
	background: #FFF;
	padding: 11px 14px;
}

/*Modal Eliminar*/
div #modal-delet-tarjet {
	justify-content: center;
	align-items: center;
	display: flex;
	background: rgba(49, 50, 53, 0.6);
}

.modal-delet-container {
	max-width: 1224px;
	border: 1px solid #0003 !important;
	border-radius: 6px !important;
}

.modal-delet-button {
	width: 214px;
	height: 48px;
	margin-right: 15px;
}

.modal-delet-title {
	margin: 15px 0;
	font-family: 'Telefonica-Regular';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #313235;
}

.madal-get-back-icon {
	cursor: pointer;
	margin-right: 0px;
}

.modal-delet-subtitle {
	margin: 16px 0 36px 0;
	font-family: 'Telefonica-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #86888C;
}

.alerta-guardar {
	position: absolute;
	width: 246px;
	height: 56px;
	background: #313235;
	color: #fff;
	font-family: 'Telefonica-Regular';
	font-weight: 400;
	top: 554px;
	left: 85px;
}

.mensaje-error {
	font-size: 15px;
	padding: 9px 14px;
}

.ico-payment-method {
	display: none;
}

.deleteCardEvent:hover {
	content: url("/images/user-profile/icon-delete-red.svg");
}

/*Notificaciones*/
.perfil-noti-conf,
.perfil-noti-confP {
	max-width: 650px;
	padding-left: 5%;
	margin-top: 5%;
}

.perf-noti {
	padding-top: 5%;
	padding: 0px;
	max-width: 600px;
	height: 62px;
	font-family: Roboto;
	font-style: normal;
	font-size: 16px;
	line-height: 61px;
	border-bottom: solid 1px #e5e2e2;
}

.perf-noti:focus-visible,
.perf-noti:hover {
	background-color: #F5F5F5;
}

.subtitle-noti {
	color: #86888C;
	font-size: 16px;
}

.img-noti {
	margin-left: 80%;
}

.button-noti {
	margin: 19px 0px;
	padding: 0px;
}

.onoffswitch,
.onoffswitch1,
.onoffswitch2 {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox,
.onoffswitch1-checkbox,
.onoffswitch2-checkbox {
	display: none;
}

.onoffswitch-label,
.onoffswitch1-label,
.onoffswitch2-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: none;
	border-radius: 20px;
}

.onoffswitch-inner,
.onoffswitch1-inner,
.onoffswitch2-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch1-inner:before,
.onoffswitch2-inner:before,
.onoffswitch-inner:after,
.onoffswitch1-inner:after,
.onoffswitch2-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 20px;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch-inner:before,
.onoffswitch1-inner:before,
.onoffswitch2-inner:before {
	content: "";
	padding-left: 10px;
	background-color: #B3E1FB;
	color: #B3E1FB;
}

.onoffswitch-inner:after,
.onoffswitch1-inner:after,
.onoffswitch2-inner:after {
	content: "";
	padding-right: 10px;
	background-color: #999999;
	color: #ffffff;
	text-align: right;
}

.onoffswitch-switch,
.onoffswitch1-switch,
.onoffswitch2-switch {
	display: block;
	width: 28px;
	height: 28px;
	margin-top: -3px;
	background: #019DF4;
	border: none;
	border-radius: 20px;
	position: absolute;
	right: 36px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner,
.onoffswitch1-checkbox:checked+.onoffswitch1-label .onoffswitch1-inner,
.onoffswitch2-checkbox:checked+.onoffswitch2-label .onoffswitch2-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch,
.onoffswitch1-checkbox:checked+.onoffswitch1-label .onoffswitch1-switch,
.onoffswitch2-checkbox:checked+.onoffswitch2-label .onoffswitch2-switch {
	right: 0px;
}

/*Estilos nuevos*/
.imgprofile {
	width: 45px;
	height: 45px;
}

#loader-perfil {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: absolute;
	animation: rotate 1s linear infinite;
	margin: 25px 0px 0px 150px;
}

#loader-perfil::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 4px solid #5CB615;
	animation: prixClipFix 2s linear infinite;
}

#save-btn {
	background-color: #5CB615;
	color: white;
	border-radius: 4px;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	position: relative;
	width: 218px;
	height: 48px;
	border-radius: 32px;
	font-family: 'Telefonica-Regular';
	font-size: 18px;
}

.btn-movistar-disabled-spiner {
	position: relative;
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #CEE9B9;
	color: #5CB615;
	padding-left: 20px;
	padding: 0px 30px 0px 59px;
}

#save-btn.disabled .spinner {
	display: none;
}

.btn-movi-profile {
	width: 100%;
}

.spinner-btn {
	display: none;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 3px solid #5CB615;
	border-top-color: #CEE9B9;
	animation: spin 1s ease-in-out infinite;
	position: absolute;
	top: 31%;
	margin-top: -6px;
	margin-left: -35px;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.namemobile {
	margin-left: 56px;
	margin-top: -46px;
}

.ladamobile {
	opacity: 1 !important;
	margin-top: 7px;
}

.radiusbutton {
	border-radius: 32px;
	background-color: #5CB615 !important;
}

.iconcard {
	margin-left: -9px;
	float: right;
}

.iconecard {
	margin-top: 7px;
	float: right;
}

.modalmobile {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn-enviarP {
	background: #5CB615;
	border-radius: 32px;
	border: none;
	height: 48px;
	font-family: 'Telefonica-Regular';
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	max-width: 239px;
	margin: 10px 18px 10px 0px;
	width: 100%;
}

.btn-cancelarP {
	font-family: 'Telefonica-Regular';
	font-weight: 600;
	font-size: 16px;
	color: #019DF4;
	border: none;
	background: #fff;
}

.alerta-perfil {
	position: fixed;
	top: 86%;
	height: 50px;
	right: 0;
	bottom: 0;
	align-items: center;
	z-index: 1050;
	display: none;
	color: fff;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 410px;
	width: 90%;
	min-height: 63px;
}

.imgarrow {
	float: right;
}

.addcard {
	line-height: 40px;
}

.content-form-name-profile,
.container-payment-perfil,
.payment-profile-title,
.back-menu-profile,
.inputcheckprofile {
	cursor: pointer;
}

.container-pm-tarjets:hover,
.active.text-menu:hover,
.panel.panel-default:hover,
li.text-menu:hover {
	background: #e5e5e540;
}

.new-logmovistar {
    margin-bottom: 26px;
}

.icono-profile-card{
	max-width: 49px;
}

@media only screen and (max-width: 995px) {
	.imgrow {
		display: none;
	}
	.tab-profile-date, .tab-profile-password, .tab-profile-payment, .tab-profile-noti, .tab-profile-faqs {
    	padding: 2% 0;
    	margin: 0 2%;
	}
}

@media only screen and (max-width: 992px) {
	.one-column-profile {
		width: 100%;
		float: left;
	}

	.second-column-profile {
		width: 100%;
		float: left;
		display: none;
	}

	.title-inside-mobileP {
		display: none;
	}

	.back-menu-profile,
	.payment-profile-title {
		font-family: 'Telefonica-Regular';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		margin: 15px 0px 0px 0px;
	}

	.back-menu-profile img {
		width: 20px;
	}

	.navs-vertical {
		margin-left: 20px;
	}

	.subtitle-inside {
		margin-top: 19px;
	}

	.second-column,
	.form-password-content{
		margin-top: 0px;
		padding: 0px 0px 43px 43px;
	}

	.payment-method {
		margin-top: 0px;
		padding: 0px 0px 43px 43px;
		margin-bottom: 86px;
	}

	.perfil-noti {
		padding-left: 0%;
		margin-left: 54px;
	}

	.subititle-inside-mobileP {
		display: block;
	}
}

@media only screen and (max-width: 700px) {
	.titlefaq {
		font-size: 12px;
		line-height: 16px;
		color: #86888C;
		margin-left: 1px;
	}

	.title-inside {
		font-size: 22px;
	}
}

@media only screen and (max-width: 576px) {
	

	.modal-form-input {
		width: 87%;
		font-size: 17px;
	}
	
	.tab-profile-date, .tab-profile-password, .tab-profile-payment, .tab-profile-noti, .tab-profile-faqs {
	    padding: 5% 0;
	    margin: 0 auto;
	    max-width: 90%;
	}
}

@media only screen and (max-width: 470px) {
	.container-pm-tarj-info {
		left: 48px;
	}

	.container-pm-icon {
		left: 11px;
	}

	.alerta-perfil {
		min-height: 70px;
	}
}

@media only screen and (max-width: 420px) {
	.container-pm-title, .container-pm-title-anadir {
       font-size: 16px;
       
	}
}
@media only screen and (max-width: 380px) {
	.modal-form-input {
		width: 83%;
		font-size: 17px;
	}
	.container-pm-title, .container-pm-title-anadir {
       font-size: 15px;
       max-width: 150px;
	}
}