*{
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI';
}
body{
	background: #F9F9F9;
}
#captcha{
	width: 250px;
	margin: 24px auto;
}
#contenedor_popup {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 56px 0;
	position: relative;
}
#cuadro_modelo{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
    align-items: center;
}
h3{
	color:#0663AB;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 24px 0;
	text-align: center;
}
.bot_regresar{
	display: flex;
	align-items: center;
	position: absolute;
	left: 16px;
	top: 16px;
	color: #009ECE;
	text-decoration: none;
	background: url("../imagenes/flecha_regresar_azul.png") left center no-repeat;
	padding: 0 0 0 18px;
}
#botones_popup{
	width: 100%;
	display: flex;
	justify-content: center;
}
a.boton_primario{
	font-size: 16px;
	background: #0663AB;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 24px;
	box-sizing: border-box;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease-out;
	display: flex;
    align-items: center;
	justify-content: center;
	margin: 0 12px;
}
a.boton_primario:hover {
    background: #00518F;
}
.boton_primario{
	font-size: 16px;
	background: #0663AB;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 24px;
	box-sizing: border-box;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease-out;
	display: flex;
    align-items: center;
	justify-content: center;
	margin: 0 12px;
}
.boton_primario:hover {
    background: #00518F;
}
a.boton_secundario {
    font-size: 16px;
    color: #0663AB;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    border-radius: 8px;
    padding: 10px 24px;
    border: #0663AB solid 2px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 12px;
    transition: all 0.2s ease-out;
	text-decoration: none;
	display: flex;
    align-items: center;
	justify-content: center;
}
a.boton_secundario:hover{
	color: #00518F;
	border: #00518F solid 2px;
}
.boton_secundario {
    font-size: 16px;
    color: #0663AB;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    border-radius: 8px;
    padding: 10px 24px;
    border: #0663AB solid 2px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 12px;
    transition: all 0.2s ease-out;
	text-decoration: none;
	display: flex;
    align-items: center;
	justify-content: center;
}
.boton_secundario:hover{
	color: #00518F;
	border: #00518F solid 2px;
}
.boton_primario img, .boton_secundario img{
	margin: 0 8px 0 0;
}
#grafica_popup{
	margin-bottom: 24px;
	text-align: center;
}
#popup_form_correo{
	width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
}
.etiqueta_form{
	font-size: 14px;
	color: #7A7A7A;
	padding-left: 8px;
}
#campo_form{
	width: 100%;
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 16px;
}
#form_correo{
	width: 40%;
	background: #FFF;
    padding: 48px 32px 32px 32px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
	position: relative;
	display: flex;
    flex-direction: row;
}
.campo_desplegable, .input_text_form{
	width: 100%;
	height: 40px;
	border: #707070 1px solid;
	border-radius: 8px;
	background: #FFF;
	padding: 8px;
	box-sizing: border-box;
	font-size: 16px;
}
.text_area{
	width: 100%;
	height: 120px;
	border: #707070 1px solid;
	border-radius: 8px;
	background: #FFF;
	padding: 8px;
	box-sizing: border-box;
	font-size: 16px;
}
#botones_form{
	width: 100%;
	display: flex;
	justify-content: center;
}
a.cerrar_popup{
	width: 16px;
    height: 16px;
    background: url(../imagenes/icon_cerrar.png) no-repeat center;
    position: absolute;
    right: 16px;
    top: 16px;
    background-size: 100%;
}
#captcha{
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
#tabs-1, #tabs-2{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 24px !important;
    border: #CFCFCF solid 1px;
    margin: 32px 0;
}
a.banco_documentos{
	width: 23%;
	height: auto;
	display: flex;
    flex-direction: column;
    align-items: center;
	background: #F9F9F9;
	padding: 16px;
	box-sizing: border-box;
	border: #F9F9F9 solid 1px;
	color: #363636;
	text-decoration: none;
	margin: 8px;
	font-size: 14px;
	transition: all 0.2s ease-out;
	font-weight: 600;
}
a.banco_documentos:hover{
	border: #35BAE2 solid 1px;
	background: #E2F8FF;
	color: #0663AB;
}
#img_documentos{
	width: 100%;
	text-align: center;
	background: #FFF;
	margin-bottom: 16px;
}
#txt_documentos{
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
#tabs-2 #img_documentos{
	width: 100%;
	text-align: center;
	background: #000;
	margin-bottom: 16px;
}
#tabs-2 #txt_documentos{
	width: 100%;
	text-align: left;
	margin-bottom: 16px;
	font-size: 13px;
}
#boton_primario{
	font-size: 16px;
	background: #0663AB;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 24px;
	box-sizing: border-box;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease-out;
	display: flex;
    align-items: center;
	justify-content: center;
	margin: 0 12px;
}
#popup_form_mesa{
		width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#form_mesa {
    width: 80%;
    background: #FFF;
    padding: 48px 32px 32px 32px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
    position: relative;
}
#form_tutorial {
    width: 90%;
    background: #FFF;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
    position: relative;
}
#video_tutorial{
	width: 100%;
	text-align: center;
}
/*TABLET*/
@media only screen and (max-width:768px){
#contenedor_popup {
    width: 100%;
}
#cuadro_modelo {
    width: 96%;
}
#form_correo{
	width: 50%;
}
#form_mesa {
    width: 50%;
}
a.banco_documentos{
	width: 47%;
}
	}

/*MOVIL*/
@media only screen and (max-width:425px){
#botones_popup {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
a.boton_primario {
    margin: 0 0 16px 0;
}
a.boton_secundario{
	margin: 0 0 16px 0;
}
#form_correo{
	width: 90%;
	padding: 48px 24px 24px 24px;
}
#form_mesa {
    width: 90%;
}
#botones_form {
    flex-direction: column-reverse;
}
a.banco_documentos{
	width: 100%;
	margin: 8px 0;
}
#tabs-1, #tabs-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 !important;
    border: none;
    margin: 32px 0;
}
#form_tutorial {
    padding: 16px 0 0 0;
}
	}
