
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,button
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Quicksand', sans-serif;

	
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */

h2, h3, h4{
    color:#225549;
}
h3{
	font-size: 20px;
	font-weight: 700;
}
button{
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
}
h4{
	font-size: 17px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
    text-decoration: none;
}

body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p{
	font-size: 15px;
	line-height: 20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.header{
    width: 100%;
    padding: 20px 0;
    background:#225549;
	
}
.footer{
    width: 100%;
    padding: 15px 0;
    background:#225549;
	
	text-align: center;
    color: #c7c7c7;
}
.logo{
	width: 120px;
}
.contentHeader{
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin: 0 50px;
}
.boxUserHeader{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.boxUserHeader h3{
	color: #fff;
	font-weight: 800;;

}
.boxUserHeader h4{
	color: #c7c7c7;
    font-size: 15px;
	margin-top: 5px;
}
.boxUserHeader img{
	width: 40px;
    margin-right: 15px;
}
.container{
	width: 100%;
	display: flex;
	height: 1220px;
}
.containerA{
	background: rgb(187,239,210);
	background: linear-gradient(90deg, rgba(187,239,210,1) 0%, rgba(222,248,234,1) 100%);
	width: 49%;
	padding:50px;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-image: url("../img/background-admin.png"); 
}
.containerB{
	width: 51%;
	padding: 50px;
	overflow-y: scroll;
}
.container0{
	width:74px;
	align-items: flex-start;
    justify-content: center;
	display: flex;
}
.homeIcon{
	margin-top:25px;
	width: 23px;
}
.iconsMenuPanel{
	display: flex;
	margin-bottom: 5px;
	margin-left: 20px;
}

.iconsMenuPanel img{
    margin: 0 5px;
    width: 37px;
	cursor:pointer;
}
.containerMenuPanel{

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hello{
	font-size: 45px;
    font-weight: 600;
    color: #2A6557;
	margin-bottom: 10px;
}
.helloText{
    font-size: 14px;
    color: #225549;
    line-height: 23px;
    font-weight: 600;
}
.meetingAction{
	background:#F8F8F8;
	padding: 20px;
	margin: 35px 0;
	border-radius: 10px;
}
.meetingActionBox1{
	display: flex;
	align-items: center;
	border-bottom: 2px solid #DDDDDD;
    padding-bottom: 10px;
}
.meetingActionBox1 img{
	margin-left: 12px;
}
.meetingActionTitle{
	font-size: 18px;
	font-weight: 800;
	color:#01493A;
	margin-left: 7px;
}
.meetingCheckQuest{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 0;
    background: #fff;
    padding: 12px;
	border-radius: 10px;
}
.meetingCheckQuest h3{
	font-weight: 600;
	font-size:13px;
}
.meetingCheck{
	display: flex;
    align-items: center;
}
.checkIcon{
	width: 25px;
	margin-right: 7px;
}
.dateMeeting{
	font-size: 12px;
	color:#707070;
}
.dateMeetingRed{
	color:#FF0000;
}
.nextMeeting{
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
}
.nextMeeting h3{
    margin-left: 18px;
	font-size: 15px;
	font-weight: 800;
}
.button{
background: rgb(33,84,73);
background: linear-gradient(49deg, rgba(33,84,73,1) 0%, rgba(65,140,122,1) 100%);
padding:10px 0;
width: 138px;
color: #fff;
border-radius: 30px;
border: none;
font-weight: 800;
font-family: 'Quicksand', sans-serif;
margin:0 5px;
cursor:pointer;
transition:0.3s;
}
.buttonSmall{
	background: rgb(33, 84, 73);
    background: linear-gradient(49deg, rgba(33, 84, 73, 1) 0%, rgba(65, 140, 122, 1) 100%);
    width: 105px;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-weight: 800;
    font-family: 'Quicksand', sans-serif;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
    height: 25px;
    font-size: 11px;
}

.button:hover,.buttonSmall:hover, .botHome:hover , .bugReport:hover, .divHousehold:hover{
	transform: scale(1.1);
}
.titlePanel{
	font-size: 19px;
    margin-bottom: 20px;
    font-weight: 900;
    margin-top: 30px;
	text-align: center;

}
.performanceReports{
	display: flex;
	justify-content: space-between;
	max-width: 650px;
    margin: 0 auto;
}
.performanceBox{
	display: flex;
    background: #fff;
    flex-direction: column;
    align-items: center;
    text-align: center;
	padding: 15px 5px;
    border-radius: 10px;
    height: 107px;
    width: 100%;
	cursor:pointer;
}

.performanceBox img{
	width: 40px;
	margin-bottom: 13px;
	margin-top: 5px;
}

.performanceBox h3{
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	line-height: 16px;
}

.myfinancialGoals{
	display: flex;
	justify-content: space-between;
	max-width: 650px;
    margin: 0 auto 20px;

}
.myfinancialGoalsBox{
	display: flex;
    background: #fff;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px 10px;
    border-radius: 10px;
    height: 95px;
    width: 110px;
    justify-content: flex-start;
    cursor: pointer;
}

.myfinancialGoalsBox h3{
	font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 16px;
    font-weight: 800;
    margin-top: 8px;
}
.mainTitle{
	font-size: 35px;
    color: #2A6557;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 800;
    line-height: 40px;
}
.botMax{
	width: 215px;
}
.botMin{
	font-size: 11px;
    height: 30px;
    padding: 0;
    width: 165px;
}
.accountContent{
	display:flex;
	background:#FDFDFD;
	border:1px solid #EDEDED;
	border-radius: 30px;
    padding: 32px;
	margin-bottom: 20px;
}    
.accImg{
	width: 54px;
}
.accItem{
	border-top: 1px solid #DDDDDD;
	display:flex;
	padding: 25px 0 15px;
}
.accTitl{
	font-size: 17px;
	font-weight: 800;
	margin-top: 15px;
	padding-bottom:15px;
	cursor:pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accArrow{
	width: 17px;
    margin-left: 18px;
}
.accBlock{
	margin-left: 20px;
	flex: 1;
}
.imgCard{
	width:35px;
    margin-top: 1px;
}
.accDat{
	width: 40%;
}
.accDat h4{
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}
.accDat h5{
	font-size: 12px;
	color: #000000;
	font-weight: 600;
	margin-top: 4px;

}
.accDat p{
	font-size: 13px;
    color: #AAAAAA;
    margin-top: 13px;
	
}
.accountsDiv{
	display: none;

}
.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}
.accColumn{
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-left: 10px;
}
.accDat2{
	text-align: center;

}
.accDat2 h3{
	font-weight: 800;
	font-size: 20px;
	color: #01493A;
	margin-bottom: 10px;
}
.accDat2 button{
	font-size: 11px;
    height: 20px;
    padding: 0;
    width: 110px;
}
.custom-loader {
	width: 50px;
	height: 50px;
	display: grid;
	animation: s4 4s infinite;
  }
  .custom-loader::before,
  .custom-loader::after {    
	content:"";
	grid-area: 1/1;
	border:8px solid;
	border-radius: 50%;
	border-color:#2a6557 #2a6557 #0000 #0000;
	mix-blend-mode: darken;
	animation: s4 1s infinite linear;
  }
  .custom-loader::after {
	border-color:#0000 #0000 #E4E4ED #E4E4ED;
	animation-direction: reverse;
  }
  
  @keyframes s4{ 
	100%{transform: rotate(1turn)}
  }
  .containerLoading{
	display: flex;
    justify-content: center;
    margin-top: 150px;
  }
  .performanceReportsTable{

    background: #FDFDFD;
    border: 1px solid #EDEDED;
    border-radius: 30px;
    padding: 32px;
    margin-bottom: 20px;
   
  }
  .headerTableReport{
	display: flex;
    flex-direction: row;
    border-bottom: 1px solid #9e9e9e;
    justify-content: space-between;
    padding-bottom: 15px;
	font-weight: bold;
  }


 	
 .column1report{
	width: 40%;
	text-align: left;
 }
 .column2report{
	width: 20%;
	text-align: center;
 }
 .column3report{
	width: 20%;
	text-align: center;
 }
 .column4report{
	width: 15%;
	text-align: center;
 }
 .column5report{
	width: 5%;
	text-align: center;
 }
 .imgReportIcon{
    width: 15px;
    position: relative;
    top: 7px;
    padding-right: 7px;
 }
 .rowReportData{
	font-size: 12px;
	padding: 0 0 12px;
 }
 .rowHeaderReport{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0 15px;
 }
 .trReport{
	border-bottom: 1px solid #dadada;
 }
 .tableReport{
	width: 100%;
 }
.iconDownloadReport{
	position: relative;
    top: 4px;
	cursor:pointer;
}
.iconDownloadReportDelete{
    position: relative;
    top: 2px;
    cursor: pointer;
    width: 10px;
	margin-left:4px;
}
.goBackHome{
	margin-bottom: 40px;
    font-weight: 800;
    font-size: 15px;
	cursor:pointer;
}
.divTab{
	display: flex;
}
.tabBefore{
	z-index: 10000000;
    position: relative;
	margin-top: -33px;
}
.tabDistribution{
	background: #EDEDED;
    padding: 15px 21px 50px;
	margin-right: 15px;
    font-weight: 600;
    border-radius: 20px 20px 0 0;
	color:#B2B2B2;
	cursor:pointer;
}
.tabDistSelected{
	background: #215449;
	color: #fff;
}
.arrowRightNotes{
	cursor:pointer;
	transform: rotate(0);
  
    transition: .3s;
}
.arrowRightNotesAngulo{
    transform: rotate(90deg);
    
    transition: .3s;
}
.notesDiv h3{
	padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
	color: black;

}
.contentNote{
    background: #F7F7F7;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.notesDiv{
	margin-top:10px;
	display:none;
}
.imgProfileAdmin{
	width: 80px;
    margin-right: 17px;
}
.contentNote p{
	font-size: 13px;
    line-height: 17px;
	width: 100%;
	padding: 10px 10px 0;
}
.accDat h6{
	margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    width: 180px;
    font-weight: 600;
}
.datBeneficiary{
	display: flex;
	width: 100%;
	margin-top: 15px;
	flex-wrap: wrap;
}
.Col50{
	width:50%;
}
.right{
	text-align: right;
}
.itemBeneficiary{
	font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    color: #225549;
}
.itemBeneficiary h4{
	margin-top: 8px;
    font-size: 13px;
	color: black;
}
.filterSisDiv{
	display: flex;
    margin-bottom: 40px;
    justify-content: center;
}
.sysDesactive{
	padding: 17px 40px;
    background: #215449;
    color: #fff;
	font-weight: 800;
	border:2px;
}
.sysActive{
	padding: 15px 40px;
    border: 2px solid #215449;
    color: #215449;
    font-weight: 800;
	background: #fff;
}
.sysBot{
	cursor:pointer;
}
.accColumn2{
	justify-content: flex-start;
    
    margin-bottom: 25px;
    margin-top: -8px;
}
.contBotSys{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.contBotSys button{
	font-size: 11px;
	height: 30px;
	padding: 0;
	width: 130px;
}
.flexy{
	display:flex;
	justify-content: space-between;
}
.cien{
	width: 100%;
}
.boxBeneficiary{
	display:flex;
	flex-wrap: wrap;
    width: 48%;
	
	justify-content: space-between;
}
.boxBeneItem{
	width: 49%;
}
.boxBeneItem h4{
	font-weight: 600;
	font-size: 13px;
}
.boxBeneItem p{
	font-size: 12px;
    color: #818181;
    margin: 5px 0 17px;
}
.tableMinimumDiv{
	display:flex;

}
.tableMinimum{
	width: 25%;
	text-align: center;
	
}
.tableMi1{
    font-size: 14px;
    font-weight: 600;
}
.tableMi2{
	
	background: #f7f7f6;
    border-top: 1px solid #3e3e3e;
    border-left: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    padding: 10px 0;
    margin-top: 9px;
	position:relative;
}
.activePerfromance{
	background: #b1ebcc;
}
.summaryBox {
    background: #e4f4f1;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    width: 20%;
    flex-direction: column;
    justify-content: space-between;
    height: 55px;
    display: flex;
	font-size: 12px;
}
.summarySectionBox {
    display: flex;
    justify-content: space-between;
}
.summaryTitle {
    font-size: 20px;
    font-weight: 600;
}
.retireCalculations {
    height: 36px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    border-radius: 5px;
    align-items: center;
	font-size: 13px;
	background: #EDFAF6;
    padding: 0px 8px;
}
.normal{
	font-weight:500!important;
}
.bold{
	font-weight:700;
}
.bold9{
	font-weight:900!important;
}
.popupDiv{
	width: 100%;
    height: 100%;
    background: #000000bd;
    position: fixed;
    z-index: 10000000;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
	
}
.popupContentDiv{
	background: #fff;
    min-width: 600px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 20px 20px 30px;
    flex-direction: column;
    align-items: center;
	max-width: 900px;
	max-height: 80vh;
}
.popupContent{
	width: 94%;
}
.closeDiv{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.content h3{
	margin: 20px 0 30px;
    text-align: center;
}
.content{
	display: flex;
    align-items: center;
    flex-direction: column;

    overflow-y: auto;
    max-height: 80vh;
}
.content h4{
	margin-bottom: 10px;
}
.content textarea{
	width: 100%;
    height: 116px;
    margin-bottom: 20px;
}
.closeShort{
	width: 10px;
	margin-left: 10px;
}
.noteHeader{
	padding: 0 0 0 10px!important;
}
.twoColumn{
	width: 220px;
}
.inputDataSection {
	width: 180px;
	background: #F8F8F8;
	border: 1px solid #EBEBEB;
	
	height: 25px;
	border-radius: 50px;
	padding: 0 10px;
}
.labelDiv{
	margin-bottom:15px;
}
.labelDiv h4{
	font-size: 14px;
    margin-bottom: 7px;
}
.questionaryMeet{
	margin: 15px 0 25px;
	width: 95%;
}
.commentFormMeet{
	font-size:12px;
}
.incomeSelectTrue {
    border: 600px;
    background: #E0F6F1;
    border-radius: 50px;
    padding: 10px 14px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
	
}
.incomeSelectFalse {
    border: 600px;
    background: #fff;
    border-radius: 50px;
    padding: 8px 12px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 2px solid #ECECEC;
    cursor: pointer;
	
}
.incomeSelectClick {
	transition:0.5s;
}
.incomeSelectClick div{
	text-align: left;
}
.imgTracking {
    margin-right: 13px;
    width: 20px;
}
.labelForm{
	font-size: 14px;
    margin-bottom: 7px;
	line-height: 20px;
}

.activeMenu{
	border-bottom:2px solid #41a38c;
	font-weight: 900;
}
.findUser{
	background:#fff;
}
.navAdminDiv{
	display:flex;
	justify-content: flex-start;
	margin-top: 25px;
	font-size: 14px;
    color: #2a6557;
}
.navAdmin{
	margin-right:40px;
	padding-bottom: 5px;
	cursor:pointer;
}
.usersDiv{
	background:#F8F8F8;
	padding:30px;
	border-radius: 20px;
	margin-top:20px;
}
.titleAdmin{
	text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
   
}
.treinta{
	width: 32%;
}
.veinte{
	width: 20%;
	font-size: 11px;
	font-weight: 500;
	color: #2a6557;
}
.normalFont{
	font-weight: 900;
}
.center{
	text-align:center;
}
.whiteLine{
	border-bottom: 2px solid #fff;
	margin-top: 20px;
}
.smallButton{
	font-size: 11px;
    height: 25px;
    padding: 0;
    width: 100px;
	
}
.aButton{
	font-size: 11px;
	margin: 0 auto;
    padding: 5px 0px;
    width: 110px;
    display: block;
}
.user{
    align-items: center;
    border-top: 2px solid #DDDDDD;
    padding: 15px 0px;
}
.user2{
	align-items: center;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    margin-top: 15px;
}
.user2 h4{
	font-weight: 700;
	font-size: 15px;
}
.user2 p{
	font-size: 13px;
    margin-top: 5px;
	line-height: 16px;
}
.flexTitle{
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.responseForm{
	width: 100%;
    text-align: center;
    font-weight: 600;
}
.adminLogin{
	text-align: center;
    padding: 17px;
    font-size: 13px;
    color: #FF0000;
	background: #f7f7f7;
	font-weight: bold;
}
.noteDiv{
	margin:10px 0;
	width: 100%;
}
.previousRetirement{
	text-align: center;
    padding: 10px 0;
	cursor:pointer;
}
.calendarTitle{
	margin: 0!important;
	text-align:left!important;
	font-size: 17px;
	line-height: 23px;
}
.calendarBox{
	background:#F8F8F8;
    padding: 10px 15px;
    border-radius: 10px;
	align-items: center;
	margin-bottom: 15px;
}
.textTitleAdvisor{
	font-size: 18px;
	padding: 0 0 10px;
	text-align: center;
}
.redCalendar{
	background:#ffd6d6;
}

.yellowCalendar{
	background:#fffae8;
}
.botHome{
	background: rgb(181,238,206);
background: linear-gradient(90deg, rgba(181,238,206,1) 0%, rgba(232,255,242,1) 100%);
padding: 4px 15px 4px 6px;
border-radius: 20px;
font-weight: 600;
margin-right: 30px;
font-size: 14px;
display: flex;
align-items: center;
cursor:pointer;
transition:0.3s;
}
.marginBotIndex{
	margin:0 3px;
}
.investChild{
	text-align: center;
    margin-bottom: 16px;
    font-size: 15px;
    margin-top: 15px;
}
.bugReport{
	position: fixed;
    bottom: 15px;
    right: 30px;
    background: #fc7e4f;
    padding: 11px 14px;
    font-size: 30px;
    border-radius: 37px;
    color: #225549;
	cursor:pointer;
	transition:0.5s;
}
.titleOptimize{
	font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.buttonDelete{
	top: 1px;
    width: 12px;
    margin-left: 4px;
    cursor: pointer;
}
.optimizeTexts{
	background: #f5f3f3;
    padding: 6px 10px 7px;
    border-radius: 5px;
    margin: 10px 0 0;
	font-size: 14px;
}
.optimizeTextsTd{
	padding-bottom: 10px;
	padding-left: 25px;
	display: none;
}
.itemUser{
	cursor:pointer;
	padding: 10px 20px;
    background: #eeeaea;
    border-radius: 12px;
	margin-bottom: 10px;
}
.warningUser{
	background: #ffbaba;
    padding: 10px 20px;
}
.beneficiaryEdit{
	display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.disabled{
	background-color: #f0f0f0;
    color: #888888;
    border: 1px solid #ccc;
}
.notesPerformance{
	font-size: 12px;
    padding-left: 26px;
    padding-bottom: 10px;
    padding-top: 0;
	line-height: 18px;
}
.imgHelp{
	width: 33px;
    position: relative;
    top: 7px;
    margin-right: 10px;
}
textarea::placeholder {
	font-family: 'Quicksand', sans-serif;
	
  }
  .i-required{
	position: absolute;
    left: 110px;
    width: 11px;
    top: 5px;
  }
  .infoAccountPop{
	position: absolute;
    background: rgb(170, 225, 207);
    font-size: 12px;
	right: -76px;
    top: -31px;
    padding: 5px;
    border-radius: 2px;
    display: none;
  }
.nextDivButtons{
	justify-content: space-between;
	margin-top:40px;
}
.divRecalculate{
display: flex;
}
.nextBackButton{
	background: #fff;
    border: none;
    color: #225549;
    font-size: 15px;
    padding: 4px 8px;
    font-weight: 700;
}
.botYellow{
	cursor:pointer;
	background:#EFCA00;
	display: flex;
    align-items: center;
	color:#fff;
	padding: 10px;
	border:none;
	font-size: 15px;
    font-weight: 600;
	border-radius: 3px;
	transition: 0.5s;
}
.botYellow:hover{
	background:#bea101;
}

.containerStep0{
		
		background-image: url("../img/bg-onboarding.png"); /* The image used */
	    margin-top: 50px;
		background-position:top;
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover; /* Resize the background image to cover the entire container */
		border-radius: 50px;
		width: 100%;
	
}
.containerStep02{
		
		background-image: url("../img/step0-bg.webp"); /* The image used */
	    margin-top: 50px;
		background-position:bottom;
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover; /* Resize the background image to cover the entire container */
		border-radius: 50px;
		width: 100%;
		
	
}
.step0Star, .section15{
	width: 50%;
    min-height: 90vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding-left: 50px;
	
	
}
.step0Logo{
	width: 120px;
}
.step0Title{
	font-weight: 800;
    font-size: 50px;
    margin-bottom: 55px;
    margin-top: 30px;
	color:#01493A;

}
.step0Title2{
	font-weight: 600;
    font-size: 23px;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #01493A;
    line-height: 33px;
}
.welcomeDiv{
	width: 90%;
}
#quizForm{
    flex-direction: column;
    align-items: center;
    min-height: 320px;
	padding: 240px 30px 50px;
}
.titleQuizSection{
	color:#01493A;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.stepInput{
	border-radius: 20px;
    padding: 9px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
	background:#fff;
}
.sectionStep{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.elementsForm{
	display: flex;
    flex-direction: row;
    gap: 10px;
	align-items: center;
	margin-top: 25px;
	justify-content: center;

}
.elementsForm2{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 25px;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px 5%;
}
.elementsForm3{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 25px;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px 5%;
	border-bottom: 2px solid #d7d7d7;
	padding-bottom: 40px;
}


.nextBtn{
	
    width: 180px;
    font-size: 16px;
	text-align: center;
}
.infoConfidential{
	font-size: 11px;
    width: 450px;
    text-align: center;
    color: #7d7d7d;
    line-height: 15px;
    margin-top: 20px;
}

.hidden{
	display: none;
}
.botMarital{
	background: #FFFFFF;
    width: 150px;
    text-align: center;
    padding: 17px 0;
    border-radius: 10px;
    border: 0.5px solid #CFCFCF;
	color: #707070;
	transition:0.3s;
	cursor:pointer;
}
.botMarital :hover{
	background: #c6e1ce;

}
.divBotMarital{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.anchoMayor{
	max-width: 400px;
    min-width: 353px;
}

.step0TitleInput{
	margin-left: 20px;
	font-size: 15px;
	font-weight: 700;
	color:#01493A;
}
.dependentDiv{
	background:#fff;
	border-radius: 25px;
	padding: 5px 28px 25px;
	margin-bottom: 20px;
}
.backBtns{
	cursor:pointer;
	width:70px;
	text-align: center;
}
.activeMatrial{
	background:#D1FFDE;
}
.partnerYesNo,.dependents,.botTypeEmail,.botTypePhone{
	cursor:pointer;	
}
.partnerYesNo:hover,.dependents:hover{
	background:#D1FFDE;
	transition:0.3s;
}
.infoRmd{
	width: 12px;
    position: relative;
    right: -40px;
    top: -6px;
}

.divInfo{
	position: absolute;
    right: -34px;
    font-size: 13px;
    top: -22px;
    background: #bdefd3;
    padding: 5px 8px;
    border-radius: 3px;
	display: none;
}
.contributionInput{
	width: 51px;
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
	border: 1px solid #275e52;
}
.sectionAdmin{
	width: 90vw;
	margin: 0 auto;
	
}
.buttomAdd{
    text-align: right;
    display: block;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: 15px;
    background: #bea101;
    color: #fff;
    padding: 2px 6px;
    border-radius: 100%;
	right: 29px;

}
.inputData {
    height: 35px;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    padding: 8px 8px 8px 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    background-color: #F8F8F8;
    width: 380px;
}
.inputDataSectionNew {
    width: 100%;
	box-sizing: border-box;
    background: #ffffff;
    border: 0.5px solid #215449;
   	border-radius: 50px;
	padding: 12px 10px 12px;
}
.twoColumn2{
    width: 49%;
}
.oneColumn{
	width: 100%;
}
.circleOnboarding{
	width: 40px;
    height: 40px;
    background: #EBEBEB;
    border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.circleOnboardingActive{
	background: #F7C229;
}

.titleStepOnboarding{
	color: #C7C7C7;
    font-weight: 700;
    margin-top: 10px;
	cursor:pointer;
}
.title2StepOnboarding{
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin-top: 8px;
	border-left: 2px solid #E6E6E6;
	padding-left: 8px;
	cursor:pointer;
}

.title2StepOnboardingActive{
	font-size: 18px;
    line-height: 22px;
	border-left: none;
	padding-left: 0;
	border-left: 2px solid #E6E6E6;
	padding-left: 8px;
}
.contentOnboardingStart{
	background: #FEF9F2;
    border: 2px solid #E2CEAC;
    border-radius: 20px;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top: 80px;

}
.contentOnboardingStart h2{
	font-size: 33px;
    text-align: center;
	margin-bottom: 25px;
	line-height: 40px;
}
.contentOnboardingStart p{
color:#A8A8A8;
}


.dotsOnboarding{
	display: flex;
	justify-content: center;
	gap: 21px;
}
.dotOnboarding{
	width: 13px;
    height: 13px;
    background: #DBDBDB;
    border-radius: 100%;
	cursor:pointer
}
.dotOnboardingActive{
	background:#2A6557;
}
.titleOnboardingSection{
	font-size: 25px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
	color: #2A6557;
}
.pOnboardingSection{
	font-size: 17px;
	text-align: center;
	color: #747474;
	margin-bottom: 20px;
}
.sectionOnboarding{
	margin: 80px auto 50px;
}
.contentOnboarding{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.yellowFont{
	color:#F7C229;
	font-weight: bold;
}
.boxOnboarding3{
	text-align: center;
    border: 2px solid #F7C229;
    padding: 30px 20px 30px;
    border-radius: 0px 0px 25px 25px;
    width: 100%;
    display: flex
;
    flex-direction: row;
    gap: 10px 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: flex-start
}
.insideBoxOnboarding3{
	display: flex;
	justify-content: center;
	align-items: left;
	margin-bottom: 20px;
	flex-direction: column;
	width: 30%;
	
	justify-content: center;
}
.titleItemOnboarding3{
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 17px;
	font-size: 13px;
}
.titleOnboarding3{
	width: 100%;
	background: #F7C229;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	border-radius: 25px 25px 0 0;
	font-weight: bold;
}
.pOnboarding3{
	text-align: left;
    font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
}
.boxOnboarding2{
	text-align: center;
	border:2px solid #F7C229;
	padding: 30px 20px 30px;
    border-radius: 25px;
	max-width: 195px;
}
.boxOnboarding2 h4{
font-weight: bold;
color:#225549;
font-weight: 16px;
}

.boxOnboarding2 p{
	line-height: 21px;
    margin-top: 15px;
    font-size: 12px;
}


.boxOnboarding{
	text-align: center;
	border:2px solid #F7C229;
	padding: 30px 20px 30px;
    	border-radius: 25px;
	    width: 26%;
}
.boxOnboarding h4{
font-weight: bold;
color:#225549;
font-weight: 16px;
}

.boxOnboarding p{
	line-height: 15px;
	
	font-size: 12px;
	text-align: left;
}

.checkDivOnboarding{
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 15px;
	font-weight: bold;
    color: #747474;
}
.step2Buttons{
    display: flex;
	justify-content: space-between;
    background: #F2F2F2;
    color: #01493A;
    width: 340px;
    gap: 30px;
    padding: 21px 30px;
    align-items: center;
    border-radius: 10px;
    font-size: 17px;
	cursor:pointer;
	transition:0.5s;
}
.step2Buttons:hover{
	transform: scale(1.1);
}
.step2ButtonsActive{
	background:#2A6557;
	color:#fff;
	justify-content: space-between;
}
#step2Section1, #step2ContainerResults{
	display: flex;
		flex-direction: column;
		align-items: center;
	}	
.step2ButtonsiconActive{
	background: #fff;
    border-radius: 100px;
    padding:7px;
}
.hiddenImportant{
	display: none!important;
}
.feesBox{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #D3D3D3;
    border-radius: 20px;
    cursor:pointer;
}
.selectedFeesBox{
	border: 3px solid #f7c229;margin-bottom: 1px;
}
.feesTitle{
    background: #D3D3D3;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    border-radius: 17px 17px 0 0;
}
.feesTitleSelected{
	background: #f7c229;

  }
.feesTitle h3{
	color:#fff;
	font-size: 16px;
}
.feesChecks{
    display: flex;
    padding: 8px 0;
    flex-direction: row;
	align-items: flex-start;
}
.feesChecks p{
	font-size: 14px;
    line-height: 18px;

}
.feesChecks .checkIcon{
	width: 17px;
	padding-top: 2px;
}

.containerFees {
    display: flex;
    justify-content: space-between;    
	 margin-top: 8px;
	 background: #fff;
	 width: 100%;
	 border-radius: 0 0 18px 18px;
	 padding-bottom: 20px;
	 padding-top: 15px;
	 transition: 0.5s;
}
.containerFeesActive{
	background: #204037;border: 2px solid #204037;
    position: relative;top: 2px;
}
.columnFees {
    flex: 1; /* Las columnas ocuparán el mismo espacio */
    padding: 10px;
    box-sizing: border-box;
}
.columnFeesActive{
	color:#fff
}
.columnFeesActive h4{
	color:#F7C229
}
.columnFees h4{
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 15px;
}
.columnFees p{
	font-size: 9px;
	line-height: 19px;
}
.flexColCenter{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pColumnStep3{
	color: #2A6557;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
}
.colorGreen{
	color:#225549;
}
.totalAccountValue{
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 150px;
}
.totalamountTitle{
	font-size: 10px;
	color: #A2A2A2;
	margin-bottom: -4px;
	position: relative;
	top: -12px;
}
.downArrowFill{
	width: 13px;
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.width150{
	width: 150px;
}
.skipBtn{
	cursor:pointer;
}
.documentsDiv{
	display: flex;
		justify-content: flex-start;
		gap: 20px;
		margin-bottom: 50px;
		background: #F7F7F7;
		padding: 30px;
		width: 90%;
		border-radius: 17px;
		min-height: 300px;
		margin-top: 27px;
		flex-direction: column;
}
.itemDocument{
	display: flex;
		justify-content: space-between;
		background: #FFFFFF;
		padding: 17px;
		align-items: center;
		border-radius: 8px;
		margin-bottom: 15px;
}

.listItemDocuments{
	display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
}	

.listItemDocuments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 8px;
	box-sizing: border-box;
}

.file-info p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.file-details {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.progress-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #2196F3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.progress-circle.complete {
    border-color: #4CAF50;
}

.progress-text {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #2196F3;
}

.progress-circle.complete .progress-text {
    color: #4CAF50;
}

.mailing-address{
	display:none;
}

.botRmdSwitch{
	border: 2px solid #397e6e;
	padding: 10px;
	border-radius: 23px;
	font-size: 13px;
	cursor:pointer;
	width: 145px;
    	text-align: center;
}
.botRmdSwitchActive{
	color: #fff;
	background: #397e6e;
}
.investment-item{
	background:#225549;
	align-items: center;
	padding: 10px 15px;
	border-radius: 10px;
	
	cursor: grab;
	box-sizing: border-box;
	min-width: 150px;
	max-width: 170px;
	width: 100%;
	height: 50px;
}

.squareSymbol{
	font-size: 16px!important;
	position: relative;
	top: -3px;
}

.itemSymbol{
	display: flex;gap:5px;margin-bottom: 7px;
}
.titleOnboarding-save{
	font-size: 12px;
	margin-left: 14px;
	margin-bottom: 5px;
	font-weight: 700;
}
.onboarding-save-inputs{
	width:20%;
	box-sizing: border-box;
}
.onboarding-save-inputs input{
box-sizing: border-box;

}
.retirementItem{
	width: 46%;
}
.backButtonBox{
	display: block;
	border: none;
	background: #3b8170;
	color: #fff;
	padding: 4px 8px;
	border-radius: 15px;
	cursor:pointer;
}
.searchInputDB{
	font-size: 16px; width: 300px;border-radius: 25px;border: 2px solid #e8e7e7;padding: 6px;
}


#tagsContainer{
	    gap: 6px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
    width: fit-content;
}
.textCenter{
	text-align: center;
}
.titleGoals{
    font-size: 20px;
    font-weight: 700;
}

.documentTabs{
	font-size: 12px;
	width:25%;
	text-align: center;
	padding: 15px 10px 50px;

}




@media(max-width:1200px){
	.nextMeeting {
		gap: 10px;
		flex-wrap: wrap;
	}
	.nextDivButtons{
		justify-content:center;
	}
}
