/*
  V4 - 07/03/2025
  CBN - 2024
  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: 'SFProDisplay';
  src: url('../fonts/SFProDisplay-Regular.eot');
  src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Regular.woff2') format('woff2'), url('../fonts/SFProDisplay-Regular.woff') format('woff'), url('../fonts/SFProDisplay-Regular.ttf') format('truetype'), url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplaySemibold';
  src: url('../fonts/SFProDisplay-Semibold.eot');
  src: url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'), url('../fonts/SFProDisplay-Semibold.woff') format('woff'), url('../fonts/SFProDisplay-Semibold.ttf') format('truetype'), url('../fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplayBold';
  src: url('../fonts/SFProDisplay-Bold.eot');
  src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Bold.woff2') format('woff2'), url('../fonts/SFProDisplay-Bold.woff') format('woff'), url('../fonts/SFProDisplay-Bold.ttf') format('truetype'), url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-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: #222222;
  font-size: 20px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: center;
  background: #ffffff;
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Chrome */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
body.dsp_mn {
  overflow: hidden;
  overflow-y: hidden;
  width: 100wv;
  height: 100wh;
}
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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5 {
  color: #222222;
  font-size: 40px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  font-weight: 100;
}
/* MODAL */
.content_mod {
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  overflow-x: auto;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cnt_modal {
  z-index: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  text-align: left;
  background: #ffffff;
  border-radius: 15px;
  width: 650px;
  margin: 120px auto 80px auto;
  padding: 34px 55px 150px 55px;
  transform: translateX(80px);
  opacity: 0;
  transition: all 0.6s;
}
.cnt_modal_clf {
  top: 0;
  left: 50%;
  z-index: 20px;
  pointer-events: none;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  color: #000000;
  text-align: left;
  background: #ffffff;
  border-radius: 15px;
  width: 650px;
  margin: 285px auto 80px -325px;
  padding: 34px 55px 110px 55px;
  transform: translateX(80px);
  opacity: 0;
  transition: all 0.6s;
}
.content_mod h2 {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 26px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.content_mod h2::after {
  display: none;
}
.content_mod p {
  float: left;
  display: block;
  margin: 10px 0;
}
.cls_mod {
  top: 15px;
  right: 35px;
  z-index: 100;
  position: fixed;
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: #000000 url(../lib/ico-cls-b.svg) no-repeat center;
  background-size: 18px auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transform: scale(0);
  opacity: 0.6;
  transition: all 0.2s;
}
.cls_mod:hover {
  opacity: 1;
  transition: all 0.2s;
}
.content_mod.an_screen {
  pointer-events: initial;
  animation-name: bg_mod_an;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: stop;
  transform-origin: center;
}
@keyframes bg_mod_an {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content_mod.an_screen .cls_mod {
  animation-name: cls_mod_an;
  animation-delay: 0.8s;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-iteration-count: stop;
  transform-origin: center;
}
@keyframes cls_mod_an {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.content_mod .cnt_modal.dsp_cnt_md {
  animation-name: cnt_mod_an;
  animation-delay: 1.1s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: stop;
  transform-origin: center;
}
@keyframes cnt_mod_an {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.content_mod .cnt_modal_clf.dsp_cnt_clf {
  pointer-events: initial;
  animation-name: cnt_mod_cl_an;
  animation-delay: 0.6s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: stop;
  transform-origin: center;
}
@keyframes cnt_mod_cl_an {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.content_mod.md_02 .formA fieldset,
.content_mod.md_01 .formA fieldset {
  overflow: visible;
  margin: 0;
}
.content_mod.md_01 .formA fieldset {
  overflow-x: auto;
  width: 100%;
  height: 230px;
}
.content_mod.md_01 .formA .p_m {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
}
.content_mod.md_01 .bx_cat_sel {
  float: left;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  text-align: left;
  width: 188px;
  height: auto;
  min-height: 82px;
  margin: 0 33px 26px 0;
  padding: 0;
}
.content_mod.md_01 .bx_cat_sel input {
  top: 0;
  left: 0;
  z-index: 100;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.content_mod.md_01 .bx_cat_sel .checkmark {
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  color: #222222;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  text-decoration: none;
  border: 1px solid rgba(34, 34, 34, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 8px 14px 5px 14px;
}
.content_mod.md_01 .bx_cat_sel:hover input ~ .checkmark {
  border: 1px solid #f5e003;
  transition: all 0.2s;
}
.content_mod.md_01 .bx_cat_sel input:checked ~ .checkmark {
  border: 2px solid #f5e003;
}
.content_mod.md_01 .checkmark:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: none;
  transition: all 0.2s;
}
/*
.content_mod.md_01 .bx_cat_sel input:checked ~ .checkmark:after{
	display: block;
	transition: all .2s;
}
*/
.content_mod.md_01 .bx_cat_sel label {
  float: left !important;
  display: block !important;
  pointer-events: none;
  box-sizing: border-box !important;
  position: relative !important;
  font-size: 14px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  line-height: 16px;
  text-align: left;
  width: 100%;
  height: 100% !important;
  min-height: 82px !important;
  margin: 0 !important;
  padding: 8px 14px 5px 14px !important;
  transition: all 0.2s;
}
.content_mod.md_01 .bx_cat_sel label span {
  bottom: 10px;
  left: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  width: 100%;
  height: auto;
  padding: 8px 14px 5px 14px;
}
.content_mod.md_01 .bx_cat_sel input:checked ~ label {
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  transition: all 0.2s;
}
/*
.content_mod.md_01 .bx_cat_sel .checkmark:after {
	left: 50%;
	top: 50%;
  pointer-events: none;
	background: @col2;
	border-radius: 50%;
	width: 14px;
	height: 14px;
  transform: translate(-50%, -50%);
	transition: all .2s;
}
*/
.content_mod ul.li_cat_md_p {
  float: left;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  overflow-x: auto;
  width: 100%;
  height: 230px;
  margin: 30px 0 10px 0;
  padding: 0 0 5px 0;
}
.content_mod ul.li_cat_md_p li {
  overflow: visible;
  width: 47%;
  min-height: 97px;
  margin: 0 5% 26px 0;
}
.content_mod ul.li_cat_md_p li:nth-child(2n) {
  margin: 0 0 26px 0;
}
.content_mod ul.li_cat_md_p.lcmcl3 li {
  overflow: visible;
  width: 31%;
  min-height: 80px;
  margin: 0 3% 26px 0;
}
.content_mod ul.li_cat_md_p.lcmcl3 li:nth-child(3n) {
  margin: 0 0 26px 0;
}
ul.li_fav {
  float: left;
  box-sizing: border-box;
  position: relative;
  overflow-x: auto;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  height: 230px;
  margin: 10px 0;
  padding: 0 0 5px 0;
}
ul.li_fav li {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_fav li:hover {
  background: rgba(0, 0, 0, 0.02);
}
ul.li_fav li .cat_nm {
  float: left;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 50px 13px 15px;
  opacity: 0.5;
}
ul.li_fav li .cat_nm:hover {
  opacity: 1;
}
ul.li_fav li.selcat {
  color: #000000;
  background: rgba(245, 224, 3, 0.8);
  /*border: 1px solid fade(#e5b611, 40%);
  border-radius: 8px;*/
  /*background: fade(#e5b611, 20%);*/
}
ul.li_fav li.selcat .cat_nm {
  opacity: 1;
}
ul.li_fav li .cat_nm:hover {
  opacity: 1;
}
ul.li_fav li.selcat .cat_nm::after {
  top: 8px;
  right: 24px;
  content: "";
  pointer-events: none;
  position: absolute;
  transform: translate(0.38em, 0.46em) rotate(-45deg);
  width: 12px;
  height: 5px;
  border: 2px solid #000000;
  border-top-style: solid;
  border-right-style: solid;
  border-top-style: none;
  border-right-style: none;
}
.mod_ft {
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid rgba(0, 0, 0, 0.04);
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 35px 55px 35px 55px;
}
.cnt_modal_clf .mod_ft {
  border-top: 0;
  padding: 22px 55px 40px 55px;
}
.mod_ft p {
  width: 100%;
  margin: 0;
}
.mod_ft p input {
  float: left;
  box-sizing: border-box;
  color: #595f7a;
  font-size: 15px;
  /*font-size: 90%;*/
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 18px !important;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  width: calc(100% - 180px);
  height: 45px;
  margin: 0;
  padding: 0 15px;
  appearance: none;
  transition: all 0.2s;
}
.mod_ft p input:focus {
  font-size: 15px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  outline: none;
  appearance: none;
}
.mod_ft p .button {
  float: right;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 8px;
  width: 170px;
  height: 45px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.mod_ft p .button:hover {
  color: #ffffff;
  background: #e5b611;
  border: 1px solid #e5b611;
}
.mod_ft .button {
  float: left;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  line-height: 54px;
  text-align: center;
  background: #000000;
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 55px;
  margin: 5px 0;
  padding: 0;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.mod_ft .button:hover {
  color: #ffffff;
  background: #e5b611;
}
/* MODAL */
.wrapper {
  position: relative;
  background: #ffffff;
}
/*
a.logo{
  float: left;
  display: block;
	box-sizing: border-box;
  position: relative;
  color: @col1;
  font-size: 18px;
  font-family: @font1sb;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  background: url(../lib/logo.svg) no-repeat left center;
  background-size: 145px auto;
  width: 280px;
  height: 30px;
  transition: all .24s;
  margin: 27px 0 0 42px;
  padding-left: 175px;
}*/
a.logo {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #222222;
  font-size: 18px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  background: url(../lib/logo.png) no-repeat left center;
  background-size: 148px auto;
  width: 280px;
  height: 30px;
  transition: all 0.24s;
  margin: 27px 0 0 42px;
  padding-left: 175px;
}
a.logo::after {
  top: 6px;
  left: 160px;
  content: "";
  position: absolute;
  background: #d3d3d3;
  width: 2px;
  height: 18px;
}
a.logo:hover {
  opacity: 0.6;
}
.menu_mb {
  float: left;
  display: none;
  position: relative;
  cursor: pointer;
  outline: none;
  text-indent: -9000px;
  background: url(../lib/ico-menu.svg) no-repeat center;
  background-size: 24px auto;
  width: 60px;
  height: 50px;
  margin: 10px 5px 0 0;
}
.menu_mb_cls {
  display: none;
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  outline: none;
  text-indent: -9000px;
  background: url(../lib/ico-cls-b.svg) no-repeat center;
  background-size: 20px auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
header {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  height: 80px;
  padding: 0;
}
nav {
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  background: transparent;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0;
}
nav ul {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  color: #000000;
  font-size: 15px;
  line-height: 80px;
  text-align: center;
  width: auto;
  height: 72px;
  margin: 0 0 0 20%;
  padding: 0;
}
nav ul li {
  float: left;
  width: auto;
  margin: 0 60px 0 0;
  padding: 0;
}
nav ul li a {
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1f3c;
  text-decoration: none;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
nav ul li a:hover {
  opacity: 1;
}
nav ul li.active a {
  color: #000000;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  opacity: 1;
}
nav ul li a::after {
  bottom: 24px;
  left: 50%;
  content: "";
  position: absolute;
  background: #000000;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: all 0.2s;
}
nav ul li a:hover::after {
  width: 100%;
  transition: all 0.2s;
}
nav ul li.active a::after {
  background: #f5e003;
  width: 100%;
  transition: all 0.2s;
}
header .bx_srch {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ebebeb;
  /*box-shadow: 0px 4px 4px 0px #0000000A;*/
  border-radius: 29px;
  width: auto;
  height: 48px;
  margin: 15px 0 0 10%;
  padding: 4px 7px;
  transition: all 0.2s;
}
header .bx_srch:active {
  width: 300px;
  transition: all 0.2s;
}
/*
header .bx_srch.dsp_srch{
	width: 300px;
  margin: 15px 0 0 7%;
  transition: all .2s;
}*/
/*
header .bx_srch .lnk_bs{
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
	box-sizing: border-box;
  z-index: 10;
  position: absolute;
  text-indent: -999999px;
	background: fade(@col2,0);
  border-radius: 29px;
  width: @w1;
  height: @w1;
  transition: all .2s;
}
header .bx_srch .lnk_bs:hover{
	background: fade(@col2,02%);
}*/
header .bx_srch.dsp_srch .lnk_bs {
  display: none;
}
header .bx_srch .lnk_bs_cls {
  top: -2px;
  left: -2px;
  display: none;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  text-indent: -999999px;
  background: rgba(245, 224, 3, 0.4);
  border-radius: 50%;
  border: 4px solid #f5e003;
  width: 0;
  height: 0;
  transition: all 0.2s;
}
header .bx_srch.dsp_srch .lnk_bs_cls {
  display: block;
  width: 44px;
  height: 44px;
  transition: all 0.2s;
}
header .bx_srch b {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  font-size: 14px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 30px;
  width: 80px;
  height: 30px;
  margin: 0;
}
header .bx_srch .bx_txt {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  width: 95px;
  height: 30px;
  margin: 0;
  opacity: 0.6;
}
header .bx_srch .bx_ico {
  float: right;
  display: block;
  box-sizing: border-box;
  position: relative;
  text-indent: -999999px;
  background: #e5b611 url(../lib/ico-search.svg) no-repeat center;
  background-size: auto 15px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0;
}
header .bx_srch .formA fieldset {
  overflow: hidden;
  margin: 0;
}
header .bx_srch .formA p {
  text-align: center;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
}
header .bx_srch .formA input {
  float: left;
  box-sizing: border-box;
  color: #595f7a;
  font-size: 15px;
  /*font-size: 90%;*/
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 18px !important;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0);
  border-radius: 8px;
  width: calc(100% - 40px);
  height: 40px;
  margin: 0;
  padding: 0 15px;
  appearance: none;
  transition: all 0.2s;
}
header .bx_srch .formA input:focus {
  width: 270px;
  transition: all 0.2s;
}
header .bx_srch .formA .button {
  float: right;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  text-transform: none;
  text-indent: -999999px;
  background: #e5b611 url(../lib/ico-search.svg) no-repeat center;
  background-size: auto 15px;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 3px 0 0 0;
  padding: 0;
  /*padding: 0 0 0 48px;*/
  -webkit-appearance: none;
  transition: all 0.2s;
}
header .bx_srch .formA .button:hover {
  color: #ffffff;
  background: #000000 url(../lib/ico-search.svg) no-repeat center;
  background-size: auto 15px;
}
header .bx_srch .dsp_srch {
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  text-indent: -999999px;
  width: 100%;
  height: 100%;
}
.content_srch {
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
  box-sizing: border-box;
  z-index: 1000;
  position: absolute;
  background: rgba(34, 34, 34, 0.1);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
}
.content_srch.dsp_cnt_srch {
  pointer-events: initial;
  opacity: 1;
  transition: all 0.2s;
}
.content_srch .cnt_srch {
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  z-index: 2000;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  width: 40%;
  height: auto;
  margin: -100px auto 20px auto;
  padding: 70px 30px 25px 30px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.2s;
}
.content_srch.dsp_cnt_srch .cnt_srch {
  margin: 90px auto 20px auto;
  opacity: 1;
  transition: all 0.2s;
}
.content_srch .cls_srch {
  top: 5px;
  right: 8px;
  display: none;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  text-indent: -999999px;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: 23px auto;
  width: 45px;
  height: 45px;
  opacity: 0.4;
  transition: all 0.2s;
}
.content_srch .cls_srch:hover {
  opacity: 0.2;
  transition: all 0.2s;
}
.content_srch.dsp_cnt_srch .cls_srch {
  display: block;
}
.content_srch .formA fieldset {
  overflow: hidden;
  margin: 0;
}
.content_srch .formA p {
  text-align: center;
  width: 100%;
  height: 48px;
  margin: 2px 0 0 0;
  padding: 0;
}
.content_srch .formA input {
  float: left;
  box-sizing: border-box;
  color: #595f7a;
  font-size: 15px;
  /*font-size: 90%;*/
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 18px !important;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 8px;
  width: 45%;
  height: 45px;
  margin: 0 2% 0 0;
  padding: 0 15px;
  appearance: none;
  transition: all 0.2s;
}
.content_srch .formA input:focus,
.content_srch .formA select:focus {
  font-size: 15px;
  /*font-size: 90%;*/
  border: 1px solid rgba(34, 34, 34, 0.2);
}
.content_srch .formA select {
  float: left;
  box-sizing: border-box;
  color: #222222;
  font-size: 15px;
  /*font-size: 90%;*/
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 18px !important;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 8px;
  width: 34%;
  height: 45px;
  margin: 0 2% 0 0;
  padding: 0 15px;
  appearance: none;
  transition: all 0.2s;
}
.content_srch .formA .button {
  float: left;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  text-transform: none;
  background: #e5b611;
  /*background: #e5b611 url(../lib/ico-search.svg) no-repeat 15px center;
  background-size: auto 18px;*/
  border: none;
  border-radius: 8px;
  width: 15%;
  height: 45px;
  margin: 0;
  padding: 0;
  /*padding: 0 0 0 48px;*/
  -webkit-appearance: none;
  transition: all 0.2s;
}
.content_srch .formA .button:hover {
  color: #ffffff;
  background: #000000;
  /*background: @col2 url(../lib/ico-search.svg) no-repeat 15px center;
  background-size: auto 18px;*/
}
header .bx_us {
  float: right;
  display: block;
  box-sizing: border-box;
  z-index: 20;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 29px;
  width: auto;
  height: 42px;
  margin: 19px 2% 0 auto;
  padding: 0;
}
header .bx_us .bx_img {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
header .bx_us .bx_img img {
  float: leftt;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: auto;
  margin: 0;
}
header .bx_us .bx_img .lnk_us {
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  text-indent: -999999px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.2s;
}
header .bx_us .bx_img .lnk_us:hover {
  background: rgba(0, 0, 0, 0.2);
}
header .bx_us.dsp_m_us .bx_img .lnk_us {
  display: none;
}
header .bx_us .bx_img .lnk_us_cls {
  top: -2px;
  left: -2px;
  display: none;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  text-indent: -999999px;
  background: rgba(245, 224, 3, 0.4);
  border-radius: 50%;
  border: 4px solid #f5e003;
  width: 0;
  height: 0;
  transition: all 0.2s;
}
header .bx_us.dsp_m_us .bx_img .lnk_us_cls {
  display: block;
  width: 44px;
  height: 44px;
  transition: all 0.2s;
}
header .cnt_user {
  top: 10px;
  right: 1.6%;
  display: block;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  color: #000000;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  width: 250px;
  height: auto;
  padding: 0;
  transition: all 0.2s;
  opacity: 0;
}
header .cnt_user.dsp_cnt_us {
  top: 12px;
  pointer-events: initial;
  height: auto;
  opacity: 1;
  transition: all 0.2s;
}
header .cnt_user ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
header .cnt_user ul li {
  float: left;
  box-sizing: border-box;
  line-height: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
}
header .cnt_user ul li:first-child {
  color: #ffffff;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  text-align: left;
  background: #000000;
  margin-bottom: 8px;
  padding: 15px 15px;
}
header .cnt_user ul li a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #1a1f3c;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  opacity: 0.5;
}
header .cnt_user ul li a:hover {
  opacity: 1;
}
header .cnt_user ul li:last-child a {
  text-align: right;
  color: #f17171;
  font-size: 12px;
  margin: 4px 0;
  padding: 5px 15px;
  opacity: 1;
}
header .cnt_user ul li:last-child a:hover {
  opacity: 0.5;
}
.content_ini {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #222222;
  font-size: 21px;
  text-align: left;
  background: #ffffff;
  width: 100%;
  min-height: 50vh;
  height: auto;
}
.cnt_ini {
  display: block;
  position: relative;
  width: 1340px;
  height: auto;
  margin: 120px auto;
}
.content_ini h1 {
  float: left;
  display: block;
  position: relative;
  font-size: 40px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 48px;
  text-align: left;
  width: 100%;
  margin: 0 auto 17px auto;
}
.content_ini .bx_dsc {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 525px;
  margin: 60px auto 20px auto;
}
.content_ini .bx_dsc p {
  float: left;
  display: block;
  overflow: hidden;
  letter-spacing: 0.2px;
  word-spacing: 2px;
  width: 100%;
  margin: 8px auto;
}
.content_ini .bx_log {
  float: right;
  display: block;
  position: relative;
  text-align: left;
  width: 525px;
  margin: 70px auto 20px auto;
}
.content_ini .bx_log .formA fieldset {
  margin: 0;
  padding: 0;
}
.content_ini .bx_log .formA p {
  width: 100%;
  height: auto;
  margin: 16px 0;
  padding: 0;
}
.content_ini .bx_log .formA input {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.content_ini .bx_log .formA .button {
  font-size: 16px;
  font-weight: 100;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  width: 100%;
  height: 53px;
  margin: 0 auto;
}
.content {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 100%;
  min-height: 50vh;
  height: auto;
}
.content.contCal {
  background: #f3f3f3;
}
.cnt_content {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 1340px;
  height: auto;
  margin: 30px auto 50px auto;
  padding: 0 12px;
}
.cnt_content.cnt_md {
  width: 900px;
  margin: 0 auto 50px auto;
}
.content.contCal .cnt_content {
  background: #ffffff;
  border-radius: 12px;
  width: 1000px;
  margin: 40px auto 100px auto;
  padding: 10px 40px 30px 40px;
}
.content .cnt_logo {
  float: left;
  display: block;
  position: relative;
  width: 70%;
  margin: 20px 0;
}
.content .logo_prov {
  float: left;
  display: block;
  position: relative;
  width: 65px;
  margin: 4px 20px 0 0;
}
.content .logo_prov img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.content .dsc_prov {
  float: left;
  display: block;
  position: relative;
  width: calc(100% - 90px);
  margin: 0;
}
.content .dsc_prov h1 {
  line-height: 42px;
  width: 100%;
  margin: 0;
}
.content h1 {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  font-size: 40px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 47px;
  text-align: left;
  width: 450px;
  margin: 25px auto;
}
.content.contCal h1 {
  font-size: 32px;
  line-height: 45px;
  width: auto;
}
.content.contCal .formA fieldset {
  margin: 0 0 50px 0;
}
.content.contCal .formA p {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 0;
}
.content.contCal .formA label {
  float: left;
  position: relative;
  font-size: 18px;
  width: 200px;
  margin: 8px 20px 0 0;
}
.content.contCal .formA select,
.content.contCal .formA input {
  float: left;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: calc(65% - 230px);
}
.content.contCal .formA textarea {
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: calc(100% - 230px);
}
.content.contCal .formA select:focus,
.content.contCal .formA input:focus,
.content.contCal .formA textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.content.contCal .bxInpSr {
  width: calc(65% - 230px);
}
.content.contCal .bxInpSr input {
  width: 100%;
}
.content.contCal .spL {
  border-bottom: 1px solid #dfdfdf;
  margin: 25px 0;
}
.content.contCal .bx_cal {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  width: calc(100% - 230px);
  height: 60px;
  margin: 5px 0;
  padding: 0;
}
.content.contCal .bx_cal .bx_str {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 0 20px;
  padding: 0;
}
.content.contCal .bx_cal .bx_str span {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  background: url(../lib/ico-star.svg) no-repeat center top;
  background-size: auto 40px;
  width: 50px;
  height: 60px;
  margin: 0 7px;
  padding: 45px 0 0 0;
  filter: grayscale(100%);
}
.content.contCal .bx_cal .bx_str span.stAct {
  filter: grayscale(0);
}
/* Rating Star Widgets Style */
.content .rating-stars {
  float: left;
  display: block;
  width: calc(100% - 230px);
  height: 60px;
  margin: 0 auto 20px auto;
}
.content .rating-stars ul {
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  height: 60px;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.content .rating-stars ul li::after {
  display: none;
}
.content .rating-stars ul > li.star {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 41px;
  height: 45px;
  margin: 0 10px;
  padding: 0;
}
/* Idle State of the stars */
.content .rating-stars ul > li.star > i.fa {
  float: left;
  display: block;
  text-align: center;
  background: url(../lib/ico-star.svg) no-repeat center top;
  background-size: auto 40px;
  width: 41px;
  height: 45px;
  filter: grayscale(100%);
  transition: all 0.2s;
}
/* Hover state of the stars */
.content .rating-stars ul > li.star.hover > i.fa {
  float: left;
  display: block;
  text-align: center;
  background: url(../lib/ico-star.svg) no-repeat center top;
  background-size: auto 40px;
  width: 41px;
  height: 45px;
  filter: grayscale(0%);
  opacity: 0.6;
  transition: all 0.2s;
}
/* Selected state of the stars */
.content .rating-stars ul > li.star.selected > i.fa {
  float: left;
  display: block;
  text-align: center;
  background: url(../lib/ico-star.svg) no-repeat center top;
  background-size: auto 40px;
  width: 41px;
  height: 45px;
  filter: grayscale(0);
  transition: all 0.2s;
}
.content.contCal .bxKT {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: calc(100% - 230px);
  height: auto;
  margin: 20px 0 0 220px;
  padding: 0;
}
.content.contCal .txtStf {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  background: #f6f7f8;
  border-radius: 6px;
  margin: 4px 8px 4px 0;
  padding: 5px 38px 5px 10px;
}
.content.contCal .txtStf icon {
  float: right;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  background: #000000 url(../lib/ico-cls-b.svg) no-repeat center;
  background-size: 9px auto;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin: 1px -32px 0 0;
}
.content.contCal .formA .button {
  float: right;
  width: 32%;
  height: 62px;
}
.content.contCal .formA .btnCnc {
  float: right;
  display: block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 100;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  text-align: center;
  text-transform: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 28%;
  height: 62px;
  margin: 0 16% 0 auto;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.content.contCal .formA .btnCnc:hover,
.content.contCal .formA .btnCnc:focus,
.content.contCal .formA .btnCnc:active {
  outline: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.content h2 {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  font-size: 32px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 38px;
  text-align: left;
  width: 70%;
  margin: 0 auto 30px auto;
  padding-left: 35px;
}
.content h2::after {
  top: 8px;
  left: 0;
  content: "";
  position: absolute;
  background: #f5e003;
  border-radius: 0 8px 8px 0;
  width: 22px;
  height: 22px;
}
.content h3 {
  float: left;
  display: block;
  position: relative;
  color: #000000;
  font-size: 24px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 29px;
  text-align: left;
  width: 70%;
  margin: 0 auto 5px auto;
}
.content img {
  float: left;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.content p {
  display: block;
  overflow: hidden;
  text-align: left;
  width: 100%;
  margin: 25px 0;
}
.content a {
  color: #000000;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content ul {
  overflow: hidden;
  margin: 20px 0 30px 0;
}
.content ul li {
  float: left;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 10px 0;
  padding-left: 20px;
}
.content ul li:after {
  top: 8px;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  background: #000000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.content ol {
  clear: both;
  display: block;
  overflow: hidden;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  counter-reset: li-counter;
  margin: 30px 0;
}
.content ol li {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 10px 0;
  padding-left: 24px;
}
.content ol li:before {
  position: absolute;
  top: -1px;
  left: 0;
  color: #000000;
  font-size: 16px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  font-weight: 100;
  width: auto;
  text-align: right;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
.content ul.li_cat_md {
  margin: 40px 0 100px auto;
}
.content a.lnk_btn_01 {
  margin: 20px auto 120px auto;
}
.cnt_not {
  display: block;
  overflow: hidden;
  z-index: 5;
  position: relative;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.2px;
  word-spacing: 2px;
  text-align: left;
  background: #fcfbe6;
  border-radius: 12px;
  width: 1340px;
  margin: 38px auto 0 auto;
  padding: 24px 40px 10px 40px;
}
.cnt_not .cls_com {
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  z-index: 10;
  position: absolute;
  text-indent: -999999px;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: 20px auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cnt_not b {
  float: left;
  display: block;
  font-size: 24px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 29px;
  width: 70%;
  margin-bottom: 5px;
}
footer {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #222222;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  background: #f8f8f8;
  width: 100%;
  min-height: 20vh;
  height: auto;
}
.cnt_footer {
  display: block;
  overflow: hidden;
  position: relative;
  width: 1340px;
  height: auto;
  margin: 50px auto;
}
footer p {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  color: #595f7a;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  width: auto;
  margin: 20px 0 0 0;
  padding: 0;
}
footer a.logo {
  outline: none;
  text-indent: -9000px;
  width: 290px;
  margin: 25px 20px 0 -20px;
  transform: scale(85%, 85%);
}
footer a.logo::after {
  display: none;
}
footer ul {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  width: 400px;
  height: auto;
  margin: 10px 0 20px 80px;
  padding: 0;
}
footer ul li {
  float: left;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  width: 100%;
  margin: 2px 0;
  padding: 0;
}
footer ul li b {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  margin-bottom: 11px;
  padding-left: 23px;
}
footer ul li b::after {
  top: 1px;
  left: 0;
  content: "";
  position: absolute;
  background: #f5e003;
  border-radius: 0 5px 5px 0;
  width: 14px;
  height: 14px;
}
footer ul li a {
  float: left;
  display: block;
  position: relative;
  color: #1a1f3c;
  font-size: 13px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  width: auto;
  margin: 0 0 0 23px;
  padding: 5px 0 8px 0;
  opacity: 0.6;
}
footer ul li a:hover {
  opacity: 1;
}
footer ul li a::after {
  bottom: 5px;
  left: 50%;
  content: "";
  position: absolute;
  background: #000000;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  transition: all 0.2s;
}
footer ul li a:hover::after {
  width: 100%;
  transition: all 0.2s;
}
.cnt_inf {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
  padding: 13px 20px 8px 35px;
}
.bx_ord {
  float: right;
  display: block;
  overflow: visible;
  position: relative;
  color: #595f7a;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 200px;
  margin: 20px 0 0 0;
  padding: 0;
}
.bx_ord .formA fieldset {
  margin: 0;
  padding: 0;
}
.bx_ord .formA p {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.bx_ord .formA select {
  border: 1px solid #b0b0b0;
  width: 100%;
  height: 51px;
  margin: 0 auto;
  padding: 0 15px;
}
.bx_ord .formA select:focus {
  border: 1px solid #000000;
}
.btnDsFlt {
  float: right;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 36px;
  text-align: left;
  background: url(../lib/ico-filter.svg) no-repeat 90% center;
  background-size: auto 26px;
  border: 1px solid #000000;
  border-radius: 5px;
  width: auto;
  height: 44px;
  margin: 5px 0 0 0;
  padding: 2px 47px 2px 17px;
}
.btnDsFlt:hover {
  opacity: 0.8;
}
.cnt_cal {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  text-align: right;
  background: url(../lib/ico-star.svg) no-repeat left center;
  background-size: auto 14px;
  width: 50px;
  margin: 5px 0 0 0;
  padding: 2px 0;
}
a.lnk_calf {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 13px;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  line-height: 17px;
  text-align: left;
  text-decoration: none;
  background: #f5e003;
  border-radius: 20px;
  width: auto;
  margin: 7px 0 0 20px;
  padding: 3px 25px 4px 25px;
}
a.lnk_calf:hover {
  color: #ffffff;
  background: #000000;
}
.cnt_fav {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  text-align: right;
  width: auto;
  margin: 30px 0 0 0;
  padding: 2px 0;
}
.cnt_fav .ad_fav {
  float: left;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  color: #000000;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  background: url(../lib/ico-heart.svg) no-repeat left center;
  background-size: auto 20px;
  width: auto;
  margin: 0;
  padding: 0 0 0 30px;
  opacity: 0.6;
}
.cnt_fav .ad_fav:hover {
  text-decoration: underline;
  opacity: 1;
}
.cnt_fav.self .ad_fav {
  background: url(../lib/ico-heart-c.svg) no-repeat left center;
  background-size: auto 20px;
  opacity: 1;
}
.content_prov {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 20px 0 50px 0;
  padding: 0;
}
.content_prov .cnt_img_prov {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  width: 447px;
  margin: 0;
  padding: 0;
}
.content_prov .cnt_img_prov img {
  float: left;
  display: block;
  width: 447px;
  height: 423px;
  margin: 0;
  object-fit: cover;
}
.content_prov .cnt_dsc_prov {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  width: 766px;
  margin: 20px 0 0 0;
  padding: 0;
}
ul.li_serv {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: visible;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
}
ul.li_serv li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  line-height: 15px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #222222;
  width: auto;
  max-width: 180px;
  min-height: 40px;
  margin: 0 23px 19px 0;
  padding: 6px 20px 7px 20px;
}
ul.li_serv li::after {
  display: none;
}
ul.li_serv li span {
  top: 50%;
  left: 50%;
  display: block;
  position: relative;
  width: 100%;
  transform: translate(-50%, -50%);
}
ul.li_serv.lilnk li {
  padding: 0;
}
ul.li_serv.lilnk li a {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #222222;
  text-decoration: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6px 20px 7px 20px;
}
ul.li_serv.lilnk li a:hover {
  color: rgba(34, 34, 34, 0.7);
}
ul.li_cont {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: visible;
  box-sizing: border-box;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  padding: 20px 0;
}
ul.li_cont li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  line-height: 24px;
  text-align: left;
  border: 1px solid #f5e003;
  border-radius: 12px;
  width: auto;
  min-height: 54px;
  margin: 0 20px 20px 0;
  padding: 20px 20px;
}
ul.li_cont li::after {
  display: none;
}
ul.li_cont li a {
  display: inline-block;
  color: #000000;
  text-decoration: underline;
}
ul.li_opn {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: visible;
  box-sizing: border-box;
  color: #222222;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  padding: 0;
}
ul.li_opn li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  line-height: 18px;
  text-align: left;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  width: 412px;
  min-height: 178px;
  margin: 0 32px 35px 0;
  padding: 15px 24px;
}
ul.li_opn li::after {
  display: none;
}
ul.li_opn li .bx_us {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  line-height: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_opn li .bx_us img {
  float: left;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: auto;
  margin: 0 18px 0 0;
}
ul.li_opn li .bx_us_dsc {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #717171;
  font-size: 13px;
  line-height: 18px;
  width: 180px;
  margin: 8px 0 0 0;
  padding: 0;
}
ul.li_opn li .bx_us_dsc b {
  float: left;
  display: block;
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_opn li .bx_cal {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  height: 14px;
  margin: 10px 0 15px 0;
  padding: 0;
}
ul.li_opn li .bx_cal .bx_str {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 0 8px 0 0;
  padding: 0 10px 0 0;
}
ul.li_opn li .bx_cal .bx_str::after {
  display: none;
  top: 4px;
  right: 0px;
  content: "";
  position: absolute;
  background: #000000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  opacity: 0.2;
}
ul.li_opn li .bx_cal .bx_str span {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../lib/ico-star.svg) no-repeat center;
  background-size: auto 8px;
  width: 10px;
  height: 10px;
  margin: 1px 0;
  padding: 0;
}
ul.li_opn li .bx_dsc {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: 0;
  padding: 0;
}
ul.li_opn li.lVM {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  line-height: 18px;
  text-align: left;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  width: 412px;
  min-height: 178px;
  margin: 0 32px 35px 0;
  padding: 0;
}
ul.li_opn li.lVM .bx_dsc {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #717171;
  font-size: 13px;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  line-height: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_opn li.lVM .bx_dsc a {
  float: left;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  font-size: 15px;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 30px 60px 30px;
}
ul.li_opn li.lVM .bx_dsc icon {
  float: left;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  pointer-events: none;
  position: relative;
  background: #f5e003;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 30px auto 20px auto;
  padding: 0;
  transition: all 0.3s;
}
ul.li_opn li.lVM .bx_dsc a:hover icon {
  background: #000000;
  transition: all 0.3s;
}
ul.li_opn li.lVM .bx_dsc icon::after {
  top: 24px;
  left: 15px;
  content: "";
  z-index: 100;
  position: absolute;
  background: #000000;
  width: 19px;
  height: 1px;
  margin: auto;
}
ul.li_opn li.lVM .bx_dsc a:hover icon::after {
  background: #ffffff;
}
ul.li_opn li.lVM .bx_dsc icon::before {
  top: 15px;
  left: 24px;
  content: "";
  z-index: 100;
  position: absolute;
  background: #000000;
  width: 1px;
  height: 19px;
  margin: auto;
}
ul.li_opn li.lVM .bx_dsc a:hover icon::before {
  background: #ffffff;
}
.swiper-container {
  border-radius: 12px;
  width: 447px;
  height: 423px;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: none;
}
.swiper-container.fullscreen {
  top: 0;
  left: 0;
  z-index: 2000;
  position: fixed;
  box-sizing: border-box;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100% !important;
  height: 100vh !important;
}
.swiper-container.fullscreen .swiper-button-prev,
.swiper-container.fullscreen .swiper-button-next {
  display: block;
}
.swiper-container.fullscreen .swiper-pagination {
  bottom: 50px;
}
.swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  width: 100%;
  height: 100%;
}
.swiper-container.fullscreen .swiper-slide {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 50px 0 80px 0 !important;
}
.swiper-container .swiper-slide img {
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.swiper-container .swiper-slide .img_m {
  display: block;
}
.swiper-container .swiper-slide .img_l {
  display: none;
}
.swiper-container.fullscreen .swiper-slide img {
  top: 50%;
  left: 50%;
  position: absolute;
  max-width: 100%;
  max-height: 80%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.swiper-container.fullscreen .swiper-slide .img_m {
  display: none;
}
.swiper-container.fullscreen .swiper-slide .img_l {
  display: block;
}
.fullscreen .swiper-slide .backdrop {
  background: transparent;
  opacity: 0.7;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.fullscreen .swiper-slide .close-button {
  top: 15px;
  right: 35px;
  z-index: 4;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  background: #000000 url(../lib/ico-cls-b.svg) no-repeat center;
  background-size: 18px auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.6;
  transition: all 0.2s;
}
.fullscreen .swiper-slide .close-button:hover {
  opacity: 1;
  transition: all 0.2s;
}
.fullscreen .swiper-button-prev,
.fullscreen .swiper-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}
.fullscreen .swiper-button-next,
.fullscreen .swiper-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}
.fullscreen .swiper-button-next,
.fullscreen .swiper-button-prev {
  text-indent: -9000px;
  text-decoration: none;
  background: transparent;
  border: 0;
  width: 60px !important;
  height: 60px !important;
  transition: all 0.3s;
}
.fullscreen .swiper-button-next {
  background: transparent url(../lib/ar-nxt.svg) no-repeat -6px center;
  background-size: auto 60px;
  opacity: 0.6;
  transition: all 0.2s;
}
.fullscreen .swiper-button-next:hover {
  background: transparent url(../lib/ar-nxt.svg) no-repeat -6px center;
  background-size: auto 60px;
  opacity: 1;
  transition: all 0.2s;
}
.fullscreen .swiper-button-prev {
  background: transparent url(../lib/ar-nxt.svg) no-repeat -6px center;
  background-size: auto 60px;
  transform: scaleX(-1);
  opacity: 0.6;
  transition: all 0.2s;
}
.fullscreen .swiper-button-prev:hover {
  background: transparent url(../lib/ar-nxt.svg) no-repeat -6px center;
  background-size: auto 60px;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.cnt_sel_itm {
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  box-sizing: border-box;
  font-size: 16px;
  background: #f5e003;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 28px 50px;
}
.cnt_sel_itm p {
  float: left;
  display: block;
  overflow: hidden;
  text-align: left;
  width: 60%;
  margin: 9px 0;
}
.cnt_sel_itm .btn_del_itm {
  float: right;
  cursor: pointer;
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  text-align: center;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 6px;
  width: 180px;
  height: 40px;
  margin: 0;
  transition: all 0.2s linear;
}
.cnt_sel_itm .btn_del_itm:hover {
  color: #f5e003;
  border: 2px solid #f5e003;
  transition: all 0.2s linear;
}
.bx_not_a {
  top: 9px;
  left: 50%;
  z-index: 10;
  position: absolute;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 28px;
  text-align: center;
  background: #77d44e;
  border-radius: 6px;
  min-width: 32%;
  height: 40px;
  margin-left: -16%;
  padding: 6px 3%;
}
.bx_not_b {
  top: 9px;
  left: 50%;
  z-index: 10;
  position: absolute;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 28px;
  background: #ee4d4d;
  border-radius: 6px;
  min-width: 32%;
  height: 40px;
  margin-left: -16%;
  padding: 6px 3%;
}
a.lnk-cls-b {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-indent: -999999px;
  background: url(../lib/ico-cls-b.svg) no-repeat center;
  background-size: 14px auto;
  width: 40px;
  height: 40px;
}
.p_prc {
  clear: both;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  border: 10px solid #fef506;
  width: 100%;
  margin: 55px 0 !important;
  padding: 25px 30px;
}
.bx_img_inf {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: 26%;
}
.bx_img_inf .bxUpl {
  float: none;
  text-align: center;
  width: 100%;
  margin: 0;
}
.bx_img_inf .bxUpl ul.doc2 {
  float: none;
  text-align: center;
  width: 100%;
  margin: 10px auto 0 auto;
}
.bx_img_inf .bxUpl ul.doc2 li {
  float: none;
  text-align: center;
  border: 0;
  width: 100%;
  margin: 0 auto;
}
.bx_img_inf ul.doc2 li.edit_us .imgCnt {
  float: none !important;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 6px auto 5px auto !important;
}
.bx_img_inf .edit_img {
  float: none !important;
  margin: 18px auto 0 auto !important;
}
.bx_img_inf .edit_imgb {
  left: 50% !important;
  margin: auto auto auto -60px !important;
}
.bx_dsc_inf {
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 64%;
}
.contentFilt {
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cntFilt {
  top: 0;
  right: 0;
  z-index: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  color: #000000;
  text-align: left;
  background: #ffffff;
  width: 500px;
  min-height: 100vh;
  margin: 0;
  padding: 30px;
  opacity: 1;
  transition: all 0.6s;
}
.contentFilt.dispFilt {
  pointer-events: initial;
  animation-name: bg_mod_an;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: stop;
  transform-origin: center;
}
@keyframes bg_mod_an {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clsFlt {
  float: right;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-indent: -999999px;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: 14px auto;
  border: 1px solid #222222;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: -35px -15px 0 0;
  padding: 2px 15px;
}
.clsFlt:hover {
  opacity: 0.8;
}
.delFlt {
  float: right;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #222222;
  font-size: 14px;
  text-decoration: underline;
  width: auto;
  height: 30px;
  margin: -30px 20px 0 0;
  padding: 2px 10px;
}
.delFlt:hover {
  text-decoration: none;
  opacity: 0.8;
}
.contentFilt h2 {
  font-size: 20px;
}
.contentFilt .formA fieldset {
  width: 100%;
  margin: 30px 0 50px 0;
}
.contentFilt .formA p {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 28px 0 0 0;
}
.contentFilt .formA select,
.contentFilt .formA input,
.contentFilt .formA textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  height: 46px;
  padding: 0 10px;
}
.contentFilt .formA select:focus,
.contentFilt .formA input:focus,
.contentFilt .formA textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.contentFilt .cntSbCh {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 25px;
}
.contentFilt .formA .button {
  left: 50%;
  bottom: 20px;
  position: absolute;
  width: calc(100% - 60px);
  transform: translateX(-50%);
}
.contentFilt .formA .button:hover,
.contentFilt .formA .button:focus,
.contentFilt .formA .button:active {
  color: #f5e003;
  background: #000000;
  transition: all 0.2s;
}
.contentFilt .txtStf {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  background: #f6f7f8;
  border-radius: 6px;
  margin: 4px 6px 4px 0;
  padding: 5px 38px 5px 10px;
}
.contentFilt .txtStf icon {
  float: right;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  background: #000000 url(../lib/ico-cls-b.svg) no-repeat center;
  background-size: 9px auto;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin: 1px -32px 0 0;
}
.preguntas {
  float: left;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #222222;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  background: url(../lib/ar-sel.svg) no-repeat 98% center;
  background-size: auto 15px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin: 0;
  padding: 15px 20px 20px 0;
  text-decoration: none;
  transition: all 0.3s;
}
.preguntas:hover {
  color: rgba(34, 34, 34, 0.8);
}
.preguntas.open {
  color: #000000;
  background: url(../lib/ar-sel.svg) no-repeat 98% center;
  background-size: auto 15px;
  border-bottom: 0;
  transition: all 0.3s;
}
.bxContent {
  display: none;
  overflow-x: auto;
  overflow: auto;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  max-height: 400px;
  padding: 0 20px 20px 0;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 2px solid #dfdfdf;
  width: 100%;
  margin: 20px 0 15px 0;
}
.txt_prc {
  text-align: center !important;
  width: 70% !important;
  margin: 20px auto 50px auto !important;
}
.subtitulo {
  color: #000000 !important;
  font-size: 24px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
}
.subtitulo1 {
  color: #f5e003 !important;
  font-size: 24px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.txt-al {
  text-align: left !important;
}
.txt-ar {
  text-align: right !important;
}
.txt-ac {
  text-align: center !important;
}
b,
.bold,
.bold1,
.bold2 {
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold1 {
  color: #222222 !important;
}
.bold2 {
  color: #000000 !important;
}
.color1 {
  color: #222222 !important;
}
.color2 {
  color: #000000 !important;
}
.small,
.small1,
.small2 {
  font-size: 14px;
}
.small1 {
  color: #222222 !important;
}
.small2 {
  color: #000000 !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk_01:link,
a.lnk_01:visited {
  color: #585d79;
  font-size: 15px;
  text-decoration: underline;
}
a.lnk_01:hover {
  text-decoration: none;
}
a.lnk_btn_01 {
  float: none;
  display: block;
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  background: #f5e003;
  border-radius: 8px;
  width: 350px;
  height: 47px;
  margin: 20px auto;
  padding: 0;
}
a.lnk_btn_01:hover {
  color: #f5e003;
  background: #000000;
}
.lnk_btn_01r {
  float: right;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #f5e003;
  border-radius: 30px;
  width: auto;
  height: 38px;
  margin: 0 40px 0 auto;
  padding: 0 35px;
  transition: all 0.2s linear;
}
.lnk_btn_01r:hover {
  background: #f5e003;
  transition: all 0.2s linear;
}
.lnk_btn_01r.edSec {
  margin: -8px 40px 0 auto;
}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  text-indent: -9000px;
  width: 50px;
  height: 50px;
  margin: -10px 0 0 0;
  transition: all 0.3s;
}
/*
a.byLogos::after{
  top: 50%;
  left: 50%;
  z-index: 20;
  content: "";
  position: absolute;
  border: 1px solid fade(#ffffff, 30%);
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  transition: all .3s;
}*/
a.byLogos::before {
  top: 50%;
  left: 50%;
  z-index: 20;
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19 19" style="enable-background:new 0 0 19 19;" xml:space="preserve"><style type="text/css">.st0{opacity:1.00;}.st1{clip-path:url(%23SVGID_1_);fill:%23c8c8c8;}.st2{opacity:1.00;fill:none;stroke:%23c8c8c8;stroke-miterlimit:10;}</style><g id="XMLID_3_" class="st0"><defs><rect id="SVGID_3_" x="6.7" y="3.9" class="st0" width="5.6" height="11.1"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><path id="XMLID_1_" class="st1" d="M7.3,15l-0.5-0.5c-0.1-0.1-0.1-0.2,0-0.3l3.9-4.5c0.1-0.1,0.1-0.2,0-0.3L6.7,4.8c-0.1-0.1-0.1-0.2,0-0.3L7.3,4c0.1-0.1,0.2-0.1,0.3,0l4.6,5.3c0.1,0.1,0.1,0.2,0,0.3L7.6,15C7.6,15.1,7.4,15.1,7.3,15"/></g><rect id="XMLID_2_" x="0.5" y="0.5" class="st2" width="17.9" height="17.9"/></svg>') no-repeat center;
  background-size: 19px auto;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
a.byLogos:hover {
  transition: all 0.3s;
}
/*
a.byLogos:hover::after{
  border: 1px solid #171b21;
  background: #171b21;
  width: 20px;
  height: 20px;
  transition: all .3s;
}*/
a.byLogos:hover::before {
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19 19" style="enable-background:new 0 0 19 19;" xml:space="preserve"><style type="text/css">.st0{fill:%2341261D;stroke:%2341261D;stroke-miterlimit:10;}.st1{clip-path:url(%23SVGID_1_);fill:%23ED6E2D;}</style><rect id="XMLID_2_" x="0.5" y="0.5" class="st0" width="17.9" height="17.9"/><g id="XMLID_3_"><defs><rect id="SVGID_3_" x="6.7" y="3.9" width="5.6" height="11.1"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><path id="XMLID_1_" class="st1" d="M7.3,15l-0.5-0.5c-0.1-0.1-0.1-0.2,0-0.3l3.9-4.5c0.1-0.1,0.1-0.2,0-0.3L6.7,4.8c-0.1-0.1-0.1-0.2,0-0.3L7.3,4c0.1-0.1,0.2-0.1,0.3,0l4.6,5.3c0.1,0.1,0.1,0.2,0,0.3L7.6,15C7.6,15.1,7.4,15.1,7.3,15"/></g></svg>') no-repeat center;
  background-size: 19px auto;
  transition: all 0.3s;
}
/* ---------------------------- LINKS ---------------------------- */
/* ---------------------------- LISTADOS ---------------------------- */
/*
700  Bold
600  Semi-bold
400  Regular


box-shadow: 0px 6px 16px 0px #0000001F;
*/
ul.li_ed {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: visible;
  box-sizing: border-box;
  color: #222222;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
}
ul.li_ed li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  width: 375px;
  min-height: 289px;
  box-shadow: 0px 6px 16px 0px #0000001F;
  margin: 0 38px 38px 0;
  padding: 0;
}
ul.li_ed li::after {
  display: none;
}
ul.li_ed .bx_img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_ed .bx_img::after {
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s linear;
}
ul.li_ed a:hover .bx_img::after {
  opacity: 1;
  transition: all 0.2s linear;
}
ul.li_ed .bx_img .bx_vm {
  top: 50%;
  left: 50%;
  display: block;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s linear;
}
ul.li_ed a:hover .bx_img .bx_vm {
  opacity: 1;
  transition: all 0.2s linear;
}
ul.li_ed .bx_img img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 211px;
  margin: 0;
  object-fit: cover;
}
ul.li_ed .adjDoc,
ul.li_ed .adjPdf,
ul.li_ed .adjPpt,
ul.li_ed .adjXls {
  top: 5px;
  right: 5px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
  position: absolute;
  color: #000000;
  font-size: 16px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  text-decoration: none !important;
  background: transparent;
  border: 0;
  border-radius: 7px;
  width: 35px;
  height: 35px;
  margin: auto;
  padding: 0 !important;
}
ul.li_ed .adjDoc ico,
ul.li_ed .adjPdf ico,
ul.li_ed .adjPpt ico,
ul.li_ed .adjXls ico {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0;
}
ul.li_ed .adjDoc ico {
  background-image: url(../lib/ico-doc.svg);
}
ul.li_ed .adjPdf ico {
  background-image: url(../lib/ico-pdf.svg);
}
ul.li_ed .adjPpt ico {
  background-image: url(../lib/ico-ppt.svg);
}
ul.li_ed .adjXls ico {
  background-image: url(../lib/ico-xls.svg);
}
ul.li_ed .bx_dsc {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #717171;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  margin: 0;
  padding: 17px;
}
ul.li_ed .bx_dsc b {
  float: left;
  display: block;
  color: #000000;
  font-size: 14px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 18px;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
ul.li_ed .bx_dsc a.lnk_ed {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #717171;
  text-decoration: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_ed .bx_dsc a.lnk_ed:hover {
  text-decoration: underline;
}
ul.li_cat {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: hidden;
  box-sizing: border-box;
  color: #717171;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 20px 0;
}
ul.li_cat li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  width: 377px;
  min-height: 96px;
  margin: 0 20px 20px 0;
  padding: 26px 19px;
}
.bxUpl ul.li_cat li {
  clear: both;
  width: 495px;
}
ul.li_cat li::after {
  display: none;
}
ul.li_cat .bx_img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  width: 44px;
  height: 44px;
  margin: 0 15px 0 0;
  padding: 0;
  opacity: 1;
  transition: all 0.2s linear;
}
ul.li_cat .bx_img:hover {
  opacity: 0.6;
  transition: all 0.2s linear;
}
.bxUpl ul.li_cat .bx_img:hover {
  opacity: 1;
}
ul.li_cat .bx_img img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.li_cat a.adjDoc,
ul.li_cat a.adjPdf,
ul.li_cat a.adjPpt,
ul.li_cat a.adjXls,
ul.li_cat .adjDoc,
ul.li_cat .adjPdf,
ul.li_cat .adjPpt,
ul.li_cat .adjXls {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  text-decoration: none !important;
  background: #ffffff;
  border: 0;
  border-radius: 7px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0!important;
}
ul.li_cat a.adjDoc ico,
ul.li_cat a.adjPdf ico,
ul.li_cat a.adjPpt ico,
ul.li_cat a.adjXls ico,
ul.li_cat .adjDoc ico,
ul.li_cat .adjPdf ico,
ul.li_cat .adjPpt ico,
ul.li_cat .adjXls ico {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 36px;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0;
}
ul.li_cat .adjDoc:hover,
ul.li_cat .adjPdf:hover,
ul.li_cat .adjPpt:hover,
ul.li_cat .adjXls:hover {
  opacity: 1;
}
ul.li_cat .bx_dsc {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 174px;
  margin: 3px 0 0 0;
  padding: 0;
}
.bxUpl ul.li_cat .bx_dsc {
  width: 310px;
  margin: 6px 0 0 0;
}
ul.li_cat .bx_dsc a.lnk_nc,
ul.li_cat .bx_dsc .lnk_nc {
  float: left;
  display: block;
  position: relative;
  color: #000000;
  font-size: 15px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 18px;
  text-decoration: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_cat .bx_dsc a.lnk_nc:hover {
  color: rgba(0, 0, 0, 0.5);
}
ul.li_cat .bx_dsc a.lnk_cat {
  float: left;
  display: block;
  position: relative;
  color: #717171;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_cat .bx_dsc a.lnk_cat:hover {
  text-decoration: underline;
}
ul.li_cat li.lnkVm {
  width: 94px;
  min-height: 96px;
  margin: 0 0 20px 0;
  padding: 0;
}
ul.li_cat li.lnkVm a {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 17px 15px;
}
ul.li_cat li.lnkVm .bx_img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: #f5e003;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
}
ul.li_cat li.lnkVm a:hover .bx_img {
  background: #222222;
}
ul.li_cat li.lnkVm .bx_img::after {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  background: #163567;
  width: 18px;
  height: 1px;
  margin: auto;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
ul.li_cat li.lnkVm a:hover .bx_img::after {
  background: #ffffff;
}
ul.li_cat li.lnkVm .bx_img::before {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  background: #163567;
  width: 1px;
  height: 18px;
  margin: auto;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
ul.li_cat li.lnkVm a:hover .bx_img::before {
  background: #ffffff;
}
ul.li_cat li.lnkVm .bx_dsc {
  float: left;
  display: block;
  position: relative;
  color: #000000;
  font-size: 15px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 18px;
  text-decoration: none;
  width: 100%;
  margin: 0;
  padding: 12px 0 2px 0;
}
ul.li_cat .btnDel {
  float: right;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  background: #e84c3d;
  width: 60px;
  height: 24px;
  margin: -15px -10px 0 0;
  padding: 0;
  opacity: 1;
  transition: all 0.2s linear;
}
ul.li_cat_md {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: visible;
  box-sizing: border-box;
  color: #717171;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 40px 0;
  padding: 20px 0;
}
ul.li_cat_md li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  width: 163.5px;
  min-height: 82px;
  margin: 0 28px 26px 0;
  padding: 0;
}
ul.li_cat_md li:nth-child(n+15) {
  width: 148px;
  height: 82px;
}
ul.li_cat_md li:last-child {
  width: 82px;
  margin: 0 0 26px 26px;
}
ul.li_cat_md li::after {
  display: none;
}
ul.li_cat_md li a {
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  box-sizing: border-box;
  color: #222222;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  text-decoration: none;
  border: 1px solid rgba(34, 34, 34, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px 14px 5px 14px;
}
ul.li_cat_md li a:hover {
  border: 1px solid #f5e003;
}
ul.li_cat_md li a .bx_dsc {
  float: left;
  display: block;
  z-index: 20;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 4px 0;
  transition: all 0.2s linear;
}
ul.li_cat_md li a .bx_dsc span {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_cat_md ico {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 0 7px 0;
  padding: 0;
  transition: all 0.2s linear;
}
ul.li_cat_md ico img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.li_cat_md li a:hover ico {
  opacity: 0.6;
  transition: all 0.2s linear;
}
ul.li_cat_md li.lVm ico,
ul.li_cat_md li.lVm a:hover ico {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  opacity: 1;
}
ul.li_cat_md li.lVm ico::after {
  top: 50%;
  left: 0;
  content: "";
  position: absolute;
  background: #163567;
  width: 20px;
  height: 1px;
  margin: auto;
  transform: translateY(-50%);
}
ul.li_cat_md li.lVm ico::before {
  top: 0;
  left: 50%;
  content: "";
  position: absolute;
  background: #163567;
  width: 1px;
  height: 20px;
  margin: auto;
  transform: translateX(-50%);
}
ul.li_cat_md li.lVm a span {
  float: left;
  display: block;
  position: relative;
  color: #000000;
  font-size: 15px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 18px;
  width: 100%;
  margin: 0;
  padding: 18px 0 2px 0;
}
ul.li_cat_md_p {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: visible;
  box-sizing: border-box;
  color: #717171;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 40px 0;
  padding: 0;
}
ul.li_cat_md_p li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  text-align: left;
  width: 188px;
  min-height: 92px;
  margin: 0 33px 26px 0;
  padding: 0;
}
ul.li_cat_md_p li::after {
  display: none;
}
ul.li_cat_md_p li a {
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  box-sizing: border-box;
  color: #222222;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  text-decoration: none;
  border: 1px solid rgba(34, 34, 34, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px 14px 5px 14px;
}
ul.li_cat_md_p li a:hover {
  border: 1px solid #f5e003;
}
ul.li_cat_md_p li a .bx_dsc {
  float: left;
  display: block;
  z-index: 20;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 4px 0;
  transition: all 0.2s linear;
}
ul.li_cat_md_p li a .bx_dsc span {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.li_cat_md_p ico {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 0 7px 0;
  padding: 0;
  transition: all 0.2s linear;
}
ul.li_cat_md_p ico img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.li_cat_md_ppp li a:hover ico {
  opacity: 0.6;
  transition: all 0.2s linear;
}
ul.li_proveedores {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: hidden;
  box-sizing: border-box;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 10px 0 30px 0;
  padding: 0;
}
ul.li_proveedores li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 303px;
  min-height: 387px;
  margin: 0 34px 35px 0;
  padding: 0;
}
ul.li_proveedores li::after {
  display: none;
}
ul.li_proveedores li .bx_img {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  width: 100%;
  height: 287px;
  margin: 0 0 15px 0;
  padding: 0;
}
ul.li_proveedores li .bx_img img {
  float: left;
  display: block;
  width: 100%;
  height: 287px;
}
ul.li_proveedores .bx_img a::after {
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s linear;
}
ul.li_proveedores .bx_img a:hover::after {
  opacity: 1;
}
ul.li_proveedores .bx_img a .bx_vm {
  top: 50%;
  left: 50%;
  display: block;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s linear;
}
ul.li_proveedores .bx_img a:hover .bx_vm {
  opacity: 1;
  transition: all 0.2s linear;
}
ul.li_proveedores li .bx_img .lnk_fav {
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  z-index: 1000;
  position: absolute;
  outline: none;
  text-indent: -9000px;
  background: url(../lib/ico-heart.svg) no-repeat center;
  background-size: auto 18px;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: all 0.2s linear;
}
ul.li_proveedores li .bx_img .lnk_fav:hover {
  transition: all 0.2s linear;
  transform: scale(1.1);
}
ul.li_proveedores li .bx_img .lnk_fav.self {
  background: url(../lib/ico-heart-c.svg) no-repeat center;
  background-size: auto 18px;
}
ul.li_proveedores li .bx_img .lnk_fav:active {
  background: url(../lib/ico-heart-b.svg) no-repeat center;
  background-size: auto 18px;
  opacity: 1;
  transition: 0s;
}
ul.li_proveedores li .bx_img .sel_itm {
  top: 15px;
  left: 15px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  outline: none;
  text-indent: -9000px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  padding: 0;
  transition: all 0.2s linear;
}
ul.li_proveedores li:hover .bx_img .sel_itm {
  display: block;
}
ul.li_proveedores li .bx_img .sel_itm:hover {
  background: #ffffff;
  border: 2px solid #f5e003;
  transition: all 0.2s linear;
}
ul.li_proveedores li .bx_img .sel_itm.elitm {
  display: block;
  background: #f5e003;
  border: 2px solid #f5e003;
}
ul.li_proveedores li .bx_img .sel_itm.elitm::after {
  top: -1px;
  left: -1px;
  content: "";
  position: absolute;
  transform: translate(0.38em, 0.46em) rotate(-45deg);
  width: 12px;
  height: 5px;
  border: 2px solid #222222;
  border-top-style: solid;
  border-right-style: solid;
  border-top-style: none;
  border-right-style: none;
}
ul.li_proveedores .swiper.swipFade {
  z-index: 10 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}
ul.li_proveedores .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100%;
}
ul.li_proveedores img,
ul.li_proveedores .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.li_proveedores .swiper-slide a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3) !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 6px !important;
  background: #f5e003 !important;
  width: 18px !important;
  height: 10px !important;
  opacity: 1 !important;
  transition: all 0.3s;
}
ul.li_proveedores li .bx_cal {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  text-align: right;
  background: url(../lib/ico-star.svg) no-repeat left center;
  background-size: auto 14px;
  width: 50px;
  margin: 2px 0 0 0;
  padding: 2px 0;
}
ul.li_proveedores li .bx_txt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: calc(100% - 70px);
  margin: 0;
  padding: 0;
}
ul.li_proveedores li a.lnk_prov {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #222222;
  font-size: 14px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 16px;
  text-decoration: none;
  width: 100%;
  margin: 0;
  padding: 2px 0;
}
ul.li_proveedores li a.lnk_prov:hover {
  opacity: 0.6;
}
ul.li_proveedores li a.lnk_cat {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  width: 100%;
  margin: 0;
  padding: 2px 0;
}
ul.li_proveedores li a.lnk_cat:hover {
  text-decoration: underline;
}
ul.li_cat_nm {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  color: #717171;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 40px 0 -15px 0;
  padding: 0;
}
ul.li_cat_nm li {
  float: none;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: auto;
  min-height: 40px;
  margin: 0 8px 15px 8px;
  padding: 0;
}
ul.li_cat_nm li::after {
  display: none;
}
ul.li_cat_nm li:first-child {
  color: #000000;
  font-size: 14px;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  line-height: 40px;
  text-align: left;
  border: 0;
  padding: 0;
}
ul.li_cat_nm li a {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  width: auto;
  min-height: 40px;
  margin: 0;
  padding: 10px 22px;
}
ul.li_cat_nm li a:hover {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
}
ul.li_cat_nm li.cat_act a {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
ul.li_doc_adj {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: hidden;
  width: 100%;
}
ul.li_doc_adj li {
  float: left;
  display: block;
  width: 23.5%;
  margin: 10px 2% 10px 0;
  padding: 0;
}
ul.li_doc_adj li:after {
  display: none;
}
a.adjDoc,
a.adjPdf,
a.adjPpt,
a.adjTxt,
a.adjXls,
a.adjZip,
a.adjWeb,
a.adjStl,
.adjDoc,
.adjPdf,
.adjPpt,
.adjTxt,
.adjXls,
.adjZip,
.adjWeb,
.adjStl {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  text-decoration: none !important;
  background: #ffffff;
  border: 2px solid #e8eaee;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px 20px !important;
}
a.adjDoc:hover,
a.adjPdf:hover,
a.adjPpt:hover,
a.adjTxt:hover,
a.adjXls:hover,
a.adjZip:hover,
a.adjWeb:hover,
a.adjStl:hover {
  border: 2px solid #d4d4d4;
}
a.adjDoc ico,
a.adjPdf ico,
a.adjPpt ico,
a.adjTxt ico,
a.adjXls ico,
a.adjZip ico,
a.adjWeb ico,
a.adjStl ico,
.adjDoc ico,
.adjPdf ico,
.adjPpt ico,
.adjTxt ico,
.adjXls ico,
.adjZip ico,
.adjWeb ico,
.adjStl ico {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  display: block;
  width: 37px;
  height: 35px;
  margin: 0 0 30px 0;
}
a.adjDoc ico,
.adjDoc ico {
  background-image: url(../lib/ico-doc.svg);
}
a.adjPdf ico,
.adjPdf ico {
  background-image: url(../lib/ico-pdf.svg);
}
a.adjPpt ico,
.adjPpt ico {
  background-image: url(../lib/ico-ppt.svg);
}
a.adjXls ico,
.adjXls ico {
  background-image: url(../lib/ico-xls.svg);
}
a.adjWeb ico,
.adjWeb ico {
  background-image: url(../lib/ico-web.svg);
}
a.adjStl ico,
.adjStl ico {
  background-image: url(../lib/ico-stl.svg);
}
ul.li_doc_adj.s_md a.adjPdf {
  font-size: 15px;
  line-height: 20px;
  padding: 12px !important;
}
ul.li_doc_adj.s_md a.adjPdf ico {
  background-size: auto 30px;
  width: 32px;
  height: 30px;
  margin: 0 0 14px 0;
}
ul.li_doc_adj.s_md a.adjPdf .txt-desc .small {
  font-size: 11px;
  margin: 3px 0 0 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,
a.adjWeb .txt-desc,
a.adjStl .txt-desc {
  float: left;
  display: block;
  box-sizing: border-box;
  position: realtive;
  font-weight: 100;
  width: 100%;
  padding: 0;
}
a.adjDoc .txt-desc .small,
a.adjPdf .txt-desc .small,
a.adjPpt .txt-desc .small,
a.adjTxt .txt-desc .small,
a.adjXls .txt-desc .small,
a.adjZip .txt-desc .small,
a.adjWeb .txt-desc .small,
a.adjStl .txt-desc .small {
  float: left;
  display: block;
  color: #eb6258;
  font-size: 11px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  width: 100%;
  margin: 10px 0;
}
a.adjWeb .txt-desc .small {
  color: #222222;
  line-height: 16px !important;
}
ul.li_doc_adj li {
  float: left;
  display: block;
  width: 23.5%;
  margin: 10px 2% 10px 0;
  padding: 0;
}
ul.li_doc_adj li:after {
  display: none;
}
/* PAGINADOR */
ul.pag {
  clear: both;
  display: table;
  width: auto;
  margin: 20px auto 50px auto;
}
ul.pag li {
  float: left;
  width: auto;
  margin: 0 2px;
  padding: 0;
}
ul.pag li:after {
  display: none;
}
ul.pag li a {
  float: left;
  box-sizing: border-box;
  color: rgba(34, 34, 34, 0.6);
  font-size: 13px;
  line-height: 39px;
  text-decoration: none;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 6px;
  transition: all 0.4s;
}
ul.pag li a:hover {
  color: #000000;
}
ul.pag li.pact a {
  color: #222222;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  font-weight: 100;
  border-radius: 50%;
  background: #f5e003;
}
ul.pag li.txtL a {
  color: rgba(34, 34, 34, 0.8);
  font-size: 12px;
  text-decoration: underline;
  width: auto;
}
ul.pag li.txtL a:hover {
  text-decoration: none;
}
/* ---------------------------- LISTADOS ---------------------------- */
/* ---------------------------- FORMULARIO ---------------------------- */
.formA fieldset {
  float: left;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  width: 100%;
  margin: 50px 0;
  padding: 0;
}
.formA.fxl fieldset {
  width: 106%;
  margin: 0 0 50px 0;
  padding-top: 20px;
}
.formA .subtitulo {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 60%;
  margin: 0 5% 40px 0;
  padding-left: 28px;
}
.formA .subtitulo::after {
  top: 3px;
  left: 0;
  content: "";
  position: absolute;
  background: #f5e003;
  border-radius: 0 4px 4px 0;
  width: 18px;
  height: 18px;
}
.formA p {
  float: left;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: 40%;
  height: 85px;
  margin: 0 5% 25px 0;
  padding: 28px 0 0 0;
}
.formA.fxl p {
  width: 45%;
  margin: 0 5% 25px 0;
}
.p_b {
  float: left;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 31px 0;
  padding: 28px 0 0 0;
}
.formA.fxl p.p_b {
  width: 95%;
}
p.p_m {
  float: left;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  width: 40%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 28px 0 0 0;
}
.p_m {
  float: left;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  width: 40%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 28px 0 0 0;
}
.formA label {
  top: 0;
  left: 0;
  float: left;
  position: absolute;
  color: #000000;
  font-size: 16px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in;
}
.formA input:focus + label,
.formA select:focus + label,
.formA textarea:focus + label {
  color: #000000;
  transition: all 0.3s ease-in;
}
.formA select,
.formA input,
.formA textarea {
  float: left;
  box-sizing: border-box;
  color: #222222;
  font-size: 16px;
  /*font-size: 90%;*/
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 18px !important;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin: 0 auto;
  padding: 0 15px;
  appearance: none;
  transition: all 0.2s;
}
.formA select:focus,
.formA input:focus,
.formA textarea:focus {
  font-size: 16px;
  /*font-size: 90%;*/
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.3);
  appearance: none;
}
.formA select:invalid:focus,
.formA input:invalid:focus,
.formA textarea:invalid:focus {
  border: 2px solid #ee4d4d;
}
.formA input[type=number] {
  appearance: none !important;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  margin: 0;
}
.formA input::-webkit-calendar-picker-indicator {
  display: none;
}
.formA .inpSrch,
.formA .inpSrch:hover,
.formA .inpSrch:focus {
  position: relative;
  /*background: url(../lib/ico-search-b.svg) no-repeat 95% center !important;
  background-size: auto 15px !important;*/
  appearance: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
.bxInpSr {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.formA .bxInpSr::after {
  top: 2px;
  right: 2px;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  content: "";
  background: #ffffff url(../lib/ico-search-b.svg) no-repeat center !important;
  background-size: auto 15px !important;
  width: 40px;
  height: 40px;
}
.formA select {
  cursor: pointer;
  font-size: 16px;
  background: url(../lib/ar-sel.svg) no-repeat right center;
  background-size: auto 15px;
  padding: 0 15px !important;
  appearance: none;
}
.formA textarea {
  height: 100px;
  padding: 12px 15px;
}
.formA textarea:focus {
  outline: 0;
}
.formA .wmd {
  width: 60%;
}
.formA .wmdb {
  width: 65%;
}
.formA .wsm {
  width: 40%;
}
.formA .wxs {
  float: right;
  width: 33%;
}
.formA .txt_dat {
  float: left;
  display: block;
  box-sizing: border-box;
  color: rgba(34, 34, 34, 0.6);
  font-size: 17px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 22px;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
}
.formA .req {
  border: 2px solid #ee4d4d;
}
.formA .req_txt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  color: #ee4d4d;
  font-size: 10px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  text-align: right;
  line-height: 18px;
  width: 100%;
}
.formA .btn_img {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 50px;
  text-align: center;
  text-transform: none;
  border: none;
  background: #000000;
  border-radius: 8px;
  width: 20%;
  height: 51px;
  margin: 0 10px;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.formA .btn_01r {
  float: left;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 40px;
  text-align: center;
  text-transform: none;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  width: 30%;
  height: 41px;
  margin: 5px auto 0 15px;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.formA .op_cancelar {
  float: left;
  display: block;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: 100;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 50px;
  text-align: center;
  text-transform: none;
  text-decoration: underline;
  background: transparent;
  border-radius: 0;
  width: 30%;
  height: 51px;
  margin: 0 auto 0 15px;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.formA .op_cancelar:hover {
  text-decoration: none;
}
.formA .img_canc {
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: 100;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 50px;
  text-align: center;
  text-transform: none;
  text-decoration: underline;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  width: 15%;
  height: 51px;
  margin: 0 10px;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.formA .img_canc:hover {
  text-decoration: none;
}
.formA .button {
  float: none;
  display: block;
  cursor: pointer;
  color: #000000;
  font-size: 18px;
  font-weight: 100;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  text-align: center;
  text-transform: none;
  border: none;
  background: #f5e003;
  border-radius: 8px;
  width: 40%;
  height: 62px;
  margin: 0 auto;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.formA .button:hover,
.formA .button:focus,
.formA .button:active {
  color: #f5e003;
  background: #000000;
  transition: all 0.2s;
}
.formA .btn-off {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
  background: #e5e5e5 !important;
}
.formA .btn-ld {
  pointer-events: none;
  position: relative;
  background: #f5e003;
  border-radius: 8px;
}
.formA .btn-ld:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #f5e003 url(../lib/load.svg) no-repeat center;
  background-size: auto 90px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.formA .lnk_vw_ps {
  top: 30px;
  right: 0;
  cursor: pointer;
  position: absolute;
  display: block;
  box-sizing: border-box;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-pass.svg) no-repeat center;
  background-size: auto 20px;
  width: 70px;
  height: 47px;
  transition: all 0.3s;
}
.formA .lnk_pss {
  top: 30px;
  right: 0;
  cursor: pointer;
  position: absolute;
  display: block;
  box-sizing: border-box;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-vw-pass.svg) no-repeat center;
  background-size: auto 20px;
  width: 70px;
  height: 47px;
  transition: all 0.3s;
}
.formA .btnAdd {
  top: 35px;
  right: -120px;
  cursor: pointer;
  position: absolute;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  background: #222222;
  border-radius: 5px;
  width: 100px;
  height: 37px;
  transition: all 0.3s;
}
.p_cnt_check {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 75px !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
}
.p_cnt_check .md-checkbox {
  width: 100%;
  height: 75px;
  margin: 0;
  padding: 0 !important;
  /*padding: 25px 10px 5px 20px;*/
}
.p_cnt_check .md-checkbox label:before,
.p_cnt_check .md-checkbox label:after {
  left: 0;
  top: 20px;
  transition: all 0.3s;
}
.md-checkbox {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: auto;
  margin: 10px 0;
  padding: 0 !important;
}
.md-checkbox label {
  float: none;
  clear: none;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  color: #222222;
  font-size: 16px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  line-height: 44px !important;
  width: 100%;
  margin: 0 !important;
  padding: 12px 0 0 40px !important;
}
.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  transition: all 0.2s;
}
.md-checkbox label:before {
  cursor: pointer;
  border: 1px solid #090909;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  transition: background 0.3s;
}
.md-checkbox label:hover:before {
  border: 1px solid #000000;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0 !important;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #000000;
  border: 1px solid #000000;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  left: 1px;
  top: 20px;
  transform: translate(0.38em, 0.46em) rotate(-45deg);
  width: 12px;
  height: 6px;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
  transition: all 0.2s;
}
.bx-chbx {
  float: left;
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 100;
  width: auto;
  height: 50px;
  margin: 0 20px 0 0;
  padding: 0;
}
.bx-chbx.chbx_c3 {
  width: 30%;
  margin: 0 3% 5px 0;
}
.bx-chbx input {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}
.bx-chbx .checkmark {
  left: 0;
  top: 50%;
  display: block;
  pointer-events: none;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.bx-chbx.chbx_c3 .checkmark {
  border-radius: 3px;
}
.bx-chbx:hover input ~ .checkmark {
  border: 1px solid #bdbdbd;
  transition: all 0.3s;
}
.bx-chbx input:checked ~ .checkmark {
  border: 1px solid #000000;
}
.checkmark:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: none;
}
.bx-chbx input:checked ~ .checkmark:after {
  display: block;
  transition: all 0.3s;
}
.bx-chbx label {
  float: left;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  line-height: 38px;
  width: auto;
  margin: 0;
  padding: 6px 20px 2px 36px;
  transition: all 0.3s;
}
.bx-chbx input:checked ~ label {
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  transition: all 0.3s;
}
.bx-chbx .checkmark:after {
  left: 50%;
  top: 50%;
  pointer-events: none;
  background: #000000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.bx-chbx.chbx_c3 .checkmark:after {
  left: 0;
  top: 0;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 0;
  width: 12px;
  height: 6px;
  border-top-style: none;
  border-right-style: none;
  transform: translate(0.38em, 0.46em) rotate(-45deg);
}
.bxUpl {
  clear: both;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 90%;
  height: auto;
  margin: -5px 0 10px 0;
}
.bxUpl .filedrag {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #92a1a9;
  font-size: 15px;
  line-height: 30px;
  background: #ffffff url(../lib/ico-upload.svg) no-repeat 32px center;
  background-size: 35px auto;
  border: 2px dashed #ccd3d7;
  border-radius: 5px;
  width: 500px;
  margin-bottom: 2px;
  padding: 25px 20px 25px 70px;
}
.bxUpl.img_prof .filedrag {
  float: none;
  margin: 10px auto 2px auto;
}
.bxUpl .filedrag a.draglinkupd {
  color: #ffffff;
  font-size: 15px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  text-decoration: none;
  background: #d6dcdf;
  border-radius: 5px;
  margin: 0 4px;
  padding: 10px 20px;
  transition: all 0.5s;
}
.bxUpl .filedrag a:hover.draglinkupd {
  background: #c4c4c4;
}
.bxUpl ul.doc2 {
  width: 500px;
}
.bxUpl progress {
  color: #08AE98;
  border: 0;
  display: block;
  float: left;
  background: #ffffff;
  border-radius: 4px;
  width: 500px;
  height: 6px;
  margin: 3px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bxUpl.img_prof progress {
  float: none;
  margin: 3px auto;
}
.bxUpl progress::-moz-progress-bar {
  background: #08AE98;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bxUpl progress[value]::-webkit-progress-bar {
  background: #fff;
}
/* DOCUMENTOS ADJUNTOS */
ul.doc2 {
  float: left;
  clear: both;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 10px 0 5px 0;
}
ul.doc2 li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  border: 2px solid #e9ecee;
  background: transparent;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding: 10px 2% 10px 3%;
  transition: all 0s;
}
ul.doc2 li:after {
  display: none;
}
ul.doc2 li:hover {
  cursor: move;
  background: #fbfbfc url(../lib/lnk_over_adj.png) no-repeat 5px center;
  transition: all 0s;
}
ul.doc2 li.edit_us:hover {
  cursor: default;
  background: transparent;
}
.fHvL li:hover {
  cursor: default;
  background: none;
}
ul.doc2 li a {
  float: left;
  display: block;
  text-align: left;
  text-decoration: none;
  -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.doc2 li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
ul.doc2 li img {
  float: left;
  margin: 6px 10px 5px 0;
}
ul.doc2 li a.del2 {
  top: 10px;
  right: 10px;
  position: absolute;
  display: none;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  background: #e84c3d;
  width: 56px;
  height: 25px;
  margin: 0;
}
ul.doc2 li:hover a.del2 {
  display: block;
}
ul.doc2 li a.edN {
  float: left;
  display: block;
  color: #08ae98;
  font-size: 12px;
  border: 1px solid #08ae98;
  margin-top: 3px;
  padding: 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.doc2 li .txtDsc {
  line-height: 36px;
}
ul.doc2 li .inFil {
  float: left;
  display: block;
  width: auto;
  margin-top: 15px;
}
ul.doc2 li .imgCnt {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 65px;
  height: 60px;
  margin: 6px 15px 5px 0;
}
ul.doc2 li .imgCnt img {
  margin: 0;
}
ul.doc2 li.edit_us .imgCnt {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 6px 10px 5px 0;
}
ul.doc2 li.edit_us .imgCnt img {
  float: left;
  display: block;
  width: 100%;
  height: 120px;
  margin: 0;
  object-fit: cover;
}
ul.doc2 li.edit_us .loadImg {
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: rgba(0, 0, 0, 0.4) url(../lib/load.svg) no-repeat center;
  background-size: auto 70px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.formA .edit_img {
  float: left;
  display: block;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-weight: 100;
  font-family: "SFProDisplaySemibold", Arial, Tahoma, Verdana;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  background: #000000;
  border-radius: 30px;
  border: 1px solid #000000;
  width: 150px;
  height: 30px;
  margin: 48px auto 0 15px;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.formA .edit_img.opb {
  float: none;
  clear: both;
  display: inline-block;
  color: #000000;
  font-size: 13px;
  font-family: "SFProDisplayBold", Arial, Tahoma, Verdana;
  background: #f5e003;
  border: 1px solid #f5e003;
  width: auto;
  margin: 48px auto 0 auto;
  padding: 0 25px;
}
.formA .edit_img:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.formA .edit_imgb {
  top: 16px;
  left: 10px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: rgba(0, 0, 0, 0);
  /*background: fade(@col2, 30%) url(../lib/ico-img.svg) no-repeat center 35px;
  background-size: auto 25px;*/
  border-radius: 30px;
  border: 0;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
  padding: 70px 0 0 0;
  -webkit-appearance: none;
  transition: all 0.24s;
}
.formA .edit_imgb:hover {
  color: #f5e003;
  background: rgba(0, 0, 0, 0.3);
  /*background: fade(@col2, 60%) url(../lib/ico-img-b.svg) no-repeat center 30px;
  background-size: auto 30px;*/
  transition: all 0.24s;
}
.formA .edit_img ico {
  float: none;
  display: block;
  overflow: hidden;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  margin: 0 auto 3px auto;
  padding: 0;
  transition: all 0.3s;
}
.formA .edit_img ico::before {
  top: 16px;
  left: 30px;
  content: "";
  position: absolute;
  background: #000000;
  width: 1px;
  height: 30px;
  margin: auto;
  transition: all 0.3s;
}
.formA .edit_img ico::after {
  top: 30px;
  left: 16px;
  content: "";
  position: absolute;
  background: #000000;
  width: 30px;
  height: 1px;
  margin: auto;
  transition: all 0.3s;
}
.formA .edit_img:hover ico {
  background: #000000;
  border: 1px solid #000000;
  transition: all 0.3s;
}
.formA .edit_img:hover ico::before {
  background: #ffffff;
  transition: all 0.3s;
}
.formA .edit_img:hover ico::after {
  background: #ffffff;
  transition: all 0.3s;
}
.formA .liRB {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  line-height: 30px;
  width: auto;
  height: 30px;
  margin: 7px 26px 7px 0;
}
.formA .liRB label {
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
  color: #222222;
  font-size: 14px;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
  line-height: 26px;
  width: auto;
  height: 23px;
  padding: 0 10px 0 30px;
  transition: all 0.3s ease;
}
.formA .liRB label:after {
  top: 2px;
  left: 0;
  z-index: 10;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
.formA .liRB label:before {
  top: 6px;
  left: 2px;
  z-index: 20;
  content: "";
  display: none;
  position: absolute;
  background: url(../lib/ico-check.svg) no-repeat center;
  background-size: 14px auto;
  width: 19px;
  height: 14px;
  transform: rotate(-2deg);
}
.formA .liRB input[type="radio"],
.formA .liRB input[type="checkbox"] {
  display: none;
}
.formA .liRB input[type="radio"]:checked + label:before,
.formA .liRB input[type="checkbox"]:checked + label:before {
  display: block;
}
.formA .liRB input[type="radio"]:checked + label,
.formA .liRB input[type="checkbox"]:checked + label,
.formA .liRB input[type="checkbox"]:checked + label .lab_desc {
  color: #000000;
  font-family: "SFProDisplay", Arial, Tahoma, Verdana;
}
ul.doc2 .inpD {
  display: block;
  float: left;
  font-size: 12px;
  width: 260px;
  height: 35px;
  margin: 0 0 2px 0;
  padding: 6px 10px;
}
ul.doc2 .adjDoc,
ul.doc2 .adjPdf,
ul.doc2 .adjPpt {
  top: 50%;
  left: 5px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
  position: absolute;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 0 !important;
  transform: translateY(-50%);
}
ul.doc2 .adjDoc ico,
ul.doc2 .adjPdf ico,
ul.doc2 .adjPpt ico {
  float: none;
  top: 50%;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  width: 50px;
  height: 50px;
  margin: 0;
  transform: translateY(-50%);
}
ul.doc2 .adjDoc ico {
  background-image: url(../lib/ico-doc.svg);
}
ul.doc2 .adjPdf ico {
  background-image: url(../lib/ico-pdf.svg);
}
ul.doc2 .adjPpt ico {
  background-image: url(../lib/ico-ppt.svg);
}
.cntKW {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: #222222;
  font-size: 17px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  width: 90%;
  min-height: 100px;
  margin: 5px 0;
  padding: 1%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
ul.tagit li.tagit-choice {
  font-size: 14px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #dadadb;
  background: none;
  background-color: #eef0f1;
  font-weight: normal;
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
  color: #000;
}
ul.tagit li.tagit-choice a.tagit-close {
  text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
  right: 0.4em;
}
ul.tagit li.tagit-choice .ui-icon {
  display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
  display: block;
  background: #000000 url(../lib/ico-cls-b.svg) no-repeat center;
  background-size: auto 8px;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px;
}
ul.tagit li.tagit-choice:hover,
ul.tagit li.tagit-choice.remove {
  border-color: #dadadb;
}
ul.tagit li.tagit-choice a.tagLabel:hover {
  color: #222;
}
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
  background: #f5e003 url(../lib/ico-cls.svg) no-repeat center;
  background-size: auto 8px;
}
ul.tagit input[type="text"] {
  color: #333333;
  background: none;
}
ul.tagit {
  float: left !important;
  display: block !important;
  box-sizing: border-box;
  overflow-y: hidden;
  position: relative !important;
  font-size: 14px;
  background: #fff !important;
  width: 100% !important;
  margin: 0;
  padding: 1px 5px !important;
}
ul.tagit li {
  float: left;
  display: block;
  box-sizing: border-box;
  width: auto;
  margin: 2px 5px 2px 0;
  padding: 0 8px;
}
ul.tagit li::after {
  display: none;
}
ul.tagit li.tagit-choice {
  position: relative;
  line-height: inherit;
}
input.tagit-hidden-field {
  display: none;
}
ul.tagit li.tagit-choice-read-only {
  padding: 0.2em 0.5em 0.2em 0.7em;
}
ul.tagit li.tagit-choice-editable {
  padding: 0.2em 38px 0.2em 0.5em;
}
ul.tagit li.tagit-new {
  /*padding: .25em 4px .25em 0;*/
}
ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
}
ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  line-height: 17px;
  margin-right: 1px;
}
ul.tagit li.tagit-choice input {
  border: none !important;
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  height: auto;
}
ul.tagit input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0 2px;
  width: auto;
  height: 32px !important;
  margin-top: 0px !important;
  background-color: inherit;
  outline: none;
}
/* ---------------------------- FORMULARIO ---------------------------- */
/* ---------------------------- RESPONSIVE ---------------------------- */
@media screen and (min-width: 1801px) {
  ul.li_cat_md li:nth-child(7n) {
    margin: 0 0 26px 0;
  }
  ul.li_proveedores li:nth-child(4n) {
    margin: 0 0 35px 0;
  }
  ul.li_cat_md_p li:nth-child(6n) {
    margin: 0 0 27px 0;
  }
  ul.li_opn li:nth-child(3n) {
    margin: 0 0 35px 0;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  nav ul {
    margin: 0 0 0 13%;
  }
  header .bx_srch {
    margin: 15px 0 0 10%;
  }
  header .bx_srch.dsp_srch {
    margin: 15px 0 0 5%;
  }
  ul.li_cat_md li:nth-child(7n) {
    margin: 0 0 26px 0;
  }
  ul.li_cat_md_p li:nth-child(6n) {
    margin: 0 0 27px 0;
  }
  ul.li_proveedores li:nth-child(4n) {
    margin: 0 0 35px 0;
  }
  ul.li_opn li:nth-child(3n) {
    margin: 0 0 35px 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  nav ul {
    margin: 0 0 0 6%;
  }
  nav ul li {
    margin: 0 55px 0 0;
  }
  header .bx_srch {
    margin: 15px 0 0 8%;
  }
  header .bx_srch.dsp_srch {
    margin: 15px 0 0 4%;
  }
  ul.li_cat_md li:nth-child(7n) {
    margin: 0 0 26px 0;
  }
  ul.li_cat_md_p li:nth-child(6n) {
    margin: 0 0 27px 0;
  }
  ul.li_proveedores li:nth-child(4n) {
    margin: 0 0 35px 0;
  }
  ul.li_opn li:nth-child(3n) {
    margin: 0 0 35px 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  a.logo {
    margin: 27px 0 0 30px;
  }
  nav ul {
    margin: 0 0 0 6%;
  }
  nav ul li {
    margin: 0 40px 0 0;
  }
  header .bx_srch {
    margin: 15px 0 0 6%;
  }
  header .bx_srch.dsp_srch {
    margin: 15px 0 0 2%;
  }
  .cnt_ini {
    width: 94%;
    margin: 120px auto;
  }
  .cnt_not {
    width: 94%;
  }
  .cnt_content {
    overflow: visible;
    width: 94%;
    margin: 30px auto;
    padding: 0;
  }
  .content_prov .cnt_dsc_prov {
    width: calc(100% - 550px);
  }
  .cnt_footer {
    width: 94%;
  }
  .cnt_inf {
    width: 100%;
  }
  ul.li_cat li {
    width: 29%;
    margin: 0 20px 20px 0;
  }
  ul.li_cat_md li {
    width: 12.72%;
    margin: 0 1.8% 26px 0;
  }
  ul.li_cat_md li:nth-child(7n) {
    margin: 0 0 26px 0;
  }
  ul.li_cat_md li:nth-child(n+15) {
    width: 11.5%;
  }
  ul.li_cat_md li.lVm {
    width: 80px;
    margin: 0 0 26px 1.8%;
  }
  ul.li_cat_md_p li {
    width: 14.56%;
    margin: 0 2.5% 27px 0;
  }
  ul.li_cat_md_p li:nth-child(6n) {
    margin: 0 0 27px 0;
  }
  ul.li_proveedores li {
    width: 23%;
    min-height: 387px;
    margin: 0 2.65% 35px 0;
  }
  ul.li_proveedores li:nth-child(4n) {
    margin: 0 0 35px 0;
  }
  ul.li_opn li,
  ul.li_opn li.lVM {
    width: 32%;
    margin: 0 2% 35px 0;
  }
  ul.li_opn li:nth-child(3n),
  ul.li_opn li.lVM:nth-child(3n) {
    margin: 0 0 35px 0;
  }
  ul.li_cont li {
    width: 23.85%;
    margin: 0 1.5% 20px 0;
  }
  ul.li_cont li:nth-child(4n) {
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  a.logo {
    font-size: 17px;
    line-height: 30px;
    background-size: 142px auto;
    width: 265px;
    height: 30px;
    margin: 27px 0 0 25px;
    padding-left: 166px;
  }
  a.logo::after {
    top: 7px;
    left: 153px;
    height: 16px;
  }
  nav ul {
    font-size: 14px;
    margin: 0 0 0 4.5%;
  }
  nav ul li {
    margin: 0 40px 0 0;
  }
  header .bx_srch {
    width: 220px;
    margin: 15px 0 0 3%;
  }
  header .bx_srch.dsp_srch {
    width: 260px;
    margin: 15px 0 0 1%;
  }
  header .cnt_user {
    font-size: 13px;
    width: 210px;
  }
  header .cnt_user ul li:first-child {
    padding: 12px 60px 12px 15px;
  }
  .cnt_ini {
    width: 94%;
    margin: 120px auto;
  }
  .cnt_not {
    width: 94%;
  }
  .cnt_content,
  .cnt_content.cnt_md {
    overflow: visible;
    width: 94%;
    margin: 30px auto;
    padding: 0;
  }
  .content_prov .cnt_dsc_prov {
    width: calc(100% - 550px);
  }
  .cnt_footer {
    width: 94%;
  }
  .cnt_inf {
    width: 100%;
  }
  footer ul {
    width: 340px;
    margin: 10px 0 20px 80px;
  }
  ul.li_cat li {
    width: 29%;
    margin: 0 20px 20px 0;
  }
  ul.li_cat_md li {
    width: 12.72%;
    margin: 0 1.8% 26px 0;
  }
  ul.li_cat_md li:nth-child(7n) {
    margin: 0 0 26px 0;
  }
  ul.li_cat_md li:nth-child(n+15) {
    width: 11.5%;
  }
  ul.li_cat_md li.lVm {
    width: 80px;
    margin: 0 0 26px 1.8%;
  }
  ul.li_cat_md_p li {
    width: 14.56%;
    margin: 0 2.5% 27px 0;
  }
  ul.li_cat_md_p li:nth-child(6n) {
    margin: 0 0 27px 0;
  }
  ul.li_proveedores li {
    width: 23%;
    min-height: 387px;
    margin: 0 2.65% 35px 0;
  }
  ul.li_proveedores li:nth-child(4n) {
    margin: 0 0 35px 0;
  }
  ul.li_opn li,
  ul.li_opn li.lVM {
    width: 32%;
    margin: 0 2% 35px 0;
  }
  ul.li_opn li:nth-child(3n),
  ul.li_opn li.lVM:nth-child(3n) {
    margin: 0 0 35px 0;
  }
  ul.li_cont li {
    width: 23.85%;
    margin: 0 1.5% 20px 0;
  }
  ul.li_cont li:nth-child(4n) {
    margin: 0 0 20px 0;
  }
  .formA.fxl fieldset {
    overflow: hidden;
    width: 100%;
    margin: 40px 0 50px 0;
  }
  .bxUpl .filedrag {
    clear: both;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
@media screen and (min-width: 921px) and (max-width: 1199px) {
  a.logo {
    font-size: 14px;
    line-height: 30px;
    background-size: 130px auto;
    width: 234px;
    height: 30px;
    margin: 27px 0 0 20px;
    padding-left: 152px;
  }
  a.logo::after {
    top: 8px;
    left: 140px;
    height: 14px;
  }
  nav ul {
    font-size: 13px;
    line-height: 15px;
    height: 72px;
    margin: 0 0 0 30px;
  }
  nav ul li {
    width: 80px;
    margin: 0 20px 0 0;
  }
  nav ul li a {
    box-sizing: border-box;
    padding: 25px 0 10px 0;
  }
  nav ul li a::after {
    bottom: 0;
  }
  header .bx_srch {
    width: 160px;
    margin: 15px 0 0 7%;
  }
  header .bx_srch.dsp_srch {
    width: 210px;
    margin: 15px 0 0 0;
  }
  header .cnt_user {
    right: 1.2%;
    font-size: 13px;
    width: 200px;
  }
  header .cnt_user ul li:first-child {
    padding: 12px 60px 12px 15px;
  }
  .cnt_ini {
    width: 90%;
    margin: 120px auto;
  }
  .content_ini .bx_dsc {
    width: 45%;
    margin: 60px auto 20px auto;
  }
  .content_ini .bx_log {
    width: 45%;
    margin: 70px auto 20px auto;
  }
  .cnt_not {
    width: 90%;
  }
  .cnt_content,
  .cnt_content.cnt_md {
    overflow: visible;
    width: 90%;
    margin: 30px auto;
    padding: 0;
  }
  .content_prov .cnt_img_prov {
    width: 43%;
  }
  .content_prov .cnt_dsc_prov {
    width: 51%;
    margin: 0;
  }
  .cnt_inf {
    width: 100%;
  }
  .cnt_footer {
    width: 90%;
  }
  footer ul {
    width: 300px;
    margin: 10px 0 20px 40px;
  }
  ul.li_cat li {
    width: 280px;
    min-height: 80px;
    margin: 0 12px 20px 0;
    padding: 16px 12px;
  }
  .bxUpl ul.li_cat li {
    padding: 26px 19px;
  }
  ul.li_cat_md li:nth-child(5n) {
    margin: 0 0 26px 0;
  }
  ul.li_cat_md li.lVm {
    margin: 0 0 26px 0;
  }
  ul.li_cat_md_p li {
    width: 18%;
    margin: 0 2.5% 27px 0;
  }
  ul.li_cat_md_p li:nth-child(5n) {
    margin: 0 0 27px 0;
  }
  ul.li_cat_nm {
    margin: 40px 0;
  }
  ul.li_cat_nm li {
    float: left;
    display: block;
    margin: 0 8px 15px 8px;
  }
  ul.li_cat_nm li:first-child {
    width: 100%;
  }
  ul.li_proveedores li {
    margin: 0 30px 35px 0;
  }
  ul.li_proveedores li:nth-child(3n) {
    margin: 0 0 35px 0;
  }
  ul.li_opn li,
  ul.li_opn li.lVM {
    width: 46%;
    margin: 0 4% 35px 0;
  }
  ul.li_opn li:nth-child(2n),
  ul.li_opn li.lVM:nth-child(2n) {
    margin: 0 0 35px 0;
  }
  ul.li_cont {
    font-size: 14px;
  }
  ul.li_cont li {
    line-height: 22px;
    width: 23.85%;
    margin: 0 1.5% 20px 0;
  }
  ul.li_cont li:nth-child(4n) {
    margin: 0 0 20px 0;
  }
  .formA.fxl fieldset {
    overflow: hidden;
    width: 100%;
    margin: 40px 0 50px 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 737px) and (max-width: 920px) {
  a.logo {
    font-size: 14px;
    line-height: 30px;
    background-size: 130px auto;
    width: 234px;
    height: 30px;
    margin: 27px 0 0 20px;
    padding-left: 152px;
  }
  a.logo::after {
    top: 8px;
    left: 140px;
    height: 14px;
  }
  nav ul {
    font-size: 13px;
    line-height: 15px;
    height: 72px;
    margin: 0 0 0 30px;
  }
  nav ul li {
    width: 80px;
    margin: 0 20px 0 0;
  }
  nav ul li a {
    box-sizing: border-box;
    padding: 25px 0 10px 0;
  }
  nav ul li a::after {
    bottom: 0;
  }
  header .bx_srch {
    width: 160px;
    margin: 15px 0 0 3%;
  }
  header .bx_srch.dsp_srch {
    width: 210px;
    margin: 15px 0 0 0;
  }
  header .cnt_user {
    right: 1.2%;
    font-size: 13px;
    width: 200px;
  }
  header .cnt_user ul li:first-child {
    padding: 12px 60px 12px 15px;
  }
  .cnt_ini {
    width: 86%;
    margin: 120px auto;
  }
  .content_ini .bx_dsc {
    width: 100%;
    margin: 0 auto;
  }
  .content_ini .bx_log {
    width: 100%;
    margin: 50px auto 20px auto;
  }
  .cnt_not {
    width: 86%;
  }
  .cnt_content,
  .cnt_content.cnt_md {
    overflow: visible;
    width: 86%;
    margin: 30px auto;
    padding: 0;
  }
  .content.contCal .cnt_content {
    width: 92%;
    margin: 40px auto 100px auto;
    padding: 10px 35px 30px 35px;
  }
  .content.contCal .bxInpSr {
    width: calc(95% - 230px);
  }
  .content h1 {
    width: 50%;
  }
  .bx_ord {
    width: 40%;
  }
  .content_prov {
    margin: 40px 0 50px 0;
  }
  .content_prov .cnt_img_prov {
    float: none;
    width: 447px;
    margin: 0 auto;
  }
  .content_prov .cnt_dsc_prov {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .cnt_inf {
    width: 100%;
  }
  .cnt_footer {
    width: 86%;
  }
  footer a.logo {
    width: 200px;
    margin: 25px -40px 0 -15px;
  }
  footer ul {
    width: 230px;
    margin: 10px 0 20px 40px;
  }
  .bx_not_a {
    left: 50%;
    min-width: 32%;
    margin-left: auto;
    padding: 6px 5% 6px 3%;
    transform: translateX(-50%);
  }
  .bx_not_b {
    left: 50%;
    min-width: 32%;
    margin-left: auto;
    padding: 6px 5% 6px 3%;
    transform: translateX(-50%);
  }
  ul.li_cat li {
    width: 48.5%;
    margin: 0 3% 20px 0;
  }
  ul.li_cat li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  ul.li_cat_md li {
    width: 22%;
    margin: 0 3.9% 26px 0;
  }
  ul.li_cat_md li:nth-child(4n) {
    margin: 0 0 26px 0;
  }
  ul.li_cat_md li:nth-child(n+15) {
    width: 19%;
  }
  ul.li_cat_md li.lVm {
    width: 80px;
    margin: 0 0 26px 0;
  }
  ul.li_cat_md_p li {
    width: 22.6%;
    margin: 0 3.2% 27px 0;
  }
  ul.li_cat_md_p li:nth-child(4n) {
    margin: 0 0 27px 0;
  }
  ul.li_cat_nm {
    margin: 40px 0;
  }
  ul.li_cat_nm li {
    float: left;
    display: block;
    margin: 0 8px 15px 8px;
  }
  ul.li_cat_nm li:first-child {
    width: 100%;
  }
  ul.li_proveedores li {
    width: 315px;
    margin: 0 65px 70px 0;
  }
  ul.li_proveedores li:nth-child(2n) {
    margin: 0 0 70px 0;
  }
  ul.li_opn li,
  ul.li_opn li.lVM {
    width: 48%;
    margin: 0 4% 35px 0;
  }
  ul.li_opn li:nth-child(2n),
  ul.li_opn li.lVM:nth-child(2n) {
    margin: 0 0 35px 0;
  }
  ul.li_ed li:nth-child(2n) {
    margin: 0 0 34px 0;
  }
  .formA.fxl fieldset {
    overflow: hidden;
    width: 100%;
    margin: 40px 0 50px 0;
  }
  .p_cnt_check {
    width: 100% !important;
  }
  .content.contCal .formA .btnCnc {
    width: 23%;
    margin: 0 12% 0 auto;
  }
}
@media screen and (min-width: 321px) and (max-width: 736px) {
  .cntFilt {
    width: 100%;
    padding: 30px 30px 60px 30px;
  }
  a.logo {
    font-size: 13px;
    line-height: 30px;
    background-size: 116px auto;
    width: 210px;
    height: 30px;
    margin: 12px 0 0 5px;
    padding-left: 133px;
  }
  a.logo::after {
    top: 6px;
    left: 124px;
    width: 1px;
  }
  .menu_mb {
    display: block;
    width: 40px;
    height: 50px;
    margin: 2px 0 0 0;
  }
  .menu_mb_cls {
    top: 4px;
    right: 0;
    width: 50px;
    height: 50px;
  }
  header {
    overflow: visible;
    width: 100%;
    height: 55px;
    padding: 0;
  }
  nav {
    height: 55px;
  }
  nav ul {
    display: none;
    font-size: 14px;
    line-height: 16px;
    height: 72px;
    margin: 0 0 0 30px;
  }
  nav ul li {
    width: 90px;
    margin: 0 20px 0 0;
  }
  nav ul li a {
    box-sizing: border-box;
    padding: 25px 0 10px 0;
  }
  nav ul li a::after {
    bottom: 0;
  }
  header .bx_srch {
    display: none;
  }
  header .bx_us {
    margin: 7px 10px 0 auto;
  }
  header .cnt_user {
    top: 0;
    right: 0;
    border-radius: 0 0 0 8px;
    width: 250px;
  }
  header .cnt_user.dsp_cnt_us {
    top: 0;
    right: 0;
  }
  .dsp_mn_mb .menu_mb {
    display: none;
  }
  .dsp_mn_mb .menu_mb_cls {
    display: block;
  }
  .dsp_mn_mb {
    z-index: 2000;
    overflow: visible;
    overflow-x: auto;
    position: fixed !important;
    background: #222222;
    width: 100% !important;
    min-height: 100vh;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  header.dsp_mn_mb a.logo {
    display: none;
  }
  .dsp_mn_mb nav {
    overflow: hidden;
    background: #222222;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .dsp_mn_mb nav ul {
    display: block;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    height: auto;
    margin-top: 120px;
  }
  .dsp_mn_mb nav ul li {
    width: 100%;
    margin: 4px 0;
  }
  .dsp_mn_mb nav ul li a {
    float: left;
    box-sizing: border-box;
    display: block;
    color: #fff;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 14px 15px;
  }
  .dsp_mn_mb .bx_us {
    display: none;
  }
  .content_ini {
    font-size: 19px;
  }
  .cnt_ini {
    width: 84%;
    margin: 50px auto;
  }
  .content_ini h1 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 auto 17px auto;
  }
  .content_ini .bx_dsc {
    width: 100%;
    margin: 20px auto;
  }
  .content_ini .bx_log {
    width: 100%;
    margin: 30px auto 20px auto;
  }
  .cnt_content,
  .cnt_content.cnt_md {
    overflow: visible;
    width: 84%;
    margin: 20px auto 30px auto;
    padding: 0;
  }
  .content .cnt_logo {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .content .logo_prov {
    display: none;
  }
  .content .dsc_prov {
    width: 100%;
  }
  .content .dsc_prov h1 {
    line-height: 30px;
  }
  .content h1,
  .content.contCal h1 {
    font-size: 32px;
    line-height: 34px;
    width: auto;
    margin: 10px auto 20px auto;
  }
  .content h2 {
    font-size: 28px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .content h3 {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 5px auto;
  }
  .content.contCal .cnt_content {
    width: 84%;
    margin: 40px auto 100px auto;
    padding: 10px 25px 30px 25px;
  }
  .content.contCal .formA fieldset {
    margin: 0 0 20px 0;
  }
  .content.contCal .formA label {
    width: 100%;
    margin: 5px 0 10px 0;
  }
  .content.contCal .formA select,
  .content.contCal .formA input {
    width: 100%;
  }
  .content.contCal .formA textarea {
    width: 100%;
  }
  .content.contCal .bxInpSr {
    width: 100%;
  }
  .content.contCal .bx_cal {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
  }
  .content.contCal .bx_cal .bx_str {
    margin: 0;
  }
  .content.contCal .bx_cal .bx_str span {
    margin: 10px 7px;
    padding: 45px 0 0 0;
  }
  .content.contCal .bxKT {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .content.contCal .formA .button {
    width: 100%;
    height: 60px;
  }
  .content.contCal .formA .btnCnc {
    width: 100%;
    height: 60px;
    margin: 20px 0;
  }
  .cnt_not {
    font-size: 16px;
    line-height: 19px;
    width: 84%;
    margin: 35px auto 0 auto;
    padding: 24px 30px 10px 30px;
  }
  .cnt_not b {
    font-size: 20px;
    line-height: 24px;
  }
  .cnt_cal {
    font-size: 14px;
    width: 50px;
    margin: 5px 0 0 0;
  }
  .cnt_fav {
    float: left;
    font-size: 12px;
    width: 135px;
    margin: 5px 0 0 0;
  }
  .content_prov {
    width: 100%;
    margin: 30px 0 50px 0;
  }
  .content_prov .cnt_img_prov {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .content_prov .cnt_img_prov img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .content_prov .cnt_dsc_prov {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .bx_ord {
    font-size: 13px;
    line-height: 20px;
    width: 130px;
    margin: 0 0 30px 0;
  }
  .cnt_inf {
    width: 100%;
  }
  .cnt_footer {
    width: 84%;
  }
  footer a.logo {
    margin: 25px 0 20px -20px;
  }
  footer ul {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  .lnk_btn_01r {
    margin: 20px 0 0 auto;
  }
  .bx_img_inf {
    width: 100%;
    margin-bottom: 40px;
  }
  .bx_dsc_inf {
    width: 100%;
  }
  .bx_not_a {
    left: 0;
    line-height: 20px;
    text-align: left;
    width: 84%;
    height: auto;
    margin-left: 8%;
    padding: 6px 5% 6px 3%;
  }
  .bx_not_b {
    left: 0;
    line-height: 20px;
    text-align: left;
    width: 84%;
    height: auto;
    margin-left: 8%;
    padding: 6px 5% 6px 3%;
  }
  .content .rating-stars {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
  }
  .content .rating-stars ul {
    height: auto;
  }
  .content .rating-stars ul > li.star {
    width: 41px;
    height: 45px;
    margin: 0 12px 20px 0;
  }
  a.lnk_btn_01 {
    width: 100%;
  }
  ul.li_proveedores li {
    width: 100%;
    min-height: 387px;
    margin: 0 0 35px 0;
    padding: 0;
  }
  ul.li_serv li {
    width: 47%;
    margin: 0 5.5% 19px 0;
  }
  ul.li_serv li:nth-child(2n) {
    margin: 0 0 19px 0;
  }
  ul.li_cont {
    margin: 0 0 50px 0;
    padding: 0;
  }
  ul.li_cont li {
    line-height: 22px;
    width: 100%;
    min-height: 54px;
    margin: 0 0 15px 0;
  }
  ul.li_ed {
    padding: 20px 0;
  }
  ul.li_ed li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  ul.li_opn li {
    width: 100%;
    margin: 0 0 35px 0;
  }
  ul.li_opn li.lVM {
    width: 100%;
    margin: 0 0 20px 0;
  }
  ul.li_opn li.lVM .bx_dsc a {
    padding: 15px 30px 30px 30px;
  }
  ul.li_cat li {
    width: 100%;
    min-height: 96px;
    margin: 0 0 20px 0;
    padding: 26px 19px;
  }
  .bxUpl ul.li_cat li {
    width: 100%;
    min-height: 96px;
    margin: 0 0 20px 0;
    padding: 26px 15px 26px 10px;
  }
  .bxUpl ul.li_cat .bx_dsc {
    width: 165px;
    margin: 6px 0 0 0;
  }
  ul.li_cat .btnDel {
    margin: -15px -5px 0 0;
  }
  ul.li_cat_md {
    margin: 40px 0 50px 0;
    padding: 0;
  }
  ul.li_cat_md li {
    width: 47%;
    margin: 0 5.6% 20px 0;
  }
  ul.li_cat_md li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  ul.li_cat_md li:nth-child(n+15) {
    width: 47%;
  }
  ul.li_cat_md li.lVm {
    width: 82px;
    margin: 0 0 26px 0;
  }
  ul.li_cat_md_p li {
    width: 47%;
    margin: 0 5.6% 20px 0;
  }
  ul.li_cat_md_p li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  ul.li_cat_nm {
    font-size: 11px;
    margin: 35px 0 -15px 0;
  }
  ul.li_cat_nm li {
    float: left;
    display: block;
    width: 32%;
    min-height: 40px;
    margin: 0 2% 10px 0;
    padding: 0;
  }
  ul.li_cat_nm li:first-child {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    min-height: 30px;
    margin: 0;
  }
  ul.li_cat_nm li:nth-child(4),
  ul.li_cat_nm li:nth-child(7),
  ul.li_cat_nm li:nth-child(10) {
    margin: 0 0 10px 0;
  }
  ul.li_cat_nm li a {
    text-align: center;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 10px 0;
  }
  ul.pag li {
    display: none;
    margin: 0 10px;
  }
  ul.pag li.pact,
  ul.pag li.txtL {
    display: block;
  }
  .cnt_sel_itm {
    height: auto;
    padding: 28px 30px;
  }
  .cnt_sel_itm p {
    float: none;
    text-align: center;
    width: 84%;
    margin: 9px auto 30px auto;
  }
  .cnt_sel_itm .btn_del_itm {
    float: none;
    width: 180px;
    height: 40px;
    margin: 15px auto 9px auto;
  }
  .formA.fxl fieldset {
    overflow: hidden;
    width: 100%;
    margin: 40px 0 50px 0;
  }
  .formA p {
    width: 100%;
    height: 85px;
    margin: 0 0 25px 0;
    padding: 28px 0 0 0;
  }
  .formA.fxl p {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .formA.fxl p.p_m {
    width: 100%;
    height: auto;
  }
  .formA.fxl p.p_b {
    width: 100%;
    height: auto;
  }
  .cntKW {
    width: 99%;
  }
  .bxUpl {
    width: 100%;
  }
  .bxUpl .filedrag {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    background: #ffffff url(../lib/ico-upload.svg) no-repeat 21px center;
    background-size: 30px auto;
    width: 100%;
    padding: 20px 20px 25px 70px;
  }
  .bxUpl .filedrag a.draglinkupd {
    float: left;
    display: block;
    font-size: 14px;
    margin: 3px 0 0 0;
    padding: 0 20px;
  }
  .bxUpl progress {
    width: 100%;
  }
  .bxUpl ul.doc2 {
    width: 100%;
  }
  .formA .button {
    width: 100%;
  }
  .md-checkbox label {
    line-height: 22px !important;
    padding: 18px 0 0 45px !important;
  }
  .bx-chbx.chbx_c3 {
    width: 100%;
    margin: 0 0 5px 0;
  }
  ul.doc2 li img {
    float: left;
    margin: 6px 0;
  }
  ul.doc2 li .inFil {
    float: right;
    width: calc(100% - 80px);
    margin-top: 5px;
  }
  ul.doc2 li .inFil input {
    width: 100%;
    margin: 0;
  }
  ul.doc2 li .imgCnt {
    width: 50px;
    height: 60px;
    margin: 6px 0 5px 0;
  }
  ul.doc2 li .imgCnt img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.doc2 li a.del2 {
    display: block;
  }
  .swiper-container {
    width: 100%;
    height: 290px;
  }
  .swiper-container.fullscreen .swiper-slide img {
    max-width: 90%;
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
  }
  .fullscreen .swiper-slide .close-button {
    right: 15px;
  }
  .fullscreen .swiper-button-prev,
  .fullscreen .swiper-rtl .swiper-button-next {
    left: -5px;
  }
  .fullscreen .swiper-button-next,
  .fullscreen .swiper-rtl .swiper-button-prev {
    right: -5px;
  }
}
@media screen and (max-width: 320px) {
  .cntFilt {
    width: 100%;
    padding: 30px 30px 60px 30px;
  }
  a.logo {
    font-size: 13px;
    line-height: 30px;
    background-size: 116px auto;
    width: 210px;
    height: 30px;
    margin: 12px 0 0 5px;
    padding-left: 133px;
  }
  a.logo::after {
    top: 6px;
    left: 124px;
    width: 1px;
  }
  .menu_mb {
    display: block;
    width: 40px;
    height: 50px;
    margin: 2px 0 0 0;
  }
  .menu_mb_cls {
    top: 4px;
    right: 0;
    width: 50px;
    height: 50px;
  }
  header {
    overflow: visible;
    width: 100%;
    height: 55px;
    padding: 0;
  }
  nav {
    height: 55px;
  }
  nav ul {
    display: none;
    font-size: 14px;
    line-height: 16px;
    height: 72px;
    margin: 0 0 0 30px;
  }
  nav ul li {
    width: 90px;
    margin: 0 20px 0 0;
  }
  nav ul li a {
    box-sizing: border-box;
    padding: 25px 0 10px 0;
  }
  nav ul li a::after {
    bottom: 0;
  }
  header .bx_srch {
    display: none;
  }
  header .bx_us {
    margin: 7px 10px 0 auto;
  }
  header .cnt_user {
    top: 0;
    right: 0;
    border-radius: 0 0 0 8px;
    width: 250px;
  }
  header .cnt_user.dsp_cnt_us {
    top: 0;
    right: 0;
  }
  .dsp_mn_mb .menu_mb {
    display: none;
  }
  .dsp_mn_mb .menu_mb_cls {
    display: block;
  }
  .dsp_mn_mb {
    z-index: 2000;
    overflow: visible;
    overflow-x: auto;
    position: fixed !important;
    background: #222222;
    width: 100% !important;
    min-height: 100vh;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  header.dsp_mn_mb a.logo {
    display: none;
  }
  .dsp_mn_mb nav {
    overflow: hidden;
    background: #222222;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .dsp_mn_mb nav ul {
    display: block;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    height: auto;
    margin-top: 120px;
  }
  .dsp_mn_mb nav ul li {
    width: 100%;
    margin: 4px 0;
  }
  .dsp_mn_mb nav ul li a {
    float: left;
    box-sizing: border-box;
    display: block;
    color: #fff;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 14px 15px;
  }
  .dsp_mn_mb .bx_us {
    display: none;
  }
  .content_ini {
    font-size: 19px;
  }
  .cnt_ini {
    width: 84%;
    margin: 50px auto;
  }
  .content_ini h1 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 auto 17px auto;
  }
  .content_ini .bx_dsc {
    width: 100%;
    margin: 20px auto;
  }
  .content_ini .bx_log {
    width: 100%;
    margin: 30px auto 20px auto;
  }
  .cnt_content,
  .cnt_content.cnt_md {
    overflow: visible;
    width: 84%;
    margin: 20px auto 30px auto;
    padding: 0;
  }
  .content .cnt_logo {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .content .logo_prov {
    display: none;
  }
  .content .dsc_prov {
    width: 100%;
  }
  .content .dsc_prov h1 {
    line-height: 30px;
  }
  .content h1,
  .content.contCal h1 {
    font-size: 32px;
    line-height: 34px;
    width: auto;
    margin: 10px auto 20px auto;
  }
  .content h2 {
    font-size: 28px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .content h3 {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 5px auto;
  }
  .content.contCal .cnt_content {
    width: 84%;
    margin: 40px auto 100px auto;
    padding: 10px 25px 30px 25px;
  }
  .content.contCal .formA fieldset {
    margin: 0 0 20px 0;
  }
  .content.contCal .formA label {
    width: 100%;
    margin: 5px 0 10px 0;
  }
  .content.contCal .formA select,
  .content.contCal .formA input {
    width: 100%;
  }
  .content.contCal .formA textarea {
    width: 100%;
  }
  .content.contCal .bxInpSr {
    width: 100%;
  }
  .content.contCal .bx_cal {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
  }
  .content.contCal .bx_cal .bx_str {
    margin: 0;
  }
  .content.contCal .bx_cal .bx_str span {
    margin: 10px 7px;
    padding: 45px 0 0 0;
  }
  .content.contCal .bxKT {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .content.contCal .formA .button {
    width: 100%;
    height: 60px;
  }
  .content.contCal .formA .btnCnc {
    width: 100%;
    height: 60px;
    margin: 20px 0;
  }
  .cnt_not {
    font-size: 16px;
    line-height: 19px;
    width: 84%;
    margin: 35px auto 0 auto;
    padding: 24px 30px 10px 30px;
  }
  .cnt_not b {
    font-size: 20px;
    line-height: 24px;
  }
  .cnt_cal {
    font-size: 14px;
    width: 50px;
    margin: 5px 0 0 0;
  }
  .cnt_fav {
    float: left;
    font-size: 12px;
    width: 135px;
    margin: 5px 0 0 0;
  }
  .content_prov {
    width: 100%;
    margin: 30px 0 50px 0;
  }
  .content_prov .cnt_img_prov {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .content_prov .cnt_img_prov img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .content_prov .cnt_dsc_prov {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .bx_ord {
    font-size: 13px;
    line-height: 20px;
    width: 130px;
    margin: 0 0 30px 0;
  }
  .cnt_inf {
    width: 100%;
  }
  .cnt_footer {
    width: 84%;
  }
  footer a.logo {
    margin: 25px 0 20px -20px;
  }
  footer ul {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  .lnk_btn_01r {
    margin: 20px 0 0 auto;
  }
  .bx_img_inf {
    width: 100%;
    margin-bottom: 40px;
  }
  .bx_dsc_inf {
    width: 100%;
  }
  .bx_not_a {
    left: 0;
    line-height: 20px;
    text-align: left;
    width: 84%;
    height: auto;
    margin-left: 8%;
    padding: 6px 5% 6px 3%;
  }
  .bx_not_b {
    left: 0;
    line-height: 20px;
    text-align: left;
    width: 84%;
    height: auto;
    margin-left: 8%;
    padding: 6px 5% 6px 3%;
  }
  .content .rating-stars {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
  }
  .content .rating-stars ul {
    height: auto;
  }
  .content .rating-stars ul > li.star {
    width: 41px;
    height: 45px;
    margin: 0 12px 20px 0;
  }
  a.lnk_btn_01 {
    width: 100%;
  }
  ul.li_proveedores li {
    width: 100%;
    min-height: 387px;
    margin: 0 0 35px 0;
    padding: 0;
  }
  ul.li_serv li {
    width: 47%;
    margin: 0 5.5% 19px 0;
  }
  ul.li_serv li:nth-child(2n) {
    margin: 0 0 19px 0;
  }
  ul.li_cont {
    margin: 0 0 50px 0;
    padding: 0;
  }
  ul.li_cont li {
    line-height: 22px;
    width: 100%;
    min-height: 54px;
    margin: 0 0 15px 0;
  }
  ul.li_ed {
    padding: 20px 0;
  }
  ul.li_ed li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  ul.li_opn li {
    width: 100%;
    margin: 0 0 35px 0;
  }
  ul.li_opn li.lVM {
    width: 100%;
    margin: 0 0 20px 0;
  }
  ul.li_opn li.lVM .bx_dsc a {
    padding: 15px 30px 30px 30px;
  }
  ul.li_cat li {
    width: 100%;
    min-height: 96px;
    margin: 0 0 20px 0;
    padding: 26px 19px;
  }
  .bxUpl ul.li_cat li {
    width: 100%;
    min-height: 96px;
    margin: 0 0 20px 0;
    padding: 26px 15px 26px 10px;
  }
  .bxUpl ul.li_cat .bx_dsc {
    width: 165px;
    margin: 6px 0 0 0;
  }
  ul.li_cat .btnDel {
    margin: -15px -5px 0 0;
  }
  ul.li_cat_md {
    margin: 40px 0 50px 0;
    padding: 0;
  }
  ul.li_cat_md li {
    width: 47%;
    margin: 0 5.6% 20px 0;
  }
  ul.li_cat_md li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  ul.li_cat_md li:nth-child(n+15) {
    width: 47%;
  }
  ul.li_cat_md li.lVm {
    width: 82px;
    margin: 0 0 26px 0;
  }
  ul.li_cat_md_p li {
    width: 47%;
    margin: 0 5.6% 20px 0;
  }
  ul.li_cat_md_p li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  ul.li_cat_nm {
    font-size: 11px;
    margin: 35px 0 -15px 0;
  }
  ul.li_cat_nm li {
    float: left;
    display: block;
    width: 32%;
    min-height: 40px;
    margin: 0 2% 10px 0;
    padding: 0;
  }
  ul.li_cat_nm li:first-child {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    min-height: 30px;
    margin: 0;
  }
  ul.li_cat_nm li:nth-child(4),
  ul.li_cat_nm li:nth-child(7),
  ul.li_cat_nm li:nth-child(10) {
    margin: 0 0 10px 0;
  }
  ul.li_cat_nm li a {
    text-align: center;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 10px 0;
  }
  ul.pag li {
    display: none;
    margin: 0 10px;
  }
  ul.pag li.pact,
  ul.pag li.txtL {
    display: block;
  }
  .cnt_sel_itm {
    height: auto;
    padding: 28px 30px;
  }
  .cnt_sel_itm p {
    float: none;
    text-align: center;
    width: 84%;
    margin: 9px auto 30px auto;
  }
  .cnt_sel_itm .btn_del_itm {
    float: none;
    width: 180px;
    height: 40px;
    margin: 15px auto 9px auto;
  }
  .formA.fxl fieldset {
    overflow: hidden;
    width: 100%;
    margin: 40px 0 50px 0;
  }
  .formA p {
    width: 100%;
    height: 85px;
    margin: 0 0 25px 0;
    padding: 28px 0 0 0;
  }
  .formA.fxl p {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .formA.fxl p.p_m {
    width: 100%;
    height: auto;
  }
  .formA.fxl p.p_b {
    width: 100%;
    height: auto;
  }
  .cntKW {
    width: 99%;
  }
  .bxUpl {
    width: 100%;
  }
  .bxUpl .filedrag {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    background: #ffffff url(../lib/ico-upload.svg) no-repeat 21px center;
    background-size: 30px auto;
    width: 100%;
    padding: 20px 20px 25px 70px;
  }
  .bxUpl .filedrag a.draglinkupd {
    float: left;
    display: block;
    font-size: 14px;
    margin: 3px 0 0 0;
    padding: 0 20px;
  }
  .bxUpl progress {
    width: 100%;
  }
  .bxUpl ul.doc2 {
    width: 100%;
  }
  .formA .button {
    width: 100%;
  }
  .md-checkbox label {
    line-height: 22px !important;
    padding: 18px 0 0 45px !important;
  }
  .bx-chbx.chbx_c3 {
    width: 100%;
    margin: 0 0 5px 0;
  }
  ul.doc2 li img {
    float: left;
    margin: 6px 0;
  }
  ul.doc2 li .inFil {
    float: right;
    width: calc(100% - 80px);
    margin-top: 5px;
  }
  ul.doc2 li .inFil input {
    width: 100%;
    margin: 0;
  }
  ul.doc2 li .imgCnt {
    width: 50px;
    height: 60px;
    margin: 6px 0 5px 0;
  }
  ul.doc2 li .imgCnt img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.doc2 li a.del2 {
    display: block;
  }
  .swiper-container {
    width: 100%;
    height: 290px;
  }
  .swiper-container.fullscreen .swiper-slide img {
    max-width: 90%;
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
  }
  .fullscreen .swiper-slide .close-button {
    right: 15px;
  }
  .fullscreen .swiper-button-prev,
  .fullscreen .swiper-rtl .swiper-button-next {
    left: -5px;
  }
  .fullscreen .swiper-button-next,
  .fullscreen .swiper-rtl .swiper-button-prev {
    right: -5px;
  }
}
