/*
  V6 - 10/07/2023
  RED ENLACE - 2022
  Design: Logos Comunicaciones
  www.logoscomunicaciones.com
*/
/* RESET */
@import "animate.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*
body{
line-height: 1;
}
*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manila Sans Bold';
  src: url('../fonts/ManilaSans-Bold.eot');
  src: url('../fonts/ManilaSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ManilaSans-Bold.woff2') format('woff2'), url('../fonts/ManilaSans-Bold.woff') format('woff'), url('../fonts/ManilaSans-Bold.ttf') format('truetype'), url('../fonts/ManilaSans-Bold.svg#ManilaSans-Bold') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* --------------------- FUENTES ---------------------*/
/* --------------------- FUENTES ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- COLORES ---------------------*/
/*                   */
/*                   */
/*                   */
/*                   */
/*                   */
/* --------------------- COLORES ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* ---------------------------- SETTINGS ---------------------------- */
body {
  color: #4c4c4c;
  font-size: 16px;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  line-height: 22px;
  text-align: center;
  background: #ffffff;
}
body.dsp-mob {
  overflow: hidden;
  overflow-x: hidden;
  width: 100wh;
  height: 100vh;
}
a,
li,
b,
ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Manila Sans Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
}
h1 {
  color: #009bac;
  font-size: 40px;
  line-height: 50px;
}
h2 {
  color: #f58220;
  font-size: 32px;
  line-height: 40px;
}
h3 {
  font-size: 36px;
}
.modal_cont {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2000 !important;
  overflow-y: auto;
  overflow-x: none;
  position: fixed;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.modal_cont.disp_mod {
  pointer-events: initial;
  opacity: 1;
}
.fondo_menu {
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: rgba(0, 155, 172, 0.95);
  transition: 0.6s cubic-bezier(0.05, 0.2, 0.1, 1);
  width: 100vw;
  height: 100vw;
  opacity: 0;
}
.fondo_menu.animar_screen {
  transition: 0.6s cubic-bezier(0.05, 0.2, 0.1, 1);
  opacity: 1;
}
a.cls_modal {
  top: 20px;
  right: 20px;
  display: block;
  z-index: 200;
  position: absolute;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-cls-s.svg) no-repeat center;
  background-size: auto 32px;
  width: 50px;
  height: 50px;
  opacity: 1;
}
a.cls_modal:hover {
  outline: none;
  opacity: 0.7;
}
.modal_cont .content_modal {
  z-index: 100;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  width: 770px;
  height: auto;
  margin-top: 150px;
  padding: 35px 85px;
  transition: all 0.3s;
}
.modal_cont h3 {
  color: #f58220;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 5px;
}
.modal_cont p {
  text-align: left;
}
.modal_cont .bx_dat {
  display: block;
  float: left;
  line-height: 30px;
  text-align: left;
  width: 100%;
  margin: 20px auto;
}
.modal_cont .bx_dat b {
  color: #009bac;
}
.modal_cont a.lnk_btn01 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  background: #f58220;
  width: auto;
  height: 55px;
  margin: 0 10px;
  padding: 0 50px;
}
.modal_cont a.lnk_bck {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #b2b2b2;
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 30px;
  width: auto;
  height: 55px;
  margin: 0 10px;
  padding: 0 65px;
}
.modal_cont a.lnk_bck:hover {
  color: #ffffff;
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
}
.wrapper {
  z-index: 2;
  overflow: hidden;
  position: relative;
  width: 100%;
}
header {
  box-sizing: border-box;
  color: #f58220;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  height: 80px;
  padding: 14px 2%;
  transition: all 0.3s;
}
.hd_dwn {
  background: #ffffff;
  height: 65px;
  transition: all 0.3s;
}
.logo {
  float: left;
  display: block;
  position: relative;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/red-enlace.svg) no-repeat center;
  background-size: auto 50px;
  width: 195px;
  height: 50px;
}
.head_dsp .logo {
  display: none;
}
header h1 {
  float: right;
  display: block;
  width: auto;
  margin: 0;
}
aside {
  float: left;
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  width: 30%;
  min-height: 100vh;
  height: 100%;
  transition: all 0.3s;
}
aside nav {
  top: 45%;
  z-index: 10;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
aside nav ul {
  float: left;
  position: relative;
  width: 100%;
}
aside nav ul::after {
  top: 10%;
  right: 80px;
  z-index: 10;
  content: "";
  position: absolute;
  background: #e5e5e5;
  width: 1px;
  height: 80%;
}
aside nav ul li {
  float: left;
  z-index: 20;
  position: relative;
  width: 100%;
  margin: 40px 0;
}
aside nav ul li::after {
  top: 10px;
  right: -10.5px;
  z-index: 10;
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  width: 17px;
  height: 17px;
}
aside nav ul li a {
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #787878;
  text-decoration: none;
  width: 100%;
  padding: 0 130px 0 50px;
}
aside nav ul li a .tit_desc {
  color: rgba(245, 130, 32, 0.5);
}
aside nav ul li.ds_lnk {
  pointer-events: none;
}
aside nav ul li.ds_lnk .tit_desc {
  color: #787878;
}
aside nav ul ico {
  top: -5px;
  right: 55px;
  box-sizing: border-box;
  position: absolute;
  display: block;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 5px;
}
aside nav ul .dat_personales {
  background: #ffffff url(../lib/ico-per-o.svg) no-repeat center;
  background-size: auto 40px;
}
aside nav ul .carga {
  background: #ffffff url(../lib/ico-carg-o.svg) no-repeat center;
  background-size: auto 35px;
}
aside nav ul .ubicacion {
  background: #ffffff url(../lib/ico-ubi-o.svg) no-repeat center;
  background-size: auto 40px;
}
aside nav ul .empresa {
  background: #ffffff url(../lib/ico-emp-o.svg) no-repeat center;
  background-size: auto 35px;
}
aside nav ul li.ds_lnk .dat_personales {
  background: #ffffff url(../lib/ico-per.svg) no-repeat center;
  background-size: auto 40px;
  border: 1px solid #e5e5e5;
}
aside nav ul li.ds_lnk .carga {
  background: #ffffff url(../lib/ico-carg.svg) no-repeat center;
  background-size: auto 35px;
  border: 1px solid #e5e5e5;
}
aside nav ul li.ds_lnk .ubicacion {
  background: #ffffff url(../lib/ico-ubi.svg) no-repeat center;
  background-size: auto 40px;
  border: 1px solid #e5e5e5;
}
aside nav ul li.ds_lnk .empresa {
  background: #ffffff url(../lib/ico-emp.svg) no-repeat center;
  background-size: auto 35px;
  border: 1px solid #e5e5e5;
}
aside nav ul li.ps_lnk .dat_personales {
  background: #f58220 url(../lib/ico-per-w.svg) no-repeat center;
  background-size: auto 40px;
  border: 1px solid #f58220;
}
aside nav ul li.ps_lnk .carga {
  background: #f58220 url(../lib/ico-carg-w.svg) no-repeat center;
  background-size: auto 35px;
  border: 1px solid #f58220;
}
aside nav ul li.ps_lnk .ubicacion {
  background: #f58220 url(../lib/ico-ubi-w.svg) no-repeat center;
  background-size: auto 40px;
  border: 1px solid #f58220;
}
aside nav ul li.ps_lnk .empresa {
  background: #f58220 url(../lib/ico-emp-w.svg) no-repeat center;
  background-size: auto 35px;
  border: 1px solid #f58220;
}
aside nav ul .desc {
  float: right;
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #787878;
  text-align: right;
  margin: 0;
}
aside nav ul .tit_desc {
  float: left;
  position: relative;
  display: block;
  color: #787878;
  font-size: 18px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  width: 100%;
}
aside nav ul li.act::after {
  background: #f58220;
}
aside nav ul li.act ico {
  border: 1px solid #f58220;
}
aside nav ul li.act ico img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
}
aside nav ul li.act .tit_desc {
  color: #f58220;
}
.container {
  float: left;
  overflow: hidden;
  display: block;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border-left: 1px solid #e5e5e5;
  width: 70%;
  min-height: 900px;
  margin: 0;
  padding: 40px 70px 270px 70px;
}
.content {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  width: 90%;
  height: auto;
}
.container h2 {
  float: left;
  display: block;
  width: auto;
  margin: 10px 0;
}
.container img {
  display: block;
  margin: 50px auto;
}
.container button.gm-control img,
.container button.gm-control-active img {
  display: inline-block;
  margin: auto;
}
.container p {
  display: block;
  overflow: hidden;
  text-align: left;
  width: 100%;
  margin: 25px 0;
}
.container a {
  color: #f58220;
  text-decoration: underline;
}
.container a:hover {
  text-decoration: none;
}
.container ul {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.container ul li {
  float: left;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 10px 0;
  padding-left: 20px;
}
.container ul li:after {
  top: 10px;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  background: #f58220;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.container ol {
  clear: both;
  display: block;
  overflow: hidden;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  counter-reset: li-counter;
  margin: 30px 0;
}
.container ol li {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 10px 0;
  padding-left: 24px;
}
.container ol li:before {
  position: absolute;
  top: -1px;
  left: 0;
  color: #f58220;
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
  width: auto;
  text-align: right;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
.container iframe {
  position: relative;
  width: 100%;
  height: 660px;
  margin: 30px 0;
}
footer {
  bottom: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 11px;
  text-align: right;
  width: 100%;
  height: 55px;
  padding: 12px 1% 5px 1%;
}
footer p {
  float: left;
}
.cnt_mapa {
  float: left;
  clear: both;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  width: 60vw;
  height: 415px;
  margin-bottom: 20px;
}
.cnt_mapa iframe {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  /*transform: scale(1.20);*/
}
/* TAB HORIZONTAL */
.tab {
  overflow: hidden;
  width: 100%;
  margin: 30px 0 10px 0;
}
.tab ul.tab_head {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
  width: 100%;
  height: 31px;
  margin: 0;
  padding: 0;
}
.tab ul.tab_head li {
  float: left;
  clear: none;
  cursor: pointer;
  display: block;
  color: #4c4c4c;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  width: 50%;
  height: 31px;
  margin: 0;
  padding: 0;
}
.tab ul.tab_head li::after {
  display: none;
}
.tab ul.tab_head li.active {
  color: #ffffff;
  background: #009bac;
}
.tab ul.tab_head li.active::after {
  display: block;
  top: auto;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #009bac;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 3px;
}
.tab .tab_container {
  clear: both;
  float: left;
  width: 100%;
}
.tab .tab_content {
  display: none;
  box-sizing: border-box;
  padding: 10px 0;
}
.tab .tab_content p {
  width: 100%;
}
.tab .tab_content p label {
  top: 3px;
  width: 100%;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 15px;
}
.subtitulo {
  color: #f58220 !important;
  font-size: 24px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
}
.subtitulo1 {
  color: #009bac !important;
  font-size: 24px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
  width: 100%;
}
.txt-al {
  text-align: left !important;
}
.txt-ar {
  text-align: right !important;
}
.txt-ac {
  text-align: center !important;
}
.subtitulo,
.subtitulo1 {
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
}
.subtitulo {
  color: #f58220 !important;
}
.subtitulo1 {
  color: #009bac !important;
}
b,
.bold,
.bold1,
.bold2 {
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold1 {
  color: #f58220 !important;
}
.bold2 {
  color: #009bac !important;
}
.color1 {
  color: #f58220 !important;
}
.color2 {
  color: #009bac !important;
}
.small,
.small1,
.small2 {
  font-size: 14px;
}
.small1 {
  color: #f58220 !important;
}
.small2 {
  color: #009bac !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk_01:link,
a.lnk_01:visited {
  color: #f58220;
  text-decoration: underline;
}
a.lnk_01:hover {
  text-decoration: none;
}
a.btn_01:link,
a.btn_01:visited {
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  background: #f58220;
  border-radius: 30px;
  width: 40%;
  height: 55px;
  margin: 30px auto;
  transition: all 0.3s;
}
a.btn_01:hover {
  background: #f58220;
  transition: all 0.3s;
}
a.adjDoc,
a.adjPdf,
a.adjPpt,
a.adjTxt,
a.adjXls,
a.adjZip {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #4c4c4c !important;
  font-size: 16px;
  font-weight: 100;
  line-height: 18px;
  text-align: left;
  text-decoration: none !important;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  width: 30.1%;
  min-height: 102px;
  margin: 5px 3% 20px auto !important;
  padding: 15px 10px 15px 10px !important;
}
a.adjDoc:hover,
a.adjPdf:hover,
a.adjPpt:hover,
a.adjTxt:hover,
a.adjXls:hover,
a.adjZip:hover {
  background: #fbfbfb;
}
a.adjDoc ico,
a.adjPdf ico,
a.adjPpt ico,
a.adjTxt ico,
a.adjXls ico,
a.adjZip ico {
  float: left;
  background-image: url(../lib/sprite_ico_adj.png);
  background-repeat: no-repeat;
  display: block;
  width: 51px;
  height: 51px;
  margin-right: 15px;
}
a.adjDoc ico {
  background-position: 0 0;
}
a.adjPdf ico {
  background-position: -51px 0;
}
a.adjPpt ico {
  background-position: -102px 0;
}
a.adjTxt ico {
  background-position: -153px 0;
}
a.adjXls ico {
  background-position: -204px 0;
}
a.adjZip ico {
  background-position: -255px 0;
}
a.adjDoc .txt-desc,
a.adjPdf .txt-desc,
a.adjPpt .txt-desc,
a.adjTxt .txt-desc,
a.adjXls .txt-desc,
a.adjZip .txt-desc {
  float: left;
  display: block;
  line-height: 20px;
  width: 240px;
}
a.adjDoc .txt_dwn,
a.adjPdf .txt_dwn,
a.adjPpt .txt_dwn,
a.adjTxt .txt_dwn,
a.adjXls .txt_dwn,
a.adjZip .txt_dwn {
  float: left;
  display: block;
  color: #f58220;
  font-size: 14px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  width: 100%;
  margin: 10px 0 0 0;
}
a.adjDoc:hover .txt_dwn,
a.adjPdf:hover .txt_dwn,
a.adjPpt:hover .txt_dwn,
a.adjTxt:hover .txt_dwn,
a.adjXls:hover .txt_dwn,
a.adjZip:hover .txt_dwn {
  color: #009bac;
}
a.byLogos:link,
a.byLogos:visited {
  display: block;
  float: right;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 30px;
  margin: 5px 0 0 0;
}
a.byLogos:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
a.byLogos ico {
  float: right;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/powered_logos_a.png) no-repeat right top;
  width: 23px;
  height: 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.byLogos span {
  float: left;
  display: block;
  outline: none;
  position: absolute;
  z-index: 20;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/powered_logos.png) no-repeat left -9px;
  width: 0;
  height: 0;
  margin: 9px 0 0 78px;
  filter: alpha(opacity=00);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.byLogos:hover span {
  width: 36px;
  height: 10px;
  margin: 9px 0 0 41px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
a.byLogos:hover ico {
  background: url(../lib/powered_logos.png) no-repeat right top;
}
/* ---------------------------- LINKS ---------------------------- */
/* ---------------------------- LISTADOS ---------------------------- */
ul.li_01 {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 20px auto;
}
ul.li_01 li {
  float: left;
  clear: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: center;
  width: 30.65%;
  height: auto;
  margin: 0 4% 70px 0;
  padding: 0;
}
ul.li_01 li:after {
  display: none;
}
ul.li_01 li a {
  color: #f58220;
  font-size: 20px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  text-decoration: none;
}
ul.li_01 li a:hover {
  color: #009bac;
}
/* PAGINADOR */
ul.pag {
  clear: both;
  display: table;
  width: auto;
  margin: 70px auto 20px auto;
}
ul.pag li {
  float: left;
  clear: none;
  width: auto;
  margin: 0 5px;
  padding: 0;
}
ul.pag li:after {
  display: none;
}
ul.pag li a {
  float: left;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
ul.pag li a:hover {
  color: #f58220;
}
ul.pag li.pagAct a,
ul.pag li.pagAct a:hover {
  color: #ffffff;
  background: #f58220;
  border-radius: 50%;
}
ul.pag li a.txtL {
  color: #e5214b;
  text-decoration: underline;
  width: 100px;
  height: 30px;
}
ul.pag li a.txtL:hover {
  text-decoration: none;
}
/* ---------------------------- TABLA ---------------------------- */
.content_tab {
  clear: both;
  width: 100%;
  margin: 0 auto 40px auto;
}
table {
  width: 100%;
  margin: 0 auto;
}
thead th {
  box-sizing: border-box;
  color: #f58220;
  font-size: 18px;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px;
}
thead th:nth-child(2),
thead th:nth-child(3) {
  text-align: left;
}
tbody td {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px 15px 15px;
}
tbody td:nth-child(2),
tbody td:nth-child(3) {
  text-align: left;
}
/* ---------------------------- TABLA ---------------------------- */
/* ---------------------------- FORMULARIO ---------------------------- */
.formA fieldset {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  float: left;
  clear: both;
  overflow: hidden;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  text-align: center;
  width: 103%;
  padding: 0;
}
.formA label {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  color: #009bac;
  font-size: 13px;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  width: 100%;
  padding: 0;
  transition: all 0.2s ease-in;
}
.formA .txt_dat {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 16px !important;
  line-height: 20px;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: left;
  height: 45px;
  margin: 0 auto;
  padding: 0;
}
.formA select,
.formA input,
.formA textarea {
  float: left;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 14px !important;
  font-size: 100%;
  line-height: 18px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: left;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  padding: 4px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.formA input:focus {
  outline: none;
  border: 1px solid #f58220;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
}
.formA select.inpds,
.formA input.inpds,
.formA textarea.inpds {
  pointer-events: none;
  color: rgba(9, 9, 9, 0.5);
  border-bottom: 1px solid rgba(9, 9, 9, 0.2);
}
.formA .inpM {
  width: 56%;
  margin-right: 4%;
}
.formA .inpS {
  width: 20%;
  margin-right: 4%;
}
.formA input[type=date] {
  width: 160px;
}
.formA input[type=number] {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  margin: 0;
}
.formA input:focus ~ label,
.formA select:focus ~ label,
.formA textarea:focus ~ label {
  color: #f58220;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  transition: all 0.2s;
}
.formA select {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 14px !important;
  background: #ffffff url(../lib/ar-dwn.svg) no-repeat right center;
  background-size: auto 10px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  padding: 4px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s;
}
.formA select:focus {
  outline: none;
  border: 1px solid #f58220;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s;
}
.formA .selB {
  width: 100%;
}
.formA .selM {
  width: 24%;
}
.formA .selMb {
  width: 56%;
}
.formA .selS {
  width: 10%;
}
.formA .req {
  border-bottom: 1px solid #ee1c25;
}
.formA textarea {
  display: block;
  float: left;
  font-size: 15px;
  width: 97%;
  height: 160px !important;
  padding: 20px 15px;
  appearance: none;
}
.formA textarea:focus {
  outline: none;
  height: 160px !important;
  border: 1px solid #f58220;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA p.p_wb .button {
  width: 38%;
  margin: 0 2%;
  padding: 0;
}
.formA .button {
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: center;
  border: none;
  background: #f58220;
  border-radius: 30px;
  width: 100%;
  height: 55px;
  margin: 8px auto;
  -webkit-appearance: none;
  transition: all 0.5s;
}
.formA .button:hover,
.formA .button:focus,
.formA .button:active {
  opacity: 0.5;
  text-align: center;
  text-indent: 0px;
}
.formA .btn-off {
  pointer-events: none;
  color: #c0c0c0;
  background: #e3e3e3 !important;
}
.formA .btn-load {
  pointer-events: none;
  position: relative;
  outline: none;
  text-indent: -9000px;
}
.formA .btn-load:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: url(../lib/load.svg) no-repeat center;
  background-size: auto 80px;
  width: 100%;
  height: 54px;
}
.formA p {
  float: left;
  display: block;
  clear: none;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 45%;
  margin: 0 5% 20px 0;
  padding: 25px 0 0 0;
}
.formA .p_wb {
  float: left;
  overflow: visible;
  display: block;
  position: relative;
  width: 97%;
  margin: 10px 0 10px 0;
  padding: 0;
}
.formA .p_wm {
  width: 44%;
  margin: 10px 6% 10px 0;
}
.formA .p_wmb {
  width: 56%;
  margin: 10px 4% 10px 0;
}
.formA .p_ws {
  width: 30%;
  margin: 10px 4% 10px 0;
}
.formA .subtit {
  float: left;
  position: relative;
  color: #f58220;
  font-size: 20px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 38px;
  text-align: left;
  width: 90%;
  height: auto !important;
  margin: 10px 0;
}
.formA .req_txt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  color: #ee4d4d;
  font-size: 12px;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  text-align: right;
  line-height: 18px;
  width: 100%;
}
.formA .cntEr {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  color: white;
  font-size: 12px;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  text-align: center;
  line-height: 16px;
  background: #ee4d4d;
  border-radius: 6px;
  width: 80%;
  margin: 0 auto;
  padding: 8px 10px 10px 10px;
}
.formA .cntSnd {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  color: white;
  font-size: 14px;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  text-align: center;
  line-height: 16px;
  background: #8bc94d;
  width: 100%;
  margin: 0 auto;
  padding: 12px 20px 12px 20px;
}
.formA a.lnk_01u {
  display: block;
  color: #4c4c4c;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.formA a.lnk_01u:hover {
  text-decoration: none;
}
.formA a.btn_bck {
  display: inline-block;
  position: relative;
  color: #b2b2b2;
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 30px;
  width: 38%;
  height: 55px;
  margin: 0 2%;
}
.formA a.btn_bck:hover {
  color: #ffffff;
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
}
.formA label.lb_st {
  float: left;
  overflow: hidden;
  position: relative;
  display: block;
  width: 97%;
  margin: 0;
}
.cont_qs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  width: 100%;
  height: auto;
  margin: 20px 0 5px 0;
}
p.p_check .tooltiptext {
  bottom: 110%;
  left: 0;
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
  z-index: 300;
  background-color: #009bac;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  border-radius: 6px;
  width: 175px;
  min-height: 28px;
  /*margin-left: -110px;*/
  padding: 8px 18px;
}
p.p_check .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #009bac transparent transparent transparent;
}
p.p_check:hover .tooltiptext {
  visibility: visible;
}
p.p_check {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  text-align: center;
  width: auto;
  margin: 15px 15px 15px 0;
  padding: 0;
}
p.p_check label.lab_check {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background: #ffffff;
  width: 90% !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lab_check input {
  z-index: -1;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
}
.lab_check .checkmark {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 150;
  background: white;
  width: 22px;
  height: 22px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.24s;
}
.lab_check input:checked ~ .checkmark {
  border: 1px solid #009bac;
}
.lab_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 20;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #009bac url(../lib/ico-chk.svg) no-repeat center;
  background-size: auto 12px;
  transition: all 0.24s;
}
.lab_check input:checked ~ .checkmark:after {
  display: block;
}
.lab_check .lab_txt {
  z-index: 100;
  float: left;
  position: relative;
  box-sizing: border-box;
  display: block;
  color: #090909;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  margin: -1px 0 0 0 !important;
  padding: 0 50px 0 50px;
  transition: all 0.24s;
}
.lab_check input:checked ~ .lab_txt {
  color: #009bac;
  border: 1px solid #009bac;
  transition: all 0.24s;
}
.formA .cntCol2 {
  float: left;
  display: block;
  overflow: hidden;
  width: 45%;
  margin: 0 5% 30px 0;
}
.formA .cntsCol2 {
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
.formA .cntCol2.clb {
  width: 100%;
  margin: 0 0 30px 0;
}
.formA .cntCol2 p {
  width: 100%;
}
.formA .cntCol2.clb p {
  width: 45%;
  margin: 0 5% 30px 0;
}
.formA .cntCol2 p label {
  top: 3px;
  width: 100%;
}
.formA .filedrag {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #92a1a9;
  font-size: 11px;
  line-height: 30px;
  background: #ffffff url(../lib/ico-upload.svg) no-repeat 30px center;
  background-size: 32px auto;
  border: 1px dashed #ccd3d7;
  border-radius: 8px;
  width: 100%;
  height: 66px;
  margin: 10px 0 4px 0;
  padding: 18px 20px 15px 85px;
}
.formA .filedrag .cntTL {
  float: left;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.formA progress {
  color: #08ae98;
  /*background: #F4F5F6;*/
  border: 0;
  display: block;
  float: left;
  clear: both;
  width: 99%;
  height: 6px;
  margin: 3px 0;
}
.formA progress::-moz-progress-bar {
  background: #08ae98;
}
.formA .filedrag a.draglinkupd {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-family: "Roboto-Light", Arial, Tahoma, Verdana;
  line-height: 31px;
  text-decoration: none;
  text-transform: uppercase;
  background: #b2b2b2;
  border-radius: 8px;
  height: 30px;
  margin-left: 5px;
  padding: 0 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.formA .filedrag a:hover.draglinkupd {
  background: #f58220;
}
ul.doc2 {
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 66px;
  height: auto;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}
ul.doc2 li {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  border: 1px dashed #ccd3d7;
  border-radius: 8px;
  width: 100%;
  margin: 0 0 10px 0 !important;
  padding: 0 13px 10px 13px !important;
}
ul.doc2 li::after {
  display: none;
}
ul.doc2 li a.del2 {
  top: 16px;
  right: 13px;
  position: absolute;
  color: #e5214b;
  font-size: 11px;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e5214b;
  width: 90px;
  height: 30px;
  margin: 0 !important;
}
ul.doc2 li a.del2:hover {
  color: #ffffff;
  background: #e5214b;
}
ul.doc2 li ico {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 32px;
  height: 38px;
  margin: 12px 18px 5px 10px;
}
ul.doc2 li ico.ico_pdf {
  background: url(../lib/ico-pdf.svg) no-repeat center;
  background-size: 32px auto;
}
ul.doc2 li ico.ico_jpg {
  background: url(../lib/ico-jpg.svg) no-repeat center;
  background-size: 32px auto;
}
ul.doc2 li ico.ico_png {
  background: url(../lib/ico-png.svg) no-repeat center;
  background-size: 32px auto;
}
ul.doc2 li .inFil {
  float: left;
  display: block;
  font-size: 11px;
  line-height: 15px;
  width: auto;
  margin-top: 20px;
}
/* ---------------------------- FORMULARIO ---------------------------- */
/* ---------------------------- RESPONSIVE ---------------------------- */
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .container {
    width: 70%;
    min-height: 900px;
    padding: 40px 70px 270px 70px;
  }
  .content {
    width: 86%;
    height: auto;
  }
  .formA .filedrag {
    background: #ffffff url(../lib/ico-upload.svg) no-repeat 14px center;
    background-size: 27px auto;
    height: 66px;
    padding: 18px 10px 15px 52px;
  }
  .formA .filedrag a.draglinkupd {
    padding: 0 20px;
  }
  ul.doc2 li a.del2 {
    width: 70px;
    height: 30px;
  }
  ul.doc2 li ico {
    width: 26px;
    height: 38px;
    margin: 12px 10px 5px 2px;
  }
  ul.doc2 li ico.ico_pdf {
    background-size: 26px auto;
  }
  ul.doc2 li .inFil {
    width: 70%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 921px) and (max-width: 1199px) {
  aside {
    font-size: 12px;
    line-height: 18px;
  }
  aside nav ul::after {
    height: 70%;
  }
  aside nav ul .tit_desc {
    display: block;
    margin-bottom: 5px;
  }
  .formA .filedrag {
    font-size: 11px;
    background: #ffffff url(../lib/ico-upload.svg) no-repeat 14px center;
    background-size: 27px auto;
    height: 66px;
    padding: 18px 10px 15px 52px;
  }
  .formA .filedrag a.draglinkupd {
    font-size: 11px;
    margin-left: 3px;
    padding: 0 12px;
  }
  ul.doc2 li a.del2 {
    width: 70px;
    height: 30px;
  }
  ul.doc2 li ico {
    width: 26px;
    height: 38px;
    margin: 12px 10px 5px 2px;
  }
  ul.doc2 li ico.ico_pdf {
    background-size: 26px auto;
  }
  ul.doc2 li .inFil {
    font-size: 10px;
    line-height: 14px;
    width: 70%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 581px) and (max-width: 920px) {
  aside {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    min-height: 150px;
    height: 150px;
  }
  aside nav {
    top: 0;
    z-index: 10;
    position: relative;
    width: 100%;
    height: 150px;
    transform: translateY(0);
  }
  aside nav ul {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    padding: 0 5%;
  }
  aside nav ul::after {
    top: auto;
    bottom: 10px;
    right: 0;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
  }
  aside nav ul li {
    box-sizing: border-box;
    width: 29%;
    height: 150px;
    margin: 0 2%;
  }
  aside nav ul li::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    z-index: 10;
    border: 2px solid #e5e5e5;
    width: 17px;
    height: 17px;
    transform: translateX(-50%);
  }
  aside nav ul li a {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding: 65px 5px 0 5px;
  }
  aside nav ul ico {
    top: 13px;
    right: auto;
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 5px;
    transform: translateX(-50%) scale(0.9);
  }
  aside nav ul .dat_personales {
    background-size: auto 40px;
  }
  aside nav ul .carga {
    background-size: auto 35px;
  }
  aside nav ul .ubicacion {
    background-size: auto 40px;
  }
  aside nav ul li.act .dat_personales {
    background-size: auto 40px;
  }
  aside nav ul li.act .carga {
    background-size: auto 35px;
  }
  aside nav ul li.act .ubicacion {
    background-size: auto 40px;
  }
  aside nav ul .desc {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  aside nav ul .tit_desc {
    text-align: center;
    width: 100%;
    margin: 4px 0;
  }
  .container {
    border-left: 0;
    width: 100%;
    min-height: auto;
    height: auto;
    margin: 0;
    padding: 40px 8% 70px 8%;
  }
  footer {
    padding: 12px 6% 5px 6%;
  }
}
@media screen and (min-width: 321px) and (max-width: 736px) {
  .modal_cont {
    height: 100vh;
  }
  .modal_cont .content_modal {
    width: 84%;
    margin-top: 50px;
    padding: 35px;
  }
  .modal_cont h3 {
    font-size: 30px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 5px;
  }
  .modal_cont .bx_dat {
    line-height: 30px;
    width: 100%;
    margin: 20px auto;
  }
  .modal_cont a.lnk_btn01 {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 49px;
    width: 100%;
    height: 50px;
    margin: 8px 0;
    padding: 0;
  }
  .modal_cont a.lnk_bck {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 49px;
    width: 100%;
    height: 50px;
    margin: 8px 0;
    padding: 0;
  }
  .fondo_menu {
    width: 100vw;
    min-height: 100vw;
    height: 100%;
  }
  h1 {
    font-size: 23px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  header {
    height: 60px;
    padding: 14px 4%;
  }
  .logo {
    background-size: auto 30px;
    width: 120px;
    height: 30px;
  }
  /*
    aside{
        font-size: 12px;
        line-height: 20px;
        width: @w1;
        min-height: 150px;
        height: 150px;
    }*/
  aside {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    min-height: 80px;
    height: 80px;
  }
  aside nav {
    top: 0;
    z-index: 10;
    position: relative;
    width: 100%;
    height: 80px;
    transform: translateY(0);
  }
  aside nav ul {
    box-sizing: border-box;
    font-size: 9px;
    line-height: 12px;
    width: 100%;
    height: 80px;
    padding: 0 5%;
  }
  aside nav ul::after {
    top: auto;
    bottom: 10px;
    right: 0;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
  }
  /*aside nav ul li{
        box-sizing: border-box;
        width: 29%;
        height: 150px;
        margin: 0 2%;
    }*/
  aside nav ul li {
    box-sizing: border-box;
    width: 20%;
    height: 80px;
    margin: 0 2%;
  }
  aside nav ul li::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    z-index: 10;
    border: 2px solid #e5e5e5;
    width: 17px;
    height: 17px;
    transform: translateX(-50%);
  }
  aside nav ul li a {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding: 55px 5px 0 5px;
  }
  aside nav ul ico {
    top: 6px;
    right: auto;
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 5px;
    transform: translateX(-50%) scale(0.7);
  }
  aside nav ul .dat_personales {
    background-size: auto 40px;
  }
  aside nav ul .carga {
    background-size: auto 35px;
  }
  aside nav ul .ubicacion {
    background-size: auto 40px;
  }
  aside nav ul li.act .dat_personales {
    background-size: auto 40px;
  }
  aside nav ul li.act .carga {
    background-size: auto 35px;
  }
  aside nav ul li.act .ubicacion {
    background-size: auto 40px;
  }
  aside nav ul .desc {
    display: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  aside nav ul .tit_desc {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    margin: 4px 0;
  }
  .container {
    border-left: 0;
    width: 100%;
    min-height: 850px;
    height: auto;
    margin: 0;
    padding: 40px 8% 70px 8%;
  }
  .content {
    width: 80%;
  }
  footer {
    padding: 12px 6% 5px 6%;
  }
  .cnt_mapa {
    width: 86vw;
  }
  a.btn_01:link,
  a.btn_01:visited {
    width: 100%;
  }
  .formA fieldset {
    width: 100%;
    padding: 0;
  }
  .formA label {
    font-size: 15px;
  }
  .formA select,
  .formA input,
  .formA textarea {
    font-size: 100% !important;
  }
  .formA p {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 23px 0 0 0;
  }
  .formA textarea {
    width: 100%;
  }
  .formA p.p_wb {
    padding-bottom: 70px;
  }
  .formA p.p_wb .button {
    width: 100%;
  }
  .formA a.btn_bck {
    top: auto;
    left: 0;
    bottom: 0;
    position: absolute;
    font-size: 16px;
    line-height: 54px;
    width: 100%;
    height: 55px;
  }
  /*
    .formA a.btn_bck{
        top: auto;
        left: 0;
        bottom: 0;
        font-size: 16px;
        line-height: 54px;
        width: @w1;
        height: 55px;
    }
*/
  p.p_check .tooltiptext {
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
  p.p_check {
    width: 80%;
    margin: 10px 10%;
    padding: 0;
  }
  p.p_check label.lab_check {
    float: left;
    width: 80% !important;
    height: 50px !important;
    margin: 0 10% !important;
  }
  .lab_check .lab_txt {
    line-height: 48px;
    text-align: left;
    width: 100%;
    height: 48px;
  }
  .formA .cntCol2 {
    box-sizing: border-box;
    width: 100%;
  }
  .formA .filedrag {
    font-size: 11px;
    background: #fdfdfd url(../lib/ico-upload.svg) no-repeat 25px center;
    background-size: 35px auto;
    height: 95px;
    padding: 10px 40px 25px 70px;
  }
  .formA .filedrag a.draglinkupd {
    font-size: 10px;
    line-height: 31px;
    height: 32px;
    padding: 0 20px;
  }
  ul.doc2 li .inFil {
    width: 40%;
  }
}
