@font-face{
	font-family: "Gotham";
	src: url(/assets/fonts/Gotham-Book.ttf);
	font-weight: 400;
	font-display: swap;
}
@font-face{
	font-family: "Gotham";
	src: url(/assets/fonts/Gotham-Bold.ttf);
	font-weight: 600;
	font-display: swap;
}
@font-face{
	font-family: "Gotham";
	src: url(/assets/fonts/Gotham-Black.otf);
	font-weight: 800;
	font-display: swap;
}
*{
	font-family: "Gotham";
	font-size: 0.95em;
}
html, body {
    height: 100%;
}
body{
	display: flex;
    flex-direction: column;
    margin: 0;
}
select{
	height:30px;
	background: url(/assets/img/drop.jpg) right center no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 30px !important;
	padding:10px;
	outline: none !important;
}
input[type=text], input[type=email]{
	height: 30px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/* Login / Recuperar senha / Solicitar acesso */
.container-login{
	position: fixed;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/assets/img/banner-login.png);
}
.login{
	flex-basis:700px;
}
.box_login{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.login form{
	background-color: #d60a52;
	flex-basis: 350px;
	padding: 20px;
	border-radius: 10px;
	margin:0;
}
.information{
	background-color: #d60a52;
	flex-basis: 330px;
	padding: 20px;
	border-radius: 10px;
	margin:0;

}
.information h2{
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.information p{
	color: #fff;
	margin-top: 2em;
	font-size:1.2em;
}
.r-access{
	flex-basis:50%;
	margin-left: auto;
}
.login form div{
	width: 80%;
	margin: auto;
}
.container-logo{
	margin-bottom: 20px;
	text-align: center
}
.container-logo  img{
	margin-bottom: 20px;
}
.login  form input{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 10px 5px 30px;
	border:1px solid #fff;
	outline: none;
	background-color: transparent;
	color: #fff;
}
.login  form input::-webkit-input-placeholder{
	color: #fff;
}
.login  form input:-ms-input-placeholder{
	color: #fff;
}
.login  form input::placeholder{
	color: #fff;
}
.login form a{
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}
.login > div > a, .r-access > a{
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
}
.block-btn{
	width: 300px;
	margin: 0 auto 20px;
	text-align: center;
}
.btn_login{
	background-color: #fff;
	border-radius: 10px;
	border: none;
	color: #410059;
	padding: 10px 50px;
	text-transform: uppercase;
	line-height: 1.1em;
	font-weight: 600;
}
.subtitle_login{
	font-weight: 600;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	color: #fff;
}
.text_login{
	text-align: center;
	color: #fff;
	margin-bottom:20px;
}
.require_access{
	flex-basis: 800px;
}
.container-mcassab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container-mcassab > div{
	flex-basis: 35%;
	background-color: #d60a52;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	color: #fff;
}
.container-mcassab > div > p{
	margin-top: 5em;
}
.container-mcassab > form{
	flex-basis: calc(65% - 20px);
}
.form_access > h2{
	flex-basis: 100%;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #fff;
}
.form_access > .group_field{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.form_access > .group_field > p{
	flex-basis: 30%;
	text-align: right;
	margin: auto;
	color: #fff;
}
.form_access > .group_field{
	margin-bottom: 10px;
	width:100%;
	padding: 0px 40px;
}
.form_access > .group_field > input{
	flex-basis: calc(70% - 20px);
	margin-bottom:0;
	border: 1px solid #fff;
	background-color: transparent;
}
.form_access > .group_field > .text-accept{
	flex-basis: calc(60% - 20px) !important;
}
.form_access > .group_field > button{
	margin: auto;
}
.login p.alert-danger{
    padding: 10px;
    width: 80%;
    margin: 10px auto 20px;
}
/* Dashboard */
.block_dashboard{
	padding-left:120px;
}
.menu_dashboard_mobile, .nav_user_mobile{display: none;}
.menu_dashboard, .menu_dashboard_mobile{
	width:250px;
	height:100vh;
	background-color: #d60a52;
	position:fixed;
	top:0;
	left:0;
	float: left;
	box-shadow: 0px 2px 15px #000;
	transition: width 0.2s;
}
.md_120{
	width:120px !important
}
.dn_icon{
	display: none !important;
}
.menu_dashboard > .menu, .menu_dashboard_mobile > .menu{
	list-style: none;
	padding:0;
}
.menu_dashboard > .menu > span, .menu_dashboard_mobile > .menu > span{
	position: absolute;
	top: 20px;
	right: -30px;
	font-size: 2em;
	padding: 10px;
	background-color: #d60a52;
	border-radius: 0 10px 10px 0;
	width:30px;
	height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
}
.menu_dashboard > .menu > li:first-child, .menu_dashboard_mobile > .menu > li:first-child{
	margin-bottom: 40px;
	text-align: center;
}

.menu_dashboard > .menu > li, .menu_dashboard_mobile > .menu > li{
	text-align: right;
	line-height: 30px;
	padding: 10px 5px;
}
.menu_dashboard > .menu > .tc, .menu_dashboard_mobile > .menu > .tc{
	text-align: center;
	line-height: 30px;
	padding: 10px 5px;
}
.menu_dashboard > .menu > .tc span, .menu_dashboard_mobile > .menu > .tc span{
	display: none;
}
.menu_dashboard > .menu > li:not(:nth-child(2)):hover, .menu_dashboard_mobile > .menu > li:not(:nth-child(2)):hover{
	background-color: #f82c74;
}
.menu_dashboard > .menu > li a, .menu_dashboard_mobile > .menu > li a{
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 1em;
	display: block;
}
.menu_dashboard > .menu > li img, .menu_dashboard_mobile > .menu > li img{
	margin-left: 10px;
	margin-right: 10px;
}
.main_container{
	flex: 1 0 auto;
}
.container_dashboard{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container_dashboard > nav{
	flex-basis: 100%;
	padding: 20px;
}
.nav_user_list{
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin:auto;
}
.nav_user_list > li{
	flex-basis: 250px;
	font-size: 1.2em;
	color: #410059;
	text-transform: uppercase;
	font-weight: 600;
	text-align:right;
}
.nav_user_list > li > a{
	text-decoration: none;
	color:#410059;
}
.nav_user_list > li img{
	width: 20px;
	margin-left: 10px;
	vertical-align: bottom;
}
.container_modules{
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.pre-dashboard{
	justify-content: center;
}
.container_modules > header{
	flex-basis: 100%;
	padding-left: 3%;
}
.title_dashboard{
	margin-top: 40px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2em;
	margin-bottom: 40px;
	color:#410059;
}

.container_modules > .module{
	flex-basis: 200px;
	height: 200px;
	background-color: #ebebeb;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:40px;
	box-shadow: 4px 5px 8px #ebebeb;
	overflow: hidden;
}
.pre-dashboard > .module{
	margin: 40px;
}
.container_modules > .module > a{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #410059;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	padding: 3em;
}
.container_modules > .module > a > img{
	margin-bottom: 20px;
}

/* Footer */
footer{
    width: 100%;
    padding: 15px;
    overflow: hidden;
    flex-shrink: 0;
}
.footer_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 20px;
	list-style: none;
	background: transparent;
}
.footer_list > li{
	flex-basis: 150px;
	margin-left: 10px;
}
.footer_list > li > a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #410059;
}

/* Form Company */
.form_app{
	flex-basis:65%;
	padding: 40px;
	margin-left: 3%;
	background-color: #ebebeb;
	border-radius: 20px;
	box-shadow: 4px 5px 8px #ebebeb;

}
.form_company select{
	border: 2px solid #d60a52;
	background-color: transparent;
}
.field{
	width: 85%;
	margin: 0 auto 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.field > label{
	flex-basis: 25%;
	text-transform: uppercase;
	color: #d60a52;
	text-align: right;
	font-weight: 600;
	font-size: 1.2em;
	margin: auto;
}
.field > div{
	flex-basis: calc(70% - 20px);
}
.field > div  input, .field > div  select{
	width: 100%;
	padding: 5px 10px;
}
.field > .group_field{
	flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field > .group_field > div{
	flex-basis: calc(50% - 20px);
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field > .group_field label{
	flex-basis: 61%;
	text-align: right;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
	color: #d60a52;
	margin: auto;
}
.field-input{
	flex-basis: calc(36.5% - 20px);
}
.btn_app{
	width: 250px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
	background-color: #410059;
	color: #fff;
	border:none;
}

/* Users */
.form_app input{
	border: 2px solid #d60a52;
	background-color: transparent;
}
.access_level{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 30px;
}
.access_level > span{
	flex-basis: 100%;
	margin-bottom: 10px;
	color: #410059;
	font-weight: 600;
	font-size: 1.2em;
}
.access_level > span > label{
	font-size: 1em;
}
.access_level > span > input{
	width: 20px;
	vertical-align: -0.3em;
	margin-right:10px;
}

/* profile */
.container_company{
	flex-basis: 70%;
	margin-left: 3%;
	margin-right: auto;
	padding: 35px 20px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 4px 5px 8px #ebebeb;
}
.container_company input:disabled{
	border: none;
	background-color: #d9d9d9;
	color: #666;
	text-transform: uppercase;
	font-weight: 600;
}
.container_password{
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.container_password > header{
	flex-basis: 100%;
	padding-left: 3%;
}
.form_password{
	flex-basis: 70%;
	margin-left: 3%;
	margin-right: auto;
	padding: 35px 20px;
}
.form_password input{
	border: 2px solid #d60a52;
}
.block_button{
	width:85%;
	text-align: right;
}

/* external user */
.container_select_company{
	flex-basis: 70%;
	margin-left: 3%;
	margin-right: auto;
	background-color: #ebebeb;
	padding: 20px 0 0;
	border-radius: 20px;
}
.user_external{
	flex-basis: 70%;
	margin: 40px auto 0 3%;
}
.container_select_company select, .user_external input, .user_external select{
	border: 2px solid #d60a52;
}
.container_checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container_checkbox > span{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-basis: calc(25% - 10px);
	align-items: center;
}
.container_checkbox > span > input{
	flex-basis: 15px;
	padding: 5px 5px 0;
}
.container_checkbox > span > label{
	flex-basis: calc(100% - 20px);
	font-size: 1.2em;
	color: #d60a52;
}
.warning_text{
	width: 250px;
	margin-right: 0;
	margin-left: auto;
	text-align: center;
	color: #d60a52;
	line-height: 1;
	margin-top: 5px;
}

/* message */
.container_status{
	border: 1px solid #d60a52;
	border-radius: 20px;
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	background-color: #ebebeb;
	box-shadow: 4px 5px 8px #ebebeb;
}
.title_status{
	text-transform: uppercase;
	font-weight: 800;
	color: #d60a52;
	font-size: 2em;
}
.alert_error{
    flex-basis: 70%;
    margin: 0 auto 40px 3%;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

/* ADM */
.container_admin{
	flex-basis: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: 20px;
}
.container_admin > header{
	flex-basis: 100%;
}
.container_admin > .modules_admin{
	flex-basis: 30%;
	background-color: #ebebeb;
	border-radius: 20px;
	box-shadow: 4px 5px 8px #ebebeb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	min-height: 150px;
	padding: 40px;
	text-align: center;
}
.container_admin > .modules_admin > a{
	text-transform: uppercase;
	font-weight: 600;
	font-size:1.2em;
	line-height:1em;
	color: #410059;
	text-decoration: none;
}
.container_admin > .modules_admin img{
	margin-bottom: 20px;
}
.container_admin > .search_user{
	flex-basis: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;;
}
.search_user > .search_field{
	flex-basis: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.search_user > .search_field > select{
	flex-basis: calc(50% - 40px);
	border: 2px solid #d60a52;
	background-color: transparent;
}
.search_user > .search_field > select:last-child{
	margin-left: 20px;
}

/* Tabela */
#dataTable_wrapper{
	flex-basis: 100%;
    font-size: 1.2em;
	color: #410059;
}
#dataTable tbody > tr{
	background-color: transparent;
}
.icons{
	text-decoration: none;
	color: #410059;
	font-size: 1.5em;
}
.icons:hover{
	color: inherit;
}
.internal tbody > tr > td:nth-child(7) > .icons{
	color: #410059;
}
.internal tbody > tr > td:nth-child(8) > .icons{
	color: #f00;
}

/* Serviços */
.container_product{
	max-width: 1200px;
	margin: 0 auto 40px;
	background-color: #ebebeb;
	border-radius: 20px;
	box-shadow: 4px 5px 8px #ebebeb;
	padding: 40px 20px;
}

.container_product > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.container_product > div > p{
	font-size: 1.2em;
	color:#d60a52;
	font-weight: 600;
	text-transform: uppercase;
	flex-basis:20%;
}
.container_product .inputs span{
	margin-right: 20px;
	font-size: 1.1em;
}
.container_product .inputs span > label{
	vertical-align: top;
}
.data_product > div{
	flex-basis: 30%;
}
.data_product > div:not(:last-child){
	margin-right: 20px;
}
.data_product label{
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #d60a52;
	margin-right: 20px;
}
.data_product input{
	max-width: 200px;
	width:100%;
	background-color: transparent;
	border: 2px solid #d60a52;
}
.container_request, .request_others{
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 20px;
}
.request_type{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.title_service{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	color: #d60a52;
	margin: auto 20px auto 0;
}
.request_type select{
	flex-basis: 230px;
}
.request_files{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.request_files .title_service{
	flex-basis: 100%;
	margin-bottom: 20px;
}
.request_files > div{
	flex-basis: calc(33% - 20px);
}
.request_files > div > span{
	display: block;
	margin-bottom: 10px;
	font-size: 1.15em;
}
.request_files > div > span label{
	vertical-align: top;
	display: inline-block;
}
.request_others .title_service{
	margin-bottom: 20px;
}
.request_others textarea{
	width: 100%;
	height: 250px;
	resize: none;
	padding:20px;
	border: 2px solid #d60a52;
	font-size:1.2em;
}

.container_attach{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 20px;
}
.container_attach > div{
	flex-basis: calc(50% - 20px);
	margin-bottom: 20px;
}
.attach_button label{
	width: 250px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
	background-color: #410059;
	font-size: 1.1em;
	font-weight: 600;
}
.attach_button input{
	display: none;
}
.attach_button label img{
	height: 15px;
    margin-right: 10px;
}
.attach_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.attach_item{
    flex-basis: 30%;
    padding-left: 20px;
    background: url(/assets/img/clips-cinza.svg) left center no-repeat;
    background-size: 10px;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.attach_item img{
	width: 15px;
	margin-left: 5px;
}
.legal_pages{
	max-width:1200px;
	width:100%;
	font-size: 1.2em;
}
.lgpd1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:40px;
}
.lgpd1 > div:first-child{
	flex-basis: calc(100% - 280px);
}

.legal_pages h2{
	color: #d60a52;
	font-weight: 600;
	font-size: 1.3em;
}
.lgpd1 > div:last-child{
	flex-basis: 250px;
}
.warning_privacity{
	display: flex;
	width:100%;
	background-color:#410059;
	border-radius:10px;
	padding:20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	justify-content: center;
}
.warning_privacity:hover{
	color:#fff;
}
.warning_privacity > span{
	margin-left: 20px;
}
.lgpd2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lgpd2 > div:first-child{
	flex-basis: calc(40% - 40px);
}
.lgpd2 > div{
	flex-basis: 60%;
}
.lgpd2 form{
	text-align: right;
}
.lgpd2 form > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.lgpd2 form > div > label{
	flex-basis: 150px;
	text-transform: uppercase;
	color:#d60a52;
	font-weight: 600;
}
.lgpd2 form > div > input, .lgpd2 form > div > textarea{
	flex-basis: calc(100% - 180px);
	border: 2px solid #d60a52;
	outline: none !important;
	padding:10px;
}
.lgpd2 form > div > textarea{
	resize: none;
	height:100px;
}
.lgpd2 form > .group {
	width: calc(100% - 180px);
	margin-left:auto;
	margin-right:0;
	margin-top: 20px;
}
.lgpd2 form .group > sup{
	flex-basis: 160px;
	color: #d60a52;
	top:0;
	line-height: 1em;
}
.lgpd2 form .group > button{
	flex-basis: 200px;
	padding: 10px 5px;
	border-radius: 10px;
	background-color: #410059;
	color: #fff;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
}
.contact_us{
	width:100%;
	font-size: 0.90em;
}
.contact_us > textarea{
	resize:none;
	border: 2px solid #d60a52;
	width: 80%;
	height: 300px;
	margin-top:20px;
	margin-bottom:40px;
	padding: 20px;
}
.contact_us > p{
	color: #d60a52;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
}
.loading{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.container_files {
    justify-content: flex-start;
    gap: 1rem;
}
.container_files > .module {
    margin-top: 0;
    position: relative;
}
.container_files > .module a {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container_files > .module > button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1rem;
    border:  1px solid #ebebeb;
    color: #a00;
    border-radius: 10px;
    transition: background-color 400ms 0s ease;
}
.container_files > .module > button:hover{
    background-color: rgba(170, 0, 0, 0.2);
}

.container-panel{
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.container-panel header {
    flex-basis: 100%;
}

.container-panel .panel{
    flex-basis: calc(25% - 2rem);
    background-color: #ebebeb;
    box-shadow: 4px 5px 8px #ebebeb;
    border-radius: 16px;
    color: #410059;
    font-size: 1rem;
    padding: 1rem 1.5rem;
}

.container-panel .panel-title{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
}

@media (max-width: 1720px){
	.container_dashboard{
		max-width: calc(100% - 250px);
	}
}

@media (max-width:1440px) {
	.container_service > form{
		max-width: calc(100% - 100px);
		margin:auto;
	}
	.request_files > div{
		flex-basis: calc(33% - 5px);
	}
	.container_product > div > p{
		flex-basis: 100%;
	}
}
@media (max-width: 1366px){
	.menu_dashboard{
		display: none !important;
	}
	.menu_dashboard_mobile{
		display: block;
	}
	.block_dashboard{
		padding:0;
	}
	.data_product label{
		width:100%;
	}
}

@media (max-width: 1024px){
	.container_admin {
		justify-content: space-between;
	}
	.container_admin > .modules_admin{
		flex-basis: calc(30% - 10px);
		min-height:220px;
		padding:20px;
	}
	.request_files > div{
		flex-basis: 100%;
	}
}

@media (max-width:900px){
	.nav_user{ display: none; }
	.nav_user_mobile{
		display: block;
		text-align: right;
	}
	.nav_user_mobile > div{
		position: fixed;
		top: 0;
		right: -100%;
		height: 100%;
		background-color: #f4f4f4;
		transition: right 0.2s;
	}
	.nav_user_mobile ul{
		list-style: none;
		font-size:1.2em;
	}
	.nav_user_mobile ul li{
		padding:10px;
		text-transform: uppercase;
		font-weight: 600;
		text-align: center;
	}
	.nav_user_mobile ul li a{
		text-decoration: none;
		color:#000;
	}
	.nav_user_mobile ul li a img{
		width: 2em;
		margin-left:10px;
	}
	.container_modules > .module{
		flex-basis: 400px;
	}
	.title_dashboard{
		text-align:center;
	}
}
@media (max-width: 768px){
	.data_product > div{
		flex-basis: 100%;
		margin-bottom: 10px;
	}
	.data_product label{
		display: block;
	}
	.request_files > div{
		flex-basis: 100%;
	}
	.attach_item{
		flex-basis:100%;
	}
	.inputs > span{
		width:100%;
		display: block;
		margin-bottom:10px;
	}
	.request_files > div > span label{
		width: calc(100% - 30px);
	}
	.form_date > span label{
		width:auto !important;
	}
	.container_admin > .modules_admin{
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.search_user > .search_field{
		flex-basis: 100%;
	}
	.container-mcassab{
		justify-content: center;
	}
	.container-mcassab > div{
		margin-bottom: 20px;
	}
	.container-mcassab > div, .container-mcassab > form{
		flex-basis: 65%;
	}
	.container-mcassab > div > p{
		margin-top:0;
	}
}
@media (max-width: 690px){
	.container_dashboard{
		max-width: calc(100% - 150px);
		margin-right:20px;
	}
	.box_login{
		justify-content: center;
	}
	.information{
		margin-bottom:20px;
		flex-basis: 350px;
	}
	.r-access{
		margin: auto;
	}
}
@media (max-width: 500px){
	.container_modules{
		flex-basis: 60%;
		margin:auto;
	}
	.footer_list > li{
		flex-basis:70%;
	}
	.search_user > .search_field > select, .search_user > .search_field > select:last-child{
		flex-basis: 100%;
		margin:  0 0 10px;
	}
	.form_access > .group_field > p{
		text-align:left;
	}
	.form_access > .group_field > p, .form_access > .group_field > input{
		flex-basis:100%;
	}
	.form_access > .group_field > .text-accept{
		flex-basis:100% !important;
		margin-bottom:10px;
	}
	.wrap-file h2{
		text-align: center;
	}
	.wrap-file{
		padding: 20px;
	}
}

/* Area de upload*/
.row-form {
    display: flex;
    justify-content: center;
    min-height: 50vh;
}
.row-form form{
	max-width: 600px;
	width: 100%;
}
.row-field {
	margin-bottom: 32px;
}
.row-field p{
	margin-bottom: 0;
}
.row-field p label {
    font-size: 16px;
    color: #d60a52;
    font-weight: 800;
}
.row-form select{
	border: 2px solid #d60a52;
	max-width: 300px;
	width: 100%;
	font-size: 14px;
	color: #d60a52;
}
.wrap-file {
    border: 2px dashed #d60a52;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 16px;
	position: relative;
}
.wrap-file h2, .wrap-file p{
    color: #d60a52;
    font-weight: 600;
}
.wrap-file p{
	font-size: 16px;
	text-align: center;
}
.progress-area ul{
	list-style-type: none;
	padding: 0;
}
.progress-area li{
	margin-bottom: 16px;
}
.progress-area li p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.progress-area .progress-upload {
    background-color: #c6c6c6;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.progress-area .progress-count {
    background-color: #d60a52;
    width: 0%;
    height: 100%;
}
.file-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.file-list i{
	font-size: 16px;
	color: #a00;
	cursor: pointer;
}
.drag-drop{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d60a52;
	opacity: 0;
	display: none;
}
.drag-drop.active{
	opacity: 0.2;
	display: block;
}
