* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', arial;
}

body {background:#FEFEFE;}

a {
	cursor: pointer;
}

header {
	width: 100%;
}

header nav {
	background:#2475B8;
	z-index:1000;
	max-width: 1000px;
	width:95%;
	margin:20px auto;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	background:#21659C;
}

header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
	text-align: left;
	transition: all ease 0.4s;
	font-size: 20px;
}

header nav ul li a:hover {
	padding-left: 30px;
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#5f9a5a;
	position: absolute;
	width: 150%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

	body {
		padding-top:69px;
	}

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#1F74BB;
		z-index: 8;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 30px;
	}

	header nav {
		width: 60%;
		height: calc(100% - 69px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
		font-family: "Raleway", arial;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

	header nav ul li .caret {
		float: right;
	}

.titular-responsive {
	display: none;
}

.titulo-menu {
	display: none;
}

.titular-comun-relleno {
	font-family: "Major Mono Display", arial;
	font-size: 40px;
	margin-top: 10px;
}

.manu_bar_mobile {
	display: none;
}

@media screen and (max-width:500px) {
	.manu_bar_mobile {
		display: block;
		position: fixed;
		text-decoration: none;
		padding: 13px;
		border-radius: 30px;
		color: #fff;
		bottom: 5px;
		right: 5px;
		background: #1F74BB;
		font-size: 30px;
	}
}

/*
@media screen and (max-width:540px) {
	.titular-comun {
		display: none;
	}

	.titular-comun-relleno {
		display: none;
	}

	.titular-responsive {
		display: block;
		width: 100%;
		border-top:4px solid #000;
		border-bottom:4px solid #000;
		background: #fff;
		font-size:40px;
		text-align: center;
		font-family: arial;
	}

	.titulo-menu {
		display: inline-block;
		font-family: arial;
		font-size: 30px;
	}
}
*/

/**/

.titularDiv {
	display: block;
	background:#4C8AD0;
	padding: 4%;
	text-align: center;
}

.titularDiv h1 {
	font-size: 38px;
	margin: 1%;
}

.titularDiv p {
	font-size: 22px;
	margin: 1%;
}

.titularDiv hr {
	border: 2.5px solid #000;
	width: 40%;
	margin: 0.5% auto;
}

.textDivOnlyBack {
	display: block;
	background:#E3E3E3;
	padding: 1.5%;
	margin: 1% 0;
}

.textDiv {
	display: block;
	background:#E3E3E3;
	padding: 1.5%;
	margin: 1% 0;
}

.textDiv h3 {
	font-size: 30px;
	margin-bottom: 1%;
}

.textDiv h4 {
	font-size: 26px;
	margin-bottom: 1%;
}

.textDiv h5 {
	font-size: 23px;
	margin: 1%;
	margin-top: 2%;
}

.textDiv p {
	font-size: 20px;
	margin-bottom: 1%;
}

.textDiv li {
	font-size: 20px;
}

.textDiv ol, .textDiv ul {
	margin-bottom: 1%;
}

.textAlignRight {
	text-align: right;
}

.textAlignLeft {
	text-align: left;
}

.textAlignCenter {
	text-align: center;
}

.textAlignJustify {
	text-align: justify;
}

.tresColumnas {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 2%;
}

.botonComun {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding: 0.8%;
	border: 3px solid #428BC8;
	transition: all ease 0.5s;
	display: inline-block;
	margin-bottom: 3px;
	background: rgba(227,227,227,0.6);
}

.botonComun:hover {
	background:#428BC8;
	transition: all ease 0.5s;
	border: 3px solid #356E9E;
}

.enlaceAzul {
	display: inline-block;
	text-decoration: none;
	color:#1D32E2;
	cursor: pointer;
}

.enlaceAzul:hover {
	text-decoration: underline;
}

.enlaceComun {
	display: inline;
	text-decoration: none;
	color:#2B94E7;
	cursor: pointer;
}

.enlaceComun:hover {
	text-decoration: underline;
}

.errores_mostrados {
  display: block;
  padding: 1%;
  color:#fff;
  background: red;
	margin: 1%;
	font-size: 20px;
	text-align: center;
}

.avisos_mostrados {
  display: block;
  padding: 0.8%;
  color:#fff;
  background: #2F94DF;
	margin: 1%;
	font-size: 19px;
	text-align: center;
}

.singleForm {
	display: block;
	width: 90%;
	max-width: 600px;
	margin: auto;
}

.singleForm input[type="text"],
.singleForm input[type="submit"],
.singleForm input[type="url"],
.singleForm input[type="password"],
.singleForm input[type="email"],
.singleForm input[type="search"],
.singleForm input[type="number"],
.singleForm label {
	display: block;
	padding: 1%;
	font-size: 19px;
	width: 100%;
}

.singleForm textarea {
	display: block;
	padding: 1%;
	font-size: 19px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 200px;
	max-height: 300px;
	min-height: 150px;
}

.edit_form {
	display: block;
	width: 95%;
	max-width: 1000px;
	margin: auto;
}

.edit_form input[type="text"],
.edit_form input[type="submit"],
.edit_form input[type="url"],
.edit_form input[type="number"],
.edit_form input[type="email"] {
	display: block;
	padding: 1%;
	font-size: 19px;
	width: 100%;
}

.edit_form select {
	font-size: 19px;
	padding: 1%;
}

.edit_form div {
	display: grid;
	grid-template-columns: 30% 70%;
}

.edit_form div p {
	border-top: 1px solid #000;
	padding: 1%;
	display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
}

.planes {
	display: grid;
	grid-template-columns: 20% 1fr 20%;
	grid-column-gap: 5px;
	grid-row-gap: 20px;
}

.planes div {
	margin: auto;
	width: 100%;
	max-width: 500px;
	border: 2px solid #428BC8;
	border-radius: 20px;
	padding: 5px;
	transition: all ease 0.3s;
}

.planes div:hover {
	border-width: 6px;
}

.planes div h4 {
	text-align: center;
}

.planes div hr {
	border:1px solid #000;
	margin: 2% 0;
}

.planes .dato {
	padding: 1%;
}

.planes .precio {
	text-align: center;
	font-size: 60px;
	font-family: "Staatliches", sans-serif;
	color: #264E6E;
	margin-top: 20px;
}

.planes .precio span {
	font-size: 60px;
	font-family: "Staatliches", sans-serif;
}

.planes .precio_detalle {
	text-align: center;
	font-size: 17px;
	color:#6C6C6C;
	margin-top: 8px;
}

.planes .botonComun {
	width: 100%;
	text-align: center;
	padding: 1.2%;
	font-size: 25px;
}

.planes .dato {
	font-size: 20px;
	border-top: 0.5px solid #B0B0B0;
	transition: all ease 0.4s;
	cursor: default;
}

.planes .ultimo_dato {
	border-bottom: 0.5px solid #B0B0B0;
}

.planes .dato:hover {
	background:#B0B0B0;
	transition: all ease 0.4s;
}

.planes .datoMalo {
	background: #DB5757;
}

.planes .datoMalo:hover {
	background: #BE4D4D;
}

.planes .datoBueno {
	background: #4EBF53;
}

.planes .datoBueno:hover {
	background: #48AB4D;
}

.planes .datoDeleted {
	color: transparent;
}

.p_Lato p {
	font-family: 'Lato', sans-serif;
}

.title_Montserrat h3, .title_Montserrat h4 {
	font-family: 'Montserrat', monospace;
}

div ul {
	margin: 0.5% 2%;
}

div ul li {
	font-size: 18px;
}

div ol {
	margin: 0.5% 2%;
}

div ol li {
	font-size: 18px;
}

@media screen and (max-width:990px) {
	.planes {
		display: block;
	}

	.planes div {
		margin: 15px auto;
	}

	.datoDeleted {
		display: none;
	}
}

@media screen and (max-width:750px) {
	.tresColumnas {
		grid-template-columns:1fr 1fr;
	}

	.textDiv {
		overflow-x: scroll;
	}
}

@media screen and (max-width:500px) {
	.tresColumnas {
		grid-template-columns:1fr;
	}
}

footer {
	clear:both;
	display:block;
	padding:2% 1%;
	background:#000;
	color:#fff;
}

.footerTwoColumns {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    text-align:center;
    color:#fff;
		grid-row-gap: 5px;
		margin-bottom: 15px;
}

.footerTwoColumns div {
    padding:1%;
}

.footerTwoColumns div a {
    font-size:18px;
    color:#fff;
    cursor:pointer;
    margin:10px;
    text-decoration:none;
    display:block;
}

.footerTwoColumns div a:hover {
    text-decoration:underline;
}

@media screen and (max-width:750px) {
	.footerTwoColumns {
		grid-template-columns:1fr 1fr;
	}
}

@media screen and (max-width:500px) {
	.footerTwoColumns {
		grid-template-columns:1fr;
	}
}

/**/

.video_presentacion {
	margin: auto;
	width: 100%;
	max-width: 600px;
	height: 400px;
	display: block;
}

.video_presentacion_interno {
	margin: auto;
	width: 100%;
	max-width: 650px;
	height: 350px;
	display: block;
	border-radius: 15px;
	border: 3px solid #924CD0;
}

.sliderImg {
	min-height: 420px;
}

.sliderImg img {
	max-height: 450px;
	max-width: 100%;
	margin: auto;
	display: block;
}

.imgSliderDescription {
	font-size: 17px;
	text-align: center;
	margin: 1%;
}

.sliderImg_aclaration {
	text-align: center;
	margin: 0.5%;
	color:#878787;
}

.defaultImage {
	width: 100%;
	max-width: 650px;
	max-height: 650px;
	margin: 2% 1%;
	border: 1px solid #000;
}

/**/

.ilustrativeDiv_padre {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 1%;
	text-align: center;
	grid-row-gap: 1%;
}

.ilustrativeDiv {
	transition: all ease 0.4s;
	padding: 0.5%;
}

.ilustrativeDiv:hover {
	background: #CECECE;
}

.ilustrativeDiv img {
	max-width: 100%;
	max-height: 150px;
	margin: auto;
}

.ilustrativeDiv p {
	font-size: 25px;
	padding: 3%;
	font-family: 'Oswald', sans-serif;
	cursor: default;
}

@media screen and (max-width:630px) {
	.ilustrativeDiv_padre {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width:380px) {
	.ilustrativeDiv_padre {
		grid-template-columns: 1fr;
		margin-bottom: 4%;
	}
}

.changelog_principal {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1%;
	grid-row-gap: 1%;
	margin: 1%;
}

.fecha {
	font-size: 16px;
	margin: 1% 0%;
	padding: 0.2%;
	border-bottom: 1px solid #000;
	background: #F3F3F3;
}

.changelog_principal div li {
	font-size: 19px;
	margin: 0.2%;
	padding: 0;
}

@media screen and (max-width:720px) {
	.changelog_principal {
		grid-template-columns: 1fr;
		grid-row-gap: 6px;
	}
}

.prestacionesBigBox {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1%;
	grid-row-gap: 0.5%;
	clear: both;
	padding-bottom: 5%;
}

.prestacionesBox {
	display: block;
	padding: 2%;
	background: #DADADA;
	text-align: center;
}

.prestacionesBox_img {
	margin: auto;
	margin-bottom: 1%;
	width: 100%;
	max-width: 100px;
}

.prestacionesBox ul li {
	font-size: 19px;
	font-family: "Raleway", sans-serif;
	list-style: none;
	text-align:left;
	padding: 2%;
}

.prestacionesBox_biggued {
	display: block;
	padding: 2%;
	text-align: center;
}

@media screen and (max-width:925px) {
	.prestacionesBigBox {
		padding-bottom: 10%;
	}
}

@media screen and (max-width:640px) {
	.prestacionesBigBox {
		padding-bottom: 25%;
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width:567px) {
	.prestacionesBigBox {
		padding-bottom: 30%;
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width:500px) {
	.prestacionesBigBox {
		padding-bottom: 40%;
	}
}

@media screen and (max-width:370px) {
	.prestacionesBigBox {
		padding-bottom: 50%;
	}
}

@media screen and (max-width:305px) {
	.prestacionesBigBox {
		padding-bottom: 70%;
	}
}

.searchResult {
	display: block;
	padding: 1%;
	margin: 1% 0%;
	border:1px solid #000;
}

.searchResult > a {
	text-decoration: none;
	color: #000;
}

.presentacionAll {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 10000;
}

.presentacionBody {
	position: relative;
	display: block;
	top:40%;
	transform: translateY(-50%);
}

.tituloBusqueda {
	font-size: 28px;
	font-family: "Oswald", sans-serif;
	border-bottom: 1px solid #000;
	padding: 1%;
	background: #C8C8C8;
	margin-top: 1.5%;
	margin-bottom: 0.5%;
}

.pantallitaBackground {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}

.pantallitaBody {
	position: relative;
	display: block;
	top:40%;
	transform: translateY(-50%);
}

.pantallitaGroup {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1%;
	margin: 0 1%;
}

.pantallitaBody img {
	max-width: 100%;
}

.pantallitaBody p {
	font-size: 20px;
	color:#fff;
	margin-bottom: 1%;
	background: #000;
	padding: 1%;
}

.pantallitaGroup div {
	cursor: pointer;
	background: rgba(219, 219, 219, 0.7);
	padding: 1%;
	transition: all ease 0.4s;
}

.pantallitaGroup div:hover {
	background: rgba(219, 219, 219, 0.9);
}

.galeryUnique {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 1%;
	text-align: center;
	margin: 2% 0;
}

.galeryUnique img {
	max-width: 100%;
	max-height: 400px;
	margin: auto;
	border: 1px solid #000;
}

.conceptCircle {
	display: inline-block;
	padding: 0.6%;
	margin: 0.4% 1%;
	border-radius: 10px;
	font-size: 18px;
	color: #000;
	font-family:"Roboto",sans-serif;
	background: #C6C6C6;
}

.divSeparate_drawIcon_left {
	display: grid;
	grid-template-columns: 345px 1fr;
	grid-column-gap: 10px;
}

.divSeparate_drawIcon_right {
	display: grid;
	grid-template-columns: 1fr 345px;
	grid-column-gap: 10px;
}

.drawIconImg {
	width: 100%;
	max-width: 100%;
	max-height: 250px;
}

.divSepDrawIco_id23 {
	display: flex;
  align-items: center;
}

.drawIconRight_invisible {
	display: none;
}

@media screen and (max-width:900px) {
	.divSeparate_drawIcon_left {
		grid-template-columns: 200px 1fr;
	}

	.divSeparate_drawIcon_right {
		grid-template-columns: 1fr 200px;
	}
}

@media screen and (max-width:530px) {
	.divSeparate_drawIcon_left {
		display: block;
	}

	.divSeparate_drawIcon_right {
		display: block;
	}

	.drawIconImg {
		width: 100%;
		max-width: 200px;
		display: inline-block;
		margin: 1% auto;
	}

	.drawIconRight_visible {
		display: none;
	}

	.drawIconRight_invisible {
		display: block;
	}

	.drawIconRight_invisible {
		text-align: center;
	}
}

.drawIconImg_smallCenter {
	max-width: 100%;
	height: 250px;
	width: 250px;
	display: block;
	margin: 1% auto;
}

.singleForm_superiorHint {
	font-size: 18px;
	margin-top: 15px;
	padding: 10px;
	border-top: 4px solid #000;
	text-align: center;
	font-family: "Open Sans", sans-serif;
}

.horizontalSeparator_unique45000 {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.resaltedOnForm {
	font-weight: bold;
}

/**/

.visualEditNetData_titularDiv_original {
	display: block;
	background-color:#4378B5;
	padding: 2% 4%;
	text-align: center;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;

	-webkit-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.75);
box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.75);
}

.visualEditNetData_titularDiv_original h1 {
	font-size: 34px;
	margin: 1%;
	font-family: "Montserrat", sans-serif;
	background: #232323;
	color: #fff;
	padding: 0 5px;
	display: inline-block;
}

.visualEditNetData_titularDiv_original p {
	font-size: 22px;
	margin: 1%;
	font-family: "Lato", sans-serif;
	color:#fff;
	/* -webkit-text-stroke: 0.3px #E81212; */
}

.visualEditNetData_titularDiv_original hr {
	border: 2.5px solid #000;
	width: 40%;
	margin: 0.5% auto;
}

.visualEditNetData_class89000 {
	font-family: "Montserrat", sans-serif;
}

.visualEditNetData_googleResult {
	display: block;
	background: #fff;
	padding: 15px;
}

.visualEditNetData_googleResult_title {
	color: blue;
	text-decoration: underline;
	font-size: 20px;
}

.visualEditNetData_googleResult_url {
	color: green;
	font-size: 15px;
}

.visualEditNetData_googleResult_description {
	text-align: justify;
	color: grey;
	font-size: 18px;
}

.visualEditNetData_footer {
	margin-top: 2%;
	clear:both;
	display:block;
	padding:1%;
	background-color:#5D5D5D;
	color:#fff;
}

.visualEditNetData_filespesos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
}

.visualEditNetData_filespesos div {
	background:#5C5C5C;
	color:#fff;
	display: block;
	padding: 12px;
	text-align: center;
	border-radius: 15px;
}

.visualEditNetData_filespesos_title {
	font-size: 20px;
}

.visualEditNetData_filespesos_count {
	font-size: 38px;
	font-weight: normal;
	margin-top: 10px;
}

.visualEditNetData_email {
	padding: 15px;
	background:#5C5C5C;
	color:#fff;
	font-size: 35px;
	border-radius: 15px;
	margin-top: 15px;
	display: grid;
	grid-template-columns: 215px 1fr;
}

.visualEditNetData_emailInput {
	border-bottom:2px solid #fff;
	padding-bottom: 4px;
}

.visualEditNetData_caracteristicasPlataformaBody {
	display: grid;
	clear: both;
	padding: 1%;
	margin-top: 2%;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 15px;
}

.visualEditNetData_caractPlataform_section {
	padding: 15px;
	background: rgba(243,243,243,0.8);
	text-align: center;
}

.visualEditNetData_caractPlataform_section h2 {
	text-align: center;
	font-size: 35px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 15px;
}

.visualEditNetData_caractPlataform_section_smallDescription {
	text-align: center;
	font-size: 18px;
	font-family: "Lato", sans-serif;
	font-style: italic;
	margin-bottom: 15px;
}

.visualEditNetData_caractPlataform_section_centralImage {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	max-height: 200px;
}

.visualEditNetData_caractPlataform_section_bigDescription {
	text-align: justify;
	font-size: 22px;
	font-family: "Lato", sans-serif;
	margin-top: 15px;
	padding: 10px;
}

.visualEditNetData_btn_unique45872000 {
	padding: 10px 15px;
	margin-top: 20px;
}

.visualEditNetData_caractPlataform_miniSection {
	padding: 8px;
	background: rgba(234,234,234,0.8);
	display: block;
	margin:5px 0;
}

.visualEditNetData_emailSelect {
	font-size: 25px;
}

@media screen and (max-width:540px) {
	.visualEditNetData_email {
		display: block;
	}
}

/**/

.singleSection {
	padding: 1%;
	background: #F1F1F1;
	margin: 25px 10px;
	border-radius: 20px;

	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}

.fontSize20px {
	font-size: 20px;
}

.singleSection h3 {
	font-size: 30px;
	font-family: "Staatliches", sans-serif;
	padding: 1%;
	border-bottom: 1px solid #000;
	padding-bottom: 0.5%;
	margin-bottom: 1%;
	max-width: 700px;
}

.ebookPrice {
	font-size: 50px;
	font-family: "Montserrat", monospace;
	padding: 1%;
	text-align: center;
	font-weight: bold;
	background: #4ed177;
	cursor: pointer;
}

.ebookPrice_unique4785 {
	border-radius: 30px;
	padding: 11px;
	border: 4px solid #4ED198;
	transition: all ease 0.4s;
	font-family: "Ubuntu", sans-serif;
	display: block;
	text-decoration: none;
	color:#000;
	font-size: 30px;
}

.ebookPrice_unique4785:hover {
	border: 4px solid #000;
}

.titularDiv_complex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background:#4C8AD0;
	padding: 4%;
	text-align: center;
}

.titularDiv_complex_h1 {
	font-size: 60px;
	margin-bottom: 15px;
	font-family: "Staatliches", sans-serif;
}

.titularDiv_complex_p {
	font-size: 60px;
	font-family: "Anton", sans-serif;
	margin-bottom: 15px;
	text-align: left;
}

.titularDiv_complex_img {
	max-width: 100%;
	height: 350px;
}

.titularDiv_complex_btn {
	display: inline-block;
	padding: 18px;
	font-size: 25px;
	color: #fff;
	background: #924CD0;
	border-radius: 20px;
	margin-top: 7%;
	transition: all ease 0.3s;
	text-decoration: none;
}

.titularDiv_complex_btn:hover {
	background: #7B41AE;
}

@media screen and (max-width:900px) {
	.titularDiv_complex_btn {
		margin-right: -100%;
	}
}

@media screen and (max-width:680px) {
	.titularDiv_complex_btn {
		margin-right: 0;
		margin-top: 1%;
	}

	.titularDiv_complex {
		display: block;
	}

	.titularDiv_complex_firstDiv {
		margin-bottom: 20px;
	}

	.titularDiv_complex_img {
		height: 150px;
	}
}

@media screen and (max-width:530px) {
	.titularDiv_complex_img {
		height: 80px;
	}
}

.pasos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width:780px) {
	.pasos {
		display: block;
	}
}

.pasosDiv {
	background: #4C69D0;
	padding: 15px;
	margin: 10px;
	border-radius: 15px;
	color: #fff;
	transition: all ease 0.2s;
}

.pasosDiv:hover {
	background: #415AB0;
}

.pasosNumberTitle {
	font-family:"Raleway", sans-serif;
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 10px;
}

.pasosDiv_text {
	font-size: 24px;
	font-family: "Raleway", sans-serif;
	margin-bottom: 10px;
}

.pasosDiv h4 {
	font-size: 48px;
	font-family: "Teko", sans-serif;
	margin-bottom: 10px;
}

.divsConTextoYFoto {
	margin: 0 10px;
}

.divsConTextoYFoto h3 {
	font-family: "Lato", sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
}

.divsConTextoYFoto p {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
}

.mensajeMostrado {
	display: grid;
	grid-template-columns: 1fr 23px;
	padding: 18px;
	font-size: 21px;
	background: #2F94DF;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
}

.mensajeMostrado_close {
	font-size: 25px;
	cursor: pointer;
}

.planes h4 {
	font-size: 50px;
	font-family: "Staatliches", sans-serif;
}

.titularDiv_complex_btn_copy {
	display: inline-block;
	padding: 15px;
	font-size: 23px;
	color: #fff;
	background: #924CD0;
	border-radius: 20px;
	margin-top: 15px;
	transition: all ease 0.3s;
	text-decoration: none;
}

.titularDiv_complex_btn_copy:hover {
	background: #7B41AE;
}

.textDiv_dark {
	background: #272727;
	color: #fff;
}

.singleTitle {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
}

.singleText {
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}

.licenciaTimeContainer {
	overflow-x: auto;
}

.redInfoDato {
	font-size: 23px;
	font-family: "Lato", sans-serif;
	margin: 5px;
	padding: 10px;
	padding-left: 15px;
	background: #924CD0;
	color: #fff;
	border-radius: 15px;
	cursor: default;
	transition: all ease 0.3s;
}

.redInfoDato:hover {
	padding-left: 25px;
}

.redInfoDato b {
	font-size: 30px;
	font-family:"Raleway", sans-serif;
	margin-bottom: 10px;
	display: block;
}

.redInfoDatosTwoColumns {
	display: grid;
	grid-template-columns: 33.3% 1fr;
}

.redInfoDatosThreeColumns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width:700px) {
	.redInfoDatosThreeColumns {
		display: block;
	}
}

@media screen and (max-width:500px) {
	.redInfoDatosTwoColumns {
		display: block;
	}
}

.avisoMostaza {
	display: block;
	font-size: 24px;
	font-family: "Lato", sans-serif;
	color: #fff;
	background: #D0924C;
	padding: 15px;
	margin: 8px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.avisoMostaza_red {
	background: red;
}

.faq_box {
	display: block;
	margin: 5px;
	padding: 13px;
	border: 2px solid #000;
	cursor: pointer;
	border-radius: 15px;
	background: #F5F5F5;
	transition: all ease 0.3s;
}

.faq_box_title {
	font-size: 25px;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
}

.faq_box_text {
	font-size: 20px;
	font-family: "Lato", sans-serif;
	display: none;
	margin-top: 10px;
	transition: all ease 0.3s;
}

.faq_box:hover {
	background: #EEEEEE;
}

.faqSuperiorBox {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media screen and (max-width:900px) {
	.faqSuperiorBox {
		display: block;
	}
}

@media screen and (max-width:530px) {
	.textAlignJustifyOn530px {
		text-align: justify;
	}

	.textAlignCenterOn530px {
		text-align: center;
	}

	.divsConTextoYFotoMarginBottomOn530px {
		margin-bottom: 15px;
	}
}

.botonComunForSell {
	font-size: 32px;
	font-family: "Mukta", sans-serif;
	padding: 12px;
	border-radius: 35px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background: #428BC8;
	transition: all ease 0.3s;
	margin: 40px 10px;
	margin-top: 20px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 8px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 8px 0px rgba(50, 50, 50, 0.75);
}

.botonComunForSell:hover {
	background: #3772A3;
}

.botonComunForSell_red {
	color: #fff;
	background: #F53F3F;
}

.botonComunForSell_red:hover {
	background: #C83535;
}

.precio_paqName {
	text-align: center;
	font-size: 16px;
	color:#828282;
	margin-top: 12px;
}

.botonComunForSell_demo {
	font-size: 23px;
	font-family: "Ubuntu", sans-serif;
	padding: 8px;
	border-radius: 35px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #000;
	background: transparent;
	border: 3px solid #3772A3;
	transition: all ease 0.3s;
	margin: 15px;
	margin-top: 30px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.75);
}

.botonComunForSell_demo:hover {
	background: #4996D7;
}

.preciosMoreSelledBox {
	font-size: 23px;
	text-align: center;
	display: block;
	padding: 13px;
	font-family: "Montserrat", sans-serif;
	background: #F53F3F;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.preciosMoreSelledBox_empty {
	font-size: 23px;
	text-align: center;
	display: block;
	padding: 13px;
	font-family: "Montserrat", sans-serif;
	background: transparent;
	color: transparent;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.datoPrimero {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	margin-top: 5px;
}

.subtitleOnProductName {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	text-align: center;
	margin-bottom: 5px;
	font-style: italic;
}

.presentationImgs_img {
	display:block;
	margin:auto;
	max-width:100%;
	max-height:200px;
	cursor:pointer;
	border: 1px solid #000;
	background: #000;
}

.presentationImgs {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-column-gap:10px;
	grid-row-gap: 10px;
}

.hostingerSellBtn {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	margin: 15px;
	border: 3px solid #000;
	max-width:100%;
	border-radius: 35px;
	background: #fff;
	padding: 8px;
	padding-left: 12px;
	transition: all ease 0.3s;
}

.hostingerSellBtn img {
	display: inline-block;
	width: 130px;
	border-radius: 25px;
	float: right;
}

.hostingerSellBtn span {
	display: inline-block;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	padding-top: 10px;
	padding-right: 2px;
}

.hostingerSellBtn:hover {
	border: 3px solid #B62FEC;
	transition: all ease 0.3s;
}

.hostingerSellBtn_copy {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	margin: 15px;
	border: 3px solid #000;
	max-width:100%;
	border-radius: 35px;
	background: #fff;
	padding: 15px;
	transition: all ease 0.3s;
	font-size: 25px;
	font-family: "Open Sans", sans-serif;
	text-align: center;
}

.hostingerSellBtn_copy:hover {
	border: 3px solid #2FECB0;
	transition: all ease 0.3s;
}

.hostingerSellBtnBox {
	display: grid;
	grid-template-columns: 300px 300px;
}

@media screen and (max-width:634px) {
	.hostingerSellBtnBox {
		display: block;
	}
}

.textDiv_forMarcas {
	padding: 2%;
	padding-bottom: 1%;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 25%;
}

@media screen and (max-width:634px) {
	.textDiv_forMarcas {
		background-size: 0px;
	}
}

.textDiv_forMarcas_marca {
	max-width: 100%;
	width: 300px;
	display: inline-block;
	margin: 8px 15px;
	cursor: pointer;
	transition: all ease 0.3s;
}

.textDiv_forMarcas_marca:hover {
	width: 330px;
}

.emailForContactBig {
	text-decoration: none;
	display: inline-block;
	margin: auto;
	color: #000;
	border: 2px #868686;
	border-style: dashed;
	border-radius: 150px;
	padding: 80px 25px;
	transition: all ease 0.5s;
}

.emailForContactBig:hover {
	border-color: #924CD0;
	border-style: solid;
	border-width: 5px;
}

.emailForContactBig_1 {
	font-size: 34px;
	font-family: "Montserrat", sans-serif;
	display: block;
	margin-bottom: 15px;
}

.emailForContactBig_2 {
	font-size: 16px;
	font-family: "Ubuntu", sans-serif;
	display: block;
}

.cuponesDescuentoLista {
	display: block;
	margin: 1%;
	border: 2px solid #000;
	margin-top: 20px;
	overflow: auto;
}

.cuponUnique {
	display: grid;
	grid-template-columns: 1fr 120px 1fr 1fr;
	border-top:1px solid #000;
	padding: 10px;
	transition: all ease 0.4s;
	font-size: 19px;
	font-family: "Montserrat", sans-serif;
}

.cuponUnique:hover {
	background: #F3F3F3;
}

.cuponUnique_nombre, .cuponUnique_porcentaje, .cuponUnique_opciones {
	border-right: 1px solid #000;
	padding: 5px;
}

.cuponUnique_opciones a, .cuponUnique_opciones_a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	background: #39B3EC;
	padding: 5px;
	border-radius: 5px;
	transition: all ease 0.3s;
}

.cuponUnique_opciones a:hover, .cuponUnique_opciones_a:hover {
	background: #4FBEF2;
}

.ingresoDeCuponTitle {
	font-size: 20px;
	font-weight: bold;
}

.ingresoCuponInput {
	font-size: 18px;
	padding: 5px;
	display: block;
	width: 85%;
	max-width: 500px;
	margin: auto;
}

.ingresoDeCuponFinaly {
	font-size: 15px;
	margin-top: 15px;
}

.comentarios_createSection_sendBtn {
	border-radius: 30px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	padding: 6px;
	border: 4px solid #4ED198;
	transition: all ease 0.4s;
	font-family: "Ubuntu", sans-serif;
	display: block;
	text-decoration: none;
	color:#000;
	font-size: 20px;
	width: 100%;
	cursor: pointer;
}

.comentarios_createSection_sendBtn:hover {
	border: 4px solid #000;
}

.miniHint {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-style: italic;
	margin-top: 10px;
}

.containerForCuttedImg {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
		margin-bottom: 8px;
		transition: all ease 0.4s;
}

.containerForCuttedImg:hover {
	height: 500px;
}

.containerForCuttedImg > .cuttedImg {
    position:absolute;
    /* left: 100%; */
    right: -90%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.cuttedImg_center {
	left: -100%;
	right: -100%;
}

.divModoLectura {
	max-width: 750px;
	margin: 1% auto;
	background: #F5F5F5;
	padding: 2% 3%;
	padding-top: 0.3%;
}

.divModoLectura .containerForCuttedImg {
	margin-bottom: 20px;
}

.divModoLectura h2 {
	font-size: 30px;
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
	margin-top: 30px;
}

.divModoLectura h3 {
	font-size: 30px;
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
	margin-top: 30px;
}

.divModoLectura h4 {
	font-size: 26px;
	font-family: "Lato", sans-serif;
	margin-bottom: 15px;
	margin-top: 20px;
}

.divModoLectura p {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 15px;
	line-height: 35px;
}

.divModoLectura p .enlaceComun {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 15px;
}

.divModoLectura li {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 8px;
	margin-left: 10px;
	line-height: 35px;
}

.divModoLectura a {
  text-decoration: none;
  color: #3998F4;
  cursor: pointer;
}
.divModoLectura a:hover {
  text-decoration: underline;
}

.blogTools {
	background: #F5F5F5;
	display: block;
	max-width: 750px;
	padding: 10px 25px;
	margin: auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.blogTools_btn {
	display: inline-block;
	padding: 10px;
	border-radius: 100px;
	font-size: 20px;
	background: #E5E5E5;
	border: 2px solid #3B92E6;
	transition: all ease 0.2s;
	cursor: pointer;
}

.blogTools_btn:hover {
	background: #3B92E6;
}

.divModoLectura_night {
	background: #2C2C2C;
}

.body_night {
	background: #505050;
}

.divModoLectura_night p, .divModoLectura_night li, .divModoLectura_night h3, .divModoLectura_night h4, .divModoLectura_night h2 {
	color: #fff;
}

.contactForBuyButton {
	display: block;
	text-decoration: none;
	position: fixed;
	z-index: 5;
	bottom: 90px;
	right: 5px;
	padding: 8px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #FF1919;
	color: #fff;
	font-size: 25px;
}

.variant785_prices {
	right: auto;
	left: 5px;
	background-color: #F8FF27;
	color: #000;
}

.contactForBuyButton i, .contactForBuyButton span {
	display: inline-block;
}

.contactForBuyButton span {
	margin-left: 7px;
}

@media screen and (max-width:600px) {
	.variant785_prices {
		display: none;
	}
}

.cookiesAvisoNew {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background: #000;
	color: #fff;
	padding: 8px;
	display: grid;
	grid-template-columns: 30px 1fr;
	cursor: pointer;
	transition: all ease 0.3s;
	z-index: 10;
}

.cookiesAvisoNew:hover {
	background: #363636;
}

.cookiesAvisoNew p {
	color: #fff;
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 35px;
}

.cookiesAvisoNew_iArrow {
	text-align: left;
}

.xablyte2_prices {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 10px;
	border: 1px solid #000;
	border-radius: 15px;
}

.xablyte2_prices_item {
	padding: 2%;
	text-align: center;
	border-right: 2px solid #000;
}

.xablyte2_prices_item:last-child {
	border-right: none;
}

.xablyte2_prices_item_title {
	display: block;
	font-size: 17px;
	font-family: "Montserrat", sans-serif;
}

.xablyte2_prices_item_price {
	display: block;
	font-size: 27px;
	font-family: "Staatliches", sans-serif;
}

@media screen and (max-width:650px) {
	.xablyte2_prices_item_title {
		font-size: 13px;
	}

	.xablyte2_prices_item_price {
		font-size: 20px;
	}
}

.xablyte2_skills {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}

.xablyte2_skills_item {
	padding: 12px;
	text-align: center;
	border: 3px solid #1E7FE2;
	border-radius: 15px;
	width: 100%;
	max-width: 100%;
}

.xablyte2_skills_item_img {
	max-width: 80%;
	max-height: 150px;
	display: inline-block;
	margin-top: 5px;
}

.xablyte2_skills_item_info {
	display: block;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}

@media screen and (max-width:730px) {
	.xablyte2_skills {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width:330px) {
	.xablyte2_skills {
		grid-template-columns: 1fr;
	}
}

.ada_table {
	display: block;
	margin: 10px;
}

.ada_table_item {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border: 5px solid #000;
	margin-top: 5px;
	border-radius: 15px;
}

.ada_table_item_sec {
	display: block;
	text-align: center;
	padding: 10px;
}

.ada_table_item_title {
	font-size: 25px;
	font-weight: bold;
	font-family: "Ubuntu", sans-serif;
}

.ada_table_item_date {
	margin-top: 8px;
	font-size: 17px;
	font-family: "Lato", sans-serif;
}

.ada_table_item_desc {
	font-size: 18px;
	font-family: "Ubuntu", sans-serif;
}

.ada_table_item_downBtn {
	display: inline-block;
	font-size: 22px;
	font-family: "Ubuntu", sans-serif;
	cursor: pointer;
	color: #1B89CF;
	margin-top: 8px;
	text-decoration: underline;
}

@media screen and (max-width:750px) {
	.ada_table_item {
		grid-template-columns: 1fr;
	}
}

.compTutorial_container {
	display: block;
	width: 90%;
	margin: 20px auto;
	padding: 15px;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.045);
}

.compTutorial_container > section {
	padding: 15px;
	background: rgba(0, 0, 0, 0.045);
	border-radius: 10px;
	margin-bottom: 15px;
}

.compTutorial_title {
	font-size: 30px;
}

.compTutorial_text {
	margin-top: 10px;
	font-size: 20px;
	text-align: justify;
}

.tachado {
	text-decoration:line-through;
}

.longText_yt {
  display: block;
  width: 100%;
  height: 380px;
  border-radius: 10px;
  margin: 15px 0;
}

.speccialButton_core {
  display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 15px;
	background: #2E2E2E;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: .3s ease all;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.speccialButton_core span {
  position: relative;
	z-index: 2;
	transition: .3s ease all;
}

.buttonSpwippi::after {
	content: "";
	width: 100%;
	height: 300px;
	background: #18a362;
	position: absolute;
	z-index: 1;
	top: -300px;
	left: 0;
	transition: .4s ease-in-out all;
	border-radius: 0px 0px 300px 300px;
}

.buttonSpwippi:hover::after {
	top: 0;
}

.longText_buyButton {
	display: block;
	text-align: center;
	margin-bottom: 18px;
}

/* login_form */

.login_form {
  display: block;
  width: 100%;
}

.login_form input[type="email"],
.login_form input[type="text"],
.login_form input[type="password"] {
  display: block;
  padding: 10px;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  width: 100%;
  color: #000;
  background: transparent;
  margin-bottom: 20px;
  border: none;
  outline: 1px solid #1C6EA4;
  outline-offset: 0px;
  border-radius: 10px;
}

.login_form textarea {
  display: block;
  padding: 10px;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  color: #000;
  background: transparent;
  margin-bottom: 20px;
  border: none;
  outline: 1px solid #1C6EA4;
  outline-offset: 0px;
  border-radius: 10px;
  height: 100px;
  min-height: 100px;
  max-height: 500px;
  transition: all ease 0.1s;
}

.login_form input[type="email"]:focus,
.login_form input[type="text"]:focus,
.login_form input[type="password"]:focus,
.login_form textarea:focus {
  outline: 4px solid #1C6EA4;
  outline-offset: 0px;
}

.login_form input[type="submit"] {
  display: block;
  padding: 10px;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  background: #96beff;
  color: #000;
  border: none;
  transition: all ease 0.2s;
  border: 1px solid #1C6EA4;
}

.login_form input[type="submit"]:hover {
  background: #b43232;
  color: #fff;
}

.login_body_timg {
  display: block;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
}

.login_body_timg img {
  width: 150px;
  max-width: 90%;
}

.login_body_dark .login_form input[type="email"],
.login_body_dark .login_form input[type="text"],
.login_body_dark .login_form input[type="password"],
.login_body_dark .login_form textarea {
  color: #fff;
}

.login_body_dark .login_pregunta {
  color: #fff;
}

.login_body_dark .login_body_title {
  color: #fff;
}

.login_form_hint {
  display: block;
  padding: 5px;
  font-size: 16px;
  color: #626262;
  font-family: "Montserrat", sans-serif;
}

.login_form_checkbox {
  display: block;
  margin-bottom: 0px;
  padding: 5px 10px;
  font-size: 20px;
  font-family: "Lato", sans-serif;
}

.login_body_dark .login_form_checkbox {
  color: #fff;
}

.login_body_dark .login_form_hint {
  color: #DDDDDD;
}

.login_form_fileLabel {
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}

.login_form_referenceImg {
  display: inline-block;
  max-width: 200px;
  max-height: 100px;
}

.login_form_select {
  display: block;
  padding: 10px;
  font-size: 25px;
  width: 100%;
  margin-bottom: 20px;
  outline: 1px solid #1C6EA4;
  outline-offset: 0px;
  border-radius: 10px;
  background: transparent;
  color: #000;
}

.realBody_dark .login_form_select {
  color: #A7A7A7;
}

.login_body {
  display: block;
  margin: 35px auto;
  max-width: 500px;
  padding: 15px;
}

.error_mostrado {
  display: block;
  padding: 10px;
  margin: 10px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #DE1616;
  border-radius: 15px;
}

.mensaje_mostrado {
  display: block;
  padding: 10px;
  margin: 10px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #3087EC;
  border-radius: 15px;
}

/*  */

.login_body_superHint {
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-align: justify;
}
