/* 
	V06 28/10/2025 - 2024
	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: 'Manrope';
  src: url('../fonts/Manrope-Regular.eot');
  src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'), url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ManropeL';
  src: url('../fonts/Manrope-Light.eot');
  src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope-Light.woff2') format('woff2'), url('../fonts/Manrope-Light.woff') format('woff'), url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ManropeB';
  src: url('../fonts/Manrope-Bold.eot');
  src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope-Bold.woff2') format('woff2'), url('../fonts/Manrope-Bold.woff') format('woff'), url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* ---------------------------- SETTINGS ---------------------------- */
body {
  color: #142633;
  font-size: 17px;
  font-family: 'Manrope', Tahoma, Verdana;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 24px;
  background: #ffffff;
  overflow-x: hidden;
  height: auto;
}
body.dspMB {
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100wv;
  height: 100wh;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'ManropeL', Arial, Tahoma, Verdana;
  font-weight: 100;
  letter-spacing: 0;
}
h1 {
  font-size: 38px;
  line-height: 42px;
  text-align: center;
}
h2 {
  display: inline;
  font-size: 41px;
  line-height: 41px;
  text-align: left;
}
h3 {
  float: left;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  opacity: 0.7;
}
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 */
.btnClose {
  top: 25px;
  right: 25px;
  z-index: 20;
  cursor: pointer;
  position: absolute;
  text-indent: -999999px;
  background: url(../lib/ico-cls.png) no-repeat center;
  background-size: 30px auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: all 0.24s;
}
.btnClose:hover {
  opacity: 0.8;
  transition: all 0.24s;
}
.contentMod {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  background: #142633;
  width: 100vw;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cntMod {
  left: 0;
  bottom: 0;
  z-index: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cntMImg {
  top: 0;
  left: 0;
  z-index: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.cntMImg::after {
  bottom: 0;
  left: 0;
  z-index: 15;
  content: "";
  pointer-events: none;
  position: absolute;
  background: #142633;
  background: linear-gradient(0deg, rgba(20, 38, 51, 0.8) 35%, rgba(20, 38, 51, 0) 60%);
  width: 100%;
  height: 50%;
}
.cntMImg img {
  /*top: 50%;*/
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  /*transform: translateY(-50%);*/
}
.cntMImg .swiper.swipMod {
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiper.swipMod .swiper-button-next,
.swiper.swipMod .swiper-button-prev {
  top: 47%;
  z-index: 100;
  position: absolute;
  text-indent: -9000px;
  text-decoration: none;
  width: 80px !important;
  height: 80px !important;
  transition: all 0.3s;
}
.swiper.swipMod .swiper-button-next::after,
.swiper.swipMod .swiper-button-prev::after {
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  position: absolute;
  background: #142633;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    opacity: 0.3;
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    opacity: 0.3;
  }
  80%,
  100% {
    opacity: 0;
  }
}
.swiper.swipMod .swiper-button-next {
  right: 0;
  background: url(../lib/ar-rgt.png) no-repeat center;
  background-size: auto 35px;
  opacity: 1;
  transition: all 0.2s;
}
.swiper.swipMod .swiper-button-next:hover {
  background: url(../lib/ar-rgt.png) no-repeat center;
  background-size: auto 35px;
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper.swipMod .swiper-button-prev {
  left: 0;
  background: url(../lib/ar-rgt.png) no-repeat center;
  background-size: auto 35px;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.swiper.swipMod .swiper-button-prev:hover {
  background: url(../lib/ar-rgt.png) no-repeat center;
  background-size: auto 35px;
  transform: scaleX(-1);
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper.swipMod .swiper-button-next.swiper-button-disabled,
.swiper.swipMod .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.cntPyId {
  bottom: 90px;
  left: 4%;
  z-index: 20;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 36px;
  font-family: 'ManropeL', Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: left;
  width: 30%;
}
.cntPyDsc {
  bottom: 30px;
  right: 4%;
  z-index: 20;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  width: 45%;
  padding-bottom: 10px;
}
.cntPyDsc a {
  float: left;
  display: block;
  position: relative;
  color: rgba(121, 174, 181, 0.8);
  text-decoration: none;
  width: auto;
  padding: 10px 0;
  transition: all 0.24s;
}
.cntPyDsc a:hover {
  color: #79aeb5;
  transition: all 0.24s;
}
.cntPyDsc a::after {
  bottom: 8px;
  left: 0;
  content: "";
  position: absolute;
  background: rgba(121, 174, 181, 0.8);
  width: 100%;
  height: 1px;
  transition: all 0.24s;
}
.cntPyDsc a:hover::after {
  background: #79aeb5;
  transition: all 0.24s;
}
.cntPyDsc a::before {
  bottom: -5px;
  right: -24px;
  content: "";
  position: absolute;
  background: url(../lib/ar-top.svg) no-repeat left center;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  transition: all 0.24s;
}
.cntPyDsc a:hover::before {
  right: -15px;
  transition: all 0.24s;
}
.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/logos.svg) no-repeat left center;
  background-size: auto 75px;
  width: 75px;
  height: 75px;
}
a.logo:hover {
  opacity: 0.7;
}
header.hdPf a.logo:link {
  background-size: auto 54px;
  width: 54px;
  height: 54px;
  margin-top: 10px;
}
header {
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
  background: #ffffff;
  border: 1px solid rgba(20, 38, 51, 0);
  width: 100%;
  height: 130px;
}
header.hdPf {
  top: 0;
  left: 0;
  position: fixed;
  background: #ffffff;
  border: 1px solid rgba(20, 38, 51, 0.1);
  height: 90px;
}
header .cntHeader {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 27px auto 25px auto;
  padding: 0 50px;
}
header.hdPf .cntHeader {
  margin: 7px auto 5px auto;
}
.menuMb {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
  width: 60px;
  height: 50px;
}
.menuMbCls {
  display: none;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
  width: 60px;
  height: 50px;
}
nav {
  float: right;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: -0.2px;
  line-height: 30px;
  width: auto;
  height: 70px;
  margin: 0 auto;
}
header.hdPf nav {
  overflow: visible;
  font-size: 16px;
  line-height: 26px;
}
nav ul {
  float: left;
  margin: 15px 0 0 0;
}
header.hdPf nav ul {
  margin: 15px 0 0 0;
}
nav ul li {
  float: left;
  display: block;
  position: relative;
  line-height: 41px;
  height: 45px;
  margin: 0 16px;
}
nav ul li:last-child {
  margin: 0 0 0 16px;
}
nav ul li a {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: rgba(20, 38, 51, 0.85);
  text-decoration: none;
  padding: 0 10px;
  transition: all 0.23s;
}
nav ul li a::after {
  left: 50%;
  bottom: 5px;
  content: "";
  position: absolute;
  background: #142633;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  transition: all 0.23s;
}
nav ul li a:hover::after {
  width: 70%;
  transition: all 0.23s;
}
nav ul .act a {
  color: #f36d2b;
}
nav ul .act a::after {
  background: #f36d2b;
  width: 70%;
}
nav ul li.btnCnt {
  box-sizing: border-box;
  width: 195px;
  height: 45px;
  margin: 0 0 0 16px;
}
nav ul li.btnCnt a {
  box-sizing: border-box;
  color: #ffffff;
  text-align: left;
  background: #f36d2b url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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 92% center;
  background-size: 24px auto;
  border: 1px solid #f36d2b;
  border-radius: 22px;
  width: 195px;
  height: 45px;
  margin: 0;
  padding: 0 10px 0 23px;
}
nav ul li.btnCnt a::after {
  display: none;
}
nav ul li.btnCnt a:hover {
  background: #f36d2b url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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 87% center;
  background-size: 24px auto;
  border: 1px solid #f36d2b;
}
header.hdPf nav ul li.btnCnt {
  width: 165px;
  height: 40px;
  margin: 0 0 0 16px;
}
header.hdPf nav ul li.btnCnt a {
  line-height: 35px;
  background: #f36d2b url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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 92% center;
  background-size: 20px auto;
  width: 165px;
  height: 40px;
  margin: 4px 0 0 0;
  padding: 0 10px 0 23px;
}
/*
header.hdPf nav ul li.btnCnt a:hover{
	color: @col2;
	background: @col0 url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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:%23f36d2b;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 85% center;
	background-size: 20px auto;
	border: 1px solid @col2;
}
*/
.contentInicio {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  width: 100%;
  margin-top: 130px;
}
.cntInicio {
  display: block;
  overflow: visible;
  position: relative;
  width: 1350px;
  margin: 100px auto 50px auto;
}
.contentInicio .cntIniImg {
  top: 117px;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: absolute;
  width: 612px;
  height: 395px;
}
.contentInicio .cntIniImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
}
.contentInicio .cntIniImg video {
  float: left;
  z-index: 20;
  position: relative;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
  margin: 0;
}
.contentInicio .cntIniDsc {
  float: right;
  display: block;
  z-index: 20;
  overflow: visible;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  width: 750px;
  margin: 37px 120px 125px 0;
}
.contentInicio h1 {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  color: #76acb5;
  font-size: 60px;
  line-height: 66px;
  text-align: left;
  width: auto;
  margin: 0;
  padding-bottom: 25px;
  opacity: 0;
  left: -200px;
}
.contentInicio p {
  float: left;
  display: block;
  position: relative;
  opacity: 0;
  top: 150px;
}
.contentInicio .ico_cursor {
  z-index: -1;
  position: relative;
  display: inline-block;
  background: #f0531c;
  width: 25px;
  height: 25px;
  margin: 0 0 -9px -18px;
  animation: blink 0.6s linear infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.contentPortafolio {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #d0d4d6;
  width: 100%;
  height: 650px;
  margin-top: 80px;
}
.cntPortafolio {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 53%;
  margin: 0 auto;
}
.contentPortafolio .cntPortDsc {
  float: right;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  width: 600px;
  height: auto;
  margin: 110px 125px 0 0;
}
.contentPortafolio .cntPortDsc h2 {
  display: block;
}
.contentPortafolio .bxLog {
  float: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.contentPortafolio .bxLog img {
  float: left;
  display: block;
  position: relative;
  width: 55px;
  height: auto;
  margin: 0 12px 0 0;
}
.contentPortafolio .txtDs {
  float: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #76acb5;
  text-align: left;
  width: 150px;
  height: auto;
  margin-top: 12px;
}
.contentPortafolio .txtDs .small {
  float: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #142633;
  font-size: 11px;
  text-align: left;
  width: 100%;
  height: auto;
}
.contentPortafolio h2 {
  float: left;
  clear: both;
  display: none;
  position: relative;
  color: #f36d2b;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  margin-bottom: 60px;
  opacity: 0;
  left: -200px;
}
.contentPortafolio h2 a {
  float: left;
  display: block;
  color: #f36d2b;
  text-decoration: none;
  transition: all 0.24s;
}
.contentPortafolio h2 a:hover {
  color: #142633;
  transition: all 0.24s;
  opacity: 1;
}
.contentPortafolio h3 {
  float: left;
  display: block;
  position: relative;
  color: rgba(20, 38, 51, 0.8);
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  opacity: 0;
  left: -200px;
}
.contentPortafolio p {
  float: left;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  opacity: 0;
  top: 150px;
}
.contentPortafolio .cntPortImg {
  float: right;
  display: block;
  overflow: visible;
  position: relative;
  width: 47%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contentPortafolio .cntPortImg img {
  bottom: 0;
  left: 40px;
  z-index: 30;
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
}
.contentPortafolio .cntPortImg iframe,
.contentPortafolio .cntPortImg object,
.contentPortafolio .cntPortImg embed,
.contentPortafolio .cntPortImg video {
  z-index: 20;
  position: relative;
  pointer-events: none;
  width: 130%;
  max-width: 130%;
  min-height: 100%;
  object-fit: cover;
  margin: 0;
}
.contentPortafolio a.lnkProy {
  opacity: 0;
  top: 150px;
}
.contentPortafolio .swiper-container.swipPrinc {
  float: left;
  display: block;
  box-sizing: border-box;
  z-index: 10 !important;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contentPortafolio .swiper-container.swipPrinc .swiper-slide {
  float: left;
  display: block;
  box-sizing: border-box;
  z-index: 10 !important;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.swiper-container.swipPrinc .swiper-button-next,
.swiper-container.swipPrinc .swiper-button-prev {
  display: none;
  top: 310px;
  text-indent: -9000px;
  text-decoration: none;
  border: 2px solid #76acb5;
  border-radius: 50%;
  width: 46px !important;
  height: 46px !important;
  transition: all 0.3s;
}
.swiper-container.swipPrinc .swiper-button-next {
  right: 35px;
  background: url(../lib/ar-rgt-4.svg) no-repeat center;
  background-size: auto 22px;
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-next:hover {
  background: url(../lib/ar-rgt-4.svg) no-repeat center;
  background-size: auto 22px;
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-prev {
  left: 35px;
  background: url(../lib/ar-rgt-4.svg) no-repeat center;
  background-size: auto 22px;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-prev:hover {
  background: url(../lib/ar-rgt-4.svg) no-repeat center;
  background-size: auto 22px;
  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;
}
.swiper-container.swipPrinc .swiper-pagination {
  width: 53%;
  margin-bottom: 70px;
}
.swiper-container.swipPrinc .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  background: rgba(20, 38, 51, 0.1) !important;
  border-radius: 10px;
  border: 0 !important;
  width: 15px !important;
  height: 15px !important;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-container.swipPrinc .swiper-pagination-bullet-active {
  background: #f36d2b !important;
  opacity: 1;
  transition: all 0.3s;
}
.contentPrtBtn {
  float: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  background: #142633;
  width: 100%;
}
.cntPrtBtn {
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 80px auto 90px auto;
}
.contentPrtBtn p {
  display: block;
  position: relative;
  padding: 20px 0;
  opacity: 0;
  top: 150px;
}
.contentPrtBtn a.lnkBtn02 {
  opacity: 0;
  top: 150px;
}
.contentPrtBtn a {
  display: inline-block;
  position: relative;
  color: #79aeb5;
  text-decoration: none;
}
.contentPrtBtn a::after {
  bottom: -4px;
  left: 0;
  content: "";
  position: absolute;
  background: #79aeb5;
  width: 100%;
  height: 1px;
}
.contentPrtBtn a::before {
  bottom: -15px;
  right: -24px;
  content: "";
  position: absolute;
  background: url(../lib/ar-top.svg) no-repeat left center;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  transition: all 0.24s;
}
.contentPrtBtn a:hover::before {
  right: -15px;
  transition: all 0.24s;
}
.contentBlog {
  float: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  background: #76acb5;
  background-size: 20px 20px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-position: 0 0, 40px 40px;
  background-attachment: fixed;
  width: 100%;
}
.cntBlog {
  display: block;
  overflow: visible;
  width: 1350px;
  margin: 158px auto 160px auto;
}
.cntBlgDsc {
  float: left;
  display: block;
  overflow: hidden;
  width: 790px;
  margin: 65px 0 50px 0;
}
.contentBlog h2 {
  float: left;
  clear: both;
  display: block;
  position: relative;
  color: #f9d38b;
  line-height: 60px;
  margin-bottom: 25px;
  transition: all 0.1s;
  opacity: 0;
  left: -200px;
}
.contentBlog h2 a {
  float: left;
  display: block;
  color: #f9d38b;
  text-decoration: none;
  transition: all 0.24s;
}
.contentBlog h2 a:hover {
  color: #ffffff;
  opacity: 1;
  transition: all 0.24s;
}
.contentBlog h3 {
  float: left;
  clear: both;
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 50px;
  line-height: 56px;
  width: 100%;
  opacity: 0;
  left: -200px;
}
.contentBlog h3 a {
  float: left;
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.24s;
}
.contentBlog h3 a:hover {
  color: #142633;
  opacity: 1;
  transition: all 0.24s;
}
.contentBlog .bxImgB {
  float: left;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 10px auto;
  opacity: 0;
  left: -200px;
}
.contentBlog .bxImgB img {
  float: left;
  display: block;
  z-index: 30;
  position: relative;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: 0 -10px 0 0;
}
.contentBlog .bxImgB img:nth-child(2) {
  z-index: 25;
}
.contentBlog .bxImgB img:nth-child(3) {
  z-index: 20;
}
.contentBlog .bxImgB img:nth-child(4) {
  z-index: 15;
}
.contentBlog a.lnkBtn01 {
  float: left;
  clear: both;
  margin: 40px auto 20px 0;
  opacity: 0;
  top: 150px;
}
.contentBlog p {
  float: left;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 20px auto;
}
.contentBlog .small {
  float: left;
  clear: both;
  display: block;
  position: relative;
  font-size: 12px;
  text-align: left;
  margin: 10px auto;
  opacity: 0;
  left: -200px;
}
.cntBlgImg {
  float: right;
  display: block;
  width: 390px;
  margin: 140px 0 0 0;
}
.cntBlgImg .bxProd {
  float: left;
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-family: 'ManropeL', Arial, Tahoma, Verdana;
  line-height: 19px;
  text-align: left;
  background: #fb513b;
  width: 343px;
  height: 288px;
  margin: 0;
}
.cntBlgImg .bxProd .small {
  float: left;
  display: block;
  font-size: 14px;
  width: 100%;
}
.cntBlgImg .bxProd h4 {
  float: left;
  display: block;
  font-size: 33px;
  font-family: 'ManropeL', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 40px;
  text-align: left;
  width: 100%;
}
.cntBlgImg .icoProd {
  top: 82px;
  left: -22px;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: absolute;
  background: url(../lib/ico-sc-01.svg) no-repeat center;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  margin: 0 !important;
  transition: transform 0.2s ease-out;
}
.cntBlgImg .imgProd {
  left: 61px;
  top: -120px;
  float: left;
  display: block;
  position: absolute;
  width: 221px;
  height: 326px;
  margin: 0 !important;
  transition: transform 0.2s ease-out;
}
.cntBlgImg .imgProd img {
  float: left;
  display: block;
  border-radius: 35px;
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.cntBlgImg .txtProd {
  left: 70px;
  bottom: 35px;
  float: left;
  display: block;
  position: relative;
  width: 200px;
  height: auto;
  margin: 0;
  transition: transform 0.2s ease-out;
}
.contentClientes {
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
}
.cntClientes {
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 130px auto 110px auto;
}
.contentClientes h2 {
  left: 50%;
  float: left;
  clear: both;
  display: block;
  position: relative;
  color: #f36d2b;
  text-align: center;
  width: auto;
  margin: 0 auto;
  opacity: 0;
  top: 60px;
  transform: translateX(-50%);
}
.contentClientes h2 a {
  float: left;
  display: block;
  color: #f36d2b;
  text-decoration: none;
  transition: all 0.24s;
}
.contentClientes h2 a:hover {
  color: #142633;
  opacity: 1;
  transition: all 0.24s;
}
.contentClientes p {
  left: 50%;
  float: left;
  clear: both;
  display: block;
  position: relative;
  text-align: center;
  width: auto;
  margin: 20px auto;
  opacity: 0;
  top: 60px;
  transform: translateX(-50%);
}
ul.liClientes {
  clear: both;
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  width: 1120px;
  margin: 120px auto 80px auto;
}
ul.liClientes.intCl {
  width: 100%;
  margin: 50px auto 250px auto;
}
ul.liClientes li {
  float: left;
  display: block;
  position: relative;
  text-align: center;
  background: #f2f2f2;
  width: 265px;
  height: 125px;
  margin: 15px 20px 15px 0;
}
ul.liClientes.intCl li {
  width: 280px;
  height: 140px;
  margin: 15px 26px 15px 0;
  padding: 0;
}
ul.liClientes li::after,
ul.liClientes.intCl li::after {
  display: none;
}
ul.liClientes li:nth-child(1),
ul.liClientes li:nth-child(3),
ul.liClientes li:nth-child(5),
ul.liClientes li:nth-child(7),
ul.liClientes li:nth-child(9),
ul.liClientes li:nth-child(11),
ul.liClientes li:nth-child(13),
ul.liClientes li:nth-child(15),
ul.liClientes li:nth-child(17),
ul.liClientes li:nth-child(19),
ul.liClientes li:nth-child(21),
ul.liClientes li:nth-child(23),
ul.liClientes li:nth-child(25),
ul.liClientes li:nth-child(27),
ul.liClientes li:nth-child(29),
ul.liClientes li:nth-child(31) {
  filter: blur(30px);
  opacity: 0;
  top: -100px;
}
ul.liClientes li:nth-child(2),
ul.liClientes li:nth-child(4),
ul.liClientes li:nth-child(6),
ul.liClientes li:nth-child(8),
ul.liClientes li:nth-child(10),
ul.liClientes li:nth-child(12),
ul.liClientes li:nth-child(14),
ul.liClientes li:nth-child(16),
ul.liClientes li:nth-child(18),
ul.liClientes li:nth-child(20),
ul.liClientes li:nth-child(22),
ul.liClientes li:nth-child(24),
ul.liClientes li:nth-child(26),
ul.liClientes li:nth-child(28),
ul.liClientes li:nth-child(30) {
  filter: blur(30px);
  opacity: 0;
  top: 100px;
}
ul.liClientes li a {
  float: left;
  display: block;
  position: relative;
  text-align: center;
  width: 265px;
  height: 125px;
  margin: 0;
  padding: 0;
}
ul.liClientes li img {
  top: 50%;
  display: block;
  position: relative;
  width: 75% !important;
  height: auto !important;
  margin: auto;
  filter: grayscale(1);
  transform: translateY(-50%);
}
ul.liClientes li .itm_a {
  float: left;
  display: block;
  color: #f36d2b;
  text-transform: uppercase;
  width: 100%;
  margin: 5px 0 10px 0;
}
.contentIn {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: rgba(20, 38, 51, 0.8);
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  margin-top: 232px;
}
.cntIn {
  display: block;
  overflow: hidden;
  position: relative;
  width: 1200px;
  margin: 10px auto 20px auto;
}
.contentIn h1 {
  float: left;
  display: block;
  position: relative;
  color: #f36d2b;
  font-size: 44px;
  line-height: 40px;
  text-align: left;
  width: 70%;
  margin: 10px 30% 20px auto;
  opacity: 0;
  left: -200px;
}
.contentIn h1.titBlog {
  color: #142633;
  font-size: 44px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 48px;
  width: 80%;
  margin: 10px 20% 20px auto;
}
.contentIn p {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 15px 0;
  /*opacity: 0.00; top: 150px;*/
}
.contentIn a {
  color: #f36d2b;
  text-decoration: underline;
}
.contentIn a:hover {
  text-decoration: none;
}
.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: 15px 0;
  padding-left: 34px;
}
.contentIn ul li::after {
  top: 7px;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  background: #f36d2b;
  width: 11px;
  height: 11px;
}
.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: #f36d2b;
  font-size: 17px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  font-weight: 100;
  width: auto;
  text-align: right;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
/*
.contentIn img{
	display: block;
	width: @w1;
	height: auto;
	margin: 0 auto 50px auto;
}
*/
.contentIn iframe,
.contentIn video {
  display: block;
  width: 100%;
  height: 410px;
  margin: 30px auto 40px auto !important;
}
.cntInt {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  width: 1000px;
  margin: 50px auto 200px auto;
}
.contentIn .txtDat {
  float: left;
  display: block;
  color: #76acb5;
  font-size: 10px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  width: 70%;
  margin: 10px 30% 0 auto;
}
.cntPort {
  /* cursor: none;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 5px 0;
}
/*
.cursor {
	display: block;
	z-index: 1000;
	position: absolute !important;
	width: 60px;
	height: 60px;
	background: @col2;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%) !important;
	animation-name: cur_an;
	animation-delay: 0.30s;
	animation-duration: 1.20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transform-origin: left top;
	margin: auto;
}
.cursor::after{
	top: -4px;
	left: -4px;
	content: "";
	position: absolute;
	background: url(../lib/ar-lftp.svg) no-repeat center;
	background-size: 26px auto;
	width: 60px;
	height: 60px;
}
@keyframes cur_an{
	from { filter: blur(0); opacity: 1.00;scale: 0.95;}
	50% { filter: blur(0); opacity: 1.00;scale: 1;}
	to { filter: blur(0); opacity: 1.00;scale: 0.95;}
}
*/
/*
.custom-cursor{
	position: fixed;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 2px solid rgba(243, 109, 43, 0.6);
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: transform 0.1s linear, width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
	z-index: 9999;
}
a:hover ~ .custom-cursor{
	background: transparent;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(243, 109, 43, 0.6);
}
.custom-cursor::after{
	top: -4px;
	left: -4px;
	display: none;
	content: "";
	z-index: 100;
	position: absolute;
	background-image: url(../lib/ar-lftp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px auto;
	width: 60px;
	height: 60px;
}
a:hover ~ .custom-cursor::after{
	display: block;
}
*/
.btnMd {
  cursor: pointer;
}
.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: rgba(243, 109, 43, 0.6);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s linear, width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
  z-index: 9999;
}
.btnMd ~ .custom-cursor,
a:hover ~ .custom-cursor {
  width: 60px;
  height: 60px;
  background-color: rgba(243, 109, 43, 0.95);
}
.custom-cursor::after {
  top: -4px;
  left: -4px;
  display: none;
  content: "";
  z-index: 100;
  position: absolute;
  background-image: url(../lib/ar-lftp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  width: 60px;
  height: 60px;
}
.btnMd:hover ~ .custom-cursor::after,
a:hover ~ .custom-cursor::after {
  display: block;
}
.cntPort div img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.cntPort div {
  overflow: hidden;
  position: relative;
  filter: blur(30px);
  opacity: 0;
  top: -100px;
}
.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.div4 {
  grid-area: 2 / 1 / 4 / 3;
}
.div5 {
  grid-area: 2 / 3 / 3 / 4;
}
.div6 {
  grid-area: 3 / 3 / 4 / 4;
}
.div7 {
  grid-area: 4 / 1 / 5 / 2;
}
.div8 {
  grid-area: 4 / 2 / 5 / 3;
}
.div9 {
  grid-area: 4 / 3 / 5 / 4;
}
.div10 {
  grid-area: 5 / 1 / 6 / 2;
}
.div11 {
  grid-area: 6 / 1 / 7 / 2;
}
.div12 {
  grid-area: 5 / 2 / 7 / 4;
}
.div4 img,
.div12 img {
  display: block;
  width: auto;
  height: 100% !important;
}
.cntPort .swiper.swipFade {
  left: 0;
  display: block;
  pointer-events: none;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  opacity: 0;
  transition: all 0.5s;
  filter: blur(0);
  top: 0;
}
.cntPort .swiper.swipFade .swiper-wrapper,
.cntPort .swiper.swipFade .swiper-wrapper .swiper-slide {
  opacity: 1;
  filter: blur(0) !important;
  top: 0;
}
.cntPort .swiper::after {
  top: 0;
  left: 0;
  content: "";
  z-index: 20;
  pointer-events: none;
  position: absolute;
  background: rgba(20, 38, 51, 0.6);
  width: 100%;
  height: 100%;
  transition: all 0.24s;
}
.cntPort div:hover .swiper.swipFade {
  pointer-events: initial;
  opacity: 1;
  scale: 1.2;
  filter: blur(0);
  top: 0;
}
.cntPort .bxTit {
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  box-sizing: border-box;
  display: block;
  pointer-events: none;
  z-index: 20;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-family: 'ManropeL', Arial, Tahoma, Verdana;
  line-height: 19px;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 23px 22px 20px 22px;
  filter: blur(0);
  opacity: 1;
  top: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.35s;
}
.cntPort div:hover .bxTit {
  transform: translate3d(0, 0, 0);
}
.cntPort .bxTit .small {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-top: 10px;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.2s, transform 0.35s;
  transition-duration: 0.35s;
  transition-delay: 0.1s;
}
.cntPort div:hover .bxTit .small {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.contentDiseno {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  background-color: #021d30;
  background-size: 20px 20px;
  background-image: radial-gradient(circle, #182b38 1px, transparent 1px);
  background-position: 0 0, 40px 40px;
  background-attachment: fixed;
  /*
	background-color: #021522;
	background-size: 20px 20px;
	background-image: radial-gradient(circle, #182b38 1px, transparent 1px);
	background-position: 0 0, 40px 40px;*/
  width: 100%;
  min-height: 850px;
}
/*
.contentDiseno::after{
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	position: absolute;
	background-color: #021d30;
    width: @w1;
	height: 120px;
}*/
/*.contentDiseno::before{
	bottom: 0;
	right: 0;
	z-index: 5;
	content: "";
	pointer-events: none;
	position: absolute;
	background: url(../lib/bg-diseno.png) no-repeat right bottom;
	background-size: 654px auto;
	background-attachment: fixed;
    width: @w1;
	height: @w1;
}*/
.cntDiseno {
  z-index: 10;
  display: block;
  overflow: hidden;
  position: relative;
  width: 1350px;
  margin: 10px auto 20px auto;
}
.contentDiseno h2 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  color: #f36d2b;
  font-size: 130px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 145px;
  text-align: left;
  width: 100%;
  margin-left: -90px;
}
.contentDiseno .cntDsc {
  float: left;
  display: block;
  clear: both;
  z-index: 10;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 750px;
  margin: 140px auto 10px auto;
  padding-left: 90px;
}
.contentDiseno p {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentDiseno ul {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentDiseno ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  background: url(../lib/ico-sc-01.svg) no-repeat left 12px;
  background-size: 15px auto;
  width: 100%;
  margin: 5px 0;
  padding: 5px 0 5px 32px;
}
.contentDiseno .cntImg {
  bottom: -25%;
  right: -6%;
  z-index: 5;
  content: "";
  pointer-events: none;
  position: absolute;
  background: url(../lib/bg-diseno.png) no-repeat right bottom;
  background-size: auto 100%;
  background-attachment: fixed;
  min-width: 800px;
  height: 115%;
}
.contentEstrategia {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  background: #f36d2b;
  width: 100%;
  min-height: 850px;
}
/*
.contentEstrategia::before{
	bottom: 0;
	left: 0;
	z-index: 5;
	content: "";
	pointer-events: none;
	position: absolute;
	background: url(../lib/bg-estrategia.png) no-repeat left bottom;
	background-size: auto 100%;
	background-attachment: fixed;
    width: @w1;
	height: @w1;
}
*/
.cntEstrategia {
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 0 auto 20px auto;
}
.contentEstrategia h2 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 130px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 180px;
  text-align: left;
  width: 100%;
  margin-left: -90px;
}
.contentEstrategia .cntDsc {
  float: right;
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 750px;
  margin: 120px auto 10px auto;
  padding-left: 90px;
}
.contentEstrategia p {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentEstrategia ul {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentEstrategia ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  background: url(../lib/ico-sc-01.svg) no-repeat left center;
  background-size: 15px auto;
  width: 100%;
  margin: 5px 0;
  padding: 5px 0 5px 32px;
}
.contentEstrategia .cntImg {
  bottom: -10%;
  left: -12%;
  z-index: 5;
  content: "";
  pointer-events: none;
  position: absolute;
  background: url(../lib/bg-estrategia.png) no-repeat left bottom;
  background-size: auto 100%;
  background-attachment: fixed;
  min-width: 800px;
  height: 112%;
}
.contentTecnologia {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  background: #76acb5;
  background-size: 20px 20px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-position: 0 0, 40px 40px;
  background-attachment: fixed;
  width: 100%;
  min-height: 850px;
}
/*
.contentTecnologia::before{
	bottom: 0;
	right: 0;
	z-index: 5;
	content: "";
	pointer-events: none;
	position: absolute;
	background: url(../lib/bg-tecnologia.png) no-repeat right bottom;
	background-size: 654px auto;
	background-attachment: fixed;
    width: @w1;
	height: @w1;
}
*/
.cntTecnologia {
  display: block;
  overflow: hidden;
  width: 1350px;
  margin: 10px auto 20px auto;
}
.contentTecnologia h2 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  color: #f9d38b;
  font-size: 130px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 180px;
  text-align: left;
  width: 100%;
  margin-left: -90px;
}
.contentTecnologia .cntDsc {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 800px;
  margin: 120px auto 10px auto;
  padding-left: 90px;
}
.contentTecnologia p {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentTecnologia ul {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentTecnologia ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  background: url(../lib/ico-sc-01.svg) no-repeat left center;
  background-size: 15px auto;
  width: 100%;
  margin: 5px 0;
  padding: 5px 0 5px 32px;
}
.contentTecnologia .cntImg {
  bottom: -5%;
  right: -3%;
  z-index: 5;
  content: "";
  pointer-events: none;
  position: absolute;
  background: url(../lib/bg-tecnologia.png) no-repeat right bottom;
  background-size: auto 100%;
  background-attachment: fixed;
  min-width: 800px;
  height: 92%;
}
.contentCircle {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  background: #4633b6;
  /*background-attachment: fixed;*/
  width: 100%;
  min-height: 800px;
}
.cntCircle {
  z-index: 20;
  display: block;
  overflow: hidden;
  position: relative;
  width: 1350px;
  margin: 10px auto 20px auto;
}
.contentCircle h3 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Manrope', Tahoma, Verdana;
  line-height: 30px;
  text-align: left;
  background: #faa61a;
  border-radius: 5px;
  width: auto;
  margin-top: 60px;
  padding: 0 10px;
}
.contentCircle h2 {
  float: left;
  display: block;
  clear: both;
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 52px;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}
.contentCircle .cntDsc {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 600px;
  margin: 60px auto 60px auto;
}
.contentCircle .cntImg {
  top: 58%;
  right: 0;
  display: block;
  overflow: visible;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
}
.contentCircle .cntImg img {
  display: block;
  height: 100% !important;
  margin: 0 auto;
}
.contentCircle p {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentCircle ul {
  float: left;
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentCircle ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 160px;
  margin: 5px 50px 5px 0;
  padding: 5px 0;
}
.contentCircle ul li:nth-child(3n) {
  margin-right: 0;
}
.contentCircle ul .bxImg {
  float: left;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #142633;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  width: 100%;
  height: 90px;
  margin: 0 0 15px 0;
}
.contentCircle ul .bxImg img {
  float: none;
  display: block;
  width: auto;
  height: 47px;
  margin: 20px auto 0 auto;
}
.contentCircle a.btnA:hover {
  color: #4633b6;
  background: #ffffff url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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:%234633b6;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 85% center;
  background-size: 24px auto;
}
.contentFudi {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  background: #f06019;
  /*background-attachment: fixed;*/
  width: 100%;
  min-height: 800px;
}
.cntFudi {
  z-index: 20;
  display: block;
  overflow: hidden;
  position: relative;
  width: 1350px;
  margin: 10px auto 20px auto;
}
.contentFudi h3 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Manrope', Tahoma, Verdana;
  line-height: 30px;
  text-align: left;
  background: #ff6f00;
  border-radius: 5px;
  width: auto;
  margin-top: 60px;
  padding: 0 10px;
}
.contentFudi h2 {
  float: left;
  display: block;
  clear: both;
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 52px;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}
.contentFudi .cntDsc {
  float: right;
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 600px;
  margin: 60px auto;
}
.contentFudi .cntImg {
  top: 55%;
  left: 0;
  display: block;
  overflow: visible;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
}
.contentFudi .cntImg img {
  display: block;
  height: 120%;
  margin: 0 auto;
}
.contentFudi p {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentFudi ul {
  float: left;
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentFudi ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 110px;
  margin: 5px 50px 5px 0;
  padding: 5px 0;
}
.contentFudi ul li:nth-child(4n) {
  margin-right: 0;
}
.contentFudi ul .bxImg {
  float: left;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #142633;
  background: #ff6f00;
  border-radius: 20px;
  width: 100%;
  height: 90px;
  margin: 0 0 15px 0;
}
.contentFudi ul .bxImg img {
  float: none;
  display: block;
  width: auto;
  height: 47px;
  margin: 22px auto 0 auto;
}
.contentFudi a.btnA:hover {
  color: #ff6f00;
  background: #ffffff url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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:%23ff6f00;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 85% center;
  background-size: 24px auto;
}
.contentBotAi {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  background: #8bc1d1;
  /*background-attachment: fixed;*/
  width: 100%;
  min-height: 800px;
}
.cntBotAi {
  z-index: 20;
  display: block;
  overflow: hidden;
  position: relative;
  width: 1350px;
  margin: 10px auto 20px auto;
}
.contentBotAi h3 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Manrope', Tahoma, Verdana;
  line-height: 30px;
  text-align: left;
  background: #102445;
  border-radius: 5px;
  width: auto;
  margin-top: 60px;
  padding: 0 10px;
}
.contentBotAi h2 {
  float: left;
  display: block;
  clear: both;
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 52px;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}
.contentBotAi .cntDsc {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 600px;
  margin: 60px auto;
}
.contentBotAi .cntImg {
  top: 52%;
  right: 0;
  display: block;
  overflow: visible;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
}
.contentBotAi .cntImg img {
  display: block;
  height: 120%;
  margin: 0 auto;
}
.contentBotAi p {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentBotAi ul {
  float: left;
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.contentBotAi ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #142633;
  width: 160px;
  margin: 5px 50px 5px 0;
  padding: 5px 0;
}
.contentBotAi ul li:nth-child(3n) {
  margin-right: 0;
}
.contentBotAi ul .bxImg {
  float: left;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #142633;
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  height: 90px;
  margin: 0 0 15px 0;
}
a.btnA:link,
a.btnA:visited {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 36px;
  text-decoration: none;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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 92% center;
  background-size: 24px auto;
  border: 1px solid #ffffff;
  border-radius: 25px;
  height: 50px;
  margin: 20px 0;
  padding: 5px 70px 5px 35px;
  transition: all 0.24s;
}
a.btnA:hover {
  color: #142633;
  background: #ffffff url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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:%23142633;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 85% center;
  background-size: 24px auto;
  transition: all 0.24s;
}
footer {
  float: left;
  display: block;
  overflow: hidden;
  background: #fafafa;
  width: 100%;
}
footer a.logo:link,
a.logo:visited {
  float: left;
  display: block;
  position: relative;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/logos.svg) no-repeat left center;
  background-size: auto 35px;
  width: 35px;
  height: 35px;
  margin-right: 30px;
  opacity: 0;
  left: -100px;
}
.cntFooter {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 10px auto 20px auto;
  padding: 50px 50px 0 50px;
}
footer p {
  float: left;
  clear: both;
  display: block;
  position: relative;
  font-size: 10px;
  line-height: 18px;
  text-align: left;
  width: 40%;
  margin: 30px auto 20px auto;
}
ul.liPaises {
  float: left;
  display: block;
  font-size: 10px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  width: 100px;
}
ul.liPaises li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 5px 0;
  opacity: 0;
  top: 150px;
}
ul.liPaises li a {
  color: #142633;
  text-decoration: none;
}
ul.liPaises li a:hover {
  text-decoration: underline;
}
ul.liRS {
  float: right;
  display: block;
  text-align: center;
  width: auto;
  margin-top: 20px;
}
ul.liRS li {
  float: left;
  display: block;
  position: relative;
  width: 20px;
  height: 40px;
  margin: 5px 15px;
  opacity: 0;
  left: -100px;
}
ul.liRS li a {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  width: 20px;
  height: 40px;
  opacity: 0.6;
  transition: all 0.23s;
}
ul.liRS li a:hover {
  opacity: 1;
  transition: all 0.23s;
}
ul.liRS .liLinkedIn a {
  background: url(../lib/ico-linkedin.svg) no-repeat center;
  background-size: 13px auto;
}
ul.liRS .liInstagram a {
  background: url(../lib/ico-instagram.svg) no-repeat center;
  background-size: 14px auto;
}
ul.liRS .liYoutube a {
  background: url(../lib/ico-youtube.svg) no-repeat center;
  background-size: 15px auto;
}
ul.liRS .liBehance a {
  background: url(../lib/ico-behance.svg) no-repeat center;
  background-size: 17px auto;
}
ul.liRS .liWhatsapp {
  margin-right: 0;
}
ul.liRS .liWhatsapp a {
  background: url(../lib/ico-whatsapp.svg) no-repeat center;
  background-size: 15px auto;
}
ul.liRSB {
  float: left;
  display: block;
  text-align: center;
  width: auto;
  margin: 20px 0 50px 0;
}
ul.liRSB li {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  margin: 5px 15px 5px 0;
  padding: 0;
}
ul.liRSB li::after {
  display: none;
}
ul.liRSB li a {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  width: 26px;
  height: 26px;
}
ul.liRSB .liFacebook a {
  background: url(../lib/ico-facebook.svg) no-repeat center;
  background-size: 26px auto;
}
ul.liRSB .liX a {
  background: url(../lib/ico-x.svg) no-repeat center;
  background-size: 26px auto;
}
ul.liRSB .liWhatsapp {
  margin-right: 0;
}
ul.liRSB .liWhatsapp a {
  background: url(../lib/ico-whatsapp-b.svg) no-repeat center;
  background-size: 26px auto;
}
ul.liInst {
  float: right;
  display: block;
  font-size: 9px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  margin: 20px 0 0 0;
}
ul.liInst li {
  float: left;
  display: block;
  position: relative;
  width: auto;
  margin: 5px;
  opacity: 0;
  left: -100px;
}
ul.liInst li a {
  float: left;
  display: block;
  position: relative;
  color: #142633;
  text-decoration: none;
  padding: 5px 15px;
  transition: all 0.23s;
}
ul.liInst li a:hover {
  transition: all 0.23s;
}
ul.liInst li a::after {
  left: 50%;
  bottom: 5px;
  content: "";
  position: absolute;
  background: #142633;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  transition: all 0.23s;
}
ul.liInst li a:hover::after {
  width: 70%;
  transition: all 0.23s;
}
ul.liInst li.lItm {
  margin: 5px 0 5px 5px;
}
ul.liInst li.lItm a {
  padding: 5px 0 5px 15px;
}
ul.liInst li.lItm a::after {
  left: 57%;
}
.contForm {
  float: left;
  display: block;
  position: relative;
  width: 800px;
  margin: 93px 0 90px 0;
}
.contForm h2 {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #f36d2b;
  font-size: 28px;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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:%23f36d2b;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 left center;
  background-size: 24px auto;
  padding-left: 40px;
}
.contCol {
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  width: 320px;
  margin: 100px 0 0 0;
}
.contCol h3 {
  color: #f36d2b;
  font-size: 28px;
  margin-bottom: 30px;
}
.contCol a {
  color: #142633;
  text-decoration: none;
}
.contCol a:hover {
  text-decoration: underline;
}
.contCol img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.pPrn {
  width: 620px;
  margin-bottom: 50px;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.subtitulo1 {
  color: #f36d2b;
  font-size: 23px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.subtitulo2 {
  color: #76acb5;
  font-size: 23px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  font-weight: 100;
}
i {
  font-style: italic;
}
.italic {
  font-style: italic;
}
b,
.bold,
.bold1,
.bold2 {
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold1 {
  color: #f36d2b;
}
.bold2 {
  color: #76acb5;
}
i {
  font-style: italic;
}
.small,
.small1,
.small2,
.small3 {
  font-size: 14px;
}
.small1 {
  color: #f36d2b !important;
}
.small2 {
  color: #76acb5 !important;
}
.color1 {
  color: #f36d2b !important;
}
.color2 {
  color: #76acb5 !important;
}
.colorr {
  color: #ee4d4d !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk1:link,
a.lnk1:visited {
  color: #142633;
  text-decoration: none;
}
a.lnk1:hover {
  text-decoration: underline;
}
a.lnkBtn01 {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 48px;
  text-decoration: none;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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 88% center;
  background-size: 24px auto;
  border: 1px solid #ffffff;
  border-radius: 50px;
  width: 225px;
  height: 50px;
  margin: 50px auto;
  transition: all 0.23s;
}
a.lnkBtn01:hover {
  color: #f36d2b;
  background: #ffffff url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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:%23f36d2b;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 86% center;
  background-size: 24px auto;
  transition: all 0.23s;
}
a.lnkBtn01b {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: rgba(20, 38, 51, 0.7);
  font-size: 16px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 48px;
  text-decoration: none;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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:%23142633;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 88% center;
  background-size: 24px auto;
  border: 1px solid #142633;
  border-radius: 50px;
  width: 185px;
  height: 50px;
  margin: 50px auto;
  padding: 0 0 0 35px;
  transition: all 0.23s;
}
a.lnkBtn01b:hover {
  color: #ffffff;
  background: #142633 url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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 86% center;
  background-size: 24px auto;
  transition: all 0.23s;
}
a.lnkBtn02 {
  float: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 48px;
  text-decoration: none;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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 92% center;
  background-size: 24px auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  width: auto;
  height: 50px;
  margin: 30px auto;
  padding: 0 85px;
  transition: all 0.23s;
}
a.lnkBtn02:hover {
  color: #142633;
  background: #ffffff url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><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:%23142633;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 90% center;
  background-size: 24px auto;
  transition: all 0.23s;
}
a.lnkProy {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #76acb5;
  font-size: 12px;
  font-family: 'Manrope', Tahoma, Verdana;
  font-weight: 100;
  line-height: 48px;
  text-decoration: none;
  width: auto;
  height: 75px;
  margin: 50px 0 20px 0;
  padding: 0 15px 0 0;
  transition: all 0.35s;
}
a.lnkProy:hover {
  color: #142633;
}
a.lnkProy icon {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  color: #76acb5;
  font-size: 12px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 35px;
  text-decoration: none;
  width: auto;
  height: 73px;
  margin: 0 auto;
  padding: 0 17px 0 13px;
}
a.lnkProy icon img {
  top: 45%;
  position: relative;
  transform: translateY(-50%);
}
a.lnkProy icon::after {
  top: 0;
  right: 0;
  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 11 43.8" style="enable-background:new 0 0 11 43.8;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23BAD5DA;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><path class="st0" d="M10.5,10.5v-6c0-2.2-1.8-4-4-4h-6"/><path class="st0" d="M10.5,33.3v6c0,2.2-1.8,4-4,4h-6"/></g></svg>') no-repeat center;
  background-size: 18px auto;
  width: 18px;
  height: 72px;
  margin: 0;
  padding: 0;
  transition: all 0.35s;
}
a.lnkProy .txt {
  top: 50%;
  float: right;
  display: block;
  position: relative;
  line-height: 11px;
  transform: translateY(-50%);
  height: 15px;
  transition: all 0.35s;
}
a.lnkProy:hover .txt {
  margin-left: -10px;
}
a.lnkProy:hover icon::after {
  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 43.8" style="enable-background:new 0 0 11 43.8;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23142633;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><path class="st0" d="M10.5,10.5v-6c0-2.2-1.8-4-4-4h-6"/><path class="st0" d="M10.5,33.3v6c0,2.2-1.8,4-4,4h-6"/></g></svg>') no-repeat center;
  background-size: 18px auto;
}
/* ---------------------------- 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.liBlog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-rows: repeat(6, 1fr);*/
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 80px 0 5px 0;
}
ul.liBlog li {
  overflow: hidden;
  position: relative;
  font-size: 20px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
ul.liBlog li::after {
  display: none;
}
ul.liBlog li:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
ul.liBlog li:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
ul.liBlog li:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}
ul.liBlog li:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
}
ul.liBlog li:nth-child(5) {
  grid-area: 3 / 1 / 4 / 2;
}
ul.liBlog li:nth-child(6) {
  grid-area: 2 / 2 / 4 / 4;
}
ul.liBlog li:nth-child(7) {
  grid-area: 4 / 1 / 5 / 2;
}
ul.liBlog li:nth-child(8) {
  grid-area: 4 / 2 / 5 / 3;
}
ul.liBlog li:nth-child(9) {
  grid-area: 4 / 3 / 5 / 4;
}
ul.liBlog li:nth-child(10) {
  grid-area: 5 / 1 / 7 / 3;
}
ul.liBlog li:nth-child(11) {
  grid-area: 5 / 3 / 6 / 4;
}
ul.liBlog li:nth-child(12) {
  grid-area: 6 / 3 / 7 / 4;
}
ul.liBlog li .bxDsc {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 18px;
}
ul.liBlog li .txtCat {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: #76acb5;
  font-size: 10px;
  line-height: 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
ul.liBlog li a.lnkTit {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color: #142633;
  text-decoration: none;
  width: 100%;
  margin-top: 10px;
  transition: all 0.24s;
}
ul.liBlog li a.lnkTit:hover {
  color: #f36d2b;
}
ul.liBlog li .bxImg {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 235px;
}
ul.liBlog li .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.24s;
}
ul.liBlog li .bxImg:hover img {
  scale: 1.2;
  transition: all 0.24s;
}
ul.liBlog li .bxImg::after {
  top: 0;
  left: 0;
  content: "";
  z-index: 10;
  pointer-events: none;
  position: absolute;
  background: rgba(20, 38, 51, 0);
  width: 100%;
  height: 100%;
  transition: all 0.24s;
}
ul.liBlog li .bxImg:hover::after {
  background: rgba(20, 38, 51, 0.6);
}
ul.liBlog li:nth-child(6) .bxDsc {
  bottom: 0;
  left: 0;
  z-index: 20;
  position: absolute;
  padding: 40px 30% 40px 45px;
}
ul.liBlog li:nth-child(6) a.lnkTit {
  color: #ffffff;
  font-size: 36px;
  line-height: 38px;
  width: 100%;
  margin-top: 10px;
  transition: all 0.24s;
}
ul.liBlog li:nth-child(6) a.lnkTit:hover {
  color: #f36d2b;
}
ul.liBlog li:nth-child(6) .bxImg {
  width: 100%;
  height: 762px;
}
ul.liBlog li:nth-child(6):hover .bxImg::after {
  background: rgba(20, 38, 51, 0.6);
}
ul.liBlog li:nth-child(6):hover .bxImg img {
  scale: 1.2;
  transition: all 0.24s;
}
/* ---------------------------- LISTADOS ---------------------------- */
.formA fieldset {
  top: 0;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  font-family: 'Manrope', Tahoma, Verdana;
  text-align: center;
  width: 100%;
  margin: 40px 0 0 0 !important;
  padding: 0;
}
.formA p {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  font-size: 20px;
  text-align: center;
  width: 47%;
  margin: 1px 6% 60px 0;
  padding: 26px 0 0 0;
}
.formA p.wB {
  width: 100%;
  margin: 1px 0 60px 0;
}
.formA p:nth-of-type(2n) {
  margin-right: 0;
}
.formA .pGrp2 {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  width: 100%;
  margin: 0;
}
.formA .pGrp2 p {
  float: left;
  display: block;
  clear: none;
  overflow: visible;
  position: relative;
  width: 47%;
  margin: 1px 6% 40px 0;
}
.formA label {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  color: #f36d2b;
  font-size: 14px;
  font-family: 'Manrope', Tahoma, Verdana;
  font-weight: 100;
  line-height: 16px;
  text-align: left;
  width: 90%;
  margin: 0;
  padding: 0;
  transition: all 0.24s ease-in;
}
.formA input:focus + label,
.formA select:focus + label,
.formA textarea:focus + label,
.bxUpl .filedrag:focus + label {
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  margin: 0;
  padding: 0;
  transition: all 0.24s ease-in;
}
.formA select,
.formA input,
.formA textarea {
  float: left;
  box-sizing: border-box;
  color: #142633;
  font-size: 16px;
  /*font-size: 100%;*/
  font-family: 'Manrope', Tahoma, Verdana;
  font-weight: 100;
  border: 0;
  border-bottom: 1px solid #afb3b6;
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding: 5px 0;
  transition: all 0.24s;
}
.formA input:focus,
.formA select,
.formA textarea {
  outline: none;
  margin: 0 auto;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid #60676e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.24s;
}
.req {
  border: 1px solid #ee4d4d !important;
}
.formA .txtInp {
  float: left;
  box-sizing: border-box;
  color: #142633;
  font-size: 20px;
  font-family: 'Manrope', Tahoma, Verdana;
  font-weight: 100;
  text-align: left;
  width: 100%;
  height: 52px;
  margin: 2px auto;
  padding: 5px 0 16px 0;
  transition: all 0.24s;
}
.formA select {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  background: url(../lib/ar-sel.svg) no-repeat right center;
  background-size: auto 7px;
  width: 100%;
  height: 35px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA textarea {
  display: block;
  float: left;
  width: 100%;
  height: 70px !important;
  padding: 5px 0;
  appearance: none;
}
.formA textarea:focus {
  outline: none;
  height: 70px !important;
  padding: 5px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA .button {
  float: none;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: 'ManropeB', Arial, Tahoma, Verdana;
  text-align: center;
  border: none;
  border-radius: 40px;
  background: #f36d2b;
  border: 0;
  width: 46%;
  height: 54px;
  margin: 0 5px 20px 5px;
  padding: 0 25px;
  -webkit-appearance: none;
  transition: all 0.5s;
}
.formA .button:hover {
  opacity: 0.7;
}
.formA .btnDs {
  pointer-events: none;
  color: rgba(20, 38, 51, 0.15) !important;
  background: rgba(20, 38, 51, 0.06) !important;
}
.formA .btnLd {
  pointer-events: none;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background: #76acb5;
}
.formA .btnLd:after {
  top: -5px;
  left: 0;
  content: "";
  position: absolute;
  background: url(../lib/load.svg) no-repeat center -4px;
  background-size: auto 70px;
  width: 100%;
  height: 100%;
}
.formA p.wB .button {
  margin-top: -40px !important;
}
.cntMsj {
  float: left;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  border: 1px solid #f36d2b;
  border-radius: 10px;
  width: 70%;
  margin: 60px 0 200px 15%;
  padding: 50px 80px;
}
.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(20, 38, 51, 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 .filedrag a.draglinkupd {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Manrope', 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 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(243, 109, 43, 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(20, 38, 51, 0.8);
  font-size: 16px;
  font-family: 'Manrope', 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: 1761px) {
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1541px) and (max-width: 1760px) {
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1540px) {
  .contentInicio .cntIniDsc {
    width: 750px;
    margin: 37px 0 125px 0;
  }
  .contentCircle .cntImg {
    right: -5%;
  }
  .contentFudi .cntImg {
    left: -5%;
  }
  .contentBotAi .cntImg {
    right: -5%;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1469px) {
  .contentInicio .cntIniDsc {
    width: 750px;
    margin: 37px 0 125px 0;
  }
  .contentCircle .cntImg {
    right: -5%;
  }
  .contentFudi .cntImg {
    left: -5%;
  }
  .contentBotAi .cntImg {
    right: -5%;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1431px) and (max-width: 1440px) {
  .contentInicio .cntIniDsc {
    width: 750px;
    margin: 37px 0 125px 0;
  }
  .contentCircle .cntImg {
    right: -5%;
  }
  .contentFudi .cntImg {
    left: -5%;
  }
  .contentBotAi .cntImg {
    right: -5%;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1430px) {
  .cntInicio {
    width: 94%;
  }
  .contentInicio .cntIniDsc {
    width: 680px;
    margin: 37px 0 125px 0;
  }
  .contentPortafolio .cntPortDsc {
    width: 600px;
    margin: 110px 80px 0 0;
  }
  .cntBlog {
    width: 94%;
    margin: 158px auto 160px auto;
  }
  .cntBlgDsc {
    width: 790px;
    margin: 65px 0 50px 0;
  }
  .cntDiseno {
    width: 94%;
    margin: 10px auto 20px auto;
  }
  .contentDiseno .cntImg {
    right: -10%;
  }
  .cntEstrategia {
    width: 94%;
    margin: 0 auto 20px auto;
  }
  .contentEstrategia .cntImg {
    left: -20%;
  }
  .cntTecnologia {
    width: 94%;
    margin: 10px auto 20px auto;
  }
  .contentTecnologia .cntImg {
    right: -10%;
    bottom: -8%;
  }
  .cntCircle {
    width: 94%;
  }
  .contentCircle .cntImg {
    right: -5%;
  }
  .cntFudi {
    width: 94%;
  }
  .contentFudi .cntImg {
    left: -5%;
  }
  .cntBotAi {
    width: 94%;
  }
  .contentBotAi .cntImg {
    right: -5%;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1191px) and (max-width: 1280px) {
  .cntInicio {
    width: 94%;
  }
  .contentInicio .cntIniDsc {
    width: 600px;
    margin: 37px 0 125px 0;
  }
  .contentPortafolio .cntPortDsc {
    width: 540px;
    margin: 110px 70px 0 0;
  }
  .cntBlog {
    width: 94%;
    margin: 158px auto 160px auto;
  }
  .cntBlgDsc {
    width: 680px;
    margin: 65px 0 50px 20px;
  }
  .cntPrtBtn {
    width: 94%;
    margin: 80px auto 90px auto;
  }
  .cntClientes {
    width: 94%;
    margin: 130px auto 110px auto;
  }
  .cntDiseno {
    width: 94%;
    margin: 10px auto 20px auto;
  }
  .contentDiseno .cntImg {
    right: -10%;
  }
  .cntEstrategia {
    width: 94%;
    margin: 0 auto 20px auto;
  }
  .contentEstrategia .cntImg {
    left: -20%;
  }
  .cntTecnologia {
    width: 94%;
    margin: 10px auto 20px auto;
  }
  .contentTecnologia .cntImg {
    right: -10%;
    bottom: -8%;
  }
  .cntCircle {
    width: 94%;
  }
  .contentCircle .cntImg {
    right: -12%;
    scale: 0.8;
  }
  .cntFudi {
    width: 94%;
  }
  .contentFudi .cntImg {
    left: -12%;
    scale: 0.8;
  }
  .cntBotAi {
    width: 94%;
  }
  .contentBotAi .cntImg {
    right: -12%;
    scale: 0.8;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
@media screen and (min-width: 921px) and (max-width: 1190px) {
  .cntMImg img {
    width: auto;
    height: 100%;
    margin-left: -10%;
  }
  .cntMImg .swiper.swipMod .swiper-slide {
    overflow: hidden;
  }
  header .cntHeader {
    padding: 0 30px;
  }
  header.hdPf .cntHeader {
    padding: 0 20px;
  }
  nav {
    font-size: 18px;
  }
  header.hdPf nav {
    font-size: 14px;
    line-height: 26px;
  }
  .cntInicio {
    width: 90%;
  }
  .contentInicio .cntIniImg {
    top: 117px;
    left: -50px;
    width: 550px;
    height: 395px;
  }
  .contentInicio .cntIniImg video {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
  }
  .contentInicio .cntIniDsc {
    font-size: 20px;
    line-height: 26px;
    width: 500px;
    margin: 37px 0 125px 0;
  }
  .contentInicio h1 {
    font-size: 52px;
    line-height: 58px;
    padding-bottom: 25px;
  }
  .contentPortafolio {
    height: 600px;
    margin-top: 80px;
  }
  .contentPortafolio .cntPortDsc {
    width: 450px;
    margin: 110px 50px 0 0;
  }
  .swiper-container.swipPrinc .swiper-pagination {
    width: 53%;
    margin-bottom: 20px;
  }
  .cntBlog {
    width: 90%;
    margin: 158px auto 160px auto;
  }
  .cntBlgDsc {
    width: 55%;
    margin: 65px 0 50px 0;
  }
  .cntBlgImg {
    float: right;
    display: block;
    width: 320px;
    margin: 140px 0 0 0;
  }
  .cntBlgImg .bxProd {
    width: 100%;
    height: 288px;
  }
  .contentBlog h3 {
    font-size: 40px;
    line-height: 46px;
  }
  .contentIn {
    margin-top: 160px;
  }
  .cntIn {
    width: 90%;
    margin: 10px auto 20px auto;
  }
  .cntPrtBtn {
    width: 90%;
    margin: 80px auto 90px auto;
  }
  .cntClientes {
    width: 90%;
    margin: 130px auto 110px auto;
  }
  ul.liClientes {
    width: 100%;
    margin: 120px auto 80px auto;
  }
  ul.liClientes li {
    width: 23%;
    height: 125px;
    margin: 15px 2.5% 15px 0;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes li a {
    width: 100%;
    height: 125px;
  }
  .cntDiseno {
    width: 90%;
    margin: 10px auto 20px auto;
  }
  .contentDiseno .cntImg {
    bottom: -35%;
    right: -20%;
    scale: 0.8;
  }
  .cntEstrategia {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .contentEstrategia .cntImg {
    top: -20%;
    left: -20%;
    bottom: auto;
    scale: 0.8;
  }
  .cntTecnologia {
    width: 90%;
    margin: 10px auto 20px auto;
  }
  .contentTecnologia .cntImg {
    right: -15%;
    bottom: -16%;
    scale: 0.8;
  }
  .cntCircle {
    width: 90%;
  }
  .contentCircle .cntImg {
    right: -20%;
    scale: 0.8;
  }
  .cntFudi {
    width: 90%;
  }
  .contentFudi .cntImg {
    left: -20%;
    scale: 0.7;
  }
  .cntBotAi {
    width: 90%;
  }
  .contentBotAi .cntImg {
    right: -20%;
    scale: 0.8;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li {
    width: 23%;
    height: 110px;
    margin: 15px 2% 15px 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes li a {
    width: 100%;
    height: 110px;
  }
  .contForm {
    width: 80%;
    margin: 93px 10% 90px 10%;
  }
  .contCol {
    display: none;
  }
  ul.liBlog li {
    margin: 0 0 -20px 0;
  }
  ul.liBlog li .bxImg {
    height: 190px;
  }
  ul.liBlog li:nth-child(6) .bxImg {
    height: 750px !important;
  }
  ul.liBlog li:nth-child(6) .bxImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 737px) and (max-width: 920px) {
  .cntMImg img {
    width: auto;
    height: 100%;
    margin-left: -60%;
  }
  .cntMImg .swiper.swipMod .swiper-slide {
    overflow: hidden;
  }
  a.logo:link,
  a.logo:visited {
    background-size: auto 65px;
    width: 65px;
    height: 65px;
  }
  header .cntHeader {
    padding: 0 20px;
  }
  header.hdPf .cntHeader {
    padding: 0 10px;
  }
  nav {
    font-size: 18px;
  }
  header.hdPf nav {
    font-size: 14px;
    line-height: 26px;
  }
  nav ul li {
    margin: 0 5px;
  }
  nav ul li.btnCnt {
    width: 165px;
    height: 45px;
    margin: 0 0 0 16px;
  }
  nav ul li.btnCnt a {
    background-size: 20px auto;
    width: 165px;
    height: 45px;
    padding: 0 10px 0 17px;
  }
  header.hdPf nav ul li.btnCnt {
    width: 140px;
    height: 40px;
    margin: 0 0 0 16px;
  }
  header.hdPf nav ul li.btnCnt a {
    background-size: 20px auto;
    width: 140px;
    height: 40px;
    margin: 4px 0 0 0;
    padding: 0 10px 0 18px;
  }
  .cntInicio {
    width: 90%;
  }
  .contentInicio .cntIniImg {
    top: 10px;
    left: 0;
    width: 550px;
    height: 395px;
  }
  .contentInicio .cntIniImg video {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
  }
  .contentInicio .cntIniDsc {
    font-size: 20px;
    line-height: 26px;
    width: 70%;
    margin: 300px 15% 100px 15%;
  }
  .contentInicio h1 {
    font-size: 52px;
    line-height: 58px;
    padding-bottom: 25px;
  }
  .contentPortafolio {
    height: 1000px;
    margin-top: 80px;
  }
  .cntPortafolio {
    width: 100%;
  }
  .contentPortafolio .cntPortDsc {
    width: 100%;
    margin: 535px 0 0 0;
    padding: 20px 100px;
  }
  .contentPortafolio .cntPortDsc h2 {
    display: none;
  }
  .contentPortafolio h2 {
    float: none;
    display: block;
    font-size: 30px;
    line-height: 35px;
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .contentPortafolio .cntPortImg {
    top: 30px;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 500px;
  }
  .swiper-container.swipPrinc .swiper-pagination {
    left: 15%;
    width: 70%;
    margin-bottom: 90px;
  }
  .cntBlog {
    width: 90%;
    margin: 158px auto 160px auto;
  }
  .cntBlgDsc {
    width: 55%;
    margin: 65px 0 50px 0;
  }
  .cntBlgImg {
    float: right;
    display: block;
    width: 320px;
    margin: 140px -20px 0 0;
    scale: 0.8;
  }
  .cntBlgImg .bxProd {
    width: 100%;
    height: 288px;
  }
  .contentBlog h3 {
    font-size: 40px;
    line-height: 46px;
  }
  .contentIn {
    margin-top: 160px;
  }
  .cntIn {
    width: 90%;
    margin: 10px auto 20px auto;
  }
  .cntPrtBtn {
    width: 90%;
    margin: 80px auto 90px auto;
  }
  .cntClientes {
    width: 90%;
    margin: 130px auto 110px auto;
  }
  ul.liClientes {
    width: 100%;
    margin: 120px auto 80px auto;
  }
  ul.liClientes li {
    width: 23%;
    height: 90px;
    margin: 15px 2.5% 15px 0;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes li a {
    width: 100%;
    height: 90px;
  }
  ul.liClientes.intCl li {
    width: 23%;
    height: 90px;
    margin: 15px 2% 15px 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li a {
    width: 100%;
    height: 90px;
  }
  .cntDiseno {
    width: 90%;
    margin: 10px auto 20px auto;
  }
  .contentDiseno .cntImg {
    bottom: -40%;
    right: -30%;
    scale: 0.7;
  }
  .contentDiseno h2 {
    font-size: 100px;
    line-height: 115px;
    margin-left: -30px;
  }
  .contentDiseno .cntDsc {
    width: 90%;
    margin: 100px auto 10px auto;
    padding-left: 50px;
  }
  .contentEstrategia .cntDsc {
    width: 90%;
    margin: 100px auto 10px auto;
    padding-left: 90px;
  }
  .cntEstrategia {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .contentEstrategia h2 {
    font-size: 100px;
    line-height: 130px;
    margin-left: -40px;
  }
  .contentEstrategia .cntDsc {
    width: 85%;
    margin: 340px auto 40px auto;
    padding-left: 90px;
  }
  .contentEstrategia .cntImg {
    top: -40%;
    bottom: auto;
    left: -28%;
    background-size: 100% auto;
    min-width: 800px;
    height: 112%;
    scale: 0.7;
  }
  .cntTecnologia {
    width: 90%;
    margin: 10px auto 20px auto;
  }
  .contentTecnologia .cntImg {
    right: -20%;
    bottom: -20%;
    scale: 0.7;
  }
  .contentTecnologia h2 {
    font-size: 100px;
    line-height: 130px;
    margin-left: -40px;
  }
  .contentTecnologia .cntDsc {
    width: 90%;
    margin: 100px auto 10px auto;
    padding-left: 50px;
  }
  .cntPort .bxTit {
    font-size: 28px;
    line-height: 24px;
    padding: 23px 16px 0 16px;
  }
  .cntPort .bxTit .small {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  ul.liClientes li:nth-child(4n) {
    margin-right: 0;
  }
  ul.liClientes.intCl li:nth-child(4n) {
    margin-right: 0;
  }
  .cntCircle {
    width: 90%;
    margin: -40px auto 450px auto;
    scale: 0.9;
  }
  .contentCircle .cntImg {
    top: 74%;
    right: auto;
    scale: 0.8;
  }
  .cntFudi {
    width: 90%;
    margin: -40px auto 450px auto;
    scale: 0.9;
  }
  .contentFudi .cntDsc {
    float: left;
    width: 600px;
  }
  .contentFudi .cntImg {
    top: 72%;
    left: 0;
    scale: 0.7;
  }
  .cntBotAi {
    width: 90%;
    margin: -40px auto 450px auto;
    scale: 0.9;
  }
  .contentBotAi .cntImg {
    top: 72%;
    right: 0;
    scale: 0.8;
  }
  ul.liBlog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 80px 0 5px 0;
  }
  ul.liBlog li {
    margin: 0 0 20px 0;
  }
  ul.liBlog li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  ul.liBlog li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  ul.liBlog li:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }
  ul.liBlog li:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
  }
  ul.liBlog li:nth-child(5) {
    grid-area: 3 / 1 / 4 / 2;
  }
  ul.liBlog li:nth-child(6) {
    grid-area: 3 / 2 / 4 / 3;
  }
  ul.liBlog li:nth-child(7) {
    grid-area: 4 / 1 / 5 / 2;
  }
  ul.liBlog li:nth-child(8) {
    grid-area: 4 / 2 / 5 / 3;
  }
  ul.liBlog li:nth-child(9) {
    grid-area: 5 / 1 / 6 / 2;
  }
  ul.liBlog li:nth-child(10) {
    grid-area: 5 / 2 / 6 / 3;
  }
  ul.liBlog li:nth-child(11) {
    grid-area: 6 / 1 / 7 / 2;
  }
  ul.liBlog li:nth-child(12) {
    grid-area: 6 / 2 / 7 / 3;
  }
  ul.liBlog li .bxImg {
    height: 220px;
  }
  ul.liBlog li:nth-child(6) .bxDsc {
    padding: 30px 25px;
  }
  ul.liBlog li:nth-child(6) .bxImg {
    height: 355px;
  }
  ul.liBlog li:nth-child(6) .bxImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  ul.liBlog li:nth-child(6) a.lnkTit {
    font-size: 28px;
    line-height: 30px;
    margin-top: 10px;
  }
  .contentIn img {
    max-width: 100%;
    height: auto;
  }
  .contForm {
    width: 100%;
    margin: 90px 0;
  }
  .contCol {
    display: none;
  }
}
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 321px) and (max-width: 736px) {
  .custom-cursor {
    display: none;
  }
  .btnClose {
    top: 0;
    right: 0;
    background-size: 20px auto;
    width: 50px;
    height: 50px;
  }
  .cntMImg::after {
    background: linear-gradient(0deg, #142633 20%, rgba(20, 38, 51, 0) 80%);
    width: 100%;
    height: 60%;
  }
  .cntMod {
    left: 0;
    bottom: 5px;
    height: auto;
  }
  .swiper.swipMod .swiper-button-next,
  .swiper.swipMod .swiper-button-prev {
    top: 38%;
    width: 50px !important;
    height: 90px !important;
  }
  .swiper.swipMod .swiper-button-next {
    background-size: auto 36px;
  }
  .swiper.swipMod .swiper-button-next:hover {
    background-size: auto 36px;
  }
  .cntPyId {
    bottom: 0;
    left: 0;
    position: relative;
    font-size: 30px;
    line-height: 24px;
    width: 100%;
    padding: 20px 6% 10px 6%;
  }
  .cntPyDsc {
    bottom: 0;
    right: 0;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    padding: 10px 6% 20px 6%;
  }
  a.logo:link,
  a.logo:visited {
    background: url(../lib/logos.svg) no-repeat left center;
    background-size: auto 45px;
    width: 45px;
    height: 45px;
    margin-top: 8px;
  }
  header.hdPf a.logo:link {
    background-size: auto 40px;
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .menuMb {
    display: block;
  }
  header.hdPf .menuMb {
    top: 0;
  }
  header {
    overflow: visible;
    width: 100%;
    height: 60px;
    padding: 0;
  }
  header.hdPf {
    height: 50px;
  }
  header .cntHeader {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 7px;
  }
  header.hdPf .cntHeader {
    margin: 0;
  }
  nav {
    height: 55px;
  }
  nav ul {
    display: none;
    font-size: 14px;
    line-height: 16px;
    height: 72px;
    margin: 0 0 0 30px;
  }
  nav ul li {
    width: 90px;
    margin: 0 20px 0 0;
  }
  nav ul li a {
    box-sizing: border-box;
    padding: 25px 0 10px 0;
  }
  nav ul li a::after {
    display: none;
  }
  nav ul .act a {
    color: #f36d2b;
  }
  nav ul .act a::after {
    display: none;
  }
  .dspMnMb .menuMb {
    display: none;
  }
  .dspMnMb .menuMbCls {
    display: block;
  }
  .dspMnMb,
  header.hdPf.dspMnMb {
    z-index: 2000;
    overflow: visible;
    overflow-x: auto;
    position: fixed !important;
    background: #142633;
    width: 100% !important;
    min-height: 100vh;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  header.dspMnMb a.logo {
    display: none;
  }
  .dspMnMb nav {
    overflow: hidden;
    background: #142633;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .dspMnMb nav ul {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    padding: 50px 30px;
  }
  .dspMnMb nav ul li {
    width: 100%;
    height: auto;
    margin: 4px 0;
  }
  .dspMnMb nav ul li:last-child {
    margin: 4px 0;
  }
  .dspMnMb nav ul li a {
    float: left;
    box-sizing: border-box;
    display: block;
    color: #fff;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 15px;
  }
  .dspMnMb nav ul .act a {
    color: #f36d2b;
  }
  .dspMnMb nav ul li.btnCnt {
    width: 100%;
    height: 50px;
    margin: 20px 0 0 0;
  }
  .dspMnMb nav ul li.btnCnt a {
    width: 70%;
    height: 50px;
    padding: 2px 10px 0 23px;
  }
  .cntInicio {
    width: 84%;
    margin: 110px auto 50px auto;
  }
  .contentInicio h1 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 25px;
  }
  .contentInicio .ico_cursor {
    width: 16px;
    height: 16px;
    margin: 0 0 -6px -11px;
  }
  .contentInicio .cntIniImg {
    top: -50px;
    left: 0;
    width: 90%;
    height: auto;
  }
  .contentInicio .cntIniDsc {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    margin: 80px 0 60px 0;
  }
  .contentPortafolio {
    box-sizing: border-box;
    height: auto;
    margin-top: 0;
    padding-bottom: 17px;
  }
  .cntPortafolio {
    width: 100%;
    min-height: 390px;
  }
  .contentPortafolio .cntPortDsc h2 {
    display: none;
  }
  .contentPortafolio h2 {
    float: none;
    display: block;
    font-size: 30px;
    line-height: 35px;
    width: 84%;
    margin: 30px auto 0 auto;
  }
  .contentPortafolio h3 {
    font-size: 17px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 13px;
  }
  .contentPortafolio .cntPortDsc {
    float: none;
    font-size: 16px;
    line-height: 22px;
    width: 84%;
    height: auto;
    margin: 25px auto 0 auto;
    padding-bottom: 40px;
  }
  .contentPortafolio .cntPortImg {
    top: 30px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 280px;
    margin-top: 0;
  }
  .contentPortafolio .cntPortImg img {
    bottom: -20px;
    left: 15px;
    width: 120px;
    height: auto;
  }
  .contentPortafolio .cntPortImg iframe,
  .contentPortafolio .cntPortImg object,
  .contentPortafolio .cntPortImg embed,
  .contentPortafolio .cntPortImg video {
    z-index: 20;
    position: relative;
    pointer-events: none;
    width: 130%;
    max-width: 130% !important;
    min-height: 100%;
  }
  .contentPortafolio .bxLog {
    font-size: 16px;
    line-height: 16px;
    margin: 300px 0 6px 0;
  }
  .contentPortafolio .bxLog img {
    width: 50px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .contentPortafolio .txtDs {
    width: 150px;
    margin-top: 11px;
  }
  .contentPortafolio .swiper-container.swipPrinc {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .contentPortafolio .swiper-container.swipPrinc .swiper-slide {
    overflow: hidden;
  }
  .swiper-container.swipPrinc .swiper-button-next,
  .swiper-container.swipPrinc .swiper-button-prev {
    display: none;
    top: 310px;
    border: 1px solid #76acb5;
    width: 35px !important;
    height: 35px !important;
  }
  .swiper-container.swipPrinc .swiper-button-next {
    right: 0;
    background-size: auto 16px;
  }
  .swiper-container.swipPrinc .swiper-button-next:hover {
    background-size: auto 16px;
  }
  .swiper-container.swipPrinc .swiper-button-prev {
    left: 0;
    background-size: auto 16px;
  }
  .swiper-container.swipPrinc .swiper-button-prev:hover {
    background-size: auto 16px;
  }
  .swiper-container.swipPrinc .swiper-pagination {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .swiper-container.swipPrinc a.lnkBtn01b {
    font-size: 16px;
    line-height: 41px;
    background-size: 24px auto;
    border-radius: 50px;
    width: 170px;
    height: 45px;
    margin: 10px auto 17px auto;
    padding: 0 0 0 35px;
  }
  .swiper-container.swipPrinc a.lnkBtn01b:hover {
    background-size: 24px auto;
  }
  .contentPrtBtn {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
  .cntPrtBtn {
    box-sizing: border-box;
    width: 84%;
    margin: 25px auto 35px auto;
    padding: 0 30px;
  }
  .cntBlog {
    width: 84%;
    margin: 30px auto 80px auto;
  }
  .cntBlgDsc {
    width: 100%;
    margin: 50px 0;
  }
  .contentBlog h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .contentBlog h3 {
    font-size: 36px;
    line-height: 38px;
    width: 100%;
  }
  .contentBlog a.lnkBtn01 {
    margin: 45px auto 20px auto;
  }
  .cntBlgImg {
    width: 100%;
    margin: 140px 0 0 0;
  }
  .cntBlgImg .bxProd {
    font-size: 20px;
    line-height: 19px;
    width: 90%;
    margin-left: 5%;
  }
  .cntBlgImg .bxProd .small {
    font-size: 14px;
  }
  .cntBlgImg .bxProd h4 {
    font-size: 33px;
    line-height: 40px;
  }
  .cntBlgImg .imgProd {
    left: 40px;
    top: -100px;
    width: 220px;
    height: 325px;
  }
  .cntBlgImg .txtProd {
    left: 50px;
    bottom: 40px;
    width: 200px;
  }
  .cntClientes {
    text-align: left;
    width: 84%;
    margin: 80px auto;
  }
  .contentClientes h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .contentDiseno {
    font-size: 18px;
    line-height: 24px;
    min-height: 850px;
  }
  .cntDiseno {
    width: 84%;
    margin: 10px auto 20px auto;
  }
  .contentDiseno .cntDsc {
    width: 100%;
    margin: 50px auto 10px auto;
    padding-left: 0;
  }
  .contentDiseno h2 {
    font-size: 60px;
    line-height: 55px;
    width: 100%;
    margin-left: 0;
  }
  .contentDiseno ul li {
    background: url(../lib/ico-sc-01.svg) no-repeat left 10px;
    background-size: 15px auto;
  }
  .contentDiseno .cntImg {
    bottom: -150px;
    right: -150px;
    width: 100%;
    height: 600px;
  }
  .contentEstrategia {
    font-size: 18px;
    line-height: 24px;
    min-height: 850px;
  }
  .cntEstrategia {
    width: 84%;
    margin: 0 auto 20px auto;
  }
  .contentEstrategia h2 {
    font-size: 60px;
    line-height: 80px;
    margin-left: 0;
  }
  .contentEstrategia .cntDsc {
    width: 100%;
    margin: 40px auto 10px auto;
    padding-left: 0;
  }
  .contentEstrategia .cntImg {
    bottom: -50px;
    left: -200px;
    width: 100%;
    height: 500px;
  }
  .contentTecnologia {
    font-size: 18px;
    line-height: 24px;
    min-height: 850px;
  }
  .cntTecnologia {
    width: 84%;
    margin: 10px auto 20px auto;
  }
  .contentTecnologia h2 {
    font-size: 60px;
    line-height: 80px;
    margin-left: 0;
  }
  .contentTecnologia .cntDsc {
    width: 100%;
    margin: 40px auto 10px auto;
    padding-left: 0;
  }
  .contentTecnologia .cntImg {
    bottom: -50px;
    right: -50px;
    width: 100%;
    height: 400px;
  }
  .contentCircle {
    font-size: 16px;
    line-height: 24px;
    min-height: 400px;
  }
  .cntCircle {
    width: 84%;
    margin: 10px auto 20px auto;
  }
  .contentCircle h3 {
    font-size: 10px;
    line-height: 30px;
    width: auto;
    margin-top: 40px;
    padding: 0 10px;
  }
  .contentCircle h2 {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    margin-top: 10px;
  }
  .contentCircle .cntDsc {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .contentCircle .cntDsc img {
    width: 195px;
    height: auto;
  }
  .contentCircle ul {
    font-size: 11px;
    line-height: 13px;
  }
  .contentCircle ul li {
    width: 29%;
    margin: 5px 6.4% 5px 0;
  }
  .contentCircle ul .bxImg {
    border-radius: 15px;
    width: 100%;
    height: 70px;
    margin: 0 0 15px 0;
  }
  .contentCircle ul .bxImg img {
    height: 35px;
    margin: 16px auto 0 auto;
  }
  .contentCircle .cntImg {
    top: 0;
    right: -20px;
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .contentCircle .cntImg img {
    float: left;
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0;
  }
  .contentFudi {
    font-size: 16px;
    line-height: 24px;
    min-height: 1200px;
  }
  .cntFudi {
    width: 84%;
    margin: 10px auto 20px auto;
  }
  .contentFudi h3 {
    font-size: 10px;
    line-height: 30px;
    width: auto;
    margin-top: 40px;
    padding: 0 10px;
  }
  .contentFudi h2 {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    margin-top: 10px;
  }
  .contentFudi .cntDsc {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .contentFudi .cntDsc img {
    width: 100px;
    height: auto;
  }
  .contentFudi ul {
    font-size: 11px;
    line-height: 13px;
  }
  .contentFudi ul li {
    width: 29%;
    margin: 5px 6.4% 5px 0;
  }
  .contentFudi ul li:nth-child(3n) {
    margin-right: 0;
  }
  .contentFudi ul .bxImg {
    border-radius: 15px;
    width: 100%;
    height: 70px;
    margin: 0 0 15px 0;
  }
  .contentFudi ul .bxImg img {
    height: 35px;
    margin: 16px auto 0 auto;
  }
  .contentFudi .cntImg {
    top: 0;
    right: -20px;
    position: relative;
    width: 100%;
    margin: 90px 0 50px 0;
  }
  .contentFudi .cntImg img {
    float: left;
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0;
  }
  .contentBotAi {
    font-size: 16px;
    line-height: 24px;
    min-height: 1050px;
  }
  .cntBotAi {
    width: 84%;
    margin: 10px auto 20px auto;
  }
  .contentBotAi h3 {
    font-size: 10px;
    line-height: 30px;
    width: auto;
    margin-top: 40px;
    padding: 0 10px;
  }
  .contentBotAi h2 {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    margin-top: 10px;
  }
  .contentBotAi .cntDsc {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .contentBotAi .cntDsc img {
    width: 100px;
    height: auto;
  }
  .contentBotAi ul {
    font-size: 11px;
    line-height: 13px;
  }
  .contentBotAi ul li {
    width: 29%;
    margin: 5px 6.4% 5px 0;
  }
  .contentBotAi ul li:nth-child(3n) {
    margin-right: 0;
  }
  .contentBotAi ul .bxImg {
    border-radius: 15px;
    width: 100%;
    height: 70px;
    margin: 0 0 15px 0;
  }
  .contentBotAi ul .bxImg img {
    height: 35px;
    margin: 16px auto 0 auto;
  }
  .contentBotAi .cntImg {
    top: 0;
    right: -40px;
    position: relative;
    width: 100%;
    margin: 70px 0 50px 0;
  }
  .contentBotAi .cntImg img {
    float: left;
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0;
  }
  .cntFooter {
    padding: 40px 20px 0 20px;
  }
  ul.liRS {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  ul.liRS li {
    float: none;
    display: inline-block;
    margin: 5px;
  }
  ul.liInst {
    float: left;
    font-size: 8px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  ul.liInst li {
    float: none;
    display: inline-block;
    margin: 2px 5px 2px 0;
  }
  ul.liInst li.lItm {
    margin: 2px 5px 2px 0;
  }
  ul.liInst li a {
    padding: 5px 0;
  }
  ul.liInst li.lItm a {
    padding: 5px 0;
  }
  .contentIn {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin-top: 70px;
  }
  .cntIn {
    width: 84%;
    margin: 10px auto 20px auto;
  }
  .contentIn h1 {
    font-size: 30px;
    line-height: 32px;
    width: 70%;
    margin: 10px 30% 10px auto;
  }
  .cntPort {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .cntPort div img {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  .div4 img,
  .div12 img {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
  }
  .cntPort div {
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    height: 235px;
    margin: 0 !important;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .div4 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .div5 {
    grid-area: 5 / 1 / 6 / 2;
  }
  .div6 {
    grid-area: 6 / 1 / 7 / 2;
  }
  .div7 {
    grid-area: 7 / 1 / 8 / 2;
  }
  .div8 {
    grid-area: 8 / 1 / 9 / 2;
  }
  .div9 {
    grid-area: 9 / 1 / 10 / 2;
  }
  .div10 {
    grid-area: 10 / 1 / 11 / 2;
  }
  .div11 {
    grid-area: 11 / 1 / 12 / 2;
  }
  .div12 {
    grid-area: 12 / 1 / 13 / 2;
  }
  .cntPort .bxTit {
    font-size: 19px;
    line-height: 15px;
    padding: 10px 15px;
    transform: translate3d(0, 0, 0);
  }
  .cntPort .bxTit .small {
    font-size: 11px;
    margin-top: 5px;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .pPrn {
    width: 100%;
    margin-bottom: 50px;
  }
  a.lnkBtn02 {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    width: 84%;
    height: 50px;
    margin: 20px auto 27px auto;
    padding: 0 40px 0 20px;
  }
  ul.liClientes {
    width: 100%;
    margin: 120px auto 20px auto;
  }
  ul.liClientes.intCl {
    margin: 20px auto 30px auto;
  }
  ul.liClientes li {
    overflow: hidden;
    width: 47.7%;
    height: 90px;
    margin: 5px 4% 9px 0;
  }
  ul.liClientes.intCl li {
    width: 48%;
    height: 80px;
    margin: 5px 3% 5px 0;
  }
  ul.liClientes li:nth-child(2n),
  ul.liClientes.intCl li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liClientes li img {
    width: 60% !important;
  }
  ul.liBlog {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    margin: 50px 0 5px 0;
  }
  ul.liBlog li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.liBlog li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  ul.liBlog li:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  ul.liBlog li:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  ul.liBlog li:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
  ul.liBlog li:nth-child(5) {
    grid-area: 5 / 1 / 6 / 2;
  }
  ul.liBlog li:nth-child(6) {
    grid-area: 6 / 1 / 7 / 2;
  }
  ul.liBlog li:nth-child(7) {
    grid-area: 7 / 1 / 8 / 2;
  }
  ul.liBlog li:nth-child(8) {
    grid-area: 8 / 1 / 9 / 2;
  }
  ul.liBlog li:nth-child(9) {
    grid-area: 9 / 1 / 10 / 2;
  }
  ul.liBlog li:nth-child(10) {
    grid-area: 10 / 1 / 11 / 2;
  }
  ul.liBlog li:nth-child(11) {
    grid-area: 11 / 1 / 12 / 2;
  }
  ul.liBlog li:nth-child(12) {
    grid-area: 12 / 1 / 13 / 2;
  }
  ul.liBlog li .bxImg {
    height: 190px;
  }
  ul.liBlog li:nth-child(6) .bxImg {
    width: 100%;
    height: 305px;
  }
  ul.liBlog li:nth-child(6) .bxDsc {
    padding: 30px 25px;
  }
  ul.liBlog li:nth-child(6) a.lnkTit {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
  }
  .contForm {
    width: 100%;
    margin: 60px 0;
  }
  .contForm h2 {
    font-size: 20px;
    background-size: 20px auto;
    padding-left: 30px;
  }
  .contCol {
    display: none;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    margin: 0 0 70px 0;
  }
  .contCol h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .formA p {
    font-size: 20px;
    width: 100%;
    margin: 1px 0 50px 0;
    padding: 20px 0 0 0;
  }
  .formA p.wB {
    margin: 1px 0 20px 0;
  }
  .formA .button {
    font-size: 16px;
    width: 100%;
    height: 54px;
    margin: 0 0 20px 0;
    padding: 0 25px;
  }
  .cntMsj {
    font-size: 16px;
    width: 100%;
    margin: 60px 0 200px 0;
    padding: 50px;
  }
}
