@charset "utf-8";
@import url("../../../webfonts/RobotoCondensed_Regular/stylesheet.css");
@import url("../../../webfonts/OpenSans/stylesheet.css");
/* CSS Document */

html {
  scroll-behavior: smooth;
}

.tableBorderAllRoundedCXP{
	border-radius: 20px;
}

.tableBorderUpRoundedCXP{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.tableBorderDownRoundedCXP{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.paddingBox1CXP{
	padding: 25px;	
}

.paddingBox2CXP{
	padding: 5px;	
}

.tableBorderColorDownCXP1{
	border-bottom: thin solid #EBEBEB;
}

#boxStyleCXP{
	width: 98%;
	height: auto;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.h1_CXP{
	font-family: RobotoCondensed-Regular;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	box-sizing: border-box;
	display: block;
}

.h2_CXP{
	font-family: RobotoCondensed-Regular;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	box-sizing: border-box;
	display: block;
}

.h3_CXP{
	font-family: RobotoCondensed-Regular;
	font-size: 23px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0px;
	box-sizing:border-box;
	display:block;
}

.h4_CXP{
	font-family: RobotoCondensed-Regular;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0px;
	box-sizing:border-box;
	display:block;
}

.formCardCXP {
    background:#FFFFFF;
    width: 90%;              /* ← ahora ocupa todo el td */
	height:auto;
    margin: 0 auto;                /* ← quitamos centrado */
    padding: 10px;
    border-radius: 15px;
    box-shadow: 2px 2px 40px rgba(0,0,0,0.25);
    box-sizing: border-box;   /* ← importante para que padding no desborde */
}

@media screen and (max-width:768px){
	.formCardCXP {
		background:#FFFFFF;
		width: 100%;              /* ← ahora ocupa todo el td */
		height:auto;
		margin: 0 auto;                /* ← quitamos centrado */
		padding: 10px;
		border-radius: 15px;
		box-shadow: 2px 2px 40px rgba(0,0,0,0.25);
		box-sizing: border-box;   /* ← importante para que padding no desborde */
	}
}

.button1CXP{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #091728;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 98%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: thin solid #091728;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
}

.button2CXP{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FDC40D;
	text-align: center;
	padding: 8px;
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: thin solid #FDC40D;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

@media screen and (max-width:768px){
	.button1CXP, .button2CXP{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.checkContainerCXP {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
}

.checkContainerCXP input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.span1_CXP{
	color: #000000;
	font-family: RobotoCondensed-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	margin-left: 30px;
}

.span2_CXP{
	color: #000000;
	font-family: RobotoCondensed-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	/*margin-left: 30px;*/
}

.span3_CXP{
	color: #FFFFFF;
	font-family: OpenSans-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
}

.listaCXP,
.listaCXP2,
.listaCXP3 {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
	font-family:OpenSans-Regular;
}

.listaCXP li,
.listaCXP2 li,
.listaCXP3 li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.listaCXP li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url('../images/approval_60px.png') center/contain no-repeat;
    flex-shrink: 0;
}

.listaCXP2 li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url('../images/delete_sign_60px.png') center/contain no-repeat;
    flex-shrink: 0;
}

.listaCXP3 li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url('../images/checkmark_60px.png') center/contain no-repeat;
    flex-shrink: 0;
}

@media (max-width: 768px){
    .listaCXP li,
    .listaCXP2 li,
    .listaCXP3 li {
        justify-content: center;
        text-align: left;
    }
}