*{
	margin: 0;
	padding: 0;
	width: auto;
}
/* Home */
body{

	font-family: sans-serif;
	background: #20202a;
}

/*Eencabezado y logo */
header{
	width: 100%;
	background:#77797f;
	height: 80px;
}
.head{
	width: 95%;
	height: 80px;
	/*background: blue;*/
	/*margin: auto;*/
	margin-left: 50px;
}
.logo{
	width: 30%;
	height: 80px;
	/*background: red;*/
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
}
.logo p a{
	color: #20d610;
	font-size: 25px;
	text-decoration: none;
/*	font-family: IBM_semibold; */
} 
nav{
	width: 70%;
	height: 80px;
	/*background: rgb(172, 189, 137);*/
	float: left;
	text-align: right;
	padding-top: 24px;
	box-sizing: border-box;
}

nav ul li{
	display: inline;
}
nav ul li a{
	color: #20d610;
	font-size: 15px;
	text-decoration: none;
	padding-left: 20px; 
	font-weight: bold;
	letter-spacing: 1px;
	font-family: IBM_semibold;
}
nav ul li a:hover{
	color: #ef480b;
}
.hr_header {
	border: solid #20d610;
	width: 100%;
}

/* Estilos Sección principal */

section{
	width: 100%;
	margin-top: 125px;
}

.hr_body {
	color:  #77797f;
	width: 70%;
}

.section{
	width: 60%;
	height: auto;
	color: #d2d2d2;
	background: #20202a; 
	text-align: justify;
	text-justify: inter-word;
	padding-left: 10px;
}

.section h1 {
	color: #d2d2d2;
	font-size: 20px;
}

.section_1{
	width: 35%;
	height: auto;
	color: yellow;
	font-family: monospace;
	font-size: 18px;
	background:none ;
	text-align: justify;
	text-justify: inter-word;
	padding: 30px 20px 20px  20px;
	margin-left: 32%;
	border-radius: 35px 35px 35px 35px;
	border: 3px solid #20d610;
}
.section h2{
	color: #20d610;
	font-size: 20px;
}

.section img{
	max-width: 165%;
	height: auto;
	border-radius: 10px;
	display: block;
	margin: 40px;
}

.img_2{
	max-width: 165%;
	height: auto;
	border-radius: 10px;
	display: block;
	width: 60%;
}


.section_2 h2{
	color: #20d610;
	font-size: 20px;
}

.section_2 h1 {
	color: #d2d2d2;
	font-size: 20px;
}

.normal p{
	color:   #bbbbbb;
	padding-left: 10px;	
	padding-top: 5px;
	line-height: 150%;
}

.section_2{
    width: 60%;
	height: auto;
	color: #d2d2d2;
	background: #20202a; 
	text-align: justify;
	text-justify: inter-word;
	padding-left: 10px;
	margin-left: 38%;
}
.section_2 p{
	color:   #bbbbbb;
	padding-left: 10px;	
	padding-top: 5px;
	line-height: 150%;
}
.enlaces{
	text-decoration: none;
	color: #20d610;
	font-family: IBM_semibold;
}
.enlaces:hover{
	color: #ef480b;
}
.cuña_section{
	width: 510px;
	height: 150px;
	background: #20202a;
	float: left;	
}
.cuña_section_1{
	width: 80%;
	height: 100px;
	background: #20202a;
}
.cuña_section_2{
	width: 50%;
	height: 100px;
	background: #20202a;
}
.alerta{
	width: 150px;
	height: 35px;
	background: #ef480b;
	color: #ffffff;
	border-radius: 10px;
	padding: 4px 3px; 
	font-family: IBM_semibold;
	font-weight: bold; 
	text-align: center;
	vertical-align: auto;
	outline: none;
	margin-left: 40%;
}

.alerta2{
	width: 20%;
	height: 32px;
	background: #20202a;
	color: #20202a;
	border-radius: 10px 10px 10px 10px;
	font-family: IBM_semibold;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-left: 38%;
}

.titulo{
	width: 20%;
	height: auto;
	color: #20d610;
	letter-spacing: 1px;
	margin-left: 32%;
}

/* Estilos de seccion toggle */
.section_toggle{
	margin-top: 0%;
	width: 70%;
	border-radius: 20px;
	height: auto;
	margin-left: 22px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: #404052;
	color: #d2d2d2;
	text-align: justify;
	text-justify: inter-word;
	font-family: NanumGothic-Regular;
}

.p_toggle{
	margin-top: 0%;
	margin-left: 22px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: #404052;
	color: #d2d2d2;
	text-align: justify;
	text-justify: inter-word;
	font-size: 14px;
	font-family: NanumGothic-Regular;
}

.label_toogle {
	color: #20d610;
	font-size: 16px;
	font-family: IBM_semibold;
}

.desplegar{
	color: rgba(8, 218, 255, 0.932);
	text-decoration: none;
	text-align: justify;
	font-size: 14px;
	font-family: IBM_semibold;
}

/* Estilos Modal */
.container-modal{
	/*padding: 10px;*/
  	max-width: 800px;
  	margin: 10px auto;
  	text-align: center;	
}

dialog {
	align-items: center;
	width: 400px;
	height: 210px;
	margin-left: 500px;
	margin-top: 100px;
	padding: 15px 15px;
	border: 4px solid;
	border-radius: 35px 35px 35px 35px;
	border-color: #77797f;
	background-color: #20202a;
}

dialog:focus{
	align-items: center;
	width: 400px;
	height: 300px;
	padding: 15px 15px;
	border: 4px solid;
	border-radius: 35px 35px 35px 35px;
	border-color: #ef480b;
	background-color: #20202a;
} 

dialog h2 {
	color: #20d610;
	font-size: 15px;
}

dialog p {
	font-family: sans-serif;
	color: #d2d2d2;
}

dialog input {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: #404052;
	color: #66ff66;
	text-align: justify;
	text-justify: inter-word;
	font-size: 14px;
	font-family: NanumGothic-Regular;
}
dialog label {
	font-family: sans-serif;
	color: #d2d2d2;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	/*float: left;*/
	
}

dialog::backdrop {
	background: #77797f;
	opacity: 0.2;
}

.dialogrande {
	width: 400px;
	height: 400px;
}

/* Estilos otros parrafos */
.alert p {
	font-family: NanumGothic-Regular;
	color: #d2d2d2;
	padding-left: 7px;	
	padding-right: 4px;
	padding-top: 4px;
	line-height: 150%;
}
.mensaje p {
	color: yellow;
	text-decoration: none;
	text-align: justify;
	font-size: 14px;	
}

.succes p {
	font-family: sans-serif;
	color: #66ff66;
	padding-left: 10px;	
	padding-top: 5px;
	line-height: 150%;
}
.atencion p {
	font-family: NanuGothic-Regular;
	color: yellow;
}
.ocultar{
	display: none;
}
.mostrar{
	display: block;
}

/* Estilos pie de pagina */

footer{
	width: 100%;
	height: 310px;
	color: #d2d2d2;
	background:#3c3c3c;
	font-family: NanumGothic-Regular;
}
.container-footer-all{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.container-body{
	display: flex;
	justify-content: space-between;
}
.colum_1{
	max-width: 400px;
	height: 100%;
	margin-top: 35px;
	padding-right: 20px;
	
}
.colum_1 p a{
	color: #20d610;
	font-size: 25px;
	text-decoration: none;
	font-family:  "IBM Plex Sans", sans-serif;
	letter-spacing: 0.2px;
	line-height: 0.8;
	font-weight: bold;
}
.colum_1 h1 {
	font-size: 20px;
}
.colum_1 p{
	font-size: 12px;
	margin-top: 5px;
}
.colum_2{
	max-width: 300px;
	height: 100%;
	margin-top: 40px;
	padding-left: 20px;
/*	background: red; */
}
.colum_2 h1 a{
	color: #d2d2d2;
	font-size: 20px;
	text-decoration: none;
}
.colum_2 h1{
	font-size: 20px;
}
.colum_2 p{
	font-size: 12px;
}
.row{
	margin-top: 10px;
}
.row2{
	margin-top: 10px;
}
.row3{
	margin-top: 10px;
}
.row a img{
	width: 32px;
	height: 32px;
	float: left;
}
.row2 a img{
	width: 32px;
	height: 32px;
	float: left;
	padding-left: 10px;
}
.icono a img{
	width: 120px;
	height: 65px;
	object-fit: contain;
}
.colum_3{
	max-width: 300px;
	height: 100%;
	margin-top: 40px;
	padding-left: 20px;
}

.colum_3 h1{
	font-size: 20px;
}

.colum_3 h1 a{
	color: #d2d2d2;
	font-size: 20px;
	text-decoration: none;
}

.colum_3 p {
	font-size: 12px;
	margin-top: 5px;
	padding-top: 8px;
	display: flex;
}

.colum_3 img{
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 5px;
}
.colum_4{
	max-width: 300px;
	height: 100%;
	margin-top: 40px;
	padding-left: 20px;
}
.colum_4 h1 a{
	color: #d2d2d2;
	font-size: 20px;
	text-decoration: none;
}
.colum_4 h1{
	color: #d2d2d2;
	font-size: 20px;
	text-decoration: none;
}
.colum_4 label{
	margin-top:12px;
	font-size: 12px;
	padding-left: 10px;
	display: flex;
	color: #d2d2d2;
}

/* footer derechos */
.container-footer{
	width: 100%;
	height: 40px;
	background: #101010;	
	margin-top: 0.5%;
}
.container_derechos{
	width: 40%;
	margin-left: 30%;
/*	background: yellow; */
	color: #d2d2d2;
	padding-top: 8px;
	text-align: center;	
}
.container_derechos a{
	text-decoration: none;
	color: #20d610;
}

/* Estilos de tablas */

.table_1{
	color: #d2d2d2;
	text-align: center;
	border-color: #20d610;
}
.table_2{
	color: #d2d2d2;
	text-align: left;
	border-color: #20d610;
}
.table_3{
	color: #66ff66;
	text-align: left;
	margin-left: 10px;
	min-height: 10px;
	max-height: 50px;
	text-decoration: none;
	border-style: none;
}

.table_3a{
	color: #d2d2d2;
	text-align: right;
	margin-left: 30px;
	min-height: 10px;
	max-height: 50px;
	text-decoration: none;
	border: none;
}
.table_3b {
	color: #66ff66;
	text-align: left;
	margin-left: 10px;
	min-height: 10px;
	max-height: 50px;
}

.table_4{
	color: #66ff66;
	text-align: left;
}
.plan{
	text-decoration: none;
	color: #20d610;
}
.plan:hover{
	color: #ef480b;
}
/*.table_1 tr td a{
	text-decoration: none;
	color: #20d610;
}*/
.plan_disabled {
	color: #77797f;
	cursor: not-allowed;
}
.section_5{
    width: 75%;
	height: 300px;
	color: #d2d2d2;
	background: #20202a; 
	text-align: justify;
	text-justify: inter-word;
	padding-left: 10px;
	margin-left: 22%;
}


/* Estilos de formularios */

.section_3{
	
	width: 25%;
	height: auto;
	color: #d2d2d2;
	font-size: 15px;
	background:none ;
	text-align: center;
	text-justify: inter-word;
	padding: 20px 90px 20px 90px;
	margin-left: 32%;
	border-radius: 35px 35px 35px 35px;
	border: 3px solid #20d610;

}
.form_reg h1{
	color: #20d610;
	text-transform: uppercase;
	font-weight: 600 ;
}
.form_reg input[type="text"], .form_reg input[type="password"], .form_reg input[type="email"], .form_reg input[type="number"], .form_reg input[type="date"]{
	border: 0;
	background: none;
	display: block;
	margin: 20px auto;
	text-align: center;
	border: 2px solid #20d610;
	padding: 14px 1px; 
	width: 200px;
	outline: none;
	color: #d2d2d2;
	border-radius: 24px;
	transition: 0.35s;
}
.form_reg input[type="text"]:focus, .form_reg input[type="password"]:focus, .form_reg input[type="email"]:focus, .form_reg input[type="number"]:focus, .form_reg input[type="date"]:focus{
	width: 280px;
	border-color: #ef480b;
}
.form_reg input[type="submit"]{
	border: 0;
	background: none;
	display: block;
	margin: 20px auto;
	text-align: center;
	border: 2px solid #ef480b;
	padding: 14px 25px; 
	outline: none;
	color: #d2d2d2;
	border-radius: 24px;
	transition: 0.35s;
}
.form_reg input[type="submit"]:hover{
	background: #ef480b;
}

.form_land input[type="text"], .form_land input[type="email"] {
	background: none;
	display: block;
	margin-left: 30px;
	text-align: left;
	border: 1px solid #20d610;
	padding: 10px 1px;
	width: 300px;
	outline: none;
	color: #66ff66;
	transition: 0.35s;
} 


.form_land input[type="text"]:focus, .form_land input[type="email"]:focus{
	border-color: #ef480b;
}

.form_land label {
	margin: 20px;
	font-family: IBM_semibold;
}

.form_land input[type="submit"]{
	background: none;
	display: block;
	margin: left;
	margin-left: 20px;
	text-align: center;
	border: 2px solid #ef480b;
	width: 150px;
	padding: 10px 8px;
	outline: none;
	color: #d2d2d2;
	border-radius: 10px;
	/*transition: 0.35s;*/
}

.form_land input[type="submit"]:hover{
	background: #ef480b;
}

.form_land input[type="submit"]:focus{
	background-color: #20d610;
	border: 2px solid #20d610;
	color: #ef480b;
	width: 160px;
}


.section_4{
	width: 25%;
	height: auto;
	color: #d2d2d2;
	font-size: 18px;
	background:none ;
	text-align: left;
	text-justify: auto;
	padding: 0px 0px 0px 5px;
	/*margin-left: 1%; */
	border-radius: 35px 35px 35px 35px;
	border: none;
}

.form_con input[type="text"], .form_con input[type="password"], .form_con input[type="email"], .form_con input[type="date"] {
	border: 0;
	background: none;
	display: block;
	margin: 20px 0px;
	text-align: center;
	border: 2px solid #20d610;
	padding: 10px 1px; 
	width: 200px;
	outline: none;
	font-family: NanumGothic-Regular;
	color: #66ff66;
	font-size: 14x;
	border-radius: 24px;
	transition: 0.35s;
}
.form_con input[type="text"]:focus, .form_con input[type="password"]:focus, .form_con input[type="email"]:focus, :focus, .form_con input[type="date"]:focus {
	width: 210px;
	border-color: #ef480b;	
}
.form_con input[type="submit"]{
	border: 0;
	background: none;
	display: block;
	margin: 20px 0px;
	text-align: center;
	border: 2px solid #ef480b;
	padding: 10px 25px; 
	outline: none;
	color: #d2d2d2;
	border-radius: 24px;
	transition: 0.35s;
}
.form_con input[type="submit"]:hover{
	background: #ef480b;
}

.form_select{
	border: 0;
	background: #20202a;
	display: block;
	margin: 20px 0px;
	text-align: center;
	border: 2px solid #20d610;
	padding: 14px 1px; 
	width: 200px;
	outline: none;
	color: #d2d2d2;
	border-radius: 24px;
	transition: 0.35s;
}

.form_select_2{
	border: 0;
	background: #20202a;
	display: block;
	margin: 20px auto;
	text-align: center;
	padding: 5px 1px; 
	width: 200px;
	outline: none;
	color: #66ff66;
	border-radius: 24px;
	transition: 0.35s;
}

.section_6{
	width: 80%;
	height: auto;
	color: #d2d2d2;
	font-size: 15px;
	background:none ;
	text-align: center;
	text-justify: inter-word;
	padding: 20px 90px 20px 90px;
	margin-left: 3%;
	border-radius: 35px 35px 35px 35px;
	/*border: 3px solid #20d610;*/
}

.form_tab input[type="text"], .form_tab input[type="password"], .form_tab input[type="email"], .form_tab input[type="number"], .form_tab input[type="date"]{
	border: none;
	background: #20202a;
	display: block;
	margin: 2px auto;
	text-align: center;
	padding: 1px 1px; 
	width: 200px;
	outline: none;
	color: #66ff66;
	border-radius: 24px;
	transition: 0.35s;
}

.form_tab input[type="text"]:focus, .form_tab input[type="password"]:focus, .form_tab input[type="email"]:focus, .form_tab input[type="number"]:focus, .form_tab input[type="date"]:focus{
	border-color: #ef480b;
}

.form_tab select:focus {
	border-color: #ef480b;
}

.form_tab input[type="submit"]{
	border: 0;
	background: none;
	display: block;
	margin: 20px auto;
	text-align: center;
	border: 2px solid #ef480b;
	padding: 14px 25px; 
	outline: none;
	color: #d2d2d2;
	border-radius: 24px;
	transition: 0.35s;
}
.form_tab input[type="submit"]:hover{
	background: #ef480b;
}

.section_7 {
	width: 100%;
	height: auto;
	color: #d2d2d2;
	font-size: 18px;
	background: none;
	text-align: left;
	/*text-justify: inter-word;*/
	padding: 20px 90px 20px 90px;
	margin-left: 0%;
	border-radius: 35px 35px 35px 35px;
}

.form_prom{
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin-left: 1%;
}

.form_prom label{
	font-weight: bold;
    margin-bottom: 8px;
}

.form_prom input[type="text"]{
	background: none;	
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	margin-left: 15%;
	color: #66ff66;
	font-size: 16px;
	text-align: left;
	border: 2px solid #bbbbbb;
	padding: 7px;
	width: 350px;
	transition: 0.30s;
}

.form_prom input[type="text"]:focus{
	border-color: #ef480b;
}

.form_prom label{
	margin: 20px;
}

.form_prom input[type="submit"]{
	background: none;
	display: block;
	margin: left;
	margin-left: 0px;
	margin-top: 50px;
	text-align: center;
	border: 2px solid #ef480b;
	width: 150px;
	padding: 10px 8px;
	outline: none;
	color: #d2d2d2;
	border-radius: 10px;
}

.form_prom input[type="submit"]:hover{
	background: #ef480b;
	
}

.form_prom input[type="submit"]:focus{
	background-color: #20d610;
	border: 2px solid #20d610;
	color: #ef480b;
	width: 160px;
	font-weight: bold;
}
.form_prom input[type="checkbox"]{
	accent-color: green;
	width: 20px;
	height: 20px;
	border: 2px solid green;
	margin-top: 10px;
}

.textarea1{
	background: none;
	width: 750px;
	height: 225px;
	margin-left: 15%;
	font-size: 18px;
	color: #66ff66;
	margin-bottom: 20px;	
}

.textarea2{
	background: none;
	width: 750px;
	height: 280px;
	margin-left: 15%;
	font-size: 18px;
	color: #66ff66;
	margin-bottom: 20px;
}


/* Estilos de botones */

.btn_desplegar{
	border: 0;
	background: none;
	display: block;
	margin: 10px 20px;
	font-family: IBM_semibold;
	border: 2px solid #20d610;
	padding: 5px 10px; 
	outline: none;
	color: #20d610;
	border-radius: 12px;
	transition: 0.1s;
}

.btn_desplegar:focus {
	width: 140px;
}

.btn_menu {
	background: none;
	display: block;
	margin: left;
	margin-left: 20px;
	text-align: center;
	border: 2px solid #ef480b;
	width: 150px;
	padding: 10px 8px;
	outline: none;
	color: #d2d2d2;
	border-radius: 10px;
}

.btn_menu:hover {
	background: #ef480b;
}

.btn_menu:focus {
	background-color: #20d610;
	border: 2px solid #20d610;
	color: #ef480b;
	width: 160px;	
}

.btn_dialog {
	border: 0;
	background: none;
	/*display: flex;*/
	margin: 20px 0px;
	font-family: IBM_semibold;
	border: 2px solid #20d610;
	padding: 5px 10px; 
	outline: none;
	color: #20d610;
	border-radius: 12px;
	transition: 0.1s;
}

.btn_dialog:focus {
	background-color: #20d610;
	border: 2px solid #20d610;
	color: #ef480b;
	width: 120px;
}

/* Estilos tipo de letra */
@font-face {
	font-family: IBM_semibold;
	src: url(../fuentes/IBMPlexSans-SemiBold.ttf);
}

@font-face {
	font-family: NanumGothic-Regular;
	src: url(../fuentes/NanumGothic-Regular.ttf);
}



