/* 
	V12 31/10/2025 - 2025
	Design: Logos Comunicaciones
	www.logoscomunicaciones.com
*/
/* RESET */
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: 'Raleway';
  src: url('../fonts/Raleway-Regular.eot');
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular.woff2') format('woff2'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* ---------------------------- SETTINGS ---------------------------- */
html {
  overscroll-behavior: none;
}
body {
  color: #4b4b4b;
  font-size: 18px;
  font-family: 'Raleway', Tahoma, Verdana;
  text-align: center;
  line-height: 24px;
  background: #ffffff;
  overflow-x: hidden;
  height: auto;
  overscroll-behavior: none;
}
body.dspM {
  overflow: hidden;
  overflow-y: hidden;
  width: 100wv;
  height: 100wh;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
a {
  -webkit-transition: all 0.03s;
  -moz-transition: all 0.03s;
  -ms-transition: all 0.03s;
  -o-transition: all 0.03s;
  transition: all 0.03s;
}
/* MODAL */
/* MODAL */
/* MODAL */
.contentMod {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  background: #ffffff;
  /*background: fade(@col0, 95%);*/
  width: 100vw;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cntMod {
  top: 0;
  z-index: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  width: 80%;
  margin: 80px auto 100px auto;
}
.contentMod h2 {
  color: #b4d71e;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 10px;
}
.btnClose {
  float: right;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
  position: relative;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: 22px auto;
  /*border: 1px solid @col1;
	border-radius: 50%;*/
  width: 60px;
  height: 60px;
  margin: 5px 5px 0 0;
  padding: 0;
}
.modDisp {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vidEmb {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 45%;
}
.contentMod .vidEmbIt {
  position: absolute;
  top: 0;
  left: 10%;
  border-radius: 40px;
  width: 80%;
  height: 100%;
  border: 0;
}
.contentMod .imgMap {
  float: none;
  display: block;
  position: relative;
  width: auto;
  height: 80vh;
  margin: -10px auto 0 auto;
}
.zzomIn {
  cursor: crosshair;
  width: 850px;
  height: 590px;
  overflow: hidden;
  position: relative;
  margin: 50px auto;
}
.zoom {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.zoomed {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
  z-index: 10;
  background: #ffffff;
}
/* MODAL */
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
a.logo:link,
a.logo:visited {
  float: left;
  display: block;
  position: relative;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/celina.svg) no-repeat center;
  background-size: 80px auto;
  width: 90px;
  height: 80px;
}
a.logo:hover {
  opacity: 0.7;
}
header.hdPf a.logo:link {
  background-size: 72px auto;
  width: 75px;
  height: 70px;
}
header {
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 90px;
}
header.hdPf {
  display: block;
  height: 80px;
}
header .cntHeader {
  box-sizing: border-box;
  overflow: hidden;
  z-index: 200;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 5px auto;
  padding: 0 45px;
}
header.hdPf .cntHeader {
  margin: 5px auto;
  padding: 0 30px;
}
.menuMb {
  float: right;
  display: none;
  cursor: pointer;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-menu.svg) no-repeat center;
  background-size: 32px auto;
  width: 55px;
  height: 50px;
  margin-top: 5px;
}
.menuMbCls {
  float: right;
  display: none;
  z-index: 100;
  cursor: pointer;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: 22px auto;
  /*border: 1px solid @col0;
	border-radius: 50%;*/
  width: 45px;
  height: 55px;
  opacity: 0.5;
  transition: all 0.23s;
}
.menuMbCls:hover {
  opacity: 1;
  transition: all 0.23s;
}
.btnInf {
  float: right;
  display: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #00aeef;
  font-size: 12px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  border-radius: 6px;
  width: 128px;
  margin: 10px 5px 0 0;
  padding: 8px 0;
}
header.hdPf .btnInf {
  font-size: 11px;
  width: 120px;
  margin: 8px 4px 0 0;
  padding: 6px 0;
}
header nav {
  float: right;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  margin: 0 0 0 5%;
}
header.hdPf nav {
  font-size: 14px;
}
header nav ul {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
}
header.hdPf nav ul {
  margin-top: 5px;
}
header nav ul li {
  float: left;
  display: block;
  position: relative;
  line-height: 70px;
  width: auto;
  height: auto;
  margin: 0 20px;
}
header.hdPf nav ul li {
  line-height: 50px;
  margin: 0 10px;
}
header nav ul li a {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #4b4b4b;
  text-decoration: none;
  padding: 5px 20px;
  transition: all 0.23s;
}
header nav ul li a:hover {
  color: rgba(0, 174, 239, 0.95);
}
header nav ul .act a {
  color: #00aeef;
}
header nav ul li.lnkBtn {
  width: auto;
  height: 45px;
}
header nav ul li.lnkBtn a {
  background: #b4d71e 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 24 19" style="enable-background:new 0 0 24 19;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23010202;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" width="24" height="19"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><line class="st0" x1="14.5" y1="0.5" x2="23.5" y2="9.5"/><line class="st0" x1="14.5" y1="18.5" x2="23.5" y2="9.5"/><line class="st0" x1="0.5" y1="9.5" x2="23.5" y2="9.5"/></g></svg>') no-repeat 145px center;
  background-size: 24px auto;
  border-radius: 10px;
  line-height: 45px;
  height: 45px;
  margin-top: 13px;
  padding: 5px 75px 5px 28px;
}
header nav ul li.lnkBtn a:hover {
  color: rgba(255, 255, 255, 0.8);
  background: #b4d71e 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 24 19" style="enable-background:new 0 0 24 19;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" width="24" height="19"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><line class="st0" x1="14.5" y1="0.5" x2="23.5" y2="9.5"/><line class="st0" x1="14.5" y1="18.5" x2="23.5" y2="9.5"/><line class="st0" x1="0.5" y1="9.5" x2="23.5" y2="9.5"/></g></svg>') no-repeat 140px center;
  background-size: 24px auto;
}
header.hdPf nav ul li.lnkBtn a {
  background: #b4d71e 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 24 19" style="enable-background:new 0 0 24 19;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23010202;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" width="24" height="19"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><line class="st0" x1="14.5" y1="0.5" x2="23.5" y2="9.5"/><line class="st0" x1="14.5" y1="18.5" x2="23.5" y2="9.5"/><line class="st0" x1="0.5" y1="9.5" x2="23.5" y2="9.5"/></g></svg>') no-repeat 125px center;
  background-size: 20px auto;
  line-height: 40px;
  height: 40px;
  margin-top: 5px;
  padding: 5px 65px 5px 20px;
}
header.hdPf nav ul li.lnkBtn a:hover {
  color: rgba(255, 255, 255, 0.8);
  background: #b4d71e 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 24 19" style="enable-background:new 0 0 24 19;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" width="24" height="19"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><line class="st0" x1="14.5" y1="0.5" x2="23.5" y2="9.5"/><line class="st0" x1="14.5" y1="18.5" x2="23.5" y2="9.5"/><line class="st0" x1="0.5" y1="9.5" x2="23.5" y2="9.5"/></g></svg>') no-repeat 120px center;
  background-size: 20px auto;
}
a.btnWhatsapp:link,
a.btnWhatsapp:visited {
  bottom: 70px;
  right: 25px;
  display: block;
  z-index: 200;
  position: fixed;
  box-sizing: border-box;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  width: 65px;
  height: 65px;
  margin: 0;
  padding: 0;
}
.btnWhatsapp::before {
  top: 50%;
  left: 50%;
  content: "";
  z-index: 10;
  position: absolute;
  display: block;
  width: 160%;
  height: 160%;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #25d366;
  margin: -80% 0 0 -80%;
  animation: whtpAn 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes whtpAn {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
.btnWhatsapp::after {
  top: 0;
  left: 0;
  content: "";
  z-index: 20;
  position: absolute;
  display: block;
  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 65 65" style="enable-background:new 0 0 65 65;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:%2325d366;}.st1{clip-path:url(%23SVGID_1_);fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;}</style><g><defs><rect id="SVGID_3_" x="0.2" y="0.2" width="64.7" height="64.7"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><path id="XMLID_4_" class="st0" d="M64.8,32.5c0,17.9-14.5,32.3-32.3,32.3c-17.9,0-32.3-14.5-32.3-32.3c0-17.9,14.5-32.3,32.3-32.3C50.4,0.2,64.8,14.6,64.8,32.5"/><path class="st1" d="M44.7,20.2c-3.1-3.1-7.3-4.8-11.7-4.9c-9.1,0-16.5,7.4-16.5,16.5c0,2.9,0.8,5.8,2.2,8.3l-2.3,8.6l8.8-2.3c2.4,1.3,5.1,2,7.9,2h0h0c9.1,0,16.5-7.4,16.5-16.5C49.5,27.5,47.8,23.4,44.7,20.2 M33,45.7L33,45.7c-2.5,0-4.9-0.7-7-1.9l-0.5-0.3l-5.2,1.4l1.4-5.1l-0.3-0.5c-1.4-2.2-2.1-4.7-2.1-7.3c0-7.6,6.2-13.7,13.8-13.7c3.7,0,7.1,1.4,9.7,4c2.6,2.6,4,6.1,4,9.7C46.7,39.5,40.6,45.7,33,45.7 M40.5,35.4c-0.4-0.2-2.4-1.2-2.8-1.3c-0.4-0.1-0.7-0.2-0.9,0.2c-0.3,0.4-1.1,1.3-1.3,1.6c-0.2,0.3-0.5,0.3-0.9,0.1c-0.4-0.2-1.7-0.6-3.3-2.1c-1.2-1.1-2.1-2.4-2.3-2.9c-0.2-0.4,0-0.6,0.2-0.8c0.2-0.2,0.4-0.5,0.6-0.7c0.2-0.2,0.3-0.4,0.4-0.7c0.1-0.3,0.1-0.5,0-0.7c-0.1-0.2-0.9-2.2-1.3-3.1c-0.3-0.8-0.7-0.7-0.9-0.7c-0.2,0-0.5,0-0.8,0c-0.3,0-0.7,0.1-1.1,0.5c-0.4,0.4-1.4,1.4-1.4,3.4c0,2,1.5,4,1.7,4.3c0.2,0.3,2.9,4.5,7.1,6.2c1,0.4,1.8,0.7,2.4,0.9c1,0.3,1.9,0.3,2.6,0.2c0.8-0.1,2.4-1,2.8-2c0.3-1,0.3-1.8,0.2-2C41.2,35.7,40.9,35.6,40.5,35.4"/></g></svg>') no-repeat center;
  background-size: 65px auto;
  width: 65px;
  height: 65px;
}
.contentInicio {
  float: left;
  display: block;
  overflow: visible;
  z-index: 3;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  width: 100%;
  height: auto;
  margin: 90px 0 0 0;
  padding: 0;
}
.contentInicio.cntPrPf {
  margin: 80px 0 0 0;
}
/*
.contentInicio::after{
	top: 0;
	left: 0;
	content: "";
	z-index: 10;
	pointer-events: none;
	position: absolute;
	box-sizing: border-box;
	background: fade(@col0, 50%);
	width: @w1;
	height: 100%;
}
*/
.contentInicio iframe,
.contentInicio object,
.contentInicio embed,
.contentInicio video {
  z-index: 10;
  position: relative;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.contentInicio .vid_dsck {
  display: block;
}
.contentInicio .vid_mob {
  display: none;
}
.cntInicio {
  left: 50%;
  bottom: -115px;
  display: block;
  overflow: visible;
  z-index: 100;
  position: absolute;
  width: 1350px;
  height: 560px;
  transform: translateX(-50%);
}
.bxInf {
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: visible;
  position: absolute;
  box-sizing: border-box;
  background: #00aeef;
  border-radius: 30px;
  width: 875px;
  min-height: 250px;
}
.bxInf .bxPrc {
  right: 0;
  top: -47px;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: left;
  background: #b4d71e;
  border-radius: 30px 30px 0 30px;
  width: auto;
  min-width: 189px;
  height: 60px;
  padding: 20px 23px;
}
.bxInf .bxPrc b {
  float: left;
  display: block;
  clear: both;
  font-size: 44px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  width: auto;
}
.bxInf .bxPrc b span {
  font-size: 28px;
}
.contentInicio .bxInf .contIDs {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 160px 30px 40px;
}
.contentInicio .bxInf .ubc {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  font-family: 'Montserrat-Light', Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  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 11 14" style="enable-background:new 0 0 11 14;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" x="0.2" y="0" width="10.6" height="13.9"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><path id="XMLID_2_" class="st0" d="M10.5,5.3c0,3-3.4,6.9-4.6,8.2c-0.2,0.3-0.6,0.3-0.9,0c-1.2-1.3-4.6-5.2-4.6-8.2c0-2.8,2.3-5,5-5S10.5,2.6,10.5,5.3z"/><circle id="XMLID_1_" class="st0" cx="5.5" cy="5.4" r="2.4"/></g></svg>') no-repeat left center;
  background-size: 11px auto;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 0 20px;
}
.contentInicio .ubc a {
  color: #ffffff;
  line-height: 18px;
  text-decoration: none;
}
.contentInicio .ubc a:hover {
  opacity: 0.8;
}
.contentInicio .bxInf h1 {
  float: left;
  display: block;
  color: #ffffff;
  font-size: 48px;
  line-height: 54px;
  width: 100%;
  margin: 12px 0;
}
.cntForm {
  left: 50%;
  /*top: 750px;*/
  display: block;
  pointer-events: none;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  width: 1350px;
  height: 560px;
  transform: translateX(-50%);
}
.bxFrm {
  float: right;
  overflow: hidden;
  pointer-events: initial;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 30px;
  width: 440px;
  height: 475px;
}
.bxFrm .hdFrm {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #4b4b4b;
  font-size: 12px;
  text-align: left;
  background: #f6f6f6;
  border-radius: 30px 30px 10px 30px;
  width: 100%;
  margin: 0;
  padding: 13px 27px;
}
.bxFrm .hdFrm h2 {
  float: left;
  display: block;
  color: #00aeef;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  margin: 2px 0;
}
.bxFrm .hdFrm .hdImg {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  margin: 0 19px 0 0;
}
.bxFrm .hdFrm .hdImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.bxFrm .hdFrm .hdTxt {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 270px;
  margin: 0;
}
.bxFrm .contFrm {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 25px;
}
.bxFrm .contFrm .formA fieldset {
  width: 106%;
}
.bxFrm .contFrm .formA p {
  width: 46%;
  margin: 1px 3% 1px 0;
  padding: 20px 0 5px 0;
}
.bxFrm .contFrm .formA p.pB {
  width: 95%;
  margin: 1px 0;
}
.bxFrm .contFrm .formA label {
  font-size: 12px;
}
.bxFrm .contFrm .formA .button {
  width: 95%;
  margin: 10px 0 0 0;
}
.contentPrin {
  float: left;
  display: block;
  overflow: visible;
  z-index: 20;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  background: #ffffff;
  width: 100%;
  height: auto;
  margin: 90px 0 -12px 0;
  padding: 0;
}
.contentPrin.cntPrPf {
  margin: 80px 0 -12px 0;
}
.cntPrin {
  left: 50%;
  top: 0;
  display: block;
  overflow: visible;
  z-index: 100;
  position: absolute;
  width: 1350px;
  height: 100%;
  transform: translateX(-50%);
}
.contentPrin h1 {
  bottom: 10px;
  left: 0;
  display: inline-block;
  position: absolute;
  color: #ffffff;
  font-size: 51px;
  line-height: 48px;
  text-align: left;
  background: #00aeef;
  border-radius: 0 15px 15px 15px;
  width: auto;
  max-width: 340px;
  margin: 0;
  padding: 16px 20px 21px 20px;
}
.contentPrin h1.titCat {
  bottom: -20px;
}
.contentPrin h1.alOp {
  bottom: -40px;
  left: 50%;
  display: inline-block;
  z-index: 100;
  position: absolute;
  color: #ffffff;
  font-size: 51px;
  line-height: 48px;
  text-align: left;
  background: #00aeef;
  border-radius: 0 15px 15px 15px;
  width: auto;
  max-width: 340px;
  margin: 0;
  padding: 16px 20px 21px 20px;
  transform: translateX(-50%);
}
.contentPrin h1 a {
  top: -32px;
  left: 0;
  display: block;
  position: absolute;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  background-color: #b4d71e;
  border-radius: 10px 10px 0 0;
  padding: 6px 20px;
}
.contentPrin h1 a:hover {
  color: #ffffff;
}
.contentPrin h2 {
  font-size: 46px;
  line-height: 44px;
  margin: 5px 0;
  padding: 10px 0;
}
.contentPrin h2 a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.23s;
}
.contentPrin h2 a:hover {
  opacity: 0.7;
  transition: all 0.23s;
}
.contentPrin .bxInf {
  top: 90px;
  left: 100px;
  display: block;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  box-sizing: border-box;
  width: 875px;
  min-height: 250px;
}
.contentPrin .bxInf {
  top: 90px;
  left: 100px;
  display: block;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  box-sizing: border-box;
  width: 875px;
  min-height: 250px;
}
.contentPrin img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentPrin .swiper-container.swipPrinc {
  float: left;
  display: block;
  box-sizing: border-box;
  z-index: 10 !important;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.swiper-container.swipPrinc .bxDsc {
  top: 160px;
  left: 90px;
  display: block;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  color: #ffffff;
  text-align: left;
  width: 485px;
}
.contentPrin .swiper-container.swipPrinc img {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentPrin .swiper-container.swipPrinc iframe,
.contentPrin .swiper-container.swipPrinc object,
.contentPrin .swiper-container.swipPrinc embed,
.contentPrin .swiper-container.swipPrinc video {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentPrin .swiper-container.swipPrinc .imgDs {
  display: block;
}
.contentPrin .swiper-container.swipPrinc .imgMb {
  display: none;
}
.swiper-container.swipPrinc .swipCntCt {
  bottom: 45px;
  left: 90px;
  display: block;
  overflow: hidden;
  z-index: 300;
  position: absolute;
  width: auto;
  min-width: 150px;
  height: 80px;
}
.swiper-container.swipPrinc .swiper-pagination {
  top: 40px;
  height: 80px;
}
.swiper-container.swipPrinc .swiper-pagination-bullet {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  background: transparent !important;
  border-radius: 10px;
  border: 1px solid #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-container.swipPrinc .swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.swiper-container.swipPrinc .swiper-button-next,
.swiper-container.swipPrinc .swiper-button-prev {
  top: 51px;
  text-indent: -9000px;
  text-decoration: none;
  width: 50px !important;
  height: 50px !important;
  transition: all 0.3s;
}
.swiper-container.swipPrinc .swiper-button-next {
  right: 0;
  background: url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 17px;
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-next:hover {
  background: url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 17px;
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-prev {
  left: 0;
  background: url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 17px;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-prev:hover {
  background: url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 17px;
  transform: scaleX(-1);
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-next.swiper-button-disabled,
.swiper-container.swipPrinc .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.contentCar {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background: #f2fbfe;
  width: 100%;
  min-height: 630px;
}
.cntCar {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 200px auto 20px auto;
  padding: 0;
}
.contentCar .bxDsc {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 865px;
}
.contentCar .bxDsc b {
  color: #00aeef;
  font-size: 20px;
}
.contentCar .bxDsc p {
  float: left;
  display: block;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  margin: 15px 0;
  padding: 0 17px;
}
.contentCar ul {
  float: left;
  display: block;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  margin: 15px 0;
}
.contentCar ul li {
  float: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  text-align: center;
  width: 148px;
  height: 148px;
  margin: 0 30px 30px 0;
}
.contentCar ul li icon {
  display: block;
  z-index: 4;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  width: 148px;
  height: 95px;
  margin: 0 0 11px 0;
  padding: 0;
}
.contentCar ul li icon img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentCar ul li span {
  float: left;
  display: block;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  background: #00aeef;
  border-radius: 0 0 20px 20px;
  width: 100%;
  height: 70px;
  margin-top: -30px;
  padding: 28px 25px 20px 25px;
}
.contentCon {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  background: #b4d71e url(../lib/bg-iso.svg) no-repeat left center;
  background-size: auto 110%;
  width: 100%;
  min-height: 720px;
}
.cntCon {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 10px auto 20px auto;
  padding: 70px 0 50px 0;
}
.contentCon h2 {
  float: left;
  display: block;
  color: #ffffff;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px auto;
}
.contentCon h2 span {
  float: left;
  display: block;
  font-size: 36px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.contentCon .bxDsc {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 875px;
}
.contentCon .cntImgG {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 490px;
  margin-top: 20px;
}
.contentCon .cntImgG img {
  float: left;
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: 0;
}
.tabs {
  left: 50%;
  bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  font-size: 16px;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 48px;
  text-align: center;
  background: #ffffff;
  border-radius: 25px;
  width: 250px;
  height: 50px;
  margin: 50px auto 20px auto;
  transform: translateX(-50%);
}
.tab {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  color: rgba(75, 75, 75, 0.5);
  text-align: center;
  background: none;
  border-radius: 25px;
  width: 45%;
  height: 50px;
  margin: 0 -1px;
  padding: 0 20px;
  transition: background 0.3s;
}
.tab.active {
  pointer-events: none;
  background: #00aeef;
  color: #ffffff;
  width: 55%;
}
.content-div {
  transition: opacity 0.15s ease;
}
.content-div iframe,
.content-div object,
.content-div embed,
.content-div video {
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 490px;
}
.fade-in {
  opacity: 1;
}
.fade-out {
  opacity: 0;
}
.hidden {
  display: none;
}
.swiper-container.swipItmR {
  float: left;
  display: block;
  box-sizing: border-box;
  z-index: 10 !important;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.swiper-container.swipItmR .swiper-button-next,
.swiper-container.swipItmR .swiper-button-prev {
  top: 258px;
  text-indent: -9000px;
  text-decoration: none;
  background: #b4d71e;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  transition: all 0.3s;
}
.swiper-container.swipItmR .swiper-button-next {
  right: 12px;
  background: #b4d71e url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 17px;
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipItmR .swiper-button-next:hover {
  background: #b4d71e url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 17px;
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipItmR .swiper-button-prev {
  left: 12px;
  background: #b4d71e url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 17px;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipItmR .swiper-button-prev:hover {
  background: #b4d71e url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 17px;
  transform: scaleX(-1);
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipItmR .swiper-button-next.swiper-button-disabled,
.swiper-container.swipItmR .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.contentMapU {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 24px;
  background: #ffffff url(../lib/bg-mapa.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  min-height: 720px;
}
.cntMapU {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 200px auto;
  padding: 0;
}
.contentMapU h2 {
  float: left;
  display: block;
  color: #00aeef;
  font-size: 48px;
  line-height: 50px;
  text-align: left;
  width: 100%;
  margin: 0 auto 10px auto;
}
.contentMapU h2 span {
  float: left;
  display: block;
  color: #b4d71e;
  font-size: 52px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.contentMapU .bxDsc {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-align: justify;
  width: 585px;
  min-height: 405px;
  padding: 150px 35px 80px 35px;
}
.dspMp1 {
  cursor: pointer;
}
.contentMapU .bxDsc .btn01 {
  float: left;
  display: block;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  font-size: 16px;
  line-height: 53px;
  text-align: center;
  text-decoration: none;
  background: #b4d71e;
  border-radius: 10px;
  width: 325px;
  height: 55px;
  margin-top: 50px;
}
.contentMapU .bxDsc .btn01:hover {
  background: #00aeef;
}
.contentMapU .bxImg {
  float: right;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 690px;
  height: auto;
}
.contentMapU .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentUb {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  background: #ffffff;
  width: 100%;
  min-height: 900px;
}
.cntUb {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 10px auto 20px auto;
  padding: 150px 0 30px 0;
}
.contentUb h2 {
  float: left;
  display: block;
  color: #00aeef;
  font-size: 48px;
  line-height: 50px;
  text-align: left;
  width: 350px;
  margin: 0 auto 10px auto;
}
.contentUb h2 span {
  float: left;
  display: block;
  color: #b4d71e;
  font-size: 52px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.contentUb ul {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  box-sizing: border-box;
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 0 0 100px;
}
.contentUb ul li {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  background: url(../lib/ico-chk.svg) no-repeat left 3px;
  background-size: 18px auto;
  width: 40%;
  margin: 5px 10% 5px 0;
  padding: 0 0 0 32px;
}
.contentUb ul li:nth-child(3),
.contentUb ul li:nth-child(5),
.contentUb ul li:nth-child(7),
.contentUb ul li:nth-child(9),
.contentUb ul li:nth-child(11) {
  margin-right: 0;
}
.contentUb ul li:first-child {
  background: none;
  width: 100%;
}
.contentUb ul .small {
  color: #737373;
}
.contentUb .bxImg {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.contentUb .bxImg img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentUb .bxImg .imgMap {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 900px;
  margin: 0;
}
.contentUBtn {
  top: 30px;
  left: 50%;
  display: block;
  z-index: 100;
  position: absolute;
  width: 1350px;
  height: 200px;
  transform: translateX(-50%);
}
a.btnGm {
  float: left;
  display: block;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  color: #4b4b4b;
  font-family: 'Raleway', Tahoma, Verdana;
  font-size: 16px;
  line-height: 56px;
  text-align: left;
  text-decoration: none;
  background: #ffffff url(../lib/logo-google-maps.jpg) no-repeat 158px center;
  background-size: auto 26px;
  border-radius: 10px;
  width: 305px;
  height: 55px;
  padding-left: 25px;
}
a.btnGm:hover {
  opacity: 0.8;
}
.modest-vid-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.modest-vid-embed--auto:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.modest-vid-embed__wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-bottom: calc(56.25% + 200px);
  top: -100px;
}
.modest-vid-embed__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contentCli {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  background: #f2fbfe;
  width: 100%;
  min-height: 1010px;
}
.cntCli {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 120px auto;
  padding: 0;
}
.contentCli h2 {
  float: left;
  display: block;
  color: #b4d71e;
  font-size: 48px;
  line-height: 50px;
  text-align: left;
  width: 53%;
  margin: 0 auto 10px auto;
}
.contentCli h2 span {
  float: left;
  display: block;
  color: #00aeef;
  font-size: 52px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
ul.liClnt {
  float: none;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  width: 1220px;
  height: 700px;
  margin: 0 auto;
}
ul.liClnt::after {
  left: 60px;
  bottom: 80px;
  content: "";
  z-index: -1;
  position: absolute;
  background: #00aeef;
  border-radius: 50px;
  width: 1000px;
  height: 480px;
  transition: transform 0.2s ease-out;
}
ul.liClnt li {
  float: left;
  display: block;
  box-sizing: border-box;
  position: absolute;
  color: #00aeef;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  text-decoration: none;
  text-align: left;
  background: #ffffff;
  border-radius: 30px;
  width: 270px;
  height: 285px;
  padding: 19px;
}
ul.liClnt li:nth-child(2) {
  top: 30px;
  left: 110px;
  transition: transform 0.2s ease-out;
}
ul.liClnt li:nth-child(3) {
  top: 380px;
  left: 0;
  transition: transform 0.2s ease-out;
}
ul.liClnt li:nth-child(4) {
  top: 140px;
  right: 110px;
  transition: transform 0.2s ease-out;
}
ul.liClnt li a {
  float: left;
  display: block;
  color: #00aeef;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
ul.liClnt li .bxImg {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 15px;
}
ul.liClnt li .bxImg::after {
  right: 0;
  bottom: 0;
  z-index: 10;
  content: "";
  position: absolute;
  background: transparent 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 70 70" style="enable-background:new 0 0 70 70;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-miterlimit:10;}.st1{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" x="0.1" y="0.1" width="69.7" height="69.7"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><circle id="XMLID_2_" class="st0" cx="35" cy="35" r="33.4"/><polygon id="XMLID_1_" class="st1" points="51,35 24.8,17.6 24.8,52.4 "/></g></svg>') no-repeat center;
  background-size: auto 27px;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  transition: all 0.24s;
}
ul.liClnt li:hover .bxImg::after {
  right: 0;
  bottom: 0;
  background: #4b4b4b 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 70 70" style="enable-background:new 0 0 70 70;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-miterlimit:10;}.st1{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" x="0.1" y="0.1" width="69.7" height="69.7"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><circle id="XMLID_2_" class="st0" cx="35" cy="35" r="33.4"/><polygon id="XMLID_1_" class="st1" points="51,35 24.8,17.6 24.8,52.4 "/></g></svg>') no-repeat center;
  background-size: auto 27px;
  width: 47px;
  height: 47px;
  transition: all 0.24s;
}
ul.liClnt li .bxImg img {
  float: left;
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.24s;
}
ul.liClnt li:hover .bxImg img {
  scale: 1.05;
}
ul.liClnt li.itmPrnc {
  top: 50%;
  left: 49%;
  background: transparent;
  border-radius: 60px;
  width: 625px;
  height: 500px;
  margin: auto;
  transform: translate(-50%, -50%);
  padding: 0;
}
ul.liClnt li.itmPrnc .bxImg {
  border-radius: 60px;
}
ul.liClnt li.itmPrnc .bxImg img {
  border-radius: 60px;
}
ul.liClnt li.itmPrnc .bxImg::after {
  display: none;
}
ul.liClnt li.itmPrnc::after {
  right: 4px;
  bottom: -30px;
  content: "";
  position: absolute;
  background: rgba(180, 215, 30, 0.9) 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 70 70" style="enable-background:new 0 0 70 70;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-miterlimit:10;}.st1{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" x="0.1" y="0.1" width="69.7" height="69.7"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><circle id="XMLID_2_" class="st0" cx="35" cy="35" r="33.4"/><polygon id="XMLID_1_" class="st1" points="51,35 24.8,17.6 24.8,52.4 "/></g></svg>') no-repeat center;
  background-size: auto 70px;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  transition: all 0.24s;
}
ul.liClnt li.itmPrnc:hover::after {
  background: #4b4b4b 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 70 70" style="enable-background:new 0 0 70 70;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-miterlimit:10;}.st1{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" x="0.1" y="0.1" width="69.7" height="69.7"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><circle id="XMLID_2_" class="st0" cx="35" cy="35" r="33.4"/><polygon id="XMLID_1_" class="st1" points="51,35 24.8,17.6 24.8,52.4 "/></g></svg>') no-repeat center;
  background-size: auto 70px;
  transition: all 0.24s;
}
ul.liClnt li .bxTxt {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  width: 100%;
  transition: all 0.24s;
}
ul.liClnt li:hover .bxTxt {
  opacity: 0.7;
}
ul.liClnt li .bxTxt .small {
  float: left;
  display: block;
  color: #4b4b4b;
  font-size: 10px;
  font-family: 'Montserrat-Light', Arial, Tahoma, Verdana;
  text-transform: uppercase;
  width: 100%;
}
ul.liClnt li.itmPrnc .bxTxt {
  right: 0;
  bottom: 10px;
  z-index: 5;
  position: absolute;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 29px;
  line-height: 35px;
  width: 100%;
  padding: 20px 45px;
}
ul.liClnt li.itmPrnc .bxTxt .small {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.open-modal {
  cursor: pointer;
}
.cntSwip {
  float: none;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  width: 90%;
  height: 380px;
  margin: 100px auto 20px auto;
  padding: 0;
}
.cntSwip .swiper-slide {
  box-sizing: border-box;
  text-align: left;
  background: #ffffff;
  border-radius: 24px;
  /*    width: 270px;*/
  height: 298px;
  padding: 19px;
}
.cntSwip .swiper-slide a {
  float: left;
  display: block;
  color: #00aeef;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.cntSwip .swiper-slide .bxImg {
  float: left;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.cntSwip .swiper-slide .bxImg::after {
  right: 10px;
  bottom: 10px;
  z-index: 10;
  content: "";
  position: absolute;
  background: url(../lib/ico-play.svg) no-repeat center;
  background-size: auto 27px;
  width: 27px;
  height: 27px;
}
.cntSwip .swiper-slide .bxImg img {
  float: left;
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: 0;
}
.cntSwip .swiper-slide .bxTxt {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  color: #00aeef;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  width: 100%;
}
.cntSwip .swiper-slide .bxTxt .small {
  float: left;
  display: block;
  color: #4b4b4b;
  font-size: 10px;
  font-family: 'Montserrat-Light', Arial, Tahoma, Verdana;
  text-transform: uppercase;
  width: 100%;
}
.swiper-container.swipCl {
  position: relative;
  padding: 0 0 40px 0;
}
.swiper-container.swipCl .swiper-button-next,
.swiper-container.swipCl .swiper-button-prev {
  top: 110px;
  text-indent: -9000px;
  text-decoration: none;
  background: #b4d71e;
  border-radius: 50%;
  width: 25px !important;
  height: 25px !important;
  transition: all 0.3s;
}
.swiper-container.swipCl .swiper-button-next {
  right: -30px;
  background: #b4d71e url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 10px;
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipCl .swiper-button-next:hover {
  background: #b4d71e url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 10px;
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipCl .swiper-button-prev {
  left: -30px;
  background: #b4d71e url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 10px;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipCl .swiper-button-prev:hover {
  background: #b4d71e url(../lib/ar-rgt-1.svg) no-repeat center;
  background-size: auto 10px;
  transform: scaleX(-1);
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipCl .swiper-button-next.swiper-button-disabled,
.swiper-container.swipItmR .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.contentGlp {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 1;
  position: relative;
  font-size: 17px;
  line-height: 23px;
  background: #ffffff;
  width: 100%;
  min-height: 810px;
}
.contentGlp img {
  bottom: 0;
  left: 0;
  display: block;
  z-index: -1;
  position: fixed;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cntGlp {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  z-index: 20;
  position: relative;
  width: 1350px;
  margin: 210px auto;
  padding: 0;
}
.cntGlp .bxDsc {
  float: right;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  text-align: justify;
  background: rgba(0, 174, 239, 0.95) url(../lib/logo-grupo-paz.png) no-repeat 420px 35px;
  border-radius: 30px;
  width: 585px;
  min-height: 405px;
  padding: 100px 40px 80px 40px;
}
.cntGlp .bxDsc h2 {
  float: left;
  display: block;
  font-size: 32px;
  line-height: 36px;
  width: 53%;
  margin: 0 auto 10px auto;
}
.cntGlp .bxDsc p {
  float: left;
  display: block;
  overflow: hidden;
  text-align: justify;
  width: 100%;
  margin: 0 auto;
}
.contentPry {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  background: #ffffff;
  width: 100%;
  min-height: 1010px;
}
.cntPry {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 120px auto;
  padding: 0;
}
.contentPry h2 {
  float: left;
  display: block;
  color: #b4d71e;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  width: 53%;
  margin: 0 auto 10px auto;
  padding: 10px 0;
}
.contentPry h2 span {
  float: left;
  display: block;
  color: #00aeef;
  font-size: 54px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.contentPry p {
  float: left;
  display: block;
  text-align: left;
  width: 53%;
  margin: 0 auto 10px auto;
}
.contentIn {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background: #ffffff;
  width: 100%;
  min-height: 900px;
}
.cntIn {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 80px auto;
  padding: 0;
}
.cntIn.int {
  text-align: justify;
  width: 1130px;
  margin: 80px auto 250px auto;
}
.contentIn p {
  float: left;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 auto 10px auto;
}
.contentIn h2 {
  float: left;
  display: block;
  color: #b4d71e;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  width: 53%;
  margin: 0 auto 10px auto;
  padding: 10px 0;
}
.contentIn h2 span {
  float: left;
  display: block;
  color: #00aeef;
  font-size: 54px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.contentIn h3 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  color: #00aeef;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
}
.contentIn a {
  color: #00aeef;
  text-decoration: underline;
}
.contentIn a:hover {
  text-decoration: none;
}
.cntIn.int h1 {
  float: left;
  display: block;
  color: #00aeef;
  font-size: 35px;
  line-height: 37px;
  text-align: left;
  width: 70%;
  margin: 0 auto 10px auto;
  padding: 10px 0 15px 0;
}
.cntIn.int h1.titMt {
  margin: 50px auto 10px auto;
}
.cntIn.int .bxDat {
  border: 0;
  margin: -20px 0 40px 0;
  padding: 0;
}
.contentIn ul {
  float: left;
  display: block;
  overflow: hidden;
  margin: 20px 0 30px 0;
}
.contentIn ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 10px 0;
  padding-left: 25px;
}
.contentIn ul li::after {
  top: 10px;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  background: #00aeef;
  width: 12px;
  height: 3px;
}
.contentIn ol {
  clear: both;
  display: block;
  overflow: hidden;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  counter-reset: li-counter;
  margin: 30px 0;
}
.contentIn ol li {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 15px 0;
  padding-left: 24px;
}
.contentIn ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #00aeef;
  font-size: 17px;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  width: auto;
  text-align: right;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
.contentIn {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background: #ffffff;
  width: 100%;
  min-height: 900px;
}
.cntIn {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 80px auto;
  padding: 0;
}
.contentIn p {
  float: left;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 auto 10px auto;
}
.contentIn h2 {
  float: left;
  display: block;
  color: #b4d71e;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  width: 53%;
  margin: 0 auto 10px auto;
  padding: 10px 0;
}
.contentIn h2 span {
  float: left;
  display: block;
  color: #00aeef;
  font-size: 54px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.cntClA {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 25%;
}
.cntClA h2 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  color: #00aeef;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
}
.cntClB {
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
  width: 65%;
}
.cntClB h2 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  color: #00aeef;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
}
.cntClB .formA fieldset {
  width: 104%;
}
.cntClB .formA p {
  width: 45.5%;
  margin: 1px 4% 35px 0;
  padding: 28px 0 5px 0;
}
.cntClB .formA p.pB {
  width: 95%;
  margin: 1px 0 20px 0;
}
.cntClB .formA .button {
  float: none;
  width: 25%;
  margin: 10px auto 0 auto;
}
.cntFlt {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.cntFlt .formA label {
  float: left;
  display: block;
  position: relative;
  color: #00aeef;
  font-size: 18px;
  font-family: 'Raleway', Tahoma, Verdana;
  font-weight: 100;
  line-height: 30px;
  text-align: left;
  width: 100px;
  padding: 9px 0 0 0;
}
.cntFlt .formA select {
  float: left;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  background: url(../lib/ar-sel.svg) no-repeat right center;
  background-size: auto 22px;
  border-radius: 25px;
  border: 2px solid #e3e3e3;
  width: 255px;
  height: 50px;
  margin-right: 25px;
  padding: 6px 10px 6px 44px;
}
footer {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  background: #b4d71e url(../lib/bg-iso.svg) no-repeat left center;
  background-size: auto 180%;
  width: 100%;
  min-height: 450px;
}
.cntFooter {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  width: 1350px;
  min-height: 375px;
  margin: 65px auto 30px auto;
  padding: 60px 90px;
}
footer p {
  float: left;
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  margin: 15px auto;
}
footer b {
  color: #00aeef;
}
footer a.logo {
  float: none !important;
  background-size: 155px auto !important;
  background-position: center top !important;
  width: 160px !important;
  height: 160px !important;
  margin: 20px auto 30px auto !important;
}
footer .bxLgRs {
  float: left;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 230px;
  margin: 0 80px 0 0;
}
footer .bxCnt {
  float: left;
  display: block;
  overflow: hidden;
  text-align: left;
  width: 260px;
  margin: 0 280px 0 0;
}
footer .bxMInst {
  float: left;
  display: block;
  overflow: hidden;
  text-align: left;
  width: 200px;
  margin: 0;
}
footer .bxMInst ul {
  float: left;
  display: block;
  overflow: hidden;
  text-align: left;
  width: 100%;
  margin: 0;
}
footer .bxMInst ul li {
  float: left;
  display: block;
  width: 100%;
  margin: 2px 0;
}
footer .bxMInst ul li a {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #4b4b4b;
  text-decoration: none;
  background: url(../lib/ar-rgt-2.svg) no-repeat left center;
  background-size: 6px auto;
  width: 100%;
  margin: 0;
  padding: 1px 0 1px 16px;
}
footer .bxMInst ul li ul {
  box-sizing: border-box;
  margin: 4px 0 10px 0;
  padding-left: 15px;
}
footer .bxMInst ul li ul li a {
  background: url(../lib/ar-rgt-3.svg) no-repeat left center;
  background-size: 6px auto;
}
.cntVid {
  float: left;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  width: 100%;
  margin: 0 auto 50px auto;
}
.cntVid img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
/*
.cntVid::after{
	left: 50%;
	top: 50%;
	content: "";
	position: absolute;
	background: fade(@col3, 90%) 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 70 70" style="enable-background:new 0 0 70 70;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-miterlimit:10;}.st1{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" x="0.1" y="0.1" width="69.7" height="69.7"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><circle id="XMLID_2_" class="st0" cx="35" cy="35" r="33.4"/><polygon id="XMLID_1_" class="st1" points="51,35 24.8,17.6 24.8,52.4 "/></g></svg>') no-repeat center;
	background-size: auto 60px;
	border-radius: 50%;
    width: 110px;
	height: 110px;
	transform: translate(-50%, -50%);
	transition: all .24s;
}
*/
.cntGall {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px auto 70px auto;
}
.parent {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: auto;
  margin: 0;
}
.parent a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.parent img {
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 60%;
}
.div1 {
  grid-area: 1 / 1 / 3 / 3;
  position: relative;
  overflow: hidden;
}
.div2 {
  grid-area: 1 / 3 / 2 / 4;
  position: relative;
  overflow: hidden;
}
.div3 {
  grid-area: 1 / 4 / 2 / 5;
  position: relative;
  overflow: hidden;
}
.div4 {
  grid-area: 2 / 3 / 3 / 4;
  position: relative;
  overflow: hidden;
}
.div5 {
  grid-area: 2 / 4 / 3 / 5;
  position: relative;
  overflow: hidden;
}
/*
.pswp__zoom-wrap{
	display: grid;
	width: @w1;
}
.pswp__zoom-wrap img{
	top: 50% !important;
	left: 50% !important;
	position: absolute !important;
	float: none;
	width: auto !important;
	height: auto !important;
	margin: auto !important;
	transform: translate(-50%,-45%) !important;
}
*/
.cntVid .bx_vid {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
}
.cntVid .bx_vid iframe,
.cntVid .bx_vid object,
.cntVid .bx_vid embed,
.cntVid .bx_vid video {
  position: absolute;
  z-index: 20;
  top: -0.15%;
  left: -0.15%;
  width: 100.3%;
  height: 100.3%;
}
.cntVid .youtube {
  z-index: 10;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.video-button-btn {
  top: 50%;
  left: 50%;
  cursor: pointer;
  z-index: 200;
  position: absolute;
  display: inline-block;
  text-align: center;
  height: 118px;
  width: 118px;
  transform: translateY(-50%) translateX(-50%);
}
.video-button-block_icon {
  left: 50%;
  top: 50%;
  content: "";
  position: absolute;
  background: rgba(180, 215, 30, 0.9) 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 70 70" style="enable-background:new 0 0 70 70;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-miterlimit:10;}.st1{clip-path:url(%23SVGID_1_);fill:none;stroke:%23FFFFFF;stroke-width:2.9049;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" x="0.1" y="0.1" width="69.7" height="69.7"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><circle id="XMLID_2_" class="st0" cx="35" cy="35" r="33.4"/><polygon id="XMLID_1_" class="st1" points="51,35 24.8,17.6 24.8,52.4 "/></g></svg>') no-repeat center;
  background-size: auto 60px;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  transform: translate(-50%, -50%);
  transition: all 0.24s;
}
/*
@keyframes pulse {
	0%{
	  transform:translate3d(-50%,-50%,0)scale(1);
	  opacity:1
	}
	100%{
	  transform:translate3d(-50%,-50%,0)scale(1.8);
	  opacity:0
	}
}
*/
.fr-video {
  float: left;
  display: block;
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 30px 0 60px 0;
  padding-bottom: 56.2%;
}
.fr-video iframe,
.fr-video object,
.fr-video embed,
.fr-video video {
  position: absolute;
  z-index: 20;
  top: 0;
  left: -0.15%;
  width: 100.3%;
  height: 100.3%;
}
.bxDat {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #00aeef;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid #00aeef;
  border-radius: 5px;
  width: auto;
  height: 22px;
  margin: 40px 0 10px 0;
  padding: 0 10px;
}
.bxDatTn {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #00aeef;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  background: transparent;
  border: 1px solid #00aeef;
  border-radius: 5px;
  width: auto;
  height: 22px;
  margin-top: 40px;
  padding: 0 10px;
}
.pPrc {
  font-size: 20px;
  line-height: 26px;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 1px solid #686866;
  width: 100%;
  height: 6px;
  margin-top: 7px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.subtitulo1 {
  color: #ffffff;
  font-size: 22px;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.subtitulo2 {
  color: #00aeef;
  font-size: 22px;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
i,
italic,
.italic {
  font-style: italic;
}
b,
bold,
bold1,
bold2,
strong {
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
bold1 {
  color: #4b4b4b;
}
bold2 {
  color: #00aeef;
}
i {
  font-style: italic;
}
small,
.small,
.small1,
.small2,
.small3 {
  font-size: 14px;
}
.small1 {
  color: #4b4b4b !important;
}
.small2 {
  color: #00aeef !important;
}
.color1 {
  color: #4b4b4b !important;
}
.color2 {
  color: #00aeef !important;
}
.colorr {
  color: #ee4d4d !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk1:link,
a.lnk1:visited {
  color: #4b4b4b;
  text-decoration: none;
}
a.lnk1:hover {
  text-decoration: underline;
}
a.lnkBtn:link,
a.lnkBtn:visited {
  display: inline-block;
  color: #b4d71e;
  font-size: 16px;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid #b4d71e;
  border-radius: 10px;
  margin-top: 30px;
  padding: 18px 95px;
}
a.lnkBtn:hover {
  color: #ffffff;
  background: #b4d71e;
}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  text-indent: -9000px;
  width: 50px;
  height: 50px;
  margin: -30px 10px 5px 0;
  transition: all 0.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 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23ffffff;stroke-miterlimit:10;}.st1{fill:%23ffffff;}</style><rect id="XMLID_3_" x="0.5" y="0.5" class="st0" width="27" height="27"/><path id="XMLID_2_" class="st1" d="M11.5,21.6l-1.2-1.2l5.6-5.6c0.4-0.4,0.4-1,0-1.4l-5.6-5.6l1.2-1.2l5.6,5.6c1.1,1.1,1.1,2.8,0,3.8L11.5,21.6z"/></svg>') no-repeat center;
  background-size: 19px auto;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
a.byLogos:hover {
  opacity: 1;
  transition: all 0.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 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:%23202A34;}.st1{fill:%23EC651B;}</style><g id="XMLID_1_"><rect id="XMLID_3_" x="0" y="0" class="st0" width="28" height="28"/><path id="XMLID_2_" class="st1" d="M11.5,21.6l-1.2-1.2l5.6-5.6c0.4-0.4,0.4-1,0-1.4l-5.6-5.6l1.2-1.2l5.6,5.6c1.1,1.1,1.1,2.8,0,3.8L11.5,21.6z"/></g></svg>') no-repeat center;
  background-size: 19px auto;
  transition: all 0.3s;
}
/* ---------------------------- LINKS ---------------------------- */
/* ---------------------------- LISTADOS ---------------------------- */
ul.li01 {
  float: left;
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}
ul.li01 li {
  float: left;
  clear: both;
  text-align: justify;
  margin: 2px 0;
}
ul.liTn {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 50px 0 30px 0;
}
ul.liTn li {
  float: left;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(75, 75, 75, 0.15);
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
ul.liTn li:after {
  display: none;
}
ul.liTn .bxTit {
  float: left;
  display: block;
  color: #00aeef;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  text-align: left;
  width: 45%;
  margin-right: 30px;
  padding: 11px 0;
}
ul.liTn .bxTxt {
  float: left;
  display: block;
  font-size: 14px;
  text-align: left;
  width: 30%;
  padding: 11px 0;
}
ul.liTn .lnkBtn {
  float: right;
  display: block;
  color: #b4d71e;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #b4d71e;
  border-radius: 8px;
  width: 160px;
  margin: 0;
  padding: 10px 0;
}
ul.liTn .lnkBtn:hover {
  color: #ffffff;
}
ul.liTn li.itmDs .lnkBtn {
  pointer-events: none;
  color: rgba(75, 75, 75, 0.3);
  border: 1px solid rgba(75, 75, 75, 0.2);
}
ul.liPry {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 50px 0 30px 0;
}
ul.liPry li {
  float: left;
  position: relative;
  text-align: center;
  width: 31.33%;
  margin: 0 3% 30px 0;
  padding: 0;
}
ul.liPry li.itmLst {
  margin-right: 0;
}
ul.liPry li.Ncl {
  margin-bottom: 50px;
}
ul.liPry li:after {
  display: none;
}
ul.liPry a.bxImg {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liPry a.bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liPry li:hover a.bxImg img {
  scale: 1.05;
  opacity: 0.9;
}
ul.liPry .bxTxt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
}
ul.liPry .txtDsc {
  float: left;
  display: block;
  width: 100%;
}
ul.liPry li.Ncl::after {
  right: 18px;
  bottom: -18px;
  z-index: 20;
  content: "";
  display: block;
  position: absolute;
  background: rgba(180, 215, 30, 0.9) url(../lib/ico-play.svg) no-repeat center;
  background-size: auto 44px;
  border-radius: 50%;
  width: 82px;
  height: 82px;
}
ul.liPry li.Ncl .txtDsc {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 20px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 22px;
  background: #00aeef;
  border-radius: 30px 0 30px 30px;
  width: 100%;
  margin-bottom: 5px;
  padding: 25px 20px;
}
ul.liPry li.Ncl b {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  width: 100%;
  padding: 0 20px;
}
ul.liPry li.Ncl .small {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 10px;
  width: 100%;
  padding: 0 20px;
}
ul.liPry a.nmP {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #00aeef;
  font-size: 24px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  background: url(../lib/ar-rgt-r.svg) no-repeat 110% center;
  background-size: 28px auto;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
ul.liPry li:hover a.nmP {
  color: rgba(0, 174, 239, 0.7);
  background: url(../lib/ar-rgt-r.svg) no-repeat 100% center;
  background-size: 28px auto;
}
ul.liPry .bxTxt .small {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
ul.liPry a.bxImg .bxTg,
ul.liPry a.bxImg .bxTg:hover {
  top: 15px;
  left: 15px;
  display: block;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  background: url(../lib/bg-tag.svg) no-repeat center;
  background-size: 80px auto;
  width: 80px;
  height: 80px;
  padding: 20px 0 10px 0;
}
ul.liPry li.Ncl {
  float: left;
  display: block;
}
ul.liPry li.itmPrnc {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  /*width: 645px;*/
  margin: 0 0 50px 0;
}
ul.liPry li.Ncl .bxImg {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 60px 0 60px 60px;
}
ul.liPry li.Ncl .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.liPry li.itmPrnc a.bxImg {
  float: left;
  display: block;
  border-radius: 30px;
  width: 645px;
  height: auto;
  margin: 0 70px 0 0;
}
ul.liPry li.itmPrnc a.bxImg .bxTg,
ul.liPry li.itmPrnc a.bxImg .bxTg:hover {
  top: 15px;
  left: 15px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  background: url(../lib/bg-tag.svg) no-repeat center;
  background-size: 100px auto;
  width: 100px;
  height: 100px;
  padding: 30px 0 10px 0;
}
ul.liPry li.itmPrnc .bxTxt {
  width: calc(100% - 820px);
  margin: 45px 0 20px 0;
  padding: 20px 0 0 10px;
}
ul.liPry li.Ncl .bxTxt {
  top: 10px;
  right: 0;
  z-index: 100;
  position: absolute;
  color: #ffffff;
  width: 235px;
  padding: 0;
}
ul.liPry li.itmPrnc .bxTxt .small {
  top: 0;
  left: 10px;
  float: left;
  display: block;
  position: absolute;
  box-sizing: border-box;
  color: #4b4b4b;
  font-size: 12px;
  font-family: 'Montserrat-Light', Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  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 11 14" style="enable-background:new 0 0 11 14;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:none;stroke:%234b4b4b;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><defs><rect id="SVGID_3_" x="0.2" y="0" width="10.6" height="13.9"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><path id="XMLID_2_" class="st0" d="M10.5,5.3c0,3-3.4,6.9-4.6,8.2c-0.2,0.3-0.6,0.3-0.9,0c-1.2-1.3-4.6-5.2-4.6-8.2c0-2.8,2.3-5,5-5S10.5,2.6,10.5,5.3z"/><circle id="XMLID_1_" class="st0" cx="5.5" cy="5.4" r="2.4"/></g></svg>') no-repeat left center;
  background-size: 11px auto;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 0 20px;
}
ul.liPry li.itmPrnc .bxTxt .small:hover {
  opacity: 0.7;
}
ul.liPry li.itmPrnc a.nmP {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #00aeef;
  font-size: 42px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  background: transparent;
  width: 100%;
  margin: 4px 0 15px 0;
  padding: 5px 0;
}
ul.liPry li.itmPrnc a.nmP:hover {
  color: rgba(0, 174, 239, 0.7);
  background: transparent;
}
ul.liPry a.lnkBtn {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  color: #b4d71e;
  font-size: 16px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  text-align: left;
  text-decoration: none;
  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 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23B3CC2D;stroke-width:1.2074;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g id="XMLID_5_"><circle id="XMLID_4_" class="st0" cx="14" cy="14" r="13.3"/><line id="XMLID_3_" class="st0" x1="5.5" y1="14" x2="22.5" y2="14"/><line id="XMLID_2_" class="st0" x1="15.2" y1="6.8" x2="22.5" y2="14"/><line id="XMLID_1_" class="st0" x1="15.2" y1="21.2" x2="22.5" y2="14"/></g></svg>') no-repeat 90% center;
  background-size: 28px auto;
  border: 2px solid #b4d71e;
  border-radius: 10px;
  width: 375px;
  height: 78px;
  margin-top: 40px;
  padding: 24px 95px 18px 25px;
  transition: all 0.24s;
}
ul.liPry a.lnkBtn:hover {
  color: #ffffff;
  background: #b4d71e 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 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23ffffff;stroke-width:1.2074;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g id="XMLID_5_"><circle id="XMLID_4_" class="st0" cx="14" cy="14" r="13.3"/><line id="XMLID_3_" class="st0" x1="5.5" y1="14" x2="22.5" y2="14"/><line id="XMLID_2_" class="st0" x1="15.2" y1="6.8" x2="22.5" y2="14"/><line id="XMLID_1_" class="st0" x1="15.2" y1="21.2" x2="22.5" y2="14"/></g></svg>') no-repeat 85% center;
  background-size: 28px auto;
}
ul.liNos {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 50px 0 30px 0;
}
ul.liNos li {
  float: left;
  position: relative;
  text-align: center;
  width: 22.87%;
  margin: 0 2.83% 70px 0;
  padding: 0;
}
ul.liNos li.itmLst {
  margin-right: 0;
}
ul.liNos li:after {
  display: none;
}
ul.liNos a.bxImg {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liNos a.bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liNos li:hover a.bxImg img {
  scale: 1.05;
  opacity: 0.9;
}
ul.liNos .bxTxt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
}
ul.liNos a.nmP {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #00aeef;
  font-size: 22px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  background: url(../lib/ar-rgt-r.svg) no-repeat 120% center;
  background-size: 28px auto;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
ul.liNos li:hover a.nmP {
  color: #b4d71e;
  background: url(../lib/ar-rgt-r.svg) no-repeat 100% center;
  background-size: 28px auto;
}
ul.liNt {
  float: left;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 50px 0 30px 0;
}
ul.liNt li {
  float: left;
  position: relative;
  text-align: center;
  width: 31.33%;
  margin: 0 3% 30px 0;
  padding: 0;
}
ul.liNt li.itmLst {
  margin-right: 0;
}
ul.liNt li:after {
  display: none;
}
ul.liNt a.bxImg {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liNt a.bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liNt li:hover a.bxImg img {
  scale: 1.05;
  opacity: 0.9;
}
ul.liNt .bxTxt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
}
ul.liNt .txtDsc {
  float: left;
  display: block;
  width: 100%;
}
ul.liNt a.nmP {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #4b4b4b;
  font-size: 18px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
ul.liNt li:hover a.nmP {
  color: rgba(0, 174, 239, 0.7);
}
ul.liNt .bxTxt .small {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background: #00aeef;
  border-radius: 5px;
  width: auto;
  height: 22px;
  margin-bottom: 10px;
  padding: 0 10px;
}
ul.liNt li.itmPrnc {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  /*width: 645px;*/
  margin: 0 0 50px 0;
}
ul.liNt li.itmPrnc a.bxImg {
  float: left;
  display: block;
  width: 645px;
  height: auto;
  margin: 0 70px 0 0;
}
ul.liNt li.itmPrnc a.bxImg .bxTg,
ul.liNt li.itmPrnc a.bxImg .bxTg:hover {
  top: 15px;
  left: 15px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  background: url(../lib/bg-tag.svg) no-repeat center;
  background-size: 100px auto;
  width: 100px;
  height: 100px;
  padding: 30px 0 10px 0;
}
ul.liNt li.itmPrnc .bxTxt {
  width: calc(100% - 820px);
  margin: 20px 0 20px 0;
  padding: 20px 0 0 10px;
}
ul.liNt li.itmPrnc .bxTxt .small {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #00aeef;
  line-height: 19px;
  background: transparent;
  border: 1px solid #00aeef;
}
ul.liNt li.itmPrnc a.nmP {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #00aeef;
  font-size: 36px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  background: transparent;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 2px 0 5px 0;
}
ul.liNt li.itmPrnc a.nmP:hover {
  color: rgba(0, 174, 239, 0.7);
  background: transparent;
}
ul.liNt a.lnkBtn {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  text-align: center;
  text-decoration: none;
  background: #b4d71e;
  border-radius: 10px;
  margin-top: 40px;
  padding: 18px 110px;
  transition: all 0.24s;
}
ul.liNt a.lnkBtn:hover {
  color: #4b4b4b;
}
ul.liRS {
  float: left;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
}
ul.liRS li {
  float: left;
  display: block;
  position: relative;
  background-color: #c9c9c9;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  margin: 5px 10px 5px 0;
}
ul.liRS li:nth-child(6) {
  margin-right: 0;
}
ul.liRS li a {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  opacity: 0.6;
  transition: all 0.23s;
}
ul.liRS li a:hover {
  opacity: 1;
  transition: all 0.23s;
}
ul.liRS .liWhatsapp a {
  background: url(../lib/ico-whatsapp-s.svg) no-repeat center;
  background-size: 30px auto;
}
ul.liRS .liFacebook a {
  background: url(../lib/ico-facebook-s.svg) no-repeat center;
  background-size: 30px auto;
}
ul.liRS .liInstagram a {
  background: url(../lib/ico-instagram-s.svg) no-repeat center;
  background-size: 30px auto;
}
ul.liRS .liYoutube a {
  background: url(../lib/ico-youtube-s.svg) no-repeat center;
  background-size: 30px auto;
}
ul.liRS .liLinkedIn a {
  background: url(../lib/ico-linkedin-s.svg) no-repeat center;
  background-size: 30px auto;
}
ul.liRS .liTiktok a {
  background: url(../lib/ico-tiktok-s.svg) no-repeat center;
  background-size: 30px auto;
}
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%;
  margin-top: 5px;
}
ul.li_doc_adj li {
  float: left;
  display: block;
  width: 32%;
  margin: 20px 2% 20px 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,
a.adjDp {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: rgba(75, 75, 75, 0.8);
  font-size: 16px;
  font-family: 'Raleway', Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  text-decoration: none !important;
  background: #ffffff;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px 20px 18px 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,
a.adjDp:hover {
  color: rgba(75, 75, 75, 0.5);
}
a.adjDoc ico,
a.adjPdf ico,
a.adjPpt ico,
a.adjTxt ico,
a.adjXls ico,
a.adjZip ico,
a.adjWeb ico,
a.adjStl ico {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 25px 10px 0;
}
a.adjDoc ico {
  background-image: url(../lib/ico-doc.svg);
}
a.adjPdf ico {
  background-image: url(../lib/ico-pdf.svg);
}
a.adjPpt ico {
  background-image: url(../lib/ico-ppt.svg);
}
a.adjXls ico {
  background-image: url(../lib/ico-xls.svg);
}
a.adjWeb ico {
  background-image: url(../lib/ico-web.svg);
}
a.adjStl ico {
  background-image: url(../lib/ico-stl.svg);
}
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-size: 14px;
  line-height: 20px;
  width: calc(100% - 75px);
  padding: 0;
}
ul.pag {
  float: none;
  clear: both;
  display: table;
  width: auto;
  margin: 20px 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(75, 75, 75, 0.7);
  font-size: 16px;
  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: #4b4b4b;
}
ul.pag li.pact a {
  color: #ffffff;
  font-size: 18px;
  line-height: 42px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  background: #00aeef;
}
ul.pag li.txtL a {
  color: rgba(75, 75, 75, 0.5);
  font-size: 12px;
  width: auto;
}
ul.pag li.txtL a:hover {
  color: rgba(75, 75, 75, 0.9);
}
/* ---------------------------- LISTADOS ---------------------------- */
.formA fieldset {
  float: left;
  clear: both;
  font-family: 'Raleway', Tahoma, Verdana;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.formA.Cnt fieldset {
  width: 104%;
}
.formA.Cnt p {
  width: 45.5%;
  margin: 1px 4% 35px 0;
  padding: 28px 0 5px 0;
}
.formA.Cnt p.pB {
  width: 95%;
  padding: 15px 0 5px 0;
  margin: 0 0 35px 0;
}
.formA.Cnt .button {
  float: none;
  width: 50%;
  margin: 0 auto;
}
.formA select,
.formA input,
.formA textarea {
  float: left;
  box-sizing: border-box;
  color: #4b4b4b;
  font-size: 14px;
  /*font-size: 100%;*/
  line-height: 16px;
  font-family: 'Raleway', Tahoma, Verdana;
  font-weight: 100;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;
  height: 47px;
  margin: 2px auto;
  padding: 16px 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formA input:focus {
  outline: none;
  border: 1px solid #878787;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA label {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  color: #00aeef;
  font-size: 14px;
  font-family: 'Raleway', Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  text-align: left;
  width: 90%;
  padding: 0;
  transition: all 0.3s ease-in;
}
.formA input:focus + label,
.formA select:focus + label,
.formA textarea:focus + label,
.bxUpl .filedrag:focus + label {
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  transition: all 0.3s ease-in;
}
.formA select {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  background: url(../lib/ar-sel.svg) no-repeat 106% center;
  background-size: auto 26px;
  width: 100%;
  height: 47px;
  padding: 6px 10px 6px 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA select:focus {
  outline: none;
  border: 1px solid #00aeef;
}
.formA .req {
  border: 1px solid #00aeef;
}
.formA textarea {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 16px;
  /*font-size: 100%;*/
  width: 100%;
  height: 95px !important;
  padding: 16px 14px;
  appearance: none;
}
.formA textarea:focus {
  outline: none;
  height: 95px !important;
  padding: 16px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA .button {
  float: left;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  color: #4b4b4b;
  font-size: 16px;
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
  font-weight: 400;
  text-align: center;
  border: none;
  border-radius: 10px;
  background: #b4d71e;
  width: 100%;
  height: 55px;
  padding: 0 25px;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.formA .button:hover {
  color: #ffffff;
}
.formA .btnDs {
  pointer-events: none;
  color: rgba(75, 75, 75, 0.4) !important;
  background: rgba(75, 75, 75, 0.1) !important;
}
.formA .btnLd {
  pointer-events: none;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background: #b4d71e;
}
.formA .btnLd:after {
  top: -5px;
  left: 0;
  content: "";
  position: absolute;
  background: url(../lib/load.svg) no-repeat center -12px;
  background-size: auto 90px;
  width: 100%;
  height: 100%;
}
.formA p {
  float: left;
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 1px 0;
  padding: 28px 0 5px 0;
}
.cntMsj {
  float: left;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid rgba(0, 174, 239, 0.4);
  border-radius: 10px;
  width: 100%;
  margin: 40px 0 100px 0;
  padding: 50px 80px;
}
.rad1 {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  height: 35px;
  margin: 10px 0 6px 0;
}
.rad1 label {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 33px;
  text-align: left;
  width: 100%;
  height: 35px;
  padding: 0 30px 0 37px;
  transition: all 0.3s ease;
}
.rad1 input[type="radio"] {
  display: none;
}
.rad1 input[type="radio"]:checked + label {
  font-family: 'Raleway-Bold', Arial, Tahoma, Verdana;
}
.rad1 label::after {
  top: 1px;
  left: 0;
  content: "";
  z-index: 10;
  pointer-events: none;
  box-sizing: border-box;
  position: absolute;
  border: 1px solid #c7c9cb;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
}
.rad1 label::before {
  top: 9px;
  left: 8px;
  content: "";
  z-index: 20;
  display: none;
  pointer-events: none;
  box-sizing: border-box;
  position: absolute;
  background: #00aeef;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}
.rad1 input[type="radio"]:checked + label::after {
  border: 1px solid #00aeef;
  transition: all 0.24s ease;
}
.rad1 input[type="radio"]:checked + label::before {
  display: block;
  background: #00aeef;
  transition: all 0.24s ease;
}
.bxUpl {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin: -5px 0 20px 0;
}
.bxUpl label {
  position: relative;
}
.bxUpl label .small {
  float: left;
  display: block;
  color: rgba(75, 75, 75, 0.6);
  font-size: 10px;
  line-height: 14px;
  width: 100%;
  margin-bottom: 7px;
}
.bxUpl .filedrag {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #92a1a9;
  font-size: 13px;
  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: 45%;
  margin: 5px 0;
  padding: 25px 20px 25px 70px;
}
.bxUpl.img_prof .filedrag {
  float: none;
  margin: 10px auto 2px auto;
}
.bxUpl .filedrag a.draglinkupd {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Raleway', 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 progress {
  color: #08AE98;
  border: 0;
  display: block;
  float: left;
  background: #ffffff;
  border-radius: 4px;
  width: 45%;
  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: 45%;
  max-width: 45%;
  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.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: 50%;
  right: 10px;
  position: absolute;
  display: block;
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 25px;
  background: #e84c3d;
  border-radius: 4px;
  width: 65px;
  height: 25px;
  margin: 0;
  transform: translateY(-50%);
}
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;
  text-align: left;
  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, 174, 239, 0.4) url(../lib/load.svg) no-repeat center;
  background-size: auto 70px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
ul.doc2 li .adjPdf {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: rgba(75, 75, 75, 0.8);
  font-size: 16px;
  font-family: 'Raleway', Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  text-decoration: none !important;
  background: #ffffff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
}
ul.doc2 li .adjPdf ico {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 45px;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 25px 10px 0;
}
ul.doc2 li .adjPdf ico {
  background-image: url(../lib/ico-pdf.svg);
}
ul.doc2 li .adjStl .txt-desc {
  float: left;
  display: block;
  box-sizing: border-box;
  position: realtive;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 75px);
  padding: 0;
}
/* ---------------------------- RESPONSIVE ---------------------------- */
@media screen and (min-width: 1441px) {
  .contentCar ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .contentInicio iframe,
  .contentInicio object,
  .contentInicio embed,
  .contentInicio video {
    width: 120%;
    max-width: 120%;
    min-height: 120%;
    margin: 0 -20%;
  }
  .bxFrm {
    margin-right: 1%;
  }
  .swiper-container.swipPrinc .bxDsc {
    top: 100px;
  }
  .swiper-container.swipPrinc .swiper-pagination {
    top: 60px;
  }
  .swiper-container.swipPrinc .swiper-button-next,
  .swiper-container.swipPrinc .swiper-button-prev {
    top: 71px;
  }
  .contentCar ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1291px) and (max-width: 1366px) {
  .swiper-container.swipPrinc .bxDsc {
    top: 100px;
    width: 550px;
  }
  .swiper-container.swipPrinc .swiper-pagination {
    top: 60px;
  }
  .swiper-container.swipPrinc .swiper-button-next,
  .swiper-container.swipPrinc .swiper-button-prev {
    top: 71px;
  }
  .cntIn {
    width: 94%;
  }
  .cntCli {
    width: 94%;
  }
  .cntPry {
    width: 94%;
  }
  .cntGlp {
    width: 94%;
  }
  .cntFooter {
    width: 94%;
    padding: 60px 90px;
  }
  .contentInicio iframe,
  .contentInicio object,
  .contentInicio embed,
  .contentInicio video {
    width: 114%;
    max-width: 114%;
    min-height: 114%;
    margin: 0 -20% 0 -14%;
  }
  .cntInicio {
    width: 94%;
  }
  .cntPrin {
    width: 94%;
  }
  .cntCar {
    width: 94%;
  }
  .contentCar ul li:nth-child(5n) {
    margin-right: 0;
  }
  .cntCon {
    width: 94%;
  }
  .cntMapU {
    width: 94%;
    margin: 150px auto 200px auto;
  }
  .cntUb {
    width: 94%;
  }
  .cntForm {
    width: 94%;
  }
  .bxFrm {
    width: 390px;
    height: 475px;
    margin-right: 0;
  }
  .bxFrm .hdFrm {
    padding: 13px 20px;
  }
  .bxFrm .hdFrm .hdImg {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
@media screen and (min-width: 921px) and (max-width: 1290px) {
  header .cntHeader {
    padding: 0 10px 0 20px;
  }
  header.hdPf .cntHeader {
    padding: 0 10px 0 20px;
  }
  header nav ul li {
    margin: 0 15px;
  }
  header.hdPf nav ul li {
    margin: 0 8px;
  }
  header nav ul li a {
    padding: 5px 10px;
  }
  .swiper-container.swipPrinc .bxDsc {
    top: 50px;
    left: 50px;
    width: 600px;
  }
  .swiper-container.swipPrinc .swiper-pagination {
    top: 60px;
  }
  .swiper-container.swipPrinc .swiper-button-next,
  .swiper-container.swipPrinc .swiper-button-prev {
    top: 71px;
  }
  .cntInicio {
    width: 94%;
  }
  .bxInf {
    width: 67%;
    min-height: 250px;
  }
  .cntIn {
    width: 94%;
  }
  .cntIn.int {
    width: 94%;
    margin: 80px auto 250px auto;
  }
  .cntCli {
    width: 94%;
  }
  ul.liClnt {
    width: 100%;
    height: 700px;
  }
  ul.liClnt::after {
    left: 2%;
    bottom: 80px;
    width: 96%;
    height: 480px;
  }
  .cntPry {
    width: 94%;
  }
  ul.liNt li.itmPrnc a.bxImg {
    width: 55%;
    margin: 0 5% 0 0;
  }
  ul.liNt li.itmPrnc .bxTxt {
    width: calc(100% - 63%);
    margin: 20px 0 20px 0;
    padding: 20px 0 0 10px;
  }
  .cntCar {
    width: 94%;
    margin: 200px auto 20px auto;
  }
  .contentCar .bxDsc {
    width: 67%;
  }
  .contentCar ul li {
    width: 142px;
    height: 150px;
    margin: 0 23px 30px 0;
  }
  .contentCar ul li:nth-of-type(5n) {
    margin-right: 0;
  }
  .contentCar ul li icon {
    width: 142px;
    height: 95px;
    margin: 0 0 11px 0;
    padding: 0;
  }
  .contentCar ul li span {
    font-size: 13px;
    line-height: 16px;
    height: 70px;
    margin-top: -30px;
    padding: 28px 20px 20px 20px;
  }
  .cntForm {
    width: 94%;
    height: 560px;
  }
  .bxFrm {
    width: 30%;
    height: 475px;
  }
  .bxFrm .hdFrm .hdImg {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
  }
  .bxFrm .hdFrm .hdTxt {
    width: calc(100% - 80px);
  }
  .cntCon {
    width: 94%;
    margin: 10px auto 20px auto;
    padding: 70px 0 50px 0;
  }
  .contentCon .bxDsc {
    width: 67%;
  }
  .cntGlp {
    width: 94%;
  }
  .cntFooter {
    width: 94%;
    padding: 60px 60px;
  }
  footer .bxCnt {
    margin: 0 100px 0 0;
  }
  .cntPrin {
    width: 94%;
  }
  .cntMapU {
    width: 94%;
    margin: 80px auto 200px auto;
  }
  .contentMapU .bxDsc {
    width: 50%;
    min-height: 405px;
    padding: 80px 35px 80px 35px;
  }
  .contentMapU .bxImg {
    width: 45%;
  }
  .cntUb {
    width: 94%;
    margin: 10px auto 20px auto;
    padding: 150px 0 30px 0;
  }
  .contentUb h2 {
    font-size: 48px;
    line-height: 50px;
    width: 30%;
  }
  .contentUb ul {
    width: 65%;
    margin: 0 0 0 5%;
  }
  ul.liPry li.itmPrnc a.bxImg {
    width: 55%;
    margin: 0 5% 0 0;
  }
  ul.liPry li.itmPrnc .bxTxt {
    width: calc(100% - 63%);
    margin: 45px 0 20px 0;
    padding: 20px 0 0 10px;
  }
  ul.liPry a.lnkBtn {
    width: 100%;
    height: 78px;
    padding: 24px 95px 18px 25px;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 737px) and (max-width: 920px) {
  a.btnWhatsapp:link,
  a.btnWhatsapp:visited {
    bottom: 60px;
    right: 5px;
    width: 55px;
    height: 55px;
  }
  .btnWhatsapp::after {
    background-size: 55px auto;
    width: 55px;
    height: 55px;
  }
  .cntMod {
    width: 80%;
    margin: 80px auto 100px auto;
  }
  .contentMod h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .cntMod img {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .vidEmb {
    padding-bottom: 60%;
  }
  .contentMod .vidEmbIt {
    left: 0;
    width: 100%;
    border-radius: 20px;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 54px auto;
    width: 66px;
    height: 56px;
    margin: 0 0 0 5px;
  }
  header.hdPf a.logo:link {
    background-size: 44px auto;
    width: 52px;
    height: 45px;
    margin: 2px 0 0 15px;
  }
  .dspMn a.logo:link,
  header.hdPf.dspMn a.logo:link {
    display: none;
  }
  header.hdPf .menuMb {
    background-size: 26px auto;
    width: 44px;
    height: 40px;
    margin-top: 7px;
  }
  header {
    height: 60px;
  }
  header.hdPf {
    height: 50px;
  }
  header .cntHeader {
    margin: 2px auto;
    padding: 0 10px;
  }
  header.hdPf .cntHeader {
    margin: 0 auto;
    padding: 0 5px;
  }
  nav {
    display: none;
  }
  header.hdPf .btnInf {
    font-size: 11px;
    width: 110px;
    margin: 8px 4px 0 0;
    padding: 6px 0;
  }
  .dspMn .btnInf,
  header.hdPf.dspMn .btnInf {
    display: none;
  }
  .menuMb {
    display: block;
  }
  .menuMbCls {
    display: none;
  }
  .dspMn .menuMb {
    display: none;
  }
  .dspMn .menuMbCls {
    z-index: 3000;
    display: block;
  }
  .dspMn,
  header.hdPf.dspMn {
    top: 0;
    left: 0;
    z-index: 2000;
    overflow: visible;
    overflow-x: auto;
    box-sizing: border-box;
    position: fixed !important;
    background: #ffffff;
    width: 100% !important;
    min-height: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
  .dspMn::after,
  header.hdPf.dspMn::after {
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: url(../lib/celina.svg) no-repeat -280px -200px;
    background-size: 1300px auto;
    width: 330px;
    height: 400px;
  }
  .dspMn nav {
    top: 0;
    overflow: hidden;
    display: block;
    z-index: 3000;
    position: relative;
    pointer-events: initial;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    min-height: 80vh;
    height: auto;
    margin: 20px 0 50px 0 !important;
    padding: 0;
    transition: all 0s;
  }
  .dspMn nav ul {
    z-index: 3000;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
  }
  .dspMn nav ul li {
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    margin: 3px 0;
  }
  .dspMn nav ul a {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 8px 15px;
  }
  header.hdPf nav ul li.lnkBtn a,
  header nav ul li.lnkBtn a {
    background-size: 24px auto;
    line-height: 40px;
    width: 100%;
    height: 55px;
    margin-top: 10px;
    padding: 5px 75px 5px 25px;
  }
  .contentInicio {
    margin: 60px 0 0 0;
  }
  .cntInicio {
    bottom: -80px;
    width: 90%;
    height: 560px;
  }
  .contentInicio .vid_dsck {
    display: none;
  }
  .contentInicio .vid_mob {
    display: block;
  }
  .bxInf {
    width: 100%;
    min-height: 250px;
  }
  .bxInf .bxPrc {
    top: -55px;
    font-size: 16px;
    border-radius: 20px 20px 0 20px;
    min-width: 160px;
    height: 60px;
    padding: 10px 15px 5px 18px;
  }
  .bxInf .bxPrc b {
    font-size: 36px;
  }
  .bxInf .bxPrc b span {
    font-size: 18px;
  }
  .contentInicio .bxInf .contIDs {
    font-size: 16px;
    line-height: 20px;
    padding: 40px 30px 30px 25px;
  }
  .contentInicio .bxInf h1 {
    font-size: 38px;
    line-height: 40px;
    margin: 2px 0 5px 0;
    padding: 10px 0;
  }
  .contentPrin {
    overflow: hidden;
    margin: 60px 0 0 0;
    padding: 0 0 30px 0;
  }
  .cntPrin {
    left: 50%;
    top: 0;
    width: 90%;
    height: 100%;
  }
  .contentPrin h1 {
    bottom: 18px;
    float: left;
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    border-radius: 0 10px 10px 10px;
    max-width: 156px;
    padding: 10px 14px 12px 12px;
  }
  .contentPrin h1.titCat {
    bottom: 0;
  }
  .contentPrin h1 a {
    top: -26px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 6px 6px 0 0;
    padding: 4px 15px;
  }
  .contentPrin h1.alOp {
    bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    border-radius: 0 10px 10px 10px;
    max-width: 150px;
    padding: 10px 14px 12px 14px;
  }
  .contentPrin h2 {
    font-size: 28px;
    line-height: 28px;
    width: 75%;
    margin: 5px 0;
    padding: 10px 0;
  }
  .contentPrin img {
    width: 150%;
    margin: 0 0 0 -25%;
  }
  .swiper-container.swipPrinc .bxDsc {
    top: auto;
    bottom: 50px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  .swiper-container.swipPrinc .bxDsc p {
    display: none;
  }
  .contentPrin .swiper-container.swipPrinc .imgDs {
    display: none;
  }
  .contentPrin .swiper-container.swipPrinc .imgMb {
    display: block;
  }
  .swiper-container.swipPrinc .swipCntCt {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .btnInf {
    display: block;
  }
  .cntForm {
    left: 0;
    z-index: 10;
    position: relative;
    width: 100%;
    height: auto;
    transform: translateX(0);
    padding: 40px 0;
  }
  .bxFrm {
    float: none;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .bxFrm .contFrm {
    width: 100%;
    padding: 10px;
  }
  .bxFrm .hdFrm {
    border-radius: 30px 30px 10px 30px;
    margin-top: 20px;
    padding: 10px 20px;
  }
  .bxFrm .hdFrm h2 {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 2px 0;
  }
  .bxFrm .hdFrm .hdImg {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
  }
  .bxFrm .hdFrm .hdTxt {
    width: calc(100% - 70px);
  }
  .cntCar {
    width: 90%;
    margin: 140px auto 20px auto;
  }
  .contentCar .bxDsc {
    width: 100%;
  }
  .contentCar .bxDsc p {
    padding: 0 10px;
  }
  .contentCar ul {
    text-align: center;
    margin: 15px 0;
  }
  .contentCon {
    min-height: 500px;
  }
  .cntCon {
    width: 90%;
    margin: 10px auto 20px auto;
    padding: 50px 0;
  }
  .contentCon .bxDsc {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .contentCon h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto 10px auto;
  }
  .contentCon h2 span {
    font-size: 30px;
  }
  .contentCon .cntImgG {
    border-radius: 15px;
    height: 370px;
    margin-top: 20px;
  }
  .content-div iframe,
  .content-div object,
  .content-div embed,
  .content-div video {
    border-radius: 15px;
    height: 370px;
  }
  .tabs {
    width: 250px;
    height: 50px;
    margin: 0 auto;
  }
  .swiper-container.swipItmR .swiper-button-next,
  .swiper-container.swipItmR .swiper-button-prev {
    top: 110px;
    width: 30px !important;
    height: 30px !important;
  }
  .swiper-container.swipItmR .swiper-button-next {
    right: 10px;
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-next:hover {
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-prev {
    left: 10px;
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-prev:hover {
    background-size: auto 10px;
  }
  .contentMapU {
    background-size: auto 180%;
    min-height: 500px;
  }
  .cntMapU {
    width: 90%;
    margin: 190px auto 60px auto;
  }
  .contentMapU h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 auto 10px auto;
  }
  .contentMapU h2 span {
    font-size: 34px;
  }
  .contentMapU .bxDsc {
    width: 100%;
    min-height: 405px;
    padding: 240px 0 80px 0;
  }
  .contentMapU .bxDsc .btn01 {
    float: none;
    font-size: 16px;
    line-height: 53px;
    width: 60%;
    height: 55px;
    margin: 40px auto 0 auto;
  }
  .contentMapU .bxImg {
    top: 70px;
    left: 25%;
    position: absolute;
    width: 50%;
  }
  .contentUb {
    min-height: 800px;
  }
  .cntUb {
    width: 90%;
    margin: 10px auto 20px auto;
    padding: 70px 0 30px 0;
  }
  .contentUb h2 {
    font-size: 30px;
    line-height: 34px;
    width: 30%;
    margin: 0 auto 20px auto;
  }
  .contentUb h2 span {
    font-size: 34px;
  }
  .contentUb ul {
    width: 65%;
    margin: 0 0 0 5%;
  }
  .contentUb ul li {
    background-size: 18px auto;
    width: 100%;
    margin: 5px 0;
    padding: 0 0 0 32px;
  }
  .contentUBtn {
    top: auto;
    bottom: -170px;
    width: 90%;
    height: 200px;
  }
  a.btnGm {
    font-size: 14px;
    line-height: 56px;
    /*background: @col0 url(../lib/logo-google-maps.jpg) no-repeat 158px center;*/
    background-position: 140px;
    background-size: auto 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 80%;
    height: 55px;
    margin-left: 10%;
    padding-left: 22px;
  }
  /*
    .contentUb .bxImg{
        padding-bottom: 60px;
    }*/
  .contentCli {
    min-height: 250px;
  }
  .cntCli {
    width: 90%;
    margin: 90px auto 30px auto;
  }
  ul.liClnt {
    width: 100%;
    height: auto;
  }
  ul.liClnt::after {
    display: none;
  }
  .contentCli h2 {
    font-size: 34px;
    line-height: 34px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .contentCli h2 span {
    font-size: 30px;
  }
  ul.liClnt li {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 320px;
    padding: 14px;
    margin: 20px 0;
    scale: 0.8;
  }
  ul.liClnt li:nth-child(1) {
    top: 0;
    left: 0;
    transition: none;
    position: relative;
    transform: translate(0, 0);
    margin: -80px 0 0 -145px;
    scale: 0.5;
  }
  ul.liClnt li:nth-child(2) {
    top: 0;
    left: 0;
    position: relative;
    transition: none;
    margin-top: -110px;
  }
  ul.liClnt li:nth-child(3) {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    margin-top: -10px;
    transition: none;
  }
  ul.liClnt li:nth-child(4) {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    margin-top: -80px;
    transition: none;
  }
  ul.liClnt {
    display: block;
    display: none;
  }
  .cntSwip {
    display: block;
  }
  .cntSwip {
    width: 90%;
    height: 680px;
    margin: 100px auto 20px auto;
  }
  .cntSwip .swiper-slide {
    height: 598px;
  }
  .contentGlp {
    font-size: 15px;
    line-height: 20px;
    background: #ffffff;
    width: 100%;
    min-height: 580px;
  }
  .contentGlp img {
    bottom: 0;
    left: 60%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
  .cntGlp {
    width: 90%;
    margin: 100px auto 160px auto;
  }
  .cntGlp .bxDsc {
    /*background: fade(@col2, 95%) url(../lib/logo-grupo-paz.png) no-repeat 420px 35px;*/
    background-position: center 40px;
    background-size: 100px auto;
    border-radius: 20px;
    width: 100%;
    min-height: 405px;
    padding: 100px 35px 40px 35px;
  }
  .cntGlp .bxDsc h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    width: 100%;
    margin: 20px auto 10px auto;
  }
  .cntFooter {
    width: 90%;
    min-height: 375px;
    margin: 65px auto 30px auto;
    padding: 10px 30px 40px 30px;
  }
  footer p {
    margin: 10px auto;
  }
  footer a.logo {
    background-size: 110px auto !important;
    width: 160px !important;
    height: 110px !important;
    margin: 20px auto !important;
  }
  footer .bxLgRs {
    float: none;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  ul.liRS {
    float: none;
    width: auto;
    margin: 10px auto 0 auto;
  }
  ul.liRS li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px;
  }
  footer .bxMInst {
    display: none;
    width: 100%;
    margin: 50px 0 0 0;
  }
  a.byLogos:link,
  a.byLogos:visited {
    margin: -15px 0 5px 0;
  }
  .contentIn {
    width: 100%;
    min-height: 1010px;
  }
  .cntIn {
    width: 90%;
    margin: 0 auto 80px auto;
  }
  .cntIn.int {
    width: 90%;
    margin: 40px auto 80px auto;
  }
  .cntIn.int h1 {
    font-size: 32px;
    line-height: 32px;
    width: 90%;
    margin: 50px auto 10px auto;
  }
  .contentIn h2 {
    font-size: 32px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .contentIn h2 span {
    font-size: 30px;
  }
  .cntIn.int img {
    width: 100%;
    height: auto;
  }
  .cntFlt {
    float: none;
    width: 100%;
    margin: 20px auto -35px auto;
  }
  ul.liPry {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 50px 0 30px 0;
  }
  ul.liPry li {
    width: 95%;
    margin: 0 2.5% 30px 2.5%;
  }
  ul.liPry a.bxImg {
    border-radius: 15px;
  }
  ul.liPry .bxTxt {
    margin: 10px 0 20px 0;
    padding: 0 10px;
  }
  ul.liPry a.nmP {
    font-size: 22px;
    line-height: 22px;
    background: url(../lib/ar-rgt-r.svg) no-repeat 120% center;
    background-size: 28px auto;
    padding: 5px 0;
  }
  ul.liPry li.Ncl .bxTxt {
    top: 110px;
    width: 100%;
    padding: 0;
  }
  ul.liPry li.Ncl .bxImg {
    border-radius: 30px 0 30px 30px;
  }
  ul.liPry li.Ncl .bxImg img {
    float: left;
    display: block;
    width: 140%;
    height: auto;
    margin: 0;
  }
  ul.liPry li.Ncl::after {
    right: 18px;
    bottom: -18px;
    background-size: auto 34px;
    width: 60px;
    height: 60px;
  }
  ul.liPry li.Ncl .txtDsc {
    float: right;
    font-size: 16px;
    line-height: 20px;
    border-radius: 20px 0 20px 20px;
    width: 90%;
    margin-bottom: 5px;
    padding: 20px;
  }
  ul.liPry li.Ncl b {
    font-size: 15px;
    line-height: 18px;
    padding: 0 20px 0 40px;
  }
  ul.liPry li.Ncl .small {
    font-size: 10px;
    line-height: 18px;
    padding: 0 20px 0 40px;
  }
  ul.liPry li.itmPrnc {
    width: 95%;
    margin: 0 2.5% 50px 2.5%;
  }
  ul.liPry li.itmPrnc a.bxImg {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.liPry a.bxImg .bxTg,
  ul.liPry a.bxImg .bxTg:hover {
    top: 0;
    left: 0;
    scale: 0.75;
  }
  ul.liPry li.itmPrnc a.bxImg .bxTg,
  ul.liPry li.itmPrnc a.bxImg .bxTg:hover {
    top: 10px;
    left: 10px;
    font-size: 11px;
    line-height: 12px;
    background-size: 80px auto;
    width: 80px;
    height: 80px;
    padding: 30px 0 10px 0;
  }
  ul.liPry li.itmPrnc .bxTxt {
    width: 100%;
    margin: 20px 0;
    padding: 20px 0 0 0;
  }
  ul.liPry li.itmPrnc a.nmP {
    font-size: 28px;
    line-height: 28px;
    margin: 4px 0 12px 0;
  }
  ul.liPry li.itmPrnc .bxTxt .small {
    left: 0;
  }
  .contentPry {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    min-height: 1010px;
  }
  .cntPry {
    width: 90%;
    margin: 60px auto;
  }
  ul.liNt {
    font-size: 16px;
    line-height: 24px;
    margin: 50px 0 30px 0;
  }
  ul.liNt li {
    width: 95%;
    margin: 0 2.5% 30px 2.5%;
    padding: 0;
  }
  ul.liNt li.itmLst {
    margin-right: 0;
  }
  ul.liNt li:after {
    display: none;
  }
  ul.liNt a.bxImg {
    border-radius: 20px;
  }
  ul.liNt .bxTxt {
    width: 100%;
    margin: 20px 0;
    padding: 0 15px;
  }
  ul.liNt .txtDsc {
    width: 100%;
  }
  ul.liNt a.nmP {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 5px 0;
  }
  ul.liNt .bxTxt .small {
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  ul.liNt li.itmPrnc {
    width: 95%;
    margin: 0 2.5% 50px 2.5%;
  }
  ul.liNt li.itmPrnc a.bxImg {
    width: 100%;
    margin: 0;
  }
  ul.liNt li.itmPrnc a.bxImg .bxTg,
  ul.liNt li.itmPrnc a.bxImg .bxTg:hover {
    top: 15px;
    left: 15px;
    font-size: 16px;
    line-height: 16px;
    background-size: 100px auto;
    width: 100px;
    height: 100px;
    padding: 30px 0 10px 0;
  }
  ul.liNt li.itmPrnc .bxTxt {
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 20px 0 0 10px;
  }
  ul.liNt li.itmPrnc .bxTxt .small {
    line-height: 19px;
  }
  ul.liNt li.itmPrnc a.nmP {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 10px 0;
    padding: 2px 0 5px 0;
  }
  ul.liNt a.lnkBtn {
    font-size: 16px;
    border-radius: 6px;
    margin-top: 20px;
    padding: 13px 70px;
  }
  ul.liNos li {
    width: 95%;
    margin: 0 2.5% 70px 2.5%;
  }
  ul.liNos .bxTxt {
    margin: 15px 0 20px 0;
    padding: 0 10px;
  }
  ul.li_doc_adj li {
    width: 100%;
    margin: 20px 0;
  }
  .cntVid {
    border-radius: 20px;
  }
  .video-button-block_icon {
    background-size: auto 30px;
    width: 60px;
    height: 60px;
  }
  .cntGall {
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px auto;
  }
  .parent {
    float: left;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }
  .parent a {
    float: left;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    width: 100%;
  }
  .parent img {
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 65% !important;
    margin: 0 !important;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 3;
    position: relative;
    overflow: hidden;
    height: 250px;
  }
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div3 {
    grid-area: 2 / 2 / 3 / 3;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div4 {
    grid-area: 3 / 1 / 4 / 2;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div5 {
    grid-area: 3 / 2 / 4 / 3;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .cntClA {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .cntClA h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    padding: 6px 0;
  }
  .cntClB {
    width: 100%;
  }
  .cntClB h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    padding: 6px 0;
  }
  .cntClB .formA fieldset {
    width: 100%;
  }
  .fr-video {
    margin: 10px 0 30px 0;
  }
  img.fr-fic {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .pPrc {
    font-size: 18px;
    line-height: 22px;
  }
  .bxDatTn {
    margin: 70px 0 -50px 0;
  }
  .formA.Cnt fieldset {
    width: 100%;
  }
  .formA select,
  .formA input,
  .formA textarea,
  .formA select:focus,
  .formA input:focus,
  .formA textarea:focus {
    font-size: 100%;
  }
  .cntMsj {
    font-size: 16px;
    line-height: 20px;
    margin: 60px 0 100px 0;
    padding: 30px;
  }
  .bxUpl .filedrag {
    font-size: 13px;
    line-height: 30px;
    text-align: left;
    /* float: left;
        display: block;
        box-sizing: border-box;
        color:#92a1a9;
        background: #ffffff url(../lib/ico-upload.svg) no-repeat 32px center;
        background-size: 35px auto;
        border: 2px dashed #ccd3d7;
        border-radius: 5px;*/
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px 20px 90px;
  }
  .bxUpl progress {
    width: 100%;
  }
  ul.doc2 {
    width: 100%;
    max-width: 100%;
  }
  ul.doc2 li {
    padding: 5px 2% 5px 3%;
  }
  ul.doc2 li .imgCnt {
    margin: 6px 0 5px 0;
  }
  ul.doc2 li .inFil {
    margin-top: 25px;
  }
  ul.doc2 li .adjPdf ico {
    background-size: auto 40px;
    height: 60px;
    margin: 0 0 10px 0;
  }
  ul.doc2 li .adjStl .txt-desc {
    text-align: left;
    width: calc(100% - 60px);
  }
  ul.liTn .bxTit {
    width: 100%;
    margin-right: 0;
    padding: 8px 0 5px 0;
  }
  ul.liTn .bxTxt {
    width: 100%;
    padding: 2px 0 18px 0;
  }
  ul.liTn .lnkBtn {
    float: left;
    width: 160px;
    margin: 0 0 10px 0;
    padding: 10px 0;
  }
  ul.pag li {
    display: none;
    margin: 0 10px;
  }
  ul.pag li.pact,
  ul.pag li.txtL {
    display: block;
  }
  img.fr-fic {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .zzomIn {
    width: 300px;
    height: 230px;
    margin: 50px auto;
  }
}
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 321px) and (max-width: 736px) {
  a.btnWhatsapp:link,
  a.btnWhatsapp:visited {
    bottom: 60px;
    right: 5px;
    width: 55px;
    height: 55px;
  }
  .btnWhatsapp::after {
    background-size: 55px auto;
    width: 55px;
    height: 55px;
  }
  .cntMod {
    width: 80%;
    margin: 80px auto 100px auto;
  }
  .contentMod h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .cntMod img {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .vidEmb {
    padding-bottom: 60%;
  }
  .contentMod .vidEmbIt {
    left: 0;
    width: 100%;
    border-radius: 20px;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 54px auto;
    width: 66px;
    height: 56px;
    margin: 0 0 0 5px;
  }
  header.hdPf a.logo:link {
    background-size: 44px auto;
    width: 52px;
    height: 45px;
    margin: 2px 0 0 15px;
  }
  .dspMn a.logo:link,
  header.hdPf.dspMn a.logo:link {
    display: none;
  }
  header.hdPf .menuMb {
    background-size: 26px auto;
    width: 44px;
    height: 40px;
    margin-top: 7px;
  }
  header {
    height: 60px;
  }
  header.hdPf {
    height: 50px;
  }
  header .cntHeader {
    margin: 2px auto;
    padding: 0 10px;
  }
  header.hdPf .cntHeader {
    margin: 0 auto;
    padding: 0 5px;
  }
  nav {
    display: none;
  }
  header.hdPf .btnInf {
    font-size: 11px;
    width: 110px;
    margin: 8px 4px 0 0;
    padding: 6px 0;
  }
  .dspMn .btnInf,
  header.hdPf.dspMn .btnInf {
    display: none;
  }
  .menuMb {
    display: block;
  }
  .menuMbCls {
    display: none;
  }
  .dspMn .menuMb {
    display: none;
  }
  .dspMn .menuMbCls {
    z-index: 3000;
    display: block;
  }
  .dspMn,
  header.hdPf.dspMn {
    top: 0;
    left: 0;
    z-index: 2000;
    overflow: visible;
    overflow-x: auto;
    box-sizing: border-box;
    position: fixed !important;
    background: #ffffff;
    width: 100% !important;
    min-height: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
  .dspMn::after,
  header.hdPf.dspMn::after {
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: url(../lib/celina.svg) no-repeat -280px -200px;
    background-size: 1300px auto;
    width: 330px;
    height: 400px;
  }
  .dspMn nav {
    top: 0;
    overflow: hidden;
    display: block;
    z-index: 3000;
    position: relative;
    pointer-events: initial;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    min-height: 80vh;
    height: auto;
    margin: 20px 0 50px 0 !important;
    padding: 0;
    transition: all 0s;
  }
  .dspMn nav ul {
    z-index: 3000;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
  }
  .dspMn nav ul li {
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    margin: 3px 0;
  }
  .dspMn nav ul a {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 8px 15px;
  }
  header.hdPf nav ul li.lnkBtn a,
  header nav ul li.lnkBtn a {
    background-size: 24px auto;
    line-height: 40px;
    width: 100%;
    height: 55px;
    margin-top: 10px;
    padding: 5px 75px 5px 25px;
  }
  .contentInicio {
    margin: 60px 0 0 0;
  }
  .cntInicio {
    bottom: -80px;
    width: 88%;
    height: 560px;
  }
  .contentInicio .vid_dsck {
    display: none;
  }
  .contentInicio .vid_mob {
    display: block;
  }
  .bxInf {
    width: 100%;
    min-height: 250px;
  }
  .bxInf .bxPrc {
    top: -55px;
    font-size: 16px;
    border-radius: 20px 20px 0 20px;
    min-width: 160px;
    height: 60px;
    padding: 10px 15px 5px 18px;
  }
  .bxInf .bxPrc b {
    font-size: 36px;
  }
  .bxInf .bxPrc b span {
    font-size: 18px;
  }
  .contentInicio .bxInf .contIDs {
    font-size: 16px;
    line-height: 20px;
    padding: 40px 30px 30px 25px;
  }
  .contentInicio .bxInf h1 {
    font-size: 38px;
    line-height: 40px;
    margin: 2px 0 5px 0;
    padding: 10px 0;
  }
  .contentPrin {
    overflow: hidden;
    margin: 60px 0 0 0;
    padding: 0 0 30px 0;
  }
  .cntPrin {
    left: 50%;
    top: 0;
    width: 88%;
    height: 100%;
  }
  .contentPrin h1 {
    bottom: 18px;
    float: left;
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    border-radius: 0 10px 10px 10px;
    max-width: 156px;
    padding: 10px 14px 12px 12px;
  }
  .contentPrin h1.titCat {
    bottom: 0;
  }
  .contentPrin h1 a {
    top: -26px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 6px 6px 0 0;
    padding: 4px 15px;
  }
  .contentPrin h1.alOp {
    bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    border-radius: 0 10px 10px 10px;
    max-width: 150px;
    padding: 10px 14px 12px 14px;
  }
  .contentPrin h2 {
    font-size: 28px;
    line-height: 28px;
    width: 75%;
    margin: 5px 0;
    padding: 10px 0;
  }
  .contentPrin img {
    width: 150%;
    margin: 0 0 0 -25%;
  }
  .swiper-container.swipPrinc .bxDsc {
    top: auto;
    bottom: 50px;
    left: 50%;
    width: 88%;
    transform: translateX(-50%);
  }
  .swiper-container.swipPrinc .bxDsc p {
    display: none;
  }
  .contentPrin .swiper-container.swipPrinc .imgDs {
    display: none;
  }
  .contentPrin .swiper-container.swipPrinc .imgMb {
    display: block;
  }
  .swiper-container.swipPrinc .swipCntCt {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .btnInf {
    display: block;
  }
  .cntForm {
    left: 0;
    z-index: 10;
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
    transform: translateX(0);
    padding: 40px 0;
  }
  .bxFrm {
    float: none;
    width: 88%;
    height: auto;
    margin: 0 auto;
  }
  .bxFrm .contFrm {
    width: 100%;
    padding: 10px;
  }
  .bxFrm .hdFrm {
    border-radius: 30px 30px 10px 30px;
    margin-top: 20px;
    padding: 10px 20px;
  }
  .bxFrm .hdFrm h2 {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 2px 0;
  }
  .bxFrm .hdFrm .hdImg {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
  }
  .bxFrm .hdFrm .hdTxt {
    width: calc(100% - 70px);
  }
  .cntCar {
    width: 88%;
    margin: 140px auto 20px auto;
  }
  .contentCar .bxDsc {
    width: 100%;
  }
  .contentCar .bxDsc p {
    padding: 0 10px;
  }
  .contentCar ul {
    text-align: center;
    margin: 15px 0;
  }
  .contentCar ul li {
    width: 45.75%;
    height: auto;
    margin: 0 8% 30px 0;
  }
  .contentCar ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contentCar ul li icon {
    width: 100%;
    height: auto;
    margin: 0 0 11px 0;
  }
  .contentCon {
    min-height: 500px;
  }
  .cntCon {
    width: 88%;
    margin: 10px auto 20px auto;
    padding: 50px 0;
  }
  .contentCon .bxDsc {
    width: 100%;
  }
  .contentCon h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto 10px auto;
  }
  .contentCon h2 span {
    font-size: 30px;
  }
  .contentCon .cntImgG {
    border-radius: 15px;
    height: 280px;
    margin-top: 20px;
  }
  .content-div iframe,
  .content-div object,
  .content-div embed,
  .content-div video {
    border-radius: 15px;
    height: 210px;
  }
  .tabs {
    bottom: 0;
    width: 250px;
    height: 50px;
    margin: 0 auto;
  }
  .swiper-container.swipItmR .swiper-button-next,
  .swiper-container.swipItmR .swiper-button-prev {
    top: 110px;
    width: 30px !important;
    height: 30px !important;
  }
  .swiper-container.swipItmR .swiper-button-next {
    right: 10px;
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-next:hover {
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-prev {
    left: 10px;
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-prev:hover {
    background-size: auto 10px;
  }
  .contentMapU {
    background-size: auto 150%;
    min-height: 400px;
  }
  .cntMapU {
    width: 88%;
    margin: 190px auto 30px auto;
  }
  .contentMapU h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 auto 10px auto;
  }
  .contentMapU h2 span {
    font-size: 34px;
  }
  .contentMapU .bxDsc {
    width: 100%;
    min-height: 405px;
    padding: 150px 0 80px 0;
  }
  .contentMapU .bxDsc .btn01 {
    float: none;
    font-size: 16px;
    line-height: 53px;
    width: 60%;
    height: 55px;
    margin: 40px auto 0 auto;
  }
  .contentMapU .bxImg {
    top: 80px;
    left: 15%;
    position: absolute;
    width: 70%;
  }
  .contentUb {
    min-height: 800px;
  }
  .cntUb {
    width: 88%;
    margin: 10px auto 20px auto;
    padding: 70px 0 30px 0;
  }
  .contentUb h2 {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .contentUb h2 span {
    font-size: 34px;
  }
  .contentUb ul {
    width: 100%;
    margin: 0;
  }
  .contentUb ul li {
    background-size: 18px auto;
    width: 100%;
    margin: 5px 0;
    padding: 0 0 0 32px;
  }
  .contentUBtn {
    top: auto;
    bottom: -170px;
    width: 88%;
    height: 200px;
  }
  a.btnGm {
    font-size: 14px;
    line-height: 56px;
    /*background: @col0 url(../lib/logo-google-maps.jpg) no-repeat 158px center;*/
    background-position: 140px;
    background-size: auto 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 80%;
    height: 55px;
    margin-left: 10%;
    padding-left: 22px;
  }
  /*
    .contentUb .bxImg{
        padding-bottom: 60px;
    }*/
  .contentCli {
    min-height: 250px;
  }
  .cntCli {
    width: 88%;
    margin: 90px auto 30px auto;
  }
  ul.liClnt {
    width: 100%;
    height: auto;
  }
  ul.liClnt::after {
    display: none;
  }
  .contentCli h2 {
    font-size: 34px;
    line-height: 34px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .contentCli h2 span {
    font-size: 30px;
  }
  ul.liClnt li {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 320px;
    padding: 14px;
    margin: 20px 0;
    scale: 0.8;
  }
  ul.liClnt li:nth-child(1) {
    top: 0;
    left: 0;
    transition: none;
    position: relative;
    transform: translate(0, 0);
    margin: -80px 0 0 -145px;
    scale: 0.5;
  }
  ul.liClnt li:nth-child(2) {
    top: 0;
    left: 0;
    position: relative;
    transition: none;
    margin-top: -110px;
  }
  ul.liClnt li:nth-child(3) {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    margin-top: -10px;
    transition: none;
  }
  ul.liClnt li:nth-child(4) {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    margin-top: -80px;
    transition: none;
  }
  ul.liClnt {
    display: block;
    display: none;
  }
  .cntSwip {
    display: block;
  }
  .contentGlp {
    font-size: 15px;
    line-height: 20px;
    background: #ffffff;
    width: 100%;
    min-height: 580px;
  }
  .contentGlp img {
    bottom: 0;
    left: 70%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
  .cntGlp {
    width: 88%;
    margin: 100px auto 160px auto;
  }
  .cntGlp .bxDsc {
    /*background: fade(@col2, 95%) url(../lib/logo-grupo-paz.png) no-repeat 420px 35px;*/
    background-position: center 40px;
    background-size: 100px auto;
    border-radius: 20px;
    width: 100%;
    min-height: 405px;
    padding: 100px 35px 40px 35px;
  }
  .cntGlp .bxDsc h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    width: 100%;
    margin: 20px auto 10px auto;
  }
  .cntFooter {
    width: 88%;
    min-height: 375px;
    margin: 65px auto 30px auto;
    padding: 10px 30px 40px 30px;
  }
  footer p {
    margin: 10px auto;
  }
  footer a.logo {
    background-size: 110px auto !important;
    width: 160px !important;
    height: 110px !important;
    margin: 20px auto !important;
  }
  footer .bxLgRs {
    float: none;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  ul.liRS {
    float: none;
    width: auto;
    margin: 10px auto 0 auto;
  }
  ul.liRS li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px;
  }
  footer .bxMInst {
    display: none;
    width: 100%;
    margin: 50px 0 0 0;
  }
  a.byLogos:link,
  a.byLogos:visited {
    margin: -15px 0 5px 0;
  }
  .contentIn {
    width: 100%;
    min-height: 1010px;
  }
  .cntIn {
    width: 88%;
    margin: 0 auto 80px auto;
  }
  .cntIn.int {
    width: 88%;
    margin: 40px auto 80px auto;
  }
  .cntIn.int h1 {
    font-size: 32px;
    line-height: 32px;
    width: 90%;
    margin: 50px auto 10px auto;
  }
  .contentIn h2 {
    font-size: 32px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .contentIn h2 span {
    font-size: 30px;
  }
  .cntIn.int img {
    width: 100%;
    height: auto;
  }
  .cntFlt {
    float: none;
    width: 95%;
    margin: 20px auto -35px auto;
  }
  .cntFlt .formA label {
    float: left;
    display: block;
    text-align: center;
    width: 100%;
    padding: 9px 0;
  }
  .cntFlt .formA select {
    float: none;
    width: 230px;
    height: 45px;
    margin: 14px auto;
    padding: 6px 10px 6px 25px;
  }
  ul.liPry {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 50px 0 30px 0;
  }
  ul.liPry li {
    width: 95%;
    margin: 0 2.5% 30px 2.5%;
  }
  ul.liPry a.bxImg {
    border-radius: 15px;
  }
  ul.liPry .bxTxt {
    margin: 10px 0 20px 0;
    padding: 0 10px;
  }
  ul.liPry a.nmP {
    font-size: 22px;
    line-height: 22px;
    background: url(../lib/ar-rgt-r.svg) no-repeat 120% center;
    background-size: 28px auto;
    padding: 5px 0;
  }
  ul.liPry li.Ncl .bxTxt {
    top: 110px;
    width: 100%;
    padding: 0;
  }
  ul.liPry li.Ncl .bxImg {
    border-radius: 30px 0 30px 30px;
  }
  ul.liPry li.Ncl .bxImg img {
    float: left;
    display: block;
    width: 140%;
    height: auto;
    margin: 0;
  }
  ul.liPry li.Ncl::after {
    right: 18px;
    bottom: -18px;
    background-size: auto 34px;
    width: 60px;
    height: 60px;
  }
  ul.liPry li.Ncl .txtDsc {
    float: right;
    font-size: 16px;
    line-height: 20px;
    border-radius: 20px 0 20px 20px;
    width: 90%;
    margin-bottom: 5px;
    padding: 20px;
  }
  ul.liPry li.Ncl b {
    font-size: 15px;
    line-height: 18px;
    padding: 0 20px 0 40px;
  }
  ul.liPry li.Ncl .small {
    font-size: 10px;
    line-height: 18px;
    padding: 0 20px 0 40px;
  }
  ul.liPry li.itmPrnc {
    width: 95%;
    margin: 0 2.5% 50px 2.5%;
  }
  ul.liPry li.itmPrnc a.bxImg {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.liPry a.bxImg .bxTg,
  ul.liPry a.bxImg .bxTg:hover {
    top: 0;
    left: 0;
    scale: 0.75;
  }
  ul.liPry li.itmPrnc a.bxImg .bxTg,
  ul.liPry li.itmPrnc a.bxImg .bxTg:hover {
    top: 10px;
    left: 10px;
    font-size: 11px;
    line-height: 12px;
    background-size: 80px auto;
    width: 80px;
    height: 80px;
    padding: 30px 0 10px 0;
  }
  ul.liPry li.itmPrnc .bxTxt {
    width: 100%;
    margin: 20px 0;
    padding: 20px 0 0 0;
  }
  ul.liPry li.itmPrnc a.nmP {
    font-size: 28px;
    line-height: 28px;
    margin: 4px 0 12px 0;
  }
  ul.liPry li.itmPrnc .bxTxt .small {
    left: 0;
  }
  ul.liPry a.lnkBtn {
    font-size: 14px;
    background: url(../lib/ar-rgt-r.svg) no-repeat 90% center;
    background-size: 28px auto;
    border-radius: 6px;
    width: 88%;
    height: 60px;
    margin-top: 30px;
    padding: 16px 95px 14px 25px;
  }
  ul.liPry a.lnkBtn:hover {
    background: url(../lib/ar-rgt-r.svg) no-repeat 85% center;
    background-size: 28px auto;
  }
  .contentPry {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    min-height: 1010px;
  }
  .cntPry {
    width: 88%;
    margin: 60px auto;
  }
  ul.liNt {
    font-size: 16px;
    line-height: 24px;
    margin: 50px 0 30px 0;
  }
  ul.liNt li {
    width: 95%;
    margin: 0 2.5% 30px 2.5%;
    padding: 0;
  }
  ul.liNt li.itmLst {
    margin-right: 0;
  }
  ul.liNt li:after {
    display: none;
  }
  ul.liNt a.bxImg {
    border-radius: 20px;
  }
  ul.liNt .bxTxt {
    width: 100%;
    margin: 20px 0;
    padding: 0 15px;
  }
  ul.liNt .txtDsc {
    width: 100%;
  }
  ul.liNt a.nmP {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 5px 0;
  }
  ul.liNt .bxTxt .small {
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  ul.liNt li.itmPrnc {
    width: 95%;
    margin: 0 2.5% 50px 2.5%;
  }
  ul.liNt li.itmPrnc a.bxImg {
    width: 100%;
    margin: 0;
  }
  ul.liNt li.itmPrnc a.bxImg .bxTg,
  ul.liNt li.itmPrnc a.bxImg .bxTg:hover {
    top: 15px;
    left: 15px;
    font-size: 16px;
    line-height: 16px;
    background-size: 100px auto;
    width: 100px;
    height: 100px;
    padding: 30px 0 10px 0;
  }
  ul.liNt li.itmPrnc .bxTxt {
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 20px 0 0 10px;
  }
  ul.liNt li.itmPrnc .bxTxt .small {
    line-height: 19px;
  }
  ul.liNt li.itmPrnc a.nmP {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 10px 0;
    padding: 2px 0 5px 0;
  }
  ul.liNt a.lnkBtn {
    font-size: 16px;
    border-radius: 6px;
    margin-top: 20px;
    padding: 13px 70px;
  }
  ul.liNos li {
    width: 95%;
    margin: 0 2.5% 70px 2.5%;
  }
  ul.liNos .bxTxt {
    margin: 15px 0 20px 0;
    padding: 0 10px;
  }
  ul.li_doc_adj li {
    width: 100%;
    margin: 20px 0;
  }
  .cntVid {
    border-radius: 20px;
  }
  .video-button-block_icon {
    background-size: auto 30px;
    width: 60px;
    height: 60px;
  }
  .cntGall {
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px auto;
  }
  .parent {
    float: left;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }
  .parent a {
    float: left;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    width: 100%;
  }
  .parent img {
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 65% !important;
    margin: 0 !important;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 3;
    position: relative;
    overflow: hidden;
    height: 250px;
  }
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div3 {
    grid-area: 2 / 2 / 3 / 3;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div4 {
    grid-area: 3 / 1 / 4 / 2;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div5 {
    grid-area: 3 / 2 / 4 / 3;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .cntClA {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .cntClA h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    padding: 6px 0;
  }
  .cntClB {
    width: 100%;
  }
  .cntClB h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    padding: 6px 0;
  }
  .cntClB .formA fieldset {
    width: 100%;
  }
  .cntClB .formA p {
    width: 100%;
    margin: 1px 0 15px 0;
    padding: 24px 0 5px 0;
  }
  .cntClB .formA p.pB {
    width: 100%;
    margin: 1px 0 20px 0;
  }
  .cntClB .formA .button {
    float: none;
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .fr-video {
    margin: 10px 0 30px 0;
  }
  img.fr-fic {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .pPrc {
    font-size: 18px;
    line-height: 22px;
  }
  .bxDatTn {
    margin: 70px 0 -50px 0;
  }
  .formA.Cnt fieldset {
    width: 100%;
  }
  .formA.Cnt p,
  .formA p {
    width: 100%;
    margin: 1px 0 32px 0;
    padding: 24px 0 5px 0;
  }
  .formA.Cnt p.pB,
  .formA p.pB {
    width: 100%;
    margin: 1px 0 20px 0;
  }
  .formA.Cnt .button {
    width: 100%;
  }
  .formA.Cnt .lbMd {
    padding: 45px 0 5px 0;
  }
  .formA select,
  .formA input,
  .formA textarea,
  .formA select:focus,
  .formA input:focus,
  .formA textarea:focus {
    font-size: 100%;
  }
  .cntMsj {
    font-size: 16px;
    line-height: 20px;
    margin: 60px 0 100px 0;
    padding: 30px;
  }
  .bxUpl .filedrag {
    font-size: 13px;
    line-height: 30px;
    text-align: left;
    /* float: left;
        display: block;
        box-sizing: border-box;
        color:#92a1a9;
        background: #ffffff url(../lib/ico-upload.svg) no-repeat 32px center;
        background-size: 35px auto;
        border: 2px dashed #ccd3d7;
        border-radius: 5px;*/
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px 20px 90px;
  }
  .bxUpl progress {
    width: 100%;
  }
  ul.doc2 {
    width: 100%;
    max-width: 100%;
  }
  ul.doc2 li {
    padding: 5px 2% 5px 3%;
  }
  ul.doc2 li .imgCnt {
    margin: 6px 0 5px 0;
  }
  ul.doc2 li .inFil {
    margin-top: 25px;
  }
  ul.doc2 li .adjPdf ico {
    background-size: auto 40px;
    height: 60px;
    margin: 0 0 10px 0;
  }
  ul.doc2 li .adjStl .txt-desc {
    text-align: left;
    width: calc(100% - 60px);
  }
  ul.liTn .bxTit {
    width: 100%;
    margin-right: 0;
    padding: 8px 0 5px 0;
  }
  ul.liTn .bxTxt {
    width: 100%;
    padding: 2px 0 18px 0;
  }
  ul.liTn .lnkBtn {
    float: left;
    width: 160px;
    margin: 0 0 10px 0;
    padding: 10px 0;
  }
  ul.pag li {
    display: none;
    margin: 0 10px;
  }
  ul.pag li.pact,
  ul.pag li.txtL {
    display: block;
  }
  img.fr-fic {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .zzomIn {
    width: 300px;
    height: 230px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 320px) {
  a.btnWhatsapp:link,
  a.btnWhatsapp:visited {
    bottom: 60px;
    right: 5px;
    width: 55px;
    height: 55px;
  }
  .btnWhatsapp::after {
    background-size: 55px auto;
    width: 55px;
    height: 55px;
  }
  .cntMod {
    width: 80%;
    margin: 80px auto 100px auto;
  }
  .contentMod h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .cntMod img {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .vidEmb {
    padding-bottom: 60%;
  }
  .contentMod .vidEmbIt {
    left: 0;
    width: 100%;
    border-radius: 20px;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 54px auto;
    width: 66px;
    height: 56px;
    margin: 0 0 0 5px;
  }
  header.hdPf a.logo:link {
    background-size: 44px auto;
    width: 52px;
    height: 45px;
    margin: 2px 0 0 15px;
  }
  .dspMn a.logo:link,
  header.hdPf.dspMn a.logo:link {
    display: none;
  }
  header.hdPf .menuMb {
    background-size: 26px auto;
    width: 44px;
    height: 40px;
    margin-top: 7px;
  }
  header {
    height: 60px;
  }
  header.hdPf {
    height: 50px;
  }
  header .cntHeader {
    margin: 2px auto;
    padding: 0 10px;
  }
  header.hdPf .cntHeader {
    margin: 0 auto;
    padding: 0 5px;
  }
  nav {
    display: none;
  }
  header.hdPf .btnInf {
    font-size: 11px;
    width: 110px;
    margin: 8px 4px 0 0;
    padding: 6px 0;
  }
  .dspMn .btnInf,
  header.hdPf.dspMn .btnInf {
    display: none;
  }
  .menuMb {
    display: block;
  }
  .menuMbCls {
    display: none;
  }
  .dspMn .menuMb {
    display: none;
  }
  .dspMn .menuMbCls {
    z-index: 3000;
    display: block;
  }
  .dspMn,
  header.hdPf.dspMn {
    top: 0;
    left: 0;
    z-index: 2000;
    overflow: visible;
    overflow-x: auto;
    box-sizing: border-box;
    position: fixed !important;
    background: #ffffff;
    width: 100% !important;
    min-height: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
  .dspMn::after,
  header.hdPf.dspMn::after {
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: url(../lib/celina.svg) no-repeat -280px -200px;
    background-size: 1300px auto;
    width: 330px;
    height: 400px;
  }
  .dspMn nav {
    top: 0;
    overflow: hidden;
    display: block;
    z-index: 3000;
    position: relative;
    pointer-events: initial;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    min-height: 80vh;
    height: auto;
    margin: 20px 0 50px 0 !important;
    padding: 0;
    transition: all 0s;
  }
  .dspMn nav ul {
    z-index: 3000;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
  }
  .dspMn nav ul li {
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    margin: 3px 0;
  }
  .dspMn nav ul a {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 8px 15px;
  }
  header.hdPf nav ul li.lnkBtn a,
  header nav ul li.lnkBtn a {
    background-size: 24px auto;
    line-height: 40px;
    width: 100%;
    height: 55px;
    margin-top: 10px;
    padding: 5px 75px 5px 25px;
  }
  .contentInicio {
    margin: 60px 0 0 0;
  }
  .cntInicio {
    bottom: -80px;
    width: 88%;
    height: 560px;
  }
  .contentInicio .vid_dsck {
    display: none;
  }
  .contentInicio .vid_mob {
    display: block;
  }
  .bxInf {
    width: 100%;
    min-height: 250px;
  }
  .bxInf .bxPrc {
    top: -55px;
    font-size: 16px;
    border-radius: 20px 20px 0 20px;
    min-width: 160px;
    height: 60px;
    padding: 10px 15px 5px 18px;
  }
  .bxInf .bxPrc b {
    font-size: 36px;
  }
  .bxInf .bxPrc b span {
    font-size: 18px;
  }
  .contentInicio .bxInf .contIDs {
    font-size: 16px;
    line-height: 20px;
    padding: 40px 30px 30px 25px;
  }
  .contentInicio .bxInf h1 {
    font-size: 38px;
    line-height: 40px;
    margin: 2px 0 5px 0;
    padding: 10px 0;
  }
  .contentPrin {
    overflow: hidden;
    margin: 60px 0 0 0;
    padding: 0 0 30px 0;
  }
  .cntPrin {
    left: 50%;
    top: 0;
    width: 88%;
    height: 100%;
  }
  .contentPrin h1 {
    bottom: 18px;
    float: left;
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    border-radius: 0 10px 10px 10px;
    max-width: 156px;
    padding: 10px 14px 12px 12px;
  }
  .contentPrin h1.titCat {
    bottom: 0;
  }
  .contentPrin h1 a {
    top: -26px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 6px 6px 0 0;
    padding: 4px 15px;
  }
  .contentPrin h1.alOp {
    bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    border-radius: 0 10px 10px 10px;
    max-width: 150px;
    padding: 10px 14px 12px 14px;
  }
  .contentPrin h2 {
    font-size: 28px;
    line-height: 28px;
    width: 75%;
    margin: 5px 0;
    padding: 10px 0;
  }
  .contentPrin img {
    width: 150%;
    margin: 0 0 0 -25%;
  }
  .swiper-container.swipPrinc .bxDsc {
    top: auto;
    bottom: 50px;
    left: 50%;
    width: 88%;
    transform: translateX(-50%);
  }
  .swiper-container.swipPrinc .bxDsc p {
    display: none;
  }
  .contentPrin .swiper-container.swipPrinc .imgDs {
    display: none;
  }
  .contentPrin .swiper-container.swipPrinc .imgMb {
    display: block;
  }
  .swiper-container.swipPrinc .swipCntCt {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .btnInf {
    display: block;
  }
  .cntForm {
    left: 0;
    z-index: 10;
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
    transform: translateX(0);
    padding: 40px 0;
  }
  .bxFrm {
    float: none;
    width: 88%;
    height: auto;
    margin: 0 auto;
  }
  .bxFrm .contFrm {
    width: 100%;
    padding: 10px;
  }
  .bxFrm .hdFrm {
    border-radius: 30px 30px 10px 30px;
    margin-top: 20px;
    padding: 10px 20px;
  }
  .bxFrm .hdFrm h2 {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 2px 0;
  }
  .bxFrm .hdFrm .hdImg {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
  }
  .bxFrm .hdFrm .hdTxt {
    width: calc(100% - 70px);
  }
  .cntCar {
    width: 88%;
    margin: 140px auto 20px auto;
  }
  .contentCar .bxDsc {
    width: 100%;
  }
  .contentCar .bxDsc p {
    padding: 0 10px;
  }
  .contentCar ul {
    text-align: center;
    margin: 15px 0;
  }
  .contentCar ul li {
    width: 45.75%;
    height: auto;
    margin: 0 8% 30px 0;
  }
  .contentCar ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contentCar ul li icon {
    width: 100%;
    height: auto;
    margin: 0 0 11px 0;
  }
  .contentCon {
    min-height: 500px;
  }
  .cntCon {
    width: 88%;
    margin: 10px auto 20px auto;
    padding: 50px 0;
  }
  .contentCon .bxDsc {
    width: 100%;
  }
  .contentCon h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto 10px auto;
  }
  .contentCon h2 span {
    font-size: 30px;
  }
  .contentCon .cntImgG {
    border-radius: 15px;
    height: 280px;
    margin-top: 20px;
  }
  .content-div iframe,
  .content-div object,
  .content-div embed,
  .content-div video {
    border-radius: 15px;
    height: 210px;
  }
  .tabs {
    bottom: 0;
    width: 250px;
    height: 50px;
    margin: 0 auto;
  }
  .swiper-container.swipItmR .swiper-button-next,
  .swiper-container.swipItmR .swiper-button-prev {
    top: 110px;
    width: 30px !important;
    height: 30px !important;
  }
  .swiper-container.swipItmR .swiper-button-next {
    right: 10px;
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-next:hover {
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-prev {
    left: 10px;
    background-size: auto 10px;
  }
  .swiper-container.swipItmR .swiper-button-prev:hover {
    background-size: auto 10px;
  }
  .contentMapU {
    background-size: auto 150%;
    min-height: 400px;
  }
  .cntMapU {
    width: 88%;
    margin: 190px auto 30px auto;
  }
  .contentMapU h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 auto 10px auto;
  }
  .contentMapU h2 span {
    font-size: 34px;
  }
  .contentMapU .bxDsc {
    width: 100%;
    min-height: 405px;
    padding: 150px 0 80px 0;
  }
  .contentMapU .bxDsc .btn01 {
    float: none;
    font-size: 16px;
    line-height: 53px;
    width: 60%;
    height: 55px;
    margin: 40px auto 0 auto;
  }
  .contentMapU .bxImg {
    top: 80px;
    left: 15%;
    position: absolute;
    width: 70%;
  }
  .contentUb {
    min-height: 800px;
  }
  .cntUb {
    width: 88%;
    margin: 10px auto 20px auto;
    padding: 70px 0 30px 0;
  }
  .contentUb h2 {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .contentUb h2 span {
    font-size: 34px;
  }
  .contentUb ul {
    width: 100%;
    margin: 0;
  }
  .contentUb ul li {
    background-size: 18px auto;
    width: 100%;
    margin: 5px 0;
    padding: 0 0 0 32px;
  }
  .contentUBtn {
    top: auto;
    bottom: -170px;
    width: 88%;
    height: 200px;
  }
  a.btnGm {
    font-size: 14px;
    line-height: 56px;
    /*background: @col0 url(../lib/logo-google-maps.jpg) no-repeat 158px center;*/
    background-position: 140px;
    background-size: auto 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 80%;
    height: 55px;
    margin-left: 10%;
    padding-left: 22px;
  }
  /*
    .contentUb .bxImg{
        padding-bottom: 60px;
    }*/
  .contentCli {
    min-height: 250px;
  }
  .cntCli {
    width: 88%;
    margin: 90px auto 30px auto;
  }
  ul.liClnt {
    width: 100%;
    height: auto;
  }
  ul.liClnt::after {
    display: none;
  }
  .contentCli h2 {
    font-size: 34px;
    line-height: 34px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .contentCli h2 span {
    font-size: 30px;
  }
  ul.liClnt li {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 320px;
    padding: 14px;
    margin: 20px 0;
    scale: 0.8;
  }
  ul.liClnt li:nth-child(1) {
    top: 0;
    left: 0;
    transition: none;
    position: relative;
    transform: translate(0, 0);
    margin: -80px 0 0 -145px;
    scale: 0.5;
  }
  ul.liClnt li:nth-child(2) {
    top: 0;
    left: 0;
    position: relative;
    transition: none;
    margin-top: -110px;
  }
  ul.liClnt li:nth-child(3) {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    margin-top: -10px;
    transition: none;
  }
  ul.liClnt li:nth-child(4) {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    margin-top: -80px;
    transition: none;
  }
  ul.liClnt {
    display: block;
    display: none;
  }
  .cntSwip {
    display: block;
  }
  .contentGlp {
    font-size: 15px;
    line-height: 20px;
    background: #ffffff;
    width: 100%;
    min-height: 580px;
  }
  .contentGlp img {
    bottom: 0;
    left: 70%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
  .cntGlp {
    width: 88%;
    margin: 100px auto 160px auto;
  }
  .cntGlp .bxDsc {
    /*background: fade(@col2, 95%) url(../lib/logo-grupo-paz.png) no-repeat 420px 35px;*/
    background-position: center 40px;
    background-size: 100px auto;
    border-radius: 20px;
    width: 100%;
    min-height: 405px;
    padding: 100px 35px 40px 35px;
  }
  .cntGlp .bxDsc h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    width: 100%;
    margin: 20px auto 10px auto;
  }
  .cntFooter {
    width: 88%;
    min-height: 375px;
    margin: 65px auto 30px auto;
    padding: 10px 30px 40px 30px;
  }
  footer p {
    margin: 10px auto;
  }
  footer a.logo {
    background-size: 110px auto !important;
    width: 160px !important;
    height: 110px !important;
    margin: 20px auto !important;
  }
  footer .bxLgRs {
    float: none;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  ul.liRS {
    float: none;
    width: auto;
    margin: 10px auto 0 auto;
  }
  ul.liRS li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px;
  }
  footer .bxMInst {
    display: none;
    width: 100%;
    margin: 50px 0 0 0;
  }
  a.byLogos:link,
  a.byLogos:visited {
    margin: -15px 0 5px 0;
  }
  .contentIn {
    width: 100%;
    min-height: 1010px;
  }
  .cntIn {
    width: 88%;
    margin: 0 auto 80px auto;
  }
  .cntIn.int {
    width: 88%;
    margin: 40px auto 80px auto;
  }
  .cntIn.int h1 {
    font-size: 32px;
    line-height: 32px;
    width: 90%;
    margin: 50px auto 10px auto;
  }
  .contentIn h2 {
    font-size: 32px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .contentIn h2 span {
    font-size: 30px;
  }
  .cntIn.int img {
    width: 100%;
    height: auto;
  }
  .cntFlt {
    float: none;
    width: 95%;
    margin: 20px auto -35px auto;
  }
  .cntFlt .formA label {
    float: left;
    display: block;
    text-align: center;
    width: 100%;
    padding: 9px 0;
  }
  .cntFlt .formA select {
    float: none;
    width: 230px;
    height: 45px;
    margin: 14px auto;
    padding: 6px 10px 6px 25px;
  }
  ul.liPry {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 50px 0 30px 0;
  }
  ul.liPry li {
    width: 95%;
    margin: 0 2.5% 30px 2.5%;
  }
  ul.liPry a.bxImg {
    border-radius: 15px;
  }
  ul.liPry .bxTxt {
    margin: 10px 0 20px 0;
    padding: 0 10px;
  }
  ul.liPry a.nmP {
    font-size: 22px;
    line-height: 22px;
    background: url(../lib/ar-rgt-r.svg) no-repeat 120% center;
    background-size: 28px auto;
    padding: 5px 0;
  }
  ul.liPry li.Ncl .bxTxt {
    top: 110px;
    width: 100%;
    padding: 0;
  }
  ul.liPry li.Ncl .bxImg {
    border-radius: 30px 0 30px 30px;
  }
  ul.liPry li.Ncl .bxImg img {
    float: left;
    display: block;
    width: 140%;
    height: auto;
    margin: 0;
  }
  ul.liPry li.Ncl::after {
    right: 18px;
    bottom: -18px;
    background-size: auto 34px;
    width: 60px;
    height: 60px;
  }
  ul.liPry li.Ncl .txtDsc {
    float: right;
    font-size: 16px;
    line-height: 20px;
    border-radius: 20px 0 20px 20px;
    width: 90%;
    margin-bottom: 5px;
    padding: 20px;
  }
  ul.liPry li.Ncl b {
    font-size: 15px;
    line-height: 18px;
    padding: 0 20px 0 40px;
  }
  ul.liPry li.Ncl .small {
    font-size: 10px;
    line-height: 18px;
    padding: 0 20px 0 40px;
  }
  ul.liPry li.itmPrnc {
    width: 95%;
    margin: 0 2.5% 50px 2.5%;
  }
  ul.liPry li.itmPrnc a.bxImg {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.liPry a.bxImg .bxTg,
  ul.liPry a.bxImg .bxTg:hover {
    top: 0;
    left: 0;
    scale: 0.75;
  }
  ul.liPry li.itmPrnc a.bxImg .bxTg,
  ul.liPry li.itmPrnc a.bxImg .bxTg:hover {
    top: 10px;
    left: 10px;
    font-size: 11px;
    line-height: 12px;
    background-size: 80px auto;
    width: 80px;
    height: 80px;
    padding: 30px 0 10px 0;
  }
  ul.liPry li.itmPrnc .bxTxt {
    width: 100%;
    margin: 20px 0;
    padding: 20px 0 0 0;
  }
  ul.liPry li.itmPrnc a.nmP {
    font-size: 28px;
    line-height: 28px;
    margin: 4px 0 12px 0;
  }
  ul.liPry li.itmPrnc .bxTxt .small {
    left: 0;
  }
  ul.liPry a.lnkBtn {
    font-size: 14px;
    background: url(../lib/ar-rgt-r.svg) no-repeat 90% center;
    background-size: 28px auto;
    border-radius: 6px;
    width: 88%;
    height: 60px;
    margin-top: 30px;
    padding: 16px 95px 14px 25px;
  }
  ul.liPry a.lnkBtn:hover {
    background: url(../lib/ar-rgt-r.svg) no-repeat 85% center;
    background-size: 28px auto;
  }
  .contentPry {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    min-height: 1010px;
  }
  .cntPry {
    width: 88%;
    margin: 60px auto;
  }
  ul.liNt {
    font-size: 16px;
    line-height: 24px;
    margin: 50px 0 30px 0;
  }
  ul.liNt li {
    width: 95%;
    margin: 0 2.5% 30px 2.5%;
    padding: 0;
  }
  ul.liNt li.itmLst {
    margin-right: 0;
  }
  ul.liNt li:after {
    display: none;
  }
  ul.liNt a.bxImg {
    border-radius: 20px;
  }
  ul.liNt .bxTxt {
    width: 100%;
    margin: 20px 0;
    padding: 0 15px;
  }
  ul.liNt .txtDsc {
    width: 100%;
  }
  ul.liNt a.nmP {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 5px 0;
  }
  ul.liNt .bxTxt .small {
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  ul.liNt li.itmPrnc {
    width: 95%;
    margin: 0 2.5% 50px 2.5%;
  }
  ul.liNt li.itmPrnc a.bxImg {
    width: 100%;
    margin: 0;
  }
  ul.liNt li.itmPrnc a.bxImg .bxTg,
  ul.liNt li.itmPrnc a.bxImg .bxTg:hover {
    top: 15px;
    left: 15px;
    font-size: 16px;
    line-height: 16px;
    background-size: 100px auto;
    width: 100px;
    height: 100px;
    padding: 30px 0 10px 0;
  }
  ul.liNt li.itmPrnc .bxTxt {
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 20px 0 0 10px;
  }
  ul.liNt li.itmPrnc .bxTxt .small {
    line-height: 19px;
  }
  ul.liNt li.itmPrnc a.nmP {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 10px 0;
    padding: 2px 0 5px 0;
  }
  ul.liNt a.lnkBtn {
    font-size: 16px;
    border-radius: 6px;
    margin-top: 20px;
    padding: 13px 70px;
  }
  ul.liNos li {
    width: 95%;
    margin: 0 2.5% 70px 2.5%;
  }
  ul.liNos .bxTxt {
    margin: 15px 0 20px 0;
    padding: 0 10px;
  }
  ul.li_doc_adj li {
    width: 100%;
    margin: 20px 0;
  }
  .cntVid {
    border-radius: 20px;
  }
  .video-button-block_icon {
    background-size: auto 30px;
    width: 60px;
    height: 60px;
  }
  .cntGall {
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px auto;
  }
  .parent {
    float: left;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }
  .parent a {
    float: left;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    width: 100%;
  }
  .parent img {
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 65% !important;
    margin: 0 !important;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 3;
    position: relative;
    overflow: hidden;
    height: 250px;
  }
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div3 {
    grid-area: 2 / 2 / 3 / 3;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div4 {
    grid-area: 3 / 1 / 4 / 2;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .div5 {
    grid-area: 3 / 2 / 4 / 3;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .cntClA {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .cntClA h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    padding: 6px 0;
  }
  .cntClB {
    width: 100%;
  }
  .cntClB h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    padding: 6px 0;
  }
  .cntClB .formA fieldset {
    width: 100%;
  }
  .cntClB .formA p {
    width: 100%;
    margin: 1px 0 15px 0;
    padding: 24px 0 5px 0;
  }
  .cntClB .formA p.pB {
    width: 100%;
    margin: 1px 0 20px 0;
  }
  .cntClB .formA .button {
    float: none;
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .fr-video {
    margin: 10px 0 30px 0;
  }
  img.fr-fic {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .pPrc {
    font-size: 18px;
    line-height: 22px;
  }
  .bxDatTn {
    margin: 70px 0 -50px 0;
  }
  .formA.Cnt fieldset {
    width: 100%;
  }
  .formA.Cnt p,
  .formA p {
    width: 100%;
    margin: 1px 0 32px 0;
    padding: 24px 0 5px 0;
  }
  .formA.Cnt p.pB,
  .formA p.pB {
    width: 100%;
    margin: 1px 0 20px 0;
  }
  .formA.Cnt .button {
    width: 100%;
  }
  .formA.Cnt .lbMd {
    padding: 45px 0 5px 0;
  }
  .formA select,
  .formA input,
  .formA textarea,
  .formA select:focus,
  .formA input:focus,
  .formA textarea:focus {
    font-size: 100%;
  }
  .cntMsj {
    font-size: 16px;
    line-height: 20px;
    margin: 60px 0 100px 0;
    padding: 30px;
  }
  .bxUpl .filedrag {
    font-size: 13px;
    line-height: 30px;
    text-align: left;
    /* float: left;
        display: block;
        box-sizing: border-box;
        color:#92a1a9;
        background: #ffffff url(../lib/ico-upload.svg) no-repeat 32px center;
        background-size: 35px auto;
        border: 2px dashed #ccd3d7;
        border-radius: 5px;*/
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px 20px 90px;
  }
  .bxUpl progress {
    width: 100%;
  }
  ul.doc2 {
    width: 100%;
    max-width: 100%;
  }
  ul.doc2 li {
    padding: 5px 2% 5px 3%;
  }
  ul.doc2 li .imgCnt {
    margin: 6px 0 5px 0;
  }
  ul.doc2 li .inFil {
    margin-top: 25px;
  }
  ul.doc2 li .adjPdf ico {
    background-size: auto 40px;
    height: 60px;
    margin: 0 0 10px 0;
  }
  ul.doc2 li .adjStl .txt-desc {
    text-align: left;
    width: calc(100% - 60px);
  }
  ul.liTn .bxTit {
    width: 100%;
    margin-right: 0;
    padding: 8px 0 5px 0;
  }
  ul.liTn .bxTxt {
    width: 100%;
    padding: 2px 0 18px 0;
  }
  ul.liTn .lnkBtn {
    float: left;
    width: 160px;
    margin: 0 0 10px 0;
    padding: 10px 0;
  }
  ul.pag li {
    display: none;
    margin: 0 10px;
  }
  ul.pag li.pact,
  ul.pag li.txtL {
    display: block;
  }
  img.fr-fic {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .zzomIn {
    width: 300px;
    height: 230px;
    margin: 50px auto;
  }
}
