.titulo-seccion  {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
}

.sub-titulo-seccion  {
	font-size: 18px;
	font-weight: 500;
	color: #343434;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub-titulo-seccion a {
    color: #676767;
    text-decoration: underline;
}

.titulo-h1 {
    font-size: 35px;
    line-height: 1.14;
    letter-spacing: 1px;
	margin-bottom: 0px;
}

.subtitulo-h2 {
    font-size: 17px;
    line-height: 1.58;
    letter-spacing: normal;
    padding-bottom: 10px;
    font-weight: 400;
	margin-top: 0px;
}

@media (max-width: 768px) {
    .titulo-h1{
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 1.3;
    }
	.subtitulo-h2 {
		font-size: 16px;

	}
}

@media (max-width: 414px) {
    .titulo-h1 {
        font-size: 21px;
        letter-spacing: 1px;
    }
}

/*------------------------------*/

header {
	background: 0;
    overflow: hidden;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    top: 0;
	border-bottom: solid 3px #efbc10;
}

header .block-top {
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


header .block-top .block-left .logo-container {
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
}

header .block-top a.btn-ingresar {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50px;
    background-color: black;
    padding: 9px 30px;
}

header .block-top .profile {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    column-gap: 10px;
}

header .block-top .profile .profile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /*row-gap: 5px;*/
}

header .block-top .profile .profile-info span {
    color: black;
    font-size: 14px;
}

header .block-top .profile .profile-info span.apodo {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

header .block-top .profile .profile-info span {
    color: black;
    font-size: 14px;
}

header .block-top .profile img {
    width: 50px;
    border-radius: 30px;
    height: auto;
    float: right;
    margin-left: 15px;
}

@media (max-width:767px){
header .block-top {
    width: 90%;
}
header .logo{
    width: 108px;
    height: 70px;
}
	
header .block-top .profile .profile-info span {
        font-size: 11px;
        letter-spacing: -0.3px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 140px;
        text-align: right;
}

header .block-top .profile .profile-info span.apodo {
    font-size: 13px;
}
	
header .block-top .profile img {
    width: 30px;
}
	
header .block-top .profile .profile {
        column-gap: 0px;
}	
	
}

/*------------------------------*/

.modulo-planes{
	padding: 40px 0px;
}

.modulo-planes .boxes{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.modulo-planes .box-plan {
    padding: 30px 0px;
    padding-bottom: 0px;
    border-radius: 7px;
    box-shadow: 1px 2px 17px rgb(0 0 0 / 33%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: white;
    margin: 15px 10px;
    display: block;
    color: #000;
    display: inline-grid;
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    width: 80%;
    max-width: 300px;
    position: relative;
}

.modulo-planes .box-plan.destacado{
    background: linear-gradient(rgb(254 246 181) 0px, rgb(255, 255, 255) 53%) 0px 0px no-repeat padding-box padding-box transparent;
}

.modulo-planes .box-plan .descripcion{
    font-size: 15px;
	padding: 0px 40px;
	text-align: center;
}

.modulo-planes .box-plan .recomendado{
    position: absolute;
    top: -20px;
    background-color: #242424;
    left: -1px;
    right: -1px;
    padding: 8px;
    border-radius: 7px 7px 0 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.modulo-planes .box-plan .titulo-plan {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.modulo-planes .box-plan .titulo-plan .img-plan {
	/*display: block; */
    position: absolute;
    /* right: auto; */
    left: -10px;
    top: -20px;
}

.modulo-planes .box-plan .valor {
	font-size: 54px;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-top: 15px;
	border-radius: 0px 0px 10px 10px;
	margin-top: -14px;
	margin-bottom: 10px;
}

.modulo-planes .box-plan .valor .moneda {
	font-size: 21px;
	font-weight: 500;
	color: #333333;
	margin-top: -30px;
	display: inline-block;
	position: relative;
	top: -20px;
}

.modulo-planes .box-plan .valor .mes {
    font-size: 20px;
    font-weight: 400;
    color: #0b0b0b;
}

.modulo-planes .box-plan .fa-check-circle {
    font-size: 16px;
    color: #8BC34A;
    margin-right: 8px;
    margin-top: 1px;
}

.modulo-planes .box-plan .fa-times-circle {
    font-size: 16px;
    color: #F82629;
    margin-right: 8px;
    margin-top: 1px;
}

.modulo-planes .box-plan .listado {
    margin-bottom: 0px;
	text-align: left;
}

.modulo-planes .box-plan .listado li {
	margin-bottom: 10px;
	display: flex;
	font-size: 15px;
	line-height: 19px;
}

.modulo-planes .box-plan .listado li.sin {
	color: #919191;
	text-decoration: line-through;
}

.modulo-planes .box-plan .contratar {
    background-color: #fdd900;
    color: #000;
    border: solid 2px #fdd900;
    font-size: 16px;
    line-height: normal;
    padding: 10px 26px;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

.modulo-planes .box-plan .contratar:hover {
    background-color: #000;
    color: #fdd900;
    border: solid 2px #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width:767px){
.modulo-planes .box-plan {
	padding: 20px 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	max-width: 370px;
}
	
.modulo-planes .box-plan.destacado {
	padding-top: 45px;
}
	
.modulo-planes .box-plan .recomendado {
    top: -1px;
}		
}

@media (max-width: 767px){

}


.modulo-planes .panel-group {
	margin-bottom: 0px;
	    margin-top: 10px;
}

.modulo-planes .panel {
background-color: transparent;
}

.modulo-planes .panel-heading {
padding: 0;
border:0;
}
.modulo-planes .panel-title>span, .modulo-planes .panel-title>span:active{
display: block;
color: #262626;
font-size: 16px;
font-weight: 600;
text-decoration: none;
}

.modulo-planes .panel-heading .panel-title.collapsed span:before {
font-family: 'Font Awesome 6 Brands';
content: "\2b";
float: right;
transition: all 0.5s;
}


.modulo-planes .panel-heading .panel-title span:before {
font-family: 'Font Awesome 6 Free';
content: "\f068";
float: right;
transition: all 0.5s;
}
.modulo-planes .panel-group .panel {
border-radius: 0;
box-shadow: none;
border-color: transparent;
text-align: left;
}

.modulo-planes .panel-default > .panel-heading {
padding: 0;
border-radius: 0;
color: #fff;
background-color: transparent;
border-color: transparent;
}

.modulo-planes .panel-title {
font-size: 15px;
}

.modulo-planes .panel-title > span {
display: block;
padding: 15px 15px;
text-decoration: none;
border-top: solid 1px rgb(199 199 199 / 51%);
cursor: pointer;
position: relative;
}


.modulo-planes .panel-title > span .number{
width: 80px;
display: inline-block;
}

@media only screen and (max-width: 768px) {
.modulo-planes .panel-title > span .number{
width: 40px;
display: inline-flex;
height: 30px;
float: left;
}
}


.modulo-planes .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: transparent;

padding-bottom: 30px;
padding-top: 0px;

}

.modulo-planes .panel-body p {
/*color:white;*/
line-height:26px;			
}

.modulo-planes .panel-group .panel+.panel {
margin-top: 0px;
}

.modulo-planes .panel-body p .fa {
margin-left: 2px;
margin-right: 10px;
margin-top: 6px;
color: #1e69dd;
color: #8bc34a;
font-size: 11px;
}

.modulo-planes .panel-body h3 {
/*color:white;	*/		
}

/*------------------------------*/

.modulo-info{
	padding: 70px 0px;
	background-color: #f7f7f7;
}

.modulo-info .box-dato{
    padding: 30px 0px;
    padding-bottom: 0px;
    margin: 15px 10px;
    display: block;
    color: #000;
    display: inline-grid;
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    /*max-width: 300px;*/
    position: relative;
	text-align: center;
}

.modulo-info .box-dato img{
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 14px;
}

.modulo-info .box-dato h3{
	font-size: 24px;
	color: #262626;
}
.modulo-info .box-dato .btn-datos {
    background-color: #fdd900;
    color: #000;
    border: solid 2px #fdd900;
    font-size: 16px;
    line-height: normal;
    padding: 10px 26px;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

.modulo-info .box-dato .btn-datos:hover {
    background-color: #000;
    color: #fdd900;
    border: solid 2px #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/*------------------------------*/

.modulo-comun{
	padding: 70px 0px;
}

/*---------------------------*/

.modulo-perfil{
	padding-bottom:40px;
	padding-top: 60px;
	background-color:#fff;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #F4F7FC;
    opacity: 1;
    border: solid 1px #eee;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
}

.modulo-perfil .btn-archivo {
    height: 54px;
    line-height: 36px;
    font-size: 12px;
    border-radius: 5px !important;
    border-color: #8bc34a;
    color: #8bc34a;
    margin-left: 8px !important;
    font-weight: 600;
}

.modulo-perfil .mostrar-c{
    position: relative;
    top: -39px;
    float: right;
    right: 14px;
    color: #656565;
	cursor:pointer;
}


/*---------------------------*/

.modulo-notas{
	padding-bottom:40px;
	padding-top: 60px;
	background-color:#fff;
}

.modulo-notas .notas-guardadas {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modulo-notas .notas-guardadas li {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
	padding: 15px;
	padding-right: 45px;
    background-color: #ffffff;
    box-shadow: #0003 0 3px 15px;
	border-radius: 3px;
}

.modulo-notas .notas-guardadas li picture {
    flex-basis: 90px;
    height: 70px;
    display: block;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.modulo-notas .notas-guardadas li .box-texto {
    display: flex;
    flex-direction: column;
    flex-basis: fit-content;
}

.modulo-notas .notas-guardadas li .box-texto span {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    padding-bottom: 3px;
	margin-left: 18px;
}

.modulo-notas .notas-guardadas li .box-texto a {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 19px;
    margin-left: 18px;
    letter-spacing: -0.3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;
	    font-weight: 500;
}

.modulo-notas .notas-guardadas li .box-eliminar{
	position: absolute;
	right: 15px;
	top: 0;
	display: flex;
	height: 100%;
	align-items: center;
}

.modulo-notas .notas-guardadas li .box-eliminar span{
    height: 24px;
    text-align: center;
    width: 24px;
    background-color: gainsboro;
    color: black;
    border-radius: 50px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    display: block;
	cursor: pointer;
}

.modulo-notas .notas-guardadas li .box-eliminar span:hover{
    background-color: #DC1A1D;
    color:white;
}


.btn-sitio {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #000;
	border: solid 2px  #000;
    line-height: 31px;
	border-radius: 5px;
    display: inline-block;
    padding: 0 25px;
	min-width:122px;
    cursor: pointer;
    text-align: center;
    position: relative;
	top: -1px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


.btn-sitio:hover {
    color: #FFFFFF;
    background-color: #505050;
    border: solid 2px #505050;
    text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


.btn-sitio-border {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #000;
    background-color: transparent;
	border: solid 2px  #000;
    line-height: 31px;
	border-radius: 5px;
    display: inline-block;
    padding: 0 25px;
	min-width:122px;
    cursor: pointer;
    text-align: center;
    position: relative;
	top: -1px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


.btn-sitio-border:hover {
    color: #FFFFFF;
    background-color: #505050;
    border: solid 2px #505050;
    text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.btn-opciones-exito {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #000;
	border: solid 2px  #000;
    line-height: 31px;
	border-radius: 5px;
    display: inline-block;
    padding: 3px 25px;
	min-width:122px;
    cursor: pointer;
    text-align: center;
    position: relative;
	top: -1px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


.btn-opciones-exito:hover {
    color: #FFFFFF;
    background-color: #505050;
    border: solid 2px #505050;
    text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

/*-------------------------------*/

.modulo-favoritos{
	padding-bottom:40px;
	padding-top: 60px;
	background-color:#fff;
}

.modulo-favoritos .categorias-favoritas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.modulo-favoritos .categorias-favoritas li {
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 15px;
	padding-right: 25px;
	background-color: #ffffff;
	box-shadow: #0003 0 3px 15px;
	border-radius: 3px;
	justify-content: space-between;
	    align-items: center;
}

.modulo-favoritos .categorias-favoritas li p {
	margin-bottom: 0px;
	font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.3px;
	color: black;
}

.modulo-favoritos .categorias-favoritas li p span {
    font-weight: 400;
	color: gray;
	margin-left: 5px;
	border-left: solid 1px #d7d7d7;
	padding-left: 6px;
}

@media only screen and (max-width: 768px) {
.modulo-favoritos .categorias-favoritas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}

.modulo-favoritos .categorias-favoritas li .boton-favorito {
	font-size:18px;
}

.modulo-favoritos .categorias-favoritas li .boton-favorito:hover {
    cursor: pointer;
    color: red;
}

.modulo-favoritos .categorias-favoritas li .not-liked {
    color: black;
}

.modulo-favoritos .categorias-favoritas li .not-liked:hover {
    color: red;
}

.modulo-favoritos .categorias-favoritas li .liked {
    color: red;
}

/*-------------------------------*/

.modulo-suscripcion{
	padding-bottom:40px;
	padding-top: 60px;
	background-color:#fff;
}

.nombre-usuario{
    font-size: 22px;
    color: black;
    margin-bottom: 5px;
}

.mail-usuario{
    margin-bottom: 15px;
}

.modulo-suscripcion .box-bloque {
    width: 100%;
    border: 1px solid rgb(236, 236, 236);
    background-color: white;
    border-radius: 5px;
	padding: 30px;
	margin-bottom: 20px;
}

.modulo-suscripcion .box-bloque .titulo {
	font-size: 22px;
	font-weight: 700;
}

.modulo-suscripcion .box-bloque .ver-factura{
    font-size: 13px;
    padding: 4px 7px;
    border-radius: 3px;
    background-color: #e6e6e6;
    color: black;
    font-weight: 500;
}

.modulo-suscripcion .table>thead>tr>th, .modulo-suscripcion .table>tbody>tr>th, .modulo-suscripcion .table>tfoot>tr>th, .modulo-suscripcion .table>thead>tr>td, .modulo-suscripcion .table>tbody>tr>td, .modulo-suscripcion .table>tfoot>tr>td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

@media (max-width: 768px) {
.modulo-suscripcion .box-bloque {
	padding: 15px;
}
}

/*-------------------------------*/

.modulo-footer{
     background: var(--footer-bg-color);
	 padding:50px 0px;
}

.modulo-footer img{
	height:60px;
}

.modulo-footer .footer-sub-menu {
}

.modulo-footer .footer-sub-menu li {
	padding-bottom:3px;
}

.modulo-footer .footer-sub-menu li a {
	color:#272727;
	padding: 5px 0px;
    display: block;
}

.modulo-footer .footer-sub-menu li a:hover {
	color: #333;
}

ul.social-buttons li a {
    text-align: center;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 38px;
    outline: 0;
	background-color:var(--social-bg-color);
    color: var(--social-icon-color);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	background-color: var(--social-bg-color-hover);
	color: var(--social-icon-color-hover);
}

/*---------------------------------*/

.seccion-tabs .panel {
    background-color: transparent;
}

.seccion-tabs .panel-heading {
  padding: 0;
	border:0;
}
.seccion-tabs .panel-title>span, .panel-title>span:active{
    display: block;
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.seccion-tabs .panel-heading .panel-title.collapsed span:before {
	font-family: 'Font Awesome 6 Brands';
    content: "\2b";
   float: right;
   transition: all 0.5s;
}


.seccion-tabs .panel-heading .panel-title span:before {
       font-family: 'Font Awesome 6 Free';
       content: "\f068";
   float: right;
   transition: all 0.5s;
}
.seccion-tabs .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: transparent;
}

    .seccion-tabs .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .seccion-tabs .panel-title {
        font-size: 15px;
    }

    .seccion-tabs .panel-title > span {
	display: block;
	padding: 35px 15px;
	padding-left: 4px;	
	text-decoration: none;
	border-top: solid 1px rgb(199 199 199 / 51%);
	cursor: pointer;
	position: relative;
    }

    .seccion-tabs .panel-title > span:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 5px;
		background-color: #d6d6d6;
    }

    .seccion-tabs .panel-title > spana .number{
    width: 80px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .seccion-tabs .panel-title > span .number{
        width: 40px;
        display: inline-flex;
        height: 30px;
        float: left;
}
}


.seccion-tabs .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;

		padding-bottom: 30px;
	padding-top: 0px;

}

.seccion-tabs .panel-body p {
	/*color:white;*/
	line-height:26px;			
}

.seccion-tabs .panel-group .panel+.panel {
    margin-top: 0px;
}

.seccion-tabs .panel-body p .fa {
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 6px;
    color: #1e69dd;
    color: #8bc34a;
    font-size: 11px;
}

	.seccion-tabs .panel-body h3 {
		/*color:white;	*/		
    }

/*--------------------------*/


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 77px;
	width: 100%;
	/*text-align: center;*/
	padding-top: 20px;
	display: flex;
    justify-content: center;
}

ul.tabs li {
    display: inline-flex;
    margin: 0;
    cursor: pointer;
    padding: 0px 45px;
    height: 58px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50px;
    background-color: #242424;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	z-index: 1;
	padding-left: 70px;
}

ul.tabs li:first-child {
    padding-left: 45px;
    padding-right: 70px;
}

ul.tabs li:last-child {
    border-radius: 0px 50px 50px 0px;
    margin-left: -50px;
    z-index: 0;
    position: relative;
}

ul.tabs li.active:first-child {
	padding-right: 45px;
}

ul.tabs li.active:last-child {
    z-index: 1;
    border-radius: 50px;
    padding-left: 45px;
}

ul.tabs li .img-solapa{
    margin-right: 7px;
    margin-top: -4px;
}

ul.tabs li span {
	font-size: 14px;
	font-weight: 400;
}

/*.tab_last { 
    background-color: #C00 !important;
    color: #FFF !important;
}*/

ul.tabs li:hover {
	color: #739182;
	background-color: dimgrey;
}

ul.tabs li.active {
    background-color: #fdd900;
    color: #282828;
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    background: #fff0;
    overflow: auto;
    padding-bottom: 20px;
    /*margin-bottom: 30px;*/
}

.tab_container .tab_drawer_heading {
	font-size:16px;
}

.tab_container .tab_drawer_heading .img-solapa{
	margin-right: 7px;
	margin-top: -4px;
	/*filter: brightness(1000%);*/
}

.tab_content {
	display: none;
    font-size: 16px;
    line-height: 27px;
	padding-top: 35px;
	color:#1c1c1c;
}

.tab_content .color-comun {
    font-size: 12px;
    color: #739182;
}

.tab_drawer_heading { display: none; }

/*------------ PANEL ------------------*/

.suscripcion {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(236, 236, 236);
    background-color: white;
    border-radius: 5px;
    height: 40px;
}

.suscripcion.registrado {
	background-color: #fdd818;
}

.suscripcion span {
    font-size: 14px;
}

.suscripcion span a {
    color: #000;
    text-decoration: underline;
}

.suscripcion .titulo {
    display: flex;
    flex-direction: row;
}

.profile-header {
    padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
    background-size: cover;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.profile-header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.primeros {
    display: flex;
    flex-direction: row;
}

.profile-pic {
    position: relative;
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.photo_icon {
    width: 40px;
    height: 40px;
    margin-left: 77px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
}

.profile-pic .-label {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}

.profile-pic .-label {
    position: absolute;
    cursor: default;
}

.profile-pic .photo_profile {
    height: 100px;
    width: 100px;
	border-radius: 50% !important;
}

.profile-header-info {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-header-info .titulo {
    display: flex;
    flex-direction: row;
}

.profile-header-info .info {
    flex-direction: row;
    display: flex;
    font-size: 16px;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 30px;
}

.box-container {
    display: flex;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    font-size: 17px;
    background-clip: padding-box;
    overflow: auto;
    border-radius: 5px;
    padding: 21px 26px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    transition: background-color ease-in-out 0.3s, border ease-in-out 0.3s;
}

.boxbutton {
    display: flex;
    background-color: inherit;
    align-items: center;
    justify-content: space-between;
    border: none;
    width: 100%;
    padding: 0;
}
