* {
  padding: 0;
  margin: 0;
}

.realBody {
  background: #fff;
}

.realBody_dark {
  background: #0F0F0F;
}

footer {
  background: #000;
  padding: 15px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: center;
}

.footer_three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px 0;
}

.footer_link {
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 10px 5px;
}

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

.titularDiv_complex {
	display: grid;
	grid-template-columns: 60% 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;
  font-weight: normal;
}

.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;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

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

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

  .titularDiv_complex_p {
    font-size: 50px;
  }
}

@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;
	}
}

/***/
body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #2E99F2;
    border-radius: 6px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #2D95EA;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-thumb:active {
    background-color: #4FA2E5;
}

body::-webkit-scrollbar-track {
    background: #e1e1e1;
}

body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
/***/

.contentDiv {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 10px;
  padding: 15px;
  margin: 65px 0;
}

.contentDiv_image {
  text-align: center;
}

.contentDiv_image img {
  display: inline-block;
  max-width: 100%;
  max-height: 250px;
}

.contentDiv_text_title {
  display: block;
  text-align: left;
  font-size: 27px;
  font-family: "JetBrains Mono", sans-serif;
  margin-bottom: 10px;
  margin-top: 8px;
}

.contentDiv_text_desc {
  display: block;
  text-align: justify;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}

.contentDiv_text_detalle {
  display: block;
  text-align: right;
}

.contentDiv_text_detalle img {
  display: inline-block;
  max-width: 100%;
  width: 80px;
}

.det1_rot180 {
  text-align: left;
}

.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;
}

.buttonSpwippi_red::after {
  background: #D52222;
}

.contentDiv_dark .contentDiv_text_title {
  color: #fff;
}
.contentDiv_dark .contentDiv_text_desc {
  color: #fff;
}

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

.login_body_title {
  display: block;
  text-align: center;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}

.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: calc(100% - 20px);
  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: calc(100% - 20px);
  max-width: calc(100% - 20px);
  min-width: calc(100% - 20px);
  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;
}

.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_pregunta {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
  color: #000;
}

.login_pregunta a {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: #2197F6;
  text-decoration: underline;
  cursor: pointer;
}

.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;
}

.panel_body {
  display: block;
  width: 90%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 25px;
}

.panel_firstRow {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 15px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.04);
}

.panel_firstRow_pic {
  display: block;
  max-width: 100%;
  text-align: center;
  padding: 8px;
}

.panel_firstRow_pic img {
  display: inline-block;
  max-width: 120px;
}

.panel_firstRow_content {
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.panel_firstRow_content_text {
  display: block;
  padding: 15px;
}

.panel_firstRow_content_text_c {
  display: block;
  text-align: right;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
}

.panel_firstRow_content_buttons {
  padding: 15px;
  text-align: right;
}

.panel_firstRow_content_buttons a {
  display: inline-block;
  padding: 15px;
  margin-left: 10px;
  margin-top: 10px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: all ease 0.2s;
}

.panel_firstRow_content_buttons a:hover {
  outline: 3px solid #1C6EA4;
  outline-offset: 0px;
}

.panel_secondRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 15px;
}

.panel_secondRow_column {
  display: block;
  background: rgba(0, 0, 0, 0.045);
  border-radius: 15px;
  padding: 15px;
}

.panel_secondRow_column_title {
  display: block;
  font-size: 22px;
  font-family: "Lato", sans-serif;
}

.realBody_dark .panel_firstRow {
  background: rgba(255, 255, 255, 0.045);
}
.realBody_dark .panel_secondRow_column {
  background: rgba(255, 255, 255, 0.045);
}

.realBody_dark .panel_secondRow_column_title {
  color: #fff;
}

.realBody_dark .panel_firstRow_content_text_c {
  color: #fff;
}

.realBody_dark .panel_firstRow_content_buttons a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.panel_news_item {
  padding: 7px;
  margin:15px 0;
  border-left: 3px solid #000;
}

.panel_news_item_title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  border-bottom: 3px solid #2582E0;
  padding: 5px;
}

.panel_news_item_date {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.1);
}

.panel_news_item_text {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  padding: 5px;
  text-align: justify;
}

.realBody_dark .panel_news_item {
  color: #fff;
  border-color: #fff;
}

.admin_solicitudes_table {
  display: block;
  padding: 15px;
  overflow-x: scroll;
}

.admin_solicitudes_table section {
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr 1fr 50px;
  border-bottom: 2px solid #000;
}

.admin_solicitudes_table section p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border-right: 2px solid #000;
  padding: 5px;
}

.admin_solicitudes_table section p:last-child {
  border: none;
}

.admin_solicitudes_table_titles p {
  font-weight: bold;
  text-align: center;
}

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

.realBody_dark .admin_solicitudes_table {
  color: #fff;
}
.realBody_dark .admin_solicitudes_table section {
  border-color: #fff;
}

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

  .panel_secondRow {
    grid-template-columns: 1fr;
  }

  .panel_firstRow {
    grid-template-columns: 90px 1fr;
  }

  .panel_firstRow_pic img {
    display: inline-block;
    max-width: 70px;
  }
}

.membership_actual {
  background: rgba(0, 0, 0, 0.04);
  padding: 25px;
  border-radius: 15px;
}

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

.membership_actual_text {
  display: block;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.membership_plans_title {
  display: block;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 20px 5px;
}

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

.membership_plan {
  background: rgba(0, 0, 0, 0.04);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}

.membership_plan_img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.membership_plan_title {
  display: block;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.membership_plan_price {
  font-family: "Staatliches", sans-serif;
  font-size: 28px;
  margin-bottom: 3px;
}

.membership_plan_price_det {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 18px;
  color: #878787;
}

.membership_plan_benefits {
  margin-bottom: 15px;
}

.membership_plan_benefits p {
  display: block;
  padding: 3px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  border-bottom: 2px solid #2582E0;
}

.membership_actual_expire {
  margin-top: 12px;
  display: block;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.membership_actual_expire_e {
  display: inline-block;
  margin-right: 8px;
  padding: 5px;
  padding-left: 0;
}

.membership_actual_expire_t {
  display: inline-block;
  margin-right: 3px;
  padding: 5px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.realBody_dark .panel_body {
  color: #fff;
}

.realBody_dark .membership_actual {
  background: rgba(255, 255, 255, 0.045);
}
.realBody_dark .membership_plan {
  background: rgba(255, 255, 255, 0.045);
}
.realBody_dark .membership_actual_expire_t {
  background: rgba(255, 255, 255, 0.2);
}

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

.screenMsg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.screenMsg_text {
  display: block;
  max-width: 100%;
  width: 600px;
  margin: auto;
  margin-top: 200px;
  padding: 15px;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #2285D5;
  border-radius: 15px;
}

.longText {
  display: block;
  max-width: 800px;
  width: 80%;
  margin: 20px auto;
  padding: 23px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.045);
  color: #000;
  text-align: justify;
}

.longText h1 {
  font-family: "JetBrains Mono", sans-serif;
  font-size: 38px;
  margin-bottom: 10px;
}

.longText h2 {
  font-family: "JetBrains Mono", sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 23px;
}

.longText p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  margin-bottom: 5px;
}

.longText ul, .longText ol {
  margin: 8px 0;
}

.longText li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  margin-bottom: 5px;
  margin-left: 20px;
}

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

.realBody_dark .longText {
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
}

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

.memberShipProfile_body {
  margin-top: 50px;
  margin-bottom: 150px;
}

.memberShipProfile_superiorBar {
  display: block;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.045);
  margin-bottom: 15px;
}

.realBody_dark .memberShipProfile_superiorBar{
  background: rgba(256, 256, 256, 0.045);
}

.memberShipProfile_superiorBar_img {
  display: inline-block;
  width: 150px;
  max-height: 200px;
}

.memberShipProfile_superiorBar_name {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-family: "JetBrains Mono", sans-serif;
}

.u8_insignia {
  text-align: right;
  margin-top: -160px;
}

.u7_insigniaDraw {
  position: relative;
  display: inline-block;
  padding: 15px;
  /* border: 5px solid #000; */
  width: 80px;
  height: 160px;
}

.u7_insigniaDraw_circle {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #F4E83A;
  position: absolute;
  z-index: 5;
  /* border: 5px dashed #000; */
  outline: 5px solid #A8A8A8;
  outline-offset: 0px;
}

.u7_insigniaDraw_palette {
  display: block;
  width: 40px;
  height: 100px;
  background: #D21818;
  position: absolute;
  top: 60px;
  left: 35px;
  z-index: 4;
}

.u7_insigniaDraw_palette::after{
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #D21818;
    clear: both;
}

.u7_insigniaDraw_palette_letter {
  color: #fff;
  /* display: none; */
  margin-top: 45px;
  font-size: 30px;
  text-align: center;
  font-family: "Major Mono Display", sans-serif;
}

.memberShipProfile_title {
  display: block;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.memberShipProfile_dateOf {
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

@media screen and (max-width:650px) {
  .u8_insignia {
    margin-top:10px;
    text-align: center;
  }
}

.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;
}

.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%);
}

.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;
}
