/* 
	V01 10/11/2025
	OMNI - 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: 'DegularLight';
  src: url('../fonts/Degular-Light.woff2') format('woff2'), url('../fonts/Degular-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DegularMedium';
  src: url('../fonts/Degular-Medium.woff2') format('woff2'), url('../fonts/Degular-Medium.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DegularSemiBold';
  src: url('../fonts/Degular-SemiBold.woff2') format('woff2'), url('../fonts/Degular-SemiBold.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DegularBold';
  src: url('../fonts/Degular-Bold.woff2') format('woff2'), url('../fonts/Degular-Bold.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* ---------------------------- SETTINGS ---------------------------- */
body {
  color: #ffffff;
  font-size: clamp(1.13rem, calc(0.943rem + 0.909vw), 1.63rem);
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  line-height: clamp(1.38rem, calc(1.193rem + 0.909vw), 1.88rem);
  background: #ffffff;
  overflow-x: hidden;
  height: auto;
}
body.dspM {
  overflow: hidden;
  overflow-y: hidden;
  width: 100wv;
  height: 100wh;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  font-weight: 100;
}
a {
  -webkit-transition: all 0.03s;
  -moz-transition: all 0.03s;
  -ms-transition: all 0.03s;
  -o-transition: all 0.03s;
  transition: all 0.03s;
}
/* MODAL */
.contentMod {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  background: rgba(3, 4, 5, 0.85);
  width: 100vw;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cntMod {
  top: 0;
  z-index: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #030405;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  width: 1050px;
  min-height: 252px;
  margin: 100px auto;
  padding: 30px 70px;
}
.btnClose {
  float: right;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
  position: relative;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: 30px auto;
  width: 60px;
  height: 60px;
  margin: 15px 15px 0 0;
  padding: 0;
  transition: all 0.24s;
}
.btnClose:hover {
  opacity: 0.7;
  transition: all 0.24s;
}
.contentMod h2 {
  float: left;
  display: block;
  color: #030405;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  margin: 20px 0 10px 0;
  padding: 4px 0;
}
.modDisp {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* MODAL */
.wrapper {
  float: left;
  display: block;
  position: relative;
  background: #242AA9;
  background: linear-gradient(0deg, #242aa9 0%, #132170 28%, #042044 69%, #000916 100%);
  /*background: #000916 url(../lib/bg.jpg) no-repeat center top;
	background-size: @w1 auto;*/
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
}
a.logo:link,
a.logo:visited,
.logo {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/asischat.svg) no-repeat center top;
  background-size: 160px auto;
  width: 180px;
  height: 40px;
  margin-top: 35px;
  transition: all 0.03s;
}
a.logo:hover {
  opacity: 0.7;
  transition: all 0.03s;
}
header {
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 120px;
  transition: all 0.03s;
}
header.hdF {
  background: #000815;
  background: linear-gradient(0deg, rgba(0, 8, 21, 0) 0%, #000815 40%);
  height: 170px;
  transition: all 0.03s;
}
header .cntHeader {
  box-sizing: border-box;
  overflow: hidden;
  z-index: 200;
  position: relative;
  text-align: center;
  width: 1350px;
  margin: 5px auto;
  padding: 0;
}
.menuMb {
  float: right;
  display: none;
  cursor: pointer;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-menu.svg) no-repeat center;
  background-size: 32px auto;
  width: 55px;
  height: 50px;
  margin-top: 5px;
}
.menuMbCls {
  float: right;
  display: none;
  z-index: 100;
  cursor: pointer;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: 22px auto;
  /*border: 1px solid @col0;
	border-radius: 50%;*/
  width: 45px;
  height: 55px;
  opacity: 0.5;
  transition: all 0.23s;
}
.menuMbCls:hover {
  opacity: 1;
  transition: all 0.23s;
}
header nav {
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: clamp(1rem, calc(0.909rem + 0.455vw), 1.25rem);
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  font-weight: 100;
  width: auto;
  margin: 16px 0 0 0;
}
header nav ul {
  float: left;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}
header nav ul li {
  float: left;
  display: block;
  position: relative;
  line-height: 66px;
  width: auto;
  height: auto;
  margin: 0 17px;
}
header nav ul li a {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 20px;
  transition: all 0.24s;
}
header nav ul li a:hover {
  color: #93cefa;
  text-shadow: 0 0 5px #1845c6;
  transform: scale(1.05);
  transition: all 0.24s;
}
header nav ul a.active {
  font-family: 'DegularSemiBold', Arial, Tahoma, Verdana;
  transition: all 0.24s;
}
header nav ul li.solicitar {
  float: left;
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 15px 0 0 17px;
}
header nav ul li.solicitar span {
  float: left;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  font-family: 'DegularBold', Arial, Tahoma, Verdana;
  line-height: 45px;
  background: #1845c6;
  border-radius: 30px;
  width: auto;
  height: 45px;
  margin: 0 0 0 17px;
  padding: 0 25px;
  transition: all 0.24s;
}
header nav ul li.solicitar span:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: #1845c6;
  border-radius: 35px;
  padding: 15px 25px;
  z-index: -1;
  opacity: 1;
  transform: scale3d(0.92, 0.92, 1);
}
header nav ul li.solicitar span:hover {
  color: #1845c6;
  background-color: #ffffff;
  text-shadow: 0 0 0 transparent;
  transform: scale(1);
}
header nav ul li.solicitar span:hover::before {
  animation: anBSol 0.3s 0.3s forwards;
}
header nav ul li.solicitar span:hover {
  color: #1845c6;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  background-color: #ffffff;
  animation: anBSol1 0.3s forwards;
}
@keyframes anBSol {
  to {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anBSol1 {
  60% {
    transform: scale3d(0.92, 0.92, 1);
  }
  85% {
    transform: scale3d(1.02, 1.02, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/* INICIO */
.contentIni {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  width: 100%;
  min-height: 2030px;
  height: auto;
  margin: 0;
  padding: 280px 0 0 0;
}
.displacement-container {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 1360px;
  overflow: hidden;
}
.displacement-container canvas {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
/*
.contentIni::after{
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../lib/bg-light.png) no-repeat center top;
	background-size: @w1 auto;
	width: @w1;
	height: @w1;
}*/
.cntIni {
  display: block;
  z-index: 2;
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
.contentIni img {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentIni .imgDsc {
  display: block;
}
.contentIni .imgMob {
  display: none;
}
.contentIni h1 {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: clamp(2.5rem, calc(1.136rem + 6.818vw), 6.25rem);
  /*font-size: 100px;
	line-height: 100px;*/
  font-family: 'DegularSemiBold', Arial, Tahoma, Verdana;
  line-height: clamp(2.5rem, calc(1.136rem + 6.818vw), 6.25rem);
  text-align: center;
  width: 100%;
  margin: 30px 0 50px 0;
}
.text .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  margin: auto -1px;
}
.contentIni p {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 890px;
  margin: 30px auto;
}
.tabs {
  float: left;
  overflow: visible;
  box-sizing: border-box;
  z-index: 20;
  position: relative;
  font-size: clamp(0.69rem, calc(0.392rem + 1.477vw), 1.5rem);
  line-height: clamp(0.63rem, calc(0.307rem + 1.591vw), 1.5rem);
  text-align: center;
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding: 5px 0;
}
.tab {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #93cefa;
  text-align: center;
  background: #0c276e;
  border-radius: 30px;
  width: 20%;
  height: 110px;
  margin: 0 14px;
  padding: 15px 60px;
  transition: all 0.24s;
}
.tab:hover {
  background: rgba(12, 39, 110, 0.7);
  text-shadow: 0 0 0 transparent;
  transform: scale(1);
  transition: all 0.24s;
}
.tab:hover {
  transition: background-color 0.1s 0.5s, color 0.1s 0.5s;
  animation: anTab 0.5s forwards;
}
@keyframes anTab {
  60% {
    transform: scale3d(0.92, 0.92, 1);
  }
  85% {
    transform: scale3d(1.02, 1.02, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tab .bxTxt {
  top: 50%;
  left: 50%;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  transform: translate(-50%, -50%);
}
.tab::after {
  bottom: -15px;
  left: 50%;
  pointer-events: none;
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  width: 34px;
  height: 32px;
  transform: translateX(-50%);
  scale: 0;
  transition: all 0.24s;
}
.tab::before {
  bottom: -150px;
  left: 68%;
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(../lib/ar-act.svg) no-repeat center;
  background-size: 42px auto;
  width: 42px;
  height: 128px;
  opacity: 0;
  scale: 0;
  transform-origin: left center;
  transform: translateX(-50%) rotate(90deg);
  transition: all 0.24s;
}
.tab:nth-child(1)::before,
.tab:nth-child(2)::before {
  left: 32%;
  bottom: -155px;
  background: url(../lib/ar-act-b.svg) no-repeat center;
  background-size: 42px auto;
  transform-origin: right bottom;
  transform: translateX(-50%) rotate(-110deg);
}
.tab .small {
  color: #ffffff;
  font-size: clamp(0.44rem, calc(0.142rem + 1.477vw), 1.25rem);
}
.tab.active {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.1);
}
.tab.active::after {
  scale: 1;
  transition: all 0.24s;
}
.tab.active::before {
  opacity: 1;
  scale: 1;
  transform-origin: left center;
  transform: translateX(-50%) rotate(0deg);
  transition: all 0.24s;
}
.tab:nth-child(1).active::before,
.tab:nth-child(2).active::before {
  transform-origin: right bottom;
  transform: translateX(-50%) rotate(0deg);
}
.content-div {
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: clamp(0.63rem, calc(0.784rem + 0.455vw), 1.13rem);
  line-height: clamp(0.8rem, calc(1.034rem + 0.455vw), 1.38rem);
  text-align: left;
  width: 100%;
  min-height: 500px;
  padding: 100px 30px 50px 30px;
  transition: opacity 0.15s ease;
}
.fade-in {
  opacity: 1;
}
.fade-out {
  opacity: 0;
}
.hidden {
  display: none;
}
.content-div .bxVid {
  float: none;
  box-sizing: border-box;
  position: relative;
  background: url(../lib/bg-phone.png) no-repeat center;
  background-size: 100% auto;
  width: 355px;
  height: 734px;
  margin: 0 auto 50px auto;
  padding: 0;
}
.content-div .bxVid .bxMsk {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  /*width: 286px;
	height: 617px;*/
  width: 329px;
  height: 718px;
  margin: 9px auto 0 13px;
}
.content-div .bxVid video {
  float: left;
  z-index: 20;
  position: relative;
  pointer-events: none;
  width: 101%;
  max-width: 101%;
  min-height: 100%;
  object-fit: cover;
  margin: -11px 0 0 -2px;
}
.content-div .bxVid.vd02 video {
  width: 185%;
  max-width: 185%;
  min-height: 100%;
  margin: -74px 0 0 -43%;
}
.content-div ul {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.content-div ul li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  width: 15%;
  margin: 0 4%;
  padding: 0;
}
.content-div ul li icon {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #1845c6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  padding: 0;
}
.content-div ul li icon img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: auto;
  margin: 10px;
}
.content-div ul li span {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.content-div .bxBot {
  top: 300px;
  right: 150px;
  z-index: 10;
  position: absolute;
  background: url(../lib/robot.png) no-repeat center;
  background-size: 100% auto;
  width: 319px;
  height: 417px;
}
.content-div .bxBot {
  animation-name: anBot;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: stop;
  transform-origin: left bottom;
}
@keyframes anBot {
  from {
    transform: translateX(1000px);
    rotate: 0;
  }
  60% {
    transform: translateX(0);
    rotate: 0;
  }
  70% {
    transform: translateX(0);
    rotate: 10deg;
  }
  80% {
    transform: translateX(0);
    rotate: -10deg;
  }
  90% {
    transform: translateX(0);
    rotate: 10deg;
  }
  to {
    transform: translateX(0);
    rotate: 0;
  }
}
/* INICIO */
.contentNC {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.cntNC {
  display: block;
  position: relative;
  text-align: center;
  width: 1350px;
  margin: 100px auto 40px auto;
}
.contentNC h2 {
  font-size: clamp(1.63rem, calc(1.398rem + 1.136vw), 2.25rem);
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  line-height: clamp(1.63rem, calc(1.398rem + 1.136vw), 2.25rem);
  text-align: center;
  margin: 30px auto;
  padding: 5px 0;
}
.contentNC ul {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.contentNC ul li {
  display: inline-block;
  width: auto;
  margin: 0 22px;
}
.contentNC ul li img {
  float: left;
  display: block;
  width: auto;
  height: 70px;
  margin: 0;
}
.marquee-container {
  font-size: 36px;
  font-family: 'DegularBold', Arial, Tahoma, Verdana;
  font-style: italic;
  line-height: 60px;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  padding: 30px 0 120px 0;
}
.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}
.marquee-text {
  padding: 0 40px;
  white-space: nowrap;
}
.marquee-text img {
  float: left;
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto;
}
.contentCE {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  width: 100%;
  min-height: 950px;
  height: auto;
  margin: 0;
  padding: 0;
}
.cntCE {
  display: block;
  position: relative;
  width: 1350px;
  margin: 100px auto;
}
.contentCE h2 {
  font-size: clamp(2.5rem, calc(1.136rem + 6.818vw), 6.25rem);
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  line-height: clamp(2.5rem, calc(1.136rem + 6.818vw), 6.25rem);
  text-align: center;
  margin: 80px auto;
}
.cntCEU {
  float: none;
  display: flex;
  gap: 30px;
  align-items: stretch;
  width: 1240px;
  margin: 0 auto;
}
.bloque {
  overflow: hidden;
  width: 250px;
  min-height: 615px;
  transition: width 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.bloque .bxImg {
  float: left;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.bloque img {
  float: left;
  display: block;
  margin: 0;
  transition: all 0.5s;
}
.bloque.Dsp {
  width: 400px;
}
.bloque.Dsp img {
  scale: 1.2;
  transition: all 0.5s;
}
.cliente {
  color: white;
  cursor: pointer;
  font-size: 30px;
  text-align: left;
  transition: all 0.3s;
  flex-shrink: 0;
}
.cliente .tit {
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 5px 20px;
}
.bxDsc {
  float: left;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  flex-grow: 1;
  font-size: clamp(1rem, calc(0.909rem + 0.455vw), 1.25rem);
  line-height: clamp(1.25rem, calc(1.159rem + 0.455vw), 1.5rem);
  text-align: left;
  padding: 10px 60px 10px 20px;
  opacity: 0;
}
.bloque.Dsp .bxDsc {
  animation-name: animate;
  animation-delay: 0.2s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: lineal;
  animation-iteration-count: stop;
  transform-origin: center;
}
@keyframes animate {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.cntCEMob {
  float: left;
  display: none;
  z-index: 50;
  position: relative;
  width: 100%;
  margin: 0 auto 50px auto;
  padding-bottom: 50px;
}
.cntCEMob .bxImg {
  float: left;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.cntCEMob img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.5s;
}
.cntCEMob .bxCl {
  float: left;
  display: block;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  width: 100%;
  transition: all 0.3s;
}
.cntCEMob .bxCl .tit {
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 5px 20px;
}
.cntCEMob .bxTxt {
  float: left;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: clamp(1rem, calc(0.909rem + 0.455vw), 1.25rem);
  line-height: clamp(1.25rem, calc(1.159rem + 0.455vw), 1.5rem);
  text-align: left;
  width: 100%;
  padding: 10px 30px 10px 20px;
}
.swiper.swipCE {
  width: 100%;
  padding-bottom: 50px;
}
.swiper.swipCE .swiper-slide {
  float: left;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.swipCE .swiper-button-next,
.swipCE .swiper-button-prev {
  top: 33%;
  z-index: 100;
  text-indent: -9000px;
  text-decoration: none;
  border: 0;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  transition: all 0.3s;
}
.swipCE .swiper-button-next {
  right: 10px;
  background: rgba(3, 4, 5, 0.2) url(../lib/ar-nxt.svg) no-repeat center;
  background-size: auto 25px;
  transition: all 0.2s;
}
.swipCE .swiper-button-next:hover {
  background: rgba(3, 4, 5, 0.2) url(../lib/ar-nxt.svg) no-repeat center;
  background-size: auto 25px;
  opacity: 1;
  transition: all 0.2s;
}
.swipCE .swiper-button-prev {
  left: 10px;
  background: rgba(3, 4, 5, 0.2) url(../lib/ar-nxt.svg) no-repeat center;
  background-size: auto 25px;
  transform: scaleX(-1);
  transition: all 0.2s;
}
.swipCE .swiper-button-prev:hover {
  background: rgba(3, 4, 5, 0.2) url(../lib/ar-nxt.svg) no-repeat center;
  background-size: auto 25px;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.swipCE .swiper-button-next.swiper-button-disabled,
.swipCE .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
  filter: grayscale(100%);
}
.swipCE .swiper-pagination {
  margin-bottom: 1px;
}
.swipCE .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 10px;
  border: 0 !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1;
  transition: all 0.3s;
  margin-bottom: 0;
}
.swipCE .swiper-pagination-bullet-active {
  background: #ffffff !important;
  width: 30px !important;
  opacity: 1;
  transition: all 0.3s;
}
.contentFQ {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 300px 0;
}
.contentFQ::after {
  top: -900px;
  left: 0;
  content: "";
  z-index: 1;
  pointer-events: none;
  position: absolute;
  background: url(../lib/bg-light-b.png) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: 2000px;
}
.cntFQ {
  display: block;
  z-index: 5;
  position: relative;
  width: 1350px;
  margin: 0 auto;
}
.contentFQ h2 {
  float: left;
  display: block;
  font-size: clamp(2.5rem, calc(1.136rem + 6.818vw), 6.25rem);
  line-height: clamp(2.5rem, calc(1.136rem + 6.818vw), 6.25rem);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
}
.contentFQ .cntTit {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 420px;
  height: auto;
  margin: 0;
}
.contentFQ .cntDsc {
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 765px;
  height: auto;
  margin: 50px 0 0 0;
}
.contentFt {
  z-index: 10;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  font-family: 'DegularSemiBold', Arial, Tahoma, Verdana;
  text-align: center;
  background: transparent;
  width: 100%;
  min-height: 20vh;
}
.cntFt {
  display: block;
  overflow: visible;
  position: relative;
  width: 1350px;
  height: auto;
  margin: 80px auto 140px auto;
}
.contentFt p {
  display: block;
  overflow: visible;
  position: relative;
  color: #ffffff;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
.contentFt a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: clamp(1.25rem, calc(1.159rem + 0.455vw), 1.5rem);
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  text-decoration: none;
  background: url(../lib/ico-whatsapp.svg) no-repeat left center;
  background-size: auto 18px;
  padding-left: 30px;
  opacity: 0.8;
  transition: all 0.3s;
}
.contentFt a:hover {
  opacity: 1;
  transition: all 0.3s;
}
footer {
  float: left;
  display: block;
  overflow: hidden;
  background: #fafafa;
  width: 100%;
}
footer.optB {
  float: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  background: #20289e;
  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: 0 30px 0 0;
}
.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: 12px;
  line-height: 18px;
  text-align: left;
  width: 40%;
  margin: 30px auto 20px auto;
}
ul.liPaises {
  float: left;
  display: block;
  color: #030405;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  width: 100px;
}
footer.optB ul.liPaises {
  color: #ffffff;
}
ul.liPaises li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 5px 0;
}
ul.liPaises li a {
  color: #030405;
  text-decoration: none;
}
footer.optB ul.liPaises li a {
  color: #ffffff;
}
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;
}
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;
}
footer.optB ul.liRS .liLinkedIn a {
  background: url(../lib/ico-linkedin-b.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;
}
footer.optB ul.liRS .liYoutube a {
  background: url(../lib/ico-youtube-b.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;
}
footer.optB ul.liRS .liBehance a {
  background: url(../lib/ico-behance-b.svg) no-repeat center;
  background-size: 17px auto;
}
ul.liRS .liWhatsapp {
  margin-right: 0;
}
ul.liRS .liWhatsapp a {
  background: url(../lib/ico-whatsapp-b.svg) no-repeat center;
  background-size: 15px auto;
}
footer.optB ul.liRS .liWhatsapp a {
  background: url(../lib/ico-whatsapp.svg) no-repeat center;
  background-size: 15px auto;
}
ul.liInst {
  float: right;
  display: block;
  font-size: 11px;
  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;
}
ul.liInst li a {
  float: left;
  display: block;
  position: relative;
  color: #030405;
  text-decoration: none;
  padding: 5px 15px;
  transition: all 0.23s;
}
footer.optB ul.liInst li a {
  color: #ffffff;
}
ul.liInst li a:hover {
  transition: all 0.23s;
}
ul.liInst li a::after {
  left: 50%;
  bottom: 5px;
  content: "";
  position: absolute;
  background: #030405;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  transition: all 0.23s;
}
footer.optB ul.liInst li a::after {
  background: #ffffff;
}
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%;
}
/* CONTENEDOR GENERAL */
.accordion {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px 0;
  border-radius: 30px;
  background: rgba(25, 57, 177, 0.5);
  width: 100%;
  height: 100px;
  transition: all 0.6s ease;
}
.accordion::after {
  top: 33px;
  right: 20px;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/ar-nxt.svg) no-repeat center;
  background-size: 10px auto;
  width: 30px;
  height: 30px;
  transition: all 0.6s ease;
}
.accordion.active {
  background: #1939b1;
  height: auto;
  transition: all 0.24s ease;
}
.accordion.active::after {
  transform: rotate(90deg);
  transition: all 0.24s ease;
}
.preguntas {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  font-size: clamp(1rem, calc(0.909rem + 0.455vw), 1.25rem);
  line-height: clamp(1.13rem, calc(1.034rem + 0.455vw), 1.38rem);
  /*font-size: 20px;
	line-height: 20px;*/
  text-align: left;
  color: white;
  padding: 37px 180px 15px 45px;
  height: 100px;
  transition: all 0.5s ease;
}
.preguntas.open {
  font-family: 'DegularBold', Arial, Tahoma, Verdana;
  height: auto;
  transition: all 0.5s ease;
}
.bx-content {
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  font-size: clamp(0.88rem, calc(0.784rem + 0.455vw), 1.13rem);
  line-height: clamp(1.13rem, calc(1.034rem + 0.455vw), 1.38rem);
  /*font-size: 18px;
    line-height: 22px;*/
  text-align: left;
  color: white;
  margin-top: 20px;
  padding: 0 150px 0 45px;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.bx-content.show {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 150px 40px 45px;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.spL {
  clear: both;
  display: block;
  border-bottom: 1px solid #686866;
  width: 100%;
  height: 6px;
  margin-top: 7px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.txtAl {
  text-align: left !important;
}
.txtAr {
  text-align: right !important;
}
.txtAc {
  text-align: center !important;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.subtitulo1,
.subtitulo2 {
  color: #030405;
  font-size: 30px;
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 36px;
}
.subtitulo2 {
  color: #1845c6;
}
i,
italic,
.italic {
  font-style: italic;
}
b,
bold,
bold1,
bold2,
strong {
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  font-weight: 100;
}
bold1 {
  color: #1845c6;
}
bold2 {
  color: #86bce5;
}
i {
  font-style: italic;
}
small,
.small,
.small1,
.small2,
.small3 {
  font-size: 14px;
}
.small1 {
  color: #030405 !important;
}
.small2 {
  color: #1845c6 !important;
}
.color1 {
  color: #1845c6 !important;
}
.color2 {
  color: #86bce5 !important;
}
.colorr {
  color: #ee4d4d !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk1:link,
a.lnk1:visited {
  color: #030405;
  text-decoration: none;
}
a.lnk1:hover {
  text-decoration: underline;
}
a.lnk2:link,
a.lnk2:visited {
  display: inline-block;
  color: #86bce5;
  text-decoration: none;
  margin: 0 6px;
}
a.lnk2:hover {
  text-decoration: underline;
}
a.lnkBtn:link,
a.lnkBtn:visited,
.lnkBtn {
  display: inline-block;
  cursor: pointer;
  color: #86bce5;
  font-size: 16px;
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid #86bce5;
  border-radius: 10px;
  margin-top: 30px;
  padding: 18px 95px;
}
a.lnkBtn:hover,
.lnkBtn:hover {
  color: #ffffff;
  background: #86bce5;
}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  text-indent: -9000px;
  width: 50px;
  height: 50px;
  margin: -30px 10px 5px 0;
  transition: all 0.3s;
}
a.byLogos::before {
  top: 50%;
  left: 50%;
  z-index: 20;
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23ffffff;stroke-miterlimit:10;}.st1{fill:%23ffffff;}</style><rect id="XMLID_3_" x="0.5" y="0.5" class="st0" width="27" height="27"/><path id="XMLID_2_" class="st1" d="M11.5,21.6l-1.2-1.2l5.6-5.6c0.4-0.4,0.4-1,0-1.4l-5.6-5.6l1.2-1.2l5.6,5.6c1.1,1.1,1.1,2.8,0,3.8L11.5,21.6z"/></svg>') no-repeat center;
  background-size: 19px auto;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
a.byLogos:hover {
  opacity: 1;
  transition: all 0.3s;
}
a.byLogos:hover::before {
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:%23202A34;}.st1{fill:%23EC651B;}</style><g id="XMLID_1_"><rect id="XMLID_3_" x="0" y="0" class="st0" width="28" height="28"/><path id="XMLID_2_" class="st1" d="M11.5,21.6l-1.2-1.2l5.6-5.6c0.4-0.4,0.4-1,0-1.4l-5.6-5.6l1.2-1.2l5.6,5.6c1.1,1.1,1.1,2.8,0,3.8L11.5,21.6z"/></g></svg>') no-repeat center;
  background-size: 19px auto;
  transition: all 0.3s;
}
/* ---------------------------- LINKS ---------------------------- */
/* ---------------------------- LISTADOS ---------------------------- */
ul.li01 {
  float: left;
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}
ul.li01 li {
  float: left;
  clear: both;
  text-align: justify;
  margin: 2px 0;
}
ul.liItm {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  line-height: 31px;
  width: 100%;
  margin: 0;
}
ul.liItm li {
  float: left;
  box-sizing: border-box;
  position: relative;
  font-weight: 100;
  text-align: left;
  width: 29.5%;
  margin: 0 5.75% 40px 0;
  padding: 25px 30px 0 0;
}
ul.liItm li::after {
  display: none;
}
ul.liItm li .bxSt {
  top: 0;
  left: 0;
  position: absolute;
  color: #1845c6;
  font-size: 13px;
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  text-transform: uppercase;
  width: auto;
}
ul.li_doc_adj {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
}
ul.li_doc_adj li {
  float: left;
  display: block;
  width: 32%;
  margin: 20px 2% 20px 0;
  padding: 0;
}
ul.li_doc_adj li:after {
  display: none;
}
a.adjDoc,
a.adjPdf,
a.adjPpt,
a.adjTxt,
a.adjXls,
a.adjZip,
a.adjWeb,
a.adjStl,
a.adjDp {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: rgba(3, 4, 5, 0.8);
  font-size: 16px;
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  text-decoration: none !important;
  background: #ffffff;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px 20px 18px 20px !important;
}
a.adjDoc:hover,
a.adjPdf:hover,
a.adjPpt:hover,
a.adjTxt:hover,
a.adjXls:hover,
a.adjZip:hover,
a.adjWeb:hover,
a.adjStl:hover,
a.adjDp:hover {
  color: rgba(3, 4, 5, 0.5);
}
a.adjDoc ico,
a.adjPdf ico,
a.adjPpt ico,
a.adjTxt ico,
a.adjXls ico,
a.adjZip ico,
a.adjWeb ico,
a.adjStl ico {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 25px 10px 0;
}
a.adjDoc ico {
  background-image: url(../lib/ico-doc.svg);
}
a.adjPdf ico {
  background-image: url(../lib/ico-pdf.svg);
}
a.adjPpt ico {
  background-image: url(../lib/ico-ppt.svg);
}
a.adjXls ico {
  background-image: url(../lib/ico-xls.svg);
}
a.adjWeb ico {
  background-image: url(../lib/ico-web.svg);
}
a.adjStl ico {
  background-image: url(../lib/ico-stl.svg);
}
a.adjDoc .txt-desc,
a.adjPdf .txt-desc,
a.adjPpt .txt-desc,
a.adjTxt .txt-desc,
a.adjXls .txt-desc,
a.adjZip .txt-desc,
a.adjWeb .txt-desc,
a.adjStl .txt-desc {
  float: left;
  display: block;
  box-sizing: border-box;
  position: realtive;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 75px);
  padding: 0;
}
ul.pag {
  float: none;
  clear: both;
  display: table;
  width: auto;
  margin: 50px auto;
}
ul.pag li {
  float: left;
  width: auto;
  margin: 0 2px;
  padding: 0;
}
ul.pag li::after {
  display: none;
}
ul.pag li a {
  float: left;
  box-sizing: border-box;
  color: rgba(3, 4, 5, 0.4);
  font-size: 16px;
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  line-height: 39px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 6px;
  transition: all 0.4s;
}
ul.pag li a:hover {
  color: #030405;
}
ul.pag li.pact a {
  color: #ffffff;
  font-size: 20px;
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  line-height: 45px;
  background: #1845c6;
}
ul.pag li.txtL a {
  color: rgba(3, 4, 5, 0.5);
  font-size: 14px;
  width: auto;
}
ul.pag li.txtL a:hover {
  color: rgba(3, 4, 5, 0.9);
}
/* ---------------------------- LISTADOS ---------------------------- */
.formA fieldset {
  top: 0;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  font-family: 'DegularLight', Arial, 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 label {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  color: rgba(3, 4, 5, 0.5);
  font-size: 18px;
  font-family: 'DegularLight', Arial, 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 {
  color: #030405;
  font-family: 'DegularMedium', 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: #030405;
  font-size: 20px;
  /*font-size: 100%;*/
  font-family: 'DegularLight', Arial, Tahoma, Verdana;
  font-weight: 100;
  border: 0;
  border-bottom: 1px solid rgba(3, 4, 5, 0.2);
  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 select {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  background: url(../lib/ar-sel.svg) no-repeat right center;
  background-size: auto 9px;
  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: 20px;
  font-family: 'DegularBold', Arial, Tahoma, Verdana;
  text-align: center;
  border: none;
  border-radius: 40px;
  background: #1845c6;
  border: 0;
  width: 40%;
  height: 56px;
  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(3, 4, 5, 0.15) !important;
  background: rgba(3, 4, 5, 0.06) !important;
}
.formA .btnLd {
  pointer-events: none;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background: #1845c6;
}
.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%;
}
/* ---------------------------- RESPONSIVE ---------------------------- */
@media screen and (min-width: 1441px) {
  .formA p:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .contentIni {
    min-height: 2030px;
    padding: 280px 0 0 0;
  }
  .displacement-container {
    height: 1100px;
  }
  .cntIni {
    width: 94%;
  }
  .tab {
    margin: 0 14px;
    padding: 15px 56px;
  }
  .cntFQ {
    width: 94%;
  }
  .formA p:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1291px) and (max-width: 1366px) {
  header .cntHeader {
    width: 90%;
  }
  .contentIni {
    min-height: 2030px;
    padding: 280px 0 0 0;
  }
  .displacement-container {
    height: 1100px;
  }
  .cntIni {
    width: 90%;
  }
  .tab {
    margin: 0 12px;
    padding: 15px 40px;
  }
  .cntFQ {
    width: 90%;
  }
  .content-div .bxBot {
    top: 300px;
    right: 80px;
    scale: 0.8;
  }
  .formA p:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
@media screen and (min-width: 921px) and (max-width: 1290px) {
  .cntMod {
    width: 80%;
    margin: 100px auto;
    padding: 30px 60px;
  }
  header .cntHeader {
    width: 92%;
  }
  header nav ul li {
    margin: 0 12px;
  }
  header nav ul li a {
    padding: 5px 15px;
  }
  .contentIni {
    min-height: 2030px;
    padding: 280px 0 0 0;
  }
  .displacement-container {
    height: 1000px;
  }
  .cntIni {
    width: 92%;
  }
  .cntCE {
    width: 92%;
  }
  .cntCEU {
    gap: 25px;
    width: 100%;
  }
  .bxDsc {
    padding: 10px 40px 10px 20px;
  }
  .cntNC {
    width: 92%;
  }
  .marquee-text {
    padding: 0 30px;
  }
  .marquee-text img {
    height: 80px;
  }
  .cntFQ {
    width: 92%;
  }
  .contentFQ .cntTit {
    width: 32%;
  }
  .contentFQ .cntDsc {
    width: 60%;
    margin: 50px 0 0 0;
  }
  .preguntas {
    padding: 37px 130px 15px 45px;
  }
  .bx-content {
    padding: 0 100px 0 45px;
  }
  .bx-content.show {
    padding: 0 100px 40px 45px;
  }
  .tab {
    border-radius: 25px;
    width: 22%;
    margin: 0 1%;
    padding: 15px 30px;
  }
  .content-div .bxBot {
    top: 300px;
    right: -20px;
    scale: 0.7;
  }
  .content-div ul li {
    width: 18%;
    margin: 0 3%;
  }
  .cntFt {
    width: 92%;
    height: auto;
    margin: 50px auto;
  }
  .formA p:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 737px) and (max-width: 920px) {
  a.logo:link,
  a.logo:visited,
  .logo {
    background-size: 110px auto;
    width: 110px;
    height: 40px;
    margin-top: 30px;
  }
  header .cntHeader {
    width: 94%;
  }
  header nav {
    margin: 5px 0 0 0;
  }
  header nav ul li {
    margin: 0 5px;
  }
  header nav ul li.solicitar {
    margin: 15px 0 0 5px;
  }
  header nav ul li a {
    padding: 5px 10px;
  }
  header nav ul li.solicitar a {
    margin: 0 0 0 5px;
    padding: 0 15px;
  }
  .contentIni {
    min-height: 2030px;
    padding: 200px 0 0 0;
  }
  .displacement-container {
    height: 800px;
  }
  .cntIni {
    width: 92%;
  }
  .contentIni p {
    width: 92%;
    margin: 30px auto;
  }
  .contentCE {
    min-height: 850px;
  }
  .cntCE {
    width: 92%;
    margin: 100px auto 70px auto;
  }
  .cntCEU {
    gap: 20px;
    width: 100%;
  }
  .bloque .bxImg {
    border-radius: 20px;
  }
  .bloque img {
    width: 220px;
    height: auto;
  }
  .cliente .tit {
    padding: 5px 15px;
  }
  .bxDsc {
    padding: 10px 40px 10px 15px;
  }
  .cntNC {
    width: 92%;
  }
  .marquee-text {
    padding: 0 30px;
  }
  .marquee-text img {
    height: 80px;
  }
  .contentFQ {
    padding: 0 0 250px 0;
  }
  .cntFQ {
    width: 92%;
  }
  .contentFQ .cntTit {
    width: 32%;
  }
  .contentFQ .cntDsc {
    width: 60%;
    margin: 50px 0 0 0;
  }
  .preguntas {
    padding: 37px 110px 15px 45px;
  }
  .bx-content {
    padding: 0 80px 0 45px;
  }
  .bx-content.show {
    padding: 0 80px 40px 45px;
  }
  .tab {
    border-radius: 25px;
    width: 22%;
    margin: 0 1%;
    padding: 15px 30px;
  }
  .content-div .bxBot {
    top: 300px;
    right: -130px;
    scale: 0.5;
  }
  .content-div ul li {
    vertical-align: top;
    width: 18%;
    margin: 0 3%;
  }
  .content-div ul li icon {
    scale: 0.85;
  }
  .cntFt {
    width: 92%;
    height: auto;
    margin: 50px auto;
  }
  .formA p:nth-of-type(2n) {
    margin-right: 0;
  }
  .cntMod {
    border-radius: 15px;
    width: 90%;
    min-height: 252px;
    margin: 85px auto 50px auto;
    padding: 30px 50px;
  }
}
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 321px) and (max-width: 736px) {
  a.logo:link,
  a.logo:visited,
  .logo {
    background: url(../lib/asischat.svg) no-repeat center;
    background-size: 100px auto;
    width: 110px;
    height: 40px;
    margin-top: 0;
  }
  header {
    height: 50px;
  }
  header.hdF {
    height: 80px;
  }
  header .cntHeader {
    width: 94%;
  }
  header nav {
    width: auto;
    margin: 0;
  }
  header nav ul li {
    display: none;
  }
  header nav ul li.solicitar {
    display: block;
    margin: 3px 0 0 0;
  }
  header nav ul li.solicitar span {
    line-height: 35px;
    border-radius: 20px;
    height: 35px;
    margin: 0;
    padding: 0 25px;
  }
  header nav ul li.solicitar span:before {
    border-radius: 20px;
    padding: 15px 25px;
  }
  .contentIni {
    min-height: 1300px;
    padding: 100px 0 0 0;
  }
  .displacement-container {
    top: 50px;
    height: 350px;
  }
  .cntIni {
    width: 100%;
  }
  .contentIni h1 {
    float: none;
    width: 84%;
    margin: 20px auto 30px auto;
  }
  .contentIni p {
    width: 84%;
    margin: 0 auto;
  }
  .tabs {
    margin: 40px auto 35px auto;
    padding: 5px;
  }
  .tab {
    border-radius: 12px;
    background: transparent;
    width: 25%;
    height: 45px;
    margin: 3px -1px;
    padding: 5px;
  }
  .tab.cl2 {
    font-size: 1.02rem;
    line-height: 1.1rem;
    width: 40%;
    height: 55px;
    margin: 8px -1px;
    padding: 5px;
  }
  .tab.active {
    font-size: 0.81rem;
  }
  .tab.cl2.active {
    font-size: 1.18rem;
    line-height: 1.2rem;
  }
  .tab.cl2.active .small {
    font-size: 0.9rem;
  }
  .tab:hover {
    background: transparent;
  }
  .tab::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    scale: 0;
  }
  .tab.active::after {
    left: 40%;
    transform: translateX(-50%);
    scale: 0.4;
  }
  .tab::before {
    display: none;
    bottom: -105px;
    left: 68%;
    background-size: 18px auto;
    width: 42px;
    height: 128px;
  }
  .tab:nth-child(1)::before,
  .tab:nth-child(2)::before {
    display: none;
    left: 32%;
    bottom: -105px;
    background-size: 18px auto;
  }
  .content-div .bxBot {
    display: none;
  }
  .content-div {
    min-height: 500px;
    padding: 10px 30px 50px 30px;
  }
  .content-div .bxVid {
    left: 50%;
    float: left;
    width: 260px;
    height: 540px;
    margin: 0 auto 50px auto;
    transform: translateX(-50%);
  }
  .content-div .bxVid .bxMsk {
    border-radius: 40px;
    width: 240px;
    height: 520px;
    margin: 16px auto 0 10px;
  }
  .content-div .bxVid.vd02 video {
    margin: -54px 0 0 -43%;
  }
  .content-div ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: auto;
    align-content: start;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .content-div ul li {
    float: left;
    display: block;
    font-size: 0.75rem;
    line-height: 0.9rem;
    width: 36%;
    margin: 0 7% 30px 7%;
  }
  .content-div ul li icon {
    width: 36px;
    height: 36px;
    margin: 10px auto;
  }
  .content-div ul li icon img {
    width: 24px;
    height: auto;
    margin: 6px;
  }
  .cntNC {
    display: block;
    position: relative;
    text-align: center;
    width: 84%;
    margin: 60px auto 40px auto;
  }
  .contentNC h2 {
    margin: 30px auto 0 auto;
  }
  .marquee-text {
    padding: 0 20px;
  }
  .marquee-text img {
    float: left;
    display: block;
    width: auto;
    height: 70px;
    margin: 0 auto;
  }
  .contentNC ul {
    margin: 30px 0 0 0;
  }
  .contentNC ul li {
    display: inline-block;
    text-align: center;
    width: 38%;
    margin: 6px 4%;
  }
  .contentNC ul li img {
    float: none;
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
  }
  .contentCE {
    min-height: 950px;
    margin-bottom: 50px;
  }
  .cntCE {
    width: 84%;
    margin: 100px auto;
  }
  .cntCEU {
    gap: 30px;
    width: 100%;
  }
  .contentCE h2 {
    width: 84%;
    margin: 60px auto 50px auto;
  }
  .cntCEU {
    display: none;
  }
  .cntCEMob {
    display: block;
  }
  .contentFQ {
    padding: 0 0 160px 0;
  }
  .contentFQ::after {
    top: -180px;
    height: 400px;
    opacity: 0.6;
  }
  .cntFQ {
    width: 84%;
  }
  .contentFQ .cntTit {
    width: 100%;
  }
  .contentFQ .cntDsc {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .accordion {
    border-radius: 20px;
  }
  .accordion::after {
    top: 30px;
    right: 10px;
    background-size: 7px auto;
    width: 30px;
    height: 30px;
  }
  .preguntas {
    padding: 30px 50px 15px 25px;
    height: 100px;
  }
  .bx-content {
    margin-top: 20px;
    padding: 0 40px 0 25px;
  }
  .bx-content.show {
    padding: 0 40px 40px 25px;
  }
  .cntFt {
    width: 84%;
    height: auto;
    margin: 0 auto 50px auto;
  }
  .cntMod {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    min-height: 252px;
    margin: 40px auto;
    padding: 30px;
  }
  .formA p {
    font-size: 20px;
    width: 100%;
    margin: 1px 0 60px 0;
    padding: 26px 0 0 0;
  }
  .formA p.wB {
    margin: 1px 0 60px 0;
  }
  .formA label {
    font-size: 18px;
    line-height: 16px;
    width: 100%;
  }
  .formA .button {
    font-size: 20px;
    border-radius: 40px;
    width: 100%;
    height: 56px;
    margin: 0 0 20px 0;
    padding: 0 25px;
  }
  .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;
  }
}
