@font-face {
	font-family: "ACE-Lexend";
	src: url("../fonts/Lexend_Mega/LexendMega-Regular.ttf");
}
@font-face {
	font-family: "ACE-Nunito-Regular";
	src: url("../fonts/Nunito/Nunito-Regular.ttf");
}
@font-face {
	font-family: "ACE-Nunito-Light";
	src: url("../fonts/Nunito/Nunito-Light.ttf");
}
@font-face {
	font-family: "ACE-Nunito-SemiBold";
	src: url("../fonts/Nunito/Nunito-SemiBold.ttf");
}
@font-face {
	font-family: "ACE-Archivo-Regular";
	src: url("../fonts/Archivo/Archivo-Regular.ttf");
}
@font-face {
	font-family: "ACE-Archivo-Bold";
	src: url("../fonts/Archivo/Archivo-Bold.ttf");
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
}

@media only screen and (min-width: 993px) {
}

* {
	margin: 0;
	padding: 0;
}

.header {
	background-color: rgb(235,235,235);
	margin-bottom:30px;
}

.header_subcontent {
	height: 50px;
	color: black;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
}
.header_option {
	font-family: "ACE-Nunito-Regular";
	padding-left: 10px;
	padding-right: 10px;
}
.header_subcontent_left {
	font-family: "ACE-Lexend";
	float: left;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header_title {
	font-family: "ACE-Archivo-Regular";
	padding-bottom: 20px;
	font-size: 24px;
}
.header_descripcion {
	font-family: "ACE-Nunito-Regular";
	font-size: 16px;
	padding-right: 50px;
}
.header_subcontent_right {
	font-size: 14px;
	float: right;
	display: flex;
	flex-direction: row;
}

.header_content {
	padding-top:70px;
	color: black;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 1200px;
}
.header_content_left {
	display: flex;
	flex-direction: column;
}
#page-main-icon{
    width:30px;
    margin-top:2px;
    filter: invert(84%) sepia(26%) saturate(4002%) hue-rotate(171deg) brightness(103%) contrast(101%);
}
.header_security_space{
	display:flex;
	flex-direction: row;
	margin-top:20px;
	margin-bottom: 10px;
}
.security_message{
	font-size:14px;
	font-family: "ACE-Nunito-Regular";
	height:20px;
	padding-bottom:50px;
}
.button_security{
	height:40;
	width: 150px;
	border-radius:2px;
	background-color:#9bdd02 ;
	color: black;
	text-align: center;
	justify-content:center;
	display: flex;
    align-content: center;
    flex-wrap: wrap-reverse;
	cursor: pointer;
	font-family: "ACE-Nunito-Regular";
}
.button_iniciar:hover{
	background-color:#7fb10c;
}
.button_registrarme{
	margin-left:30px;
	background-color: #0078d4;
	color:white;
	/*border: 1px solid #0078d4;*/
}
.button_registrarme:hover{
	background:#2271ad;
	color: white;
}
.header_content_right {
	height: 100%;
	visibility: hidden;
}
body {
}

.body_subcontent {
	position: relative;
	background-color:white
}

.body_content {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	min-height:500px;
}

footer {
	font-family: "ACE-Nunito-Regular";
	height: 200px;
	background-color:#f4f5f6;
	color:#1a1a1f;
	margin-top: 30;
	padding-top: 20;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.common_centerHorizontally {
	background: w;
	margin: 0 auto;
}

.modules {
	height: 120px;
	width: 1200px;
	background-color: rgb(255, 255, 255);
	left: 50%;
	display: flex;
	justify-content: center;
	opacity: 0.97;
	padding-bottom: 30px;
}
.modules_item {
	background-color:#f8f9fa;
	font-family: "ACE-Nunito-Regular";
	padding-top: 25px;
	width: 200px;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
	margin-right: 10px;
}
.modules_item img {
	width: 35px;
	padding-bottom: 15px;
}
.modules_item:hover {
	color: white;
	background-color:#a7b4c2 ;
}
.modules_item span {
	font-size: 14px;
}
.modules_barspace {
	height: 4px;
	width: 1200px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.97;
}

.landing-descripcion-larga{
	font-family: "ACE-Nunito-Light";
	text-align: left;
	font-size: 15px;
}
.landing-descripcion-parrafo{
	padding-bottom:10px;
}

.modules_detail_space {
	width: 1200px;
	background: rgba(0, 0, 0, 0);
	top: 380px;
	left: 50%;
	opacity: 1;
}

.acuerdos-detalle-space{
	display:flex;
	flex-direction:row;
	justify-content: space-around;
}
.acuerdos-detalle-item{
	display:flex;
	flex-direction:column;
	border: 1px solid #dfdbdb;
	width:200px;
	font-size:13px;
	padding:10px;
	min-height: 100px;
	justify-content: center;
	align-items: center;
	background: white;
}
.acuerdos-detalle-subtitulo{
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #535050;
}

.modules_detail {
	padding: 40px;
	background-color: whitesmoke;
}

.modules_detail_header {
	font-family: "ACE-Archivo-Bold";
	text-align: left;
	font-size: 45px;
	padding-bottom: 20px;
}
.modules_detail_descripcion {
	font-family: "ACE-Nunito-Light";
	text-align: left;
	font-size: 16px;
}
.modules_detail_opciones {
	text-align: left;
	font-size: 16px;
	padding-bottom: 20px;
}
#modules_bar {
	position: relative;
	height: 4px;
	width: 120px;
	background: rgb(152, 191, 33) none repeat scroll 0% 0%;
}
.vermas {
	font-family: "ACE-Nunito-Regular";
	background-color: black;
	color: white;
	width: 150px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.cel_space {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.cel_image img {
	height: 160px;
}
.cel_space:hover {
	opacity: 0.7;
}

.cel_buttons {
	padding-left: 10px;
}
.cel_buttons img {
	height: 50px;
}

.landing-module-background-1{
	background-color:#f8f9fa;
}
.landing-module-background-2{
	background-color:#ffffff;
}

.landing-module{
	font-family:'ACE-Nunito-Light';
	padding:10px;
}

.square-space{
	display:flex;
	justify-content: space-around;
	padding-top:10px;
}
.square-titulo-medio{
	display:flex;
	justify-content: center;
	padding-top:10px;
}
.landing-square{
	font-size: 14px;
	display:flex;
	flex-direction: column;
	width:240px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #bcbcc1;
	box-shadow: 0 0.5rem 1.5625rem rgba(0,0,0,.1);
}
.landing-square-title{
	font-weight:bold;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}
.landing-square-content{

}
/*** Acuerdos ***/
.acuerdos-space{
	display: flex;
	flex-direction:row;
	margin: 10px;
}
.acuerdos-left{
	display:flex;
	flex-direction:column;
	width: 80%;
}
.acuerdos-right{
	margin:auto;
	font-size:13px;
}
.acuerdos-informacion-negociada{
	background-color: #3a3a3b;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	color: white;
}
.acuerdos-informacion-negociada-titulo{
	font-weight:bold;
	font-size:14px;
	padding-top:20px;
	padding-bottom:10px;
}
.acuerdos-row{
	display:flex;
	flex-direction:row;
}
.acuerdo-title{
	min-width: 200px;
}

.legislacion-treeview-space{
	padding-left:40px;
}
.legislacion-treeview-sunat{
	padding-left:30px;
}

.modules-columns{
	display:flex;
	flex-direction:row;
}
.module-column-from-two-columns{
	display:flex;
	flex:6;
}
.module-column-from-three-columns{
	display:flex;
	flex:4;
}
.d-f-c{
	display:flex;
	flex-direction:column;
}
.p-10{
	padding:10px;
}
.p-20{
	padding:20px;
}
.p-t-0{
	padding-top:0px !important;
}
.t-a-j{
	text-align: justify;
}
.f-s-14{
	font-size:14px;
}
.jus-con-lef{
	justify-content:left !important;
}

table, th, td {
	border: 1px solid rgb(173, 173, 173);
	border-collapse: collapse;
	padding-left: 15px;
	padding-right: 15px;
	background: whitesmoke;
	font-size:14px;
	}

.inicio-contacto{
	border-radius:2px;
	display:flex;
	flex-direction:row;
	align-items:center;
	cursor: pointer;
}

.inicio-whatsapp-icon{
	height:24px;
	padding-right: 5px;
}
.inicio-contacto-text{
	color: #037d03;
}
/****************/
@media only screen and (max-width: 767px) {
	.header_subcontent {
		padding-left: 15px;
	}
	.header_content {
		height: auto;
		color: white;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 1200px;

		padding-left: 15px;
		padding-bottom: 20px;
	}
	.header_subcontent_right {
		font-size: 12px;
	}
	.header_descripcion {
		font-family: "ACE-Nunito-Regular";
		text-align: justify;
		font-size: 14px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.cel_image img {
		height: 250px;
	}
	.cel_buttons img {
		height: 40px;
	}
	.modules {
		top: 40px;
		height: 80px;
	}
	.modules_item {
		padding-top: 15px;
		width: 50px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.modules_item img {
		width: 25px;
	}
	.modules_item span {
		font-size: 10px;
	}
	.modules_barspace {
		top: 82px;
	}
	#modules_bar {
		width: 50px;
	}
	.modules_detail_space {
		top: 282px;
	}
	.header_title {
		font-size: 20px;
	}
}
