/*pro*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400');
@font-face {
  font-family: 'Gotham-Book';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gotham-book.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/gotham-bold.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham Light-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gothamlight.ttf') format('truetype');
}
@font-face {
  font-family: 'Gotham-Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/gotham-thin.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/gotham-medium.otf') format('opentype');
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  background: #000000;
}
.screen textarea:focus,
.screen input:focus {
  outline: none;
}
.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.screen div {
  -webkit-text-size-adjust: none;
}
.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}
.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}
.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}
.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}
.screen a {
  display: contents;
  text-decoration: none;
}
.full-width-a {
  width: 100%;
}
.full-height-a {
  height: 100%;
}
.container-center-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  pointer-events: none;
}
.container-center-vertical > * {
  flex-shrink: 0;
  pointer-events: auto;
}
.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}
.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}
.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}
.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}
.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}
.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}
.overlay-base.animate-disappear * {
  pointer-events: none;
}
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-nodelay {
  animation-delay: 0s;
}
.align-self-flex-start {
  align-self: flex-start;
}
.align-self-flex-end {
  align-self: flex-end;
}
.align-self-flex-center {
  align-self: flex-center;
}
.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
input:focus {
  outline: none;
}
.listeners-active,
.listeners-active * {
  pointer-events: auto;
}
.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}
.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}
.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
:root {
  --broadcast-ipcomabbey: #000000;
  --broadcast-ipcomallports: #000000;
  --broadcast-ipcomblack: #000000;
  --broadcast-ipcomdove-gray: #000000;
  --broadcast-ipcomgallery: #000000;
  --broadcast-ipcommine-shaft: #000000;
  --broadcast-ipcomnobel: #000000;
  --broadcast-ipcompomegranate: #000000;
  --broadcast-ipcomwhite: #000000;
  --broadcast-ipcomwhite-lilac: #000000;
  --ceramic: #fcfcfc;
  --scarlet: #ff1d00;
  --scarlet-2: #ff1d0047;
  --white: #ffffff;
  --woodsmoke: #110f0f;
  --font-size-l: 24px;
  --font-size-m: 20px;
  --font-size-s: 16px;
  --font-size-xl: 25px;
  --font-size-xs: 14px;
  --font-size-xxl: 55px;
  --font-size-xxxl: 60px;
  --font-family-gotham-bold: 'Gotham-Bold', Helvetica;
  --font-family-gotham-book: 'Gotham-Book', Helvetica;
  --font-family-gotham-light: 'Gotham-Light', Helvetica;
  --font-family-gotham-medium: 'Gotham-Medium', Helvetica;
  --font-family-gotham_light-regular: 'Gotham Light-Regular', Helvetica;
  --font-family-lato: 'Lato', Helvetica;
}
.gothamlight-regular-normal-white-20px {
  color: var(--white);
  font-family: var(--font-family-gotham_light-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}
.gotham-bold-white-25px {
  color: var(--white);
  font-family: var(--font-family-gotham-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}
.gothamlight-regular-normal-white-24px {
  color: var(--white);
  font-family: var(--font-family-gotham_light-regular);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .gothamlight-regular-normal-white-24px {
    font-size: 18px;
  }
}
.gotham-medium-ceramic-16px {
  color: var(--ceramic);
  font-family: var(--font-family-gotham-medium);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}
.gothamlight-regular-normal-white-16px {
  color: var(--white);
  font-family: var(--font-family-gotham_light-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}
.gotham-bold-ceramic-20px {
  color: var(--ceramic);
  font-family: var(--font-family-gotham-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}
.gotham-bold-white-50px {
  color: var(--white);
  font-family: var(--font-family-gotham-bold);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .gotham-bold-white-50px {
    font-size: 30px;
  }
}
.gotham-bold-white-22px {
  color: var(--white);
  font-family: var(--font-family-gotham-bold);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.gotham-medium-white-14px {
  color: var(--white);
  font-family: var(--font-family-gotham_light-regular);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
}
.gothamlight-regular-normal-white-60px {
  color: var(--white);
  font-family: var(--font-family-gotham_light-regular);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .gothamlight-regular-normal-white-60px {
    font-size: 29px !important;
    padding-left: 45px;
    padding-right: 45px;
    line-height: 40px !important;
  }
  .gothamlight-regular-normal-white-60px br {
    display: none;
  }
}
.gotham-light-white-15px {
  color: var(--white);
  font-family: var(--font-family-gotham-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}
.gotham-bold-white-30px {
  color: var(--white);
  font-family: var(--font-family-gotham-bold);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.gotham-medium-white-40px {
  color: var(--white);
  font-family: var(--font-family-gotham-medium);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}
.lato-normal-white-15px {
  color: var(--white);
  font-family: var(--font-family-lato);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.lato-normal-scarlet-18px {
  color: var(--scarlet);
  font-family: var(--font-family-lato);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
:root {
}
.vector {
  background-color: transparent;
  position: absolute;
}
.component-15 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  justify-content: center;
  padding: 13px;
  position: relative;
}
.component-7 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  justify-content: center;
  padding: 13px;
  position: relative;
}
.nombre {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 28.7px;
  margin-top: -1px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.nombre::-webkit-time-picker-indicator,
.nombre::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input[type='time']::after,
input[type='date']::after {
  z-index: -1;
  content: '📅';
  display: block;
  font-size: 1.7rem;
  color: white;
  background: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: -7px;
}
input[type='time']::after {
  content: '⏰';
}
.contrasea {
  background-color: transparent;
  height: 11.5px;
  position: relative;
}
/* screen - du46inicio-ipb */
.du46inicio-ipb .footer-3xK3Wn {
  align-items: flex-start;
  background-color: var(--broadcast-ipcomabbey);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0px;
  position: relative;
  width: 1440px;
}
.du46inicio-ipb .footer-3xK3Wn form {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .footer-3xK3Wn {
    width: 100%;
    height: auto;
  }
}
.du46inicio-ipb .frame-1000003444-YBh8mX {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 134px;
  justify-content: center;
  padding: 116px 0px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-1000003444-YBh8mX {
    gap: 60px;
  }
}
.du46inicio-ipb .agenda-tu-cita-SlfNti {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .frame-1000003443-SlfNti {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-1000003443-SlfNti {
    flex-direction: column;
    padding: 0px 40px;
  }
}
.du46inicio-ipb .line-72-vxHTCM {
  align-self: stretch;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .contrasea-O6ztKx {
  background-color: transparent;
  height: 11.5px;
  margin-top: -6274.25px;
  position: relative;
  width: 19.500370025634766px;
}
.du46inicio-ipb .line-72-y8XjXx {
  align-self: stretch;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .line-72-ZKM9uU {
  align-self: stretch;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .boton-SlfNti {
  background-color: transparent;
  height: 47px;
  position: relative;
}
.du46inicio-ipb .frame-2608747-YBh8mX {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  padding: 23px 0px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-2608747-YBh8mX {
    width: 100%;
  }
}
.du46inicio-ipb .frame-1000003445-7E0rzx {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 1176px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-1000003445-7E0rzx {
    width: 100%;
    flex-direction: column;
  }
}
.du46inicio-ipb .intelligent-plataforms-Ox42h5 {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 18px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}
.du46inicio-ipb .x2025-ip-broadcast-lima-per-Ox42h5 {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 18px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .du46inicio-ipb .x2025-ip-broadcast-lima-per-Ox42h5 {
    margin-top: 20px;
  }
}
.du46inicio-ipb .quienes-somos-3xK3Wn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 89px;
  justify-content: center;
  overflow: hidden;
  padding: 150px 110px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .quienes-somos-3xK3Wn {
    padding: 20px 20px;
    gap: 50px;
  }
}
.du46inicio-ipb .ellipse-55-0893cQ {
  background-color: #ffffff1a;
  border-radius: 436px/392px;
  filter: blur(250px);
  height: 784px;
  left: 284px;
  position: absolute;
  top: 198px;
  width: 872px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .ellipse-55-0893cQ {
    display: none;
  }
}
.du46inicio-ipb .frame-2608665-0893cQ {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.du46inicio-ipb .group-2608666-lxw6EJ {
  background-color: transparent;
  height: 127.72988891601562px;
  margin-right: -2px;
  position: relative;
  width: 445px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .group-2608666-lxw6EJ {
    width: 100%;
  }
}
.du46inicio-ipb .quienes-somos-tHBXXG {
  color: var(--ceramic);
  font-family: var(--font-family-gotham-bold);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0px;
  line-height: normal;
  text-align: left;
  top: 0px;
  white-space: nowrap;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .quienes-somos-tHBXXG {
    font-size: 30px;
    text-align: center;
  }
}
.du46inicio-ipb .intelligent-tHBXXG {
  background-color: transparent;
  height: 44px;
  left: 130px;
  position: absolute;
  top: 83px;
  width: 182px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .intelligent-tHBXXG {
    position: relative;
    left: 0px;
    top: 20px;
    margin: 0 auto;
  }
}
.du46inicio-ipb .group-hW30bp {
  background-color: transparent;
  height: 42px;
  left: 55px;
  position: absolute;
  top: 1px;
  width: 127px;
}
.du46inicio-ipb .group-UkPtgA {
  background-color: transparent;
  height: 44px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 44px;
}
.du46inicio-ipb .formamos-parte-de-in-0893cQ {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 820px;
  line-height: 30px;
}
.du46inicio-ipb .formamos-parte-de-in-0893cQ strong {
  display: contents;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .formamos-parte-de-in-0893cQ {
    line-height: 25px;
    width: 100%;
    padding: 0px 20px;
  }
}
.du46inicio-ipb .span1-9JxqG3 {
  color: var(--white);
  font-family: var(--font-family-gotham-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}
.du46inicio-ipb .boton-0893cQ {
  align-items: center;
  background-color: var(--ceramic);
  border-radius: 52px;
  display: inline-flex;
  flex-direction: column;
  height: 41px;
  justify-content: center;
  padding: 15px 27px;
  position: relative;
}
.du46inicio-ipb .text-7ftcPv {
  color: var(--broadcast-ipcomabbey);
  font-family: var(--font-family-gotham-bold);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
  margin-top: -1.5px;
  text-align: center;
}
.du46inicio-ipb .line-73-0893cQ {
  background-color: transparent;
  height: 1px;
  left: 120px;
  position: absolute;
  top: 0px;
  width: 1200px;
}
.du46inicio-ipb .line-72-0893cQ {
  left: 14395px;
  position: absolute;
  top: -4486px;
  width: 1200px;
}
.du46inicio-ipb .ia-para-contenido-3xK3Wn {
  align-items: center;
  background-color: transparent;
  background-image: url(../images/ia-para-contenido-1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 89px;
  position: relative;
  width: 1440px;
}
.du46inicio-ipb .ia-para-contenido-UFkhYv {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .frame-90-UFkhYv {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex: 0 0 auto;
  gap: 30px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-90-UFkhYv {
    flex-direction: column;
  }
}
.du46inicio-ipb .frame-76-TcmxYR {
  align-items: center;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 25px 23px;
  position: relative;
  width: 221px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-76-TcmxYR {
    margin: 0 auto;
    width: 100%;
    gap: 5px;
    padding: 25px 35px;
  }
}
.du46inicio-ipb .frame-2608685-p7xVsu {
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
}
.du46inicio-ipb .group-53-W84xcu {
  background-color: transparent;
  height: auto;
  position: relative;
  width: 92.19857025146484px;
}
.du46inicio-ipb .frame-2608680-p7xVsu {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 35px;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .transcripcin-247-oQ8eFs {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 26.4px;
  margin-top: -1px;
  position: relative;
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .transcripcin-247-oQ8eFs {
    font-size: 25px;
  }
  .du46inicio-ipb .transcripcin-247-oQ8eFs br {
    display: none;
  }
}
.du46inicio-ipb .todas-las-seales-vis-oQ8eFs {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 19.6px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .todas-las-seales-vis-oQ8eFs {
    font-size: 15px;
    line-height: 24px;
  }
}
.du46inicio-ipb .frame-77-TcmxYR {
  align-items: center;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 25px 23px;
  position: relative;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-77-TcmxYR {
    margin: 0 auto;
  }
}
.du46inicio-ipb .frame-2608685-opK06B {
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
}
.du46inicio-ipb .group-63-dcKlDx {
  background-color: transparent;
  height: 64.04525756835938px;
  margin-left: -13.85px;
  margin-right: -13.85px;
  position: relative;
  width: 123.70999908447266px;
}
.du46inicio-ipb .group-62-4i7aMT {
  background-color: transparent;
  height: 64px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 124px;
}
.du46inicio-ipb .group-54-hOAxzP {
  background-color: transparent;
  height: 64px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 124px;
}
.du46inicio-ipb .union-4bjZ9T {
  height: auto;
  width: 124px;
}
.du46inicio-ipb .frame-2608681-opK06B {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 35px;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .deteccin-visual-por-ia-UNG7Rh {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 26.4px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .identifica-automtica-UNG7Rh {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 19.6px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .frame-78-TcmxYR {
  align-items: center;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 25px 23px;
  position: relative;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-78-TcmxYR {
    margin: 0 auto;
  }
}
.du46inicio-ipb .frame-2608685-FoH1h1 {
  align-items: flex-end;
  padding: 2px 0px;
}
.du46inicio-ipb .group-2608668-0d81r8 {
  background-color: transparent;
  height: 101.35152435302734px;
  position: relative;
  width: 114.00035095214844px;
}
.du46inicio-ipb .line-43-stroke-13NiFI {
  background-color: transparent;
  height: 10px;
  left: 8px;
  position: absolute;
  top: 85px;
  width: 3px;
}
.du46inicio-ipb .line-44-stroke-13NiFI {
  background-color: transparent;
  height: 10px;
  left: 14px;
  position: absolute;
  top: 85px;
  width: 3px;
}
.du46inicio-ipb .line-45-stroke-13NiFI {
  background-color: transparent;
  height: 3px;
  left: 0px;
  position: absolute;
  top: 77px;
  width: 91px;
}
.du46inicio-ipb .line-46-stroke-13NiFI {
  background-color: transparent;
  height: 3px;
  left: 22px;
  position: absolute;
  top: 87px;
  width: 59px;
}
.du46inicio-ipb .rectangle-69-13NiFI {
  background-color: transparent;
  height: 11px;
  left: 34px;
  position: absolute;
  top: 83px;
  width: 7px;
}
.du46inicio-ipb .rectangle-69-stroke-13NiFI {
  background-color: transparent;
  height: 11px;
  left: 34px;
  position: absolute;
  top: 83px;
  width: 7px;
}
.du46inicio-ipb .rectangle-19-stroke-13NiFI {
  background-color: transparent;
  height: 21px;
  left: 48px;
  position: absolute;
  top: 46px;
  width: 20px;
}
.du46inicio-ipb .rectangle-19-stroke-stroke-13NiFI {
  background-color: transparent;
  height: 22px;
  left: 47px;
  position: absolute;
  top: 46px;
  width: 21px;
}
.du46inicio-ipb .subtract-13NiFI {
  background-color: transparent;
  height: 79px;
  left: -0px;
  position: absolute;
  top: 22px;
  width: 91px;
}
.du46inicio-ipb .rectangle-67-stroke-13NiFI {
  background-color: transparent;
  height: 60px;
  left: 52px;
  position: absolute;
  top: 2px;
  width: 60px;
}
.du46inicio-ipb .ellipse-28-stroke-13NiFI {
  background-color: transparent;
  height: 27px;
  left: 22px;
  position: absolute;
  top: 31px;
  width: 28px;
}
.du46inicio-ipb .frame-2608682-FoH1h1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 35px;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .redaccin-y-estilo-inteligente-OuQpOO {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 26.4px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .la-ia-adapta-los-tex-OuQpOO {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 19.6px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .frame-79-TcmxYR {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 25px 23px;
  position: relative;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-79-TcmxYR {
    margin: 0 auto;
  }
}
.du46inicio-ipb .frame-2608685-3upnzq {
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
}
.du46inicio-ipb .group-2608705-embWqH {
  background-color: transparent;
  height: 80.61117553710938px;
  margin-left: -13.85px;
  margin-right: -13.85px;
  position: relative;
  width: 123.70999908447266px;
}
.du46inicio-ipb .group-2608704-e7Ymyj {
  background-color: transparent;
  height: 81px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 124px;
}
.du46inicio-ipb .union-stroke-8nyqVK {
  background-color: transparent;
  height: auto;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 124px;
}
.du46inicio-ipb .group-2608702-8nyqVK {
  background-color: transparent;
  height: 30px;
  left: 11px;
  position: absolute;
  top: 13px;
  width: 105px;
}
.du46inicio-ipb .mingcutesocial-x-line-v0vZJ3 {
  background-color: transparent;
  height: 30px;
  left: 37px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 30px;
}
.du46inicio-ipb .group-99xtnx {
  background-color: transparent;
  height: 23px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 23px;
}
.du46inicio-ipb .rifacebook-fill-v0vZJ3 {
  background-color: transparent;
  height: 30px;
  left: 74px;
  position: absolute;
  top: 0px;
  width: 30px;
}
.du46inicio-ipb .mdiinstagram-v0vZJ3 {
  background-color: transparent;
  height: 30px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 30px;
}
.du46inicio-ipb .frame-2608683-3upnzq {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 35px;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .contenido-automtico-para-redes-sociales-ftSHxN {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 26.4px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .genera-clips-y-publi-ftSHxN {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 19.6px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .frame-80-TcmxYR {
  align-items: center;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-right: -2px;
  padding: 25px 23px;
  position: relative;
  width: 221px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-80-TcmxYR {
    margin: 0 auto;
  }
}
.du46inicio-ipb .frame-2608685-qISnEg {
  align-items: center;
  padding: 18px 17px;
}
.du46inicio-ipb .group-67-2PayFN {
  background-color: transparent;
  height: auto;
  margin-left: -14.36px;
  margin-right: -14.35px;
  margin-top: -0.5px;
  position: relative;
  width: 124.7099609375px;
}
.du46inicio-ipb .frame-2608684-qISnEg {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 35px;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .integracin-con-siste-jq6tWn {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 26.4px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .integra-fcilmente-da-jq6tWn {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 19.6px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .soluciones-por-sector-3xK3Wn {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 89px;
  position: relative;
  width: 1440px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .soluciones-por-sector-3xK3Wn {
    width: 100%;
  }
}
.du46inicio-ipb .soluciones-por-sector-mKYm6q {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .frame-1000003449-mKYm6q {
  align-items: center;
}
.du46inicio-ipb .frame-67-xJpmt7 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  gap: 55px;
  height: 170px;
  justify-content: center;
  padding: 31px 43px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-67-xJpmt7 {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }
}
.du46inicio-ipb .group-2608809-llXS05 {
  background-color: transparent;
  height: 77px;
  left: 11px;
  position: absolute;
  top: 14px;
  width: 133px;
}
.du46inicio-ipb .broadcasters-y-canales-de-tv-P0r9xv {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 29.9px;
  position: relative;
  text-align: left;
  width: 241px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .broadcasters-y-canales-de-tv-P0r9xv {
    width: 100%;
    text-align: center;
  }
  .du46inicio-ipb .broadcasters-y-canales-de-tv-P0r9xv br {
    display: none;
  }
}
.du46inicio-ipb .administra-toda-tu-o-P0r9xv {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0px;
  line-height: 28.6px;
  position: relative;
  text-align: left;
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .administra-toda-tu-o-P0r9xv {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }
}
.du46inicio-ipb .frame-1000003448-xJpmt7 {
  height: 1px;
  background: #afafaf;
  margin: 50px 0px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-1000003448-xJpmt7 {
    width: 80%;
    margin: 40px 0px;
  }
}
.du46inicio-ipb .frame-68-xJpmt7 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  gap: 55px;
  height: 170px;
  justify-content: center;
  padding: 31px 43px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-68-xJpmt7 {
    flex-direction: column;
    height: auto;
  }
}
.du46inicio-ipb .group-34-YdSlx7 {
  background-color: transparent;
  height: 107px;
  left: 25px;
  position: absolute;
  top: 0px;
  width: 104px;
}
.du46inicio-ipb .productoras-uc7cgA {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 29.9px;
  position: relative;
  text-align: left;
  width: 241px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .productoras-uc7cgA {
    width: 100%;
    text-align: center;
  }
}
.du46inicio-ipb .optimiza-la-grabacin-uc7cgA {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0px;
  line-height: 21.6px;
  position: relative;
  text-align: left;
}
.du46inicio-ipb .frame-1000003449-xJpmt7 {
  align-items: flex-start;
  padding: 29px 0px;
}
.du46inicio-ipb .frame-69-xJpmt7 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  gap: 55px;
  height: 170px;
  justify-content: center;
  padding: 31px 43px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-69-xJpmt7 {
    flex-direction: column;
    height: auto;
    padding: 30px 44px;
    gap: 25px;
  }
}
.du46inicio-ipb .frame-82-KhNjaN {
  background-color: transparent;
  height: 106.81505584716797px;
  position: relative;
  width: 154.7555389404297px;
}
.du46inicio-ipb .group-2608695-F4PIgB {
  background-color: transparent;
  height: 81px;
  left: 22px;
  position: relative;
  top: 13px;
  width: 111px;
}
.du46inicio-ipb .rectangle-29-IwQ8TM {
  background-color: transparent;
  height: 64px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 111px;
}
.du46inicio-ipb .rectangle-29-stroke-IwQ8TM {
  background-color: transparent;
  height: 64px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 111px;
}
.du46inicio-ipb .group-2608694-IwQ8TM {
  background-color: transparent;
  height: 18px;
  left: 15px;
  position: absolute;
  top: 63px;
  width: 81px;
}
.du46inicio-ipb .rectangle-17-IwQ8TM {
  background-color: transparent;
  height: 38px;
  left: 14px;
  position: absolute;
  top: 13px;
  width: 19px;
}
.du46inicio-ipb .rectangle-17-stroke-IwQ8TM {
  background-color: transparent;
  height: 38px;
  left: 14px;
  position: absolute;
  top: 13px;
  width: 19px;
}
.du46inicio-ipb .ellipse-1-IwQ8TM {
  background-color: transparent;
  height: 3px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 3px;
}
.du46inicio-ipb .ellipse-3-IwQ8TM {
  background-color: transparent;
  height: 3px;
  left: 20px;
  position: absolute;
  top: 26px;
  width: 3px;
}
.du46inicio-ipb .ellipse-5-IwQ8TM {
  background-color: transparent;
  height: 3px;
  left: 20px;
  position: absolute;
  top: 31px;
  width: 3px;
}
.du46inicio-ipb .ellipse-2-IwQ8TM {
  background-color: transparent;
  height: 3px;
  left: 25px;
  position: absolute;
  top: 20px;
  width: 3px;
}
.du46inicio-ipb .ellipse-4-IwQ8TM {
  background-color: transparent;
  height: 3px;
  left: 25px;
  position: absolute;
  top: 26px;
  width: 3px;
}
.du46inicio-ipb .ellipse-6-IwQ8TM {
  background-color: transparent;
  height: 3px;
  left: 25px;
  position: absolute;
  top: 31px;
  width: 3px;
}
.du46inicio-ipb .vector-IwQ8TM {
  height: 27px;
  left: 46px;
  top: 19px;
  width: 46px;
}
.du46inicio-ipb .vector-stroke-IwQ8TM {
  background-color: transparent;
  height: 27px;
  left: 46px;
  position: absolute;
  top: 19px;
  width: 46px;
}
.du46inicio-ipb .operadoras-de-tv-KhNjaN {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 29.9px;
  position: relative;
  text-align: left;
  width: 241px;
}
.du46inicio-ipb .crea-contenido-vod-o-KhNjaN {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0px;
  line-height: 21.6px;
  position: relative;
  text-align: left;
}
.du46inicio-ipb .frame-1000003450-xJpmt7 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 29px 0px;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .frame-70-xJpmt7 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  gap: 55px;
  height: 170px;
  justify-content: center;
  padding: 31px 43px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-70-xJpmt7 {
    flex-direction: column;
    height: auto;
  }
}
.du46inicio-ipb .frame-83-igS92K {
  background-color: transparent;
  height: 106.81505584716797px;
  position: relative;
  width: 154.7555389404297px;
}
.du46inicio-ipb .group-2608656-tsat5p {
  background-color: transparent;
  height: 54px;
  left: 19px;
  position: absolute;
  top: 26px;
  width: 116px;
}
.du46inicio-ipb .entes-reguladores-igS92K {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 29.9px;
  position: relative;
  text-align: left;
  width: 241px;
}
.du46inicio-ipb .graba-y-audita-conte-igS92K {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0px;
  line-height: 21.6px;
  position: relative;
  text-align: left;
}
.du46inicio-ipb .frame-1000003451-xJpmt7 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 29px 0px;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .frame-71-xJpmt7 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  gap: 55px;
  height: 170px;
  justify-content: center;
  padding: 31px 43px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-71-xJpmt7 {
    flex-direction: column;
    height: auto;
  }
}
.du46inicio-ipb .frame-85-ncAwSd {
  background-color: transparent;
  height: 106.81505584716797px;
  overflow: hidden;
  position: relative;
  width: 154.7555389404297px;
}
.du46inicio-ipb .frame-72-qdx9rd {
  background-color: transparent;
  height: 84px;
  left: 14px;
  position: relative;
  top: 11px;
  width: 126px;
}
.du46inicio-ipb .group-46-JGS0z7 {
  background-color: transparent;
  height: 95px;
  left: 8px;
  position: absolute;
  top: -11px;
  width: 110px;
}
.du46inicio-ipb .group-2608725-JGS0z7 {
  background-color: transparent;
  height: 52px;
  left: 38px;
  position: absolute;
  top: -1px;
  width: 50px;
}
.du46inicio-ipb .gobierno-y-entidades-pblicas-ncAwSd {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 29.9px;
  position: relative;
  text-align: left;
  width: 241px;
}
.du46inicio-ipb .audita-contenidos-em-ncAwSd {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0px;
  line-height: 21.6px;
  position: relative;
  text-align: left;
}
.du46inicio-ipb .funcionalidades-clave-3xK3Wn {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  left: 0px;
  padding: 150px 110px;
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .funcionalidades-clave-3xK3Wn {
    width: 100%;
    padding: 50px 50px;
  }
}
.du46inicio-ipb .ellipse-54-DMgT1x {
  background-color: #ff1d002e;
  border-radius: 436px;
  filter: blur(250px);
  height: 872px;
  left: 804px;
  position: absolute;
  top: 206px;
  width: 872px;
}
.du46inicio-ipb .group-2608813-DMgT1x {
  background-color: transparent;
  height: 629px;
  left: -75px;
  position: absolute;
  top: 863px;
  width: 417px;
}
@media only screen and (max-width: 768px) {
  #page-servicios {
    padding-bottom: 500px;
  }
  .du46inicio-ipb .group-2608813-DMgT1x {
    top: 4900px;
  }
}
.du46inicio-ipb .group-2608652-t4Y1Hx {
  background-color: transparent;
  height: 629px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 417px;
}
.du46inicio-ipb .group-2608651-7a13Pi {
  background-color: transparent;
  height: 460px;
  left: 75px;
  position: absolute;
  top: 0px;
  width: 323px;
}
.du46inicio-ipb .rectangle-450-7a13Pi {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background-color: transparent;
  height: 562px;
  left: 0px;
  position: absolute;
  top: 68px;
  width: 417px;
}
.du46inicio-ipb .group-2608751-t4Y1Hx {
  background-color: transparent;
  height: 97px;
  left: 298px;
  position: absolute;
  top: 62px;
  width: 99px;
}
.du46inicio-ipb .frame-1000003447-DMgT1x {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 89px;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .funcionalidades-clave-3anr50 {
  align-self: stretch;
  background-color: transparent;
  color: var(--ceramic);
  font-family: var(--font-family-gotham-bold);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .funcionalidades-clave-3anr50 {
    font-size: 30px;
  }
}
.du46inicio-ipb .frame-1000003446-3anr50 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 29px 24px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .frame-92-RouEJd {
  background-color: transparent;
  border: 1.122734546661377px solid;
  border-color: var(--white);
  border-radius: 15.04px;
  height: 337px;
  overflow: hidden;
  position: relative;
  width: 597.4091186523438px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-92-RouEJd {
    height: 230px;
    width: 100%;
    border: 0px;
    height: 540px;
    text-align: center;
    border-radius: 0px;
  }
}
.du46inicio-ipb .dashboard_img1-1-2MPlrx {
  background-color: transparent;
  height: 347px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 597px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .dashboard_img1-1-2MPlrx {
    border: 1px solid var(--white);
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }
}
.du46inicio-ipb .funcionalidad-1-2MPlrx {
  align-items: flex-start;
  background-color: transparent;
  border-radius: 15.04px;
  display: flex;
  flex-direction: column;
  gap: 12.035715103149414px;
  height: 337px;
  justify-content: flex-start;
  left: 0px;
  padding: 30.08928680419922px 24.071430206298828px;
  position: absolute;
  top: 200px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .du46inicio-ipb .funcionalidad-1-2MPlrx {
    top: 0px;
    width: 597px;
    justify-content: flex-end;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.95) 100%
    );
  }
  .du46inicio-ipb .funcionalidad-1-2MPlrx:hover {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 1) 100%
    );
  }
}
.du46inicio-ipb .titulo-0nltxu {
  background-color: transparent;
  height: 72px;
  position: relative;
  width: 322.450927734375px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .titulo-0nltxu {
    width: 100%;
  }
}
.du46inicio-ipb .descrip-0nltxu {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 26px;
  font-family: var(--font-family-gotham_light-regular);
  margin-top: 60px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .du46inicio-ipb .descrip-0nltxu {
    font-weight: bold;
    display: none;
    margin-top: 100px;
  }
  .du46inicio-ipb .funcionalidad-1-2MPlrx:hover .descrip-0nltxu {
    display: block;
  }
}
.du46inicio-ipb .descrip-0nltxu-min-alt,
.du46inicio-ipb .descrip-0nltxu-min {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 26px;
  font-family: var(--font-family-gotham_light-regular);
  margin-top: 0px;
}
.du46inicio-ipb .descrip-0nltxu-min-alt {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .du46inicio-ipb .descrip-0nltxu-min-alt,
  .du46inicio-ipb .descrip-0nltxu-min {
    font-size: 12px;
    font-weight: bold;
    display: none;
    margin-top: 10px;
    line-height: 18px;
  }
  .du46inicio-ipb .funcionalidad-3-PvAxeW:hover .descrip-0nltxu-min {
    display: block;
  }
  .du46inicio-ipb .funcionalidad-3-PvAxeW:hover .descrip-0nltxu-min-alt {
    display: block;
  }
}
.du46inicio-ipb .grabacin-de-mltiples-seales-MFc81X {
  background-color: transparent;
  color: var(--ceramic);
  font-family: var(--font-family-gotham-bold);
  font-size: 30.1px;
  font-style: normal;
  font-weight: 700;
  height: 72px;
  left: 0px;
  letter-spacing: 0px;
  line-height: 36px;
  position: absolute;
  top: 0px;
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .grabacin-de-mltiples-seales-MFc81X {
    font-size: 25px;
    width: 100%;
  }
}
.du46inicio-ipb .frame-93-RouEJd {
  background-color: transparent;
  border: 1.12277090549469px solid;
  border-color: var(--white);
  border-radius: 15.05px;
  height: 337px;
  overflow: hidden;
  position: relative;
  width: 597.4091186523438px;
}
.du46inicio-ipb .dashboard_img2-1-L2m9ze {
  background-color: transparent;
  height: 347px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 597px;
}
.du46inicio-ipb .funcionalidad-2-L2m9ze {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-color: transparent;
  border-radius: 15.05px;
  display: flex;
  flex-direction: column;
  gap: 12.036105155944824px;
  height: 338px;
  justify-content: flex-end;
  left: 0px;
  padding: 30.09026336669922px 24.07221031188965px;
  position: absolute;
  top: 0px;
  width: 597px;
}
.du46inicio-ipb .extraccin-automatizada-de-clips-MIpgFU {
  background-color: transparent;
  color: var(--ceramic);
  font-family: var(--font-family-gotham-bold);
  font-size: 30.1px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 36px;
  position: relative;
  text-align: left;
  width: 344.53350830078125px;
}
.du46inicio-ipb .frame-94-RouEJd {
  background-color: #090909;
  border: 1.112603783607483px solid;
  border-color: var(--white);
  border-radius: 9.83px;
  height: 220px;
  overflow: hidden;
  position: relative;
  width: 390px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-94-RouEJd {
    border: 0px;
    border-radius: 0px;
    height: auto;
    width: 100%;
  }
}
.du46inicio-ipb .dashboard_img4-1-PvAxeW {
  background-color: transparent;
  height: 241px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 390px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .dashboard_img4-1-PvAxeW {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--white);
    position: relative;
  }
}
.du46inicio-ipb .funcionalidad-3-PvAxeW {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
  justify-content: flex-start;
  left: 0px;
  padding: 20px 16px;
  position: relative;
  top: 0px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .du46inicio-ipb .funcionalidad-3-PvAxeW {
    justify-content: flex-end;
    position: absolute;
    height: 220px;
    width: 390px;
    text-align: left;
  }
  .du46inicio-ipb .funcionalidad-3-PvAxeW:hover {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 1) 100%
    );
  }
}
.du46inicio-ipb .edicin-en-tiempo-real-xXfqdq {
  background-color: transparent;
  height: 42px;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 175px;
}
.du46inicio-ipb .subtitle-large {
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .edicin-en-tiempo-real-xXfqdq {
    width: 100%;
    font-size: 25px;
    text-align: center;
    height: auto;
    line-height: 36px;
  }
}
.du46inicio-ipb .frame-95-RouEJd {
  background-color: #090909;
  border: 1.1096150875091553px solid;
  border-color: var(--white);
  border-radius: 9.8px;
  height: 220px;
  overflow: hidden;
  position: relative;
  width: 390px;
}
.du46inicio-ipb .lista-proy_img1-1-9t106S {
  background-color: transparent;
  height: 176px;
  left: -1px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 392px;
}
.du46inicio-ipb .funcionalidad-4-9t106S {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 220px;
  justify-content: flex-end;
  left: 0px;
  padding: 20px 16px;
  position: absolute;
  top: 0px;
  width: 390px;
}
.du46inicio-ipb .conversin-sin-complicaciones-9D8SBL {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 196.28866577148438px;
}
.du46inicio-ipb .frame-97-RouEJd {
  background-color: transparent;
  border: 0.9439266920089722px solid;
  border-color: var(--white);
  border-radius: 8.34px;
  flex: 1;
  flex-grow: 1;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.du46inicio-ipb .rrss_img1-1-waahqG {
  background-color: transparent;
  height: 232px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 391px;
}
.du46inicio-ipb .funcionalidad-5-waahqG {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 220px;
  justify-content: flex-end;
  left: 1px;
  padding: 20px 16px;
  position: absolute;
  top: 0px;
  width: 390px;
}
.du46inicio-ipb .distribucin-gil-y-multicanal-xP8BmI {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 181px;
}
.du46inicio-ipb .frame-99-RouEJd {
  background-color: transparent;
  border: 0.9439266920089722px solid;
  border-color: var(--white);
  border-radius: 8.34px;
  height: 220px;
  overflow: hidden;
  position: relative;
  width: 390px;
}
.du46inicio-ipb .chat-gpt-image-8-abr-2025-12_07_472-1-xyvjgX {
  background-color: transparent;
  height: 377px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: -157px;
  width: 566px;
}
.du46inicio-ipb .funcionalidad-6-xyvjgX {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 220px;
  justify-content: flex-end;
  left: 0px;
  padding: 20px 16px;
  position: absolute;
  top: 0px;
  width: 390px;
}
.du46inicio-ipb .alertas-de-contenido-MTkLng {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 213px;
}
.du46inicio-ipb .frame-98-RouEJd {
  border: 0.9439266920089722px solid;
  border-radius: 8.34px;
  height: 220px;
  overflow: hidden;
  width: 390px;
}
.du46inicio-ipb .chat-gpt-image-8-abr-2025-11_38_112-1-UaeRGH {
  background-color: transparent;
  height: 260px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: -3px;
  width: 390px;
}
.du46inicio-ipb .funcionalidad-7-UaeRGH {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 220px;
  justify-content: flex-end;
  left: 0px;
  padding: 20px 16px;
  position: absolute;
  top: 0px;
  width: 390px;
}
.du46inicio-ipb .editor-de-video-con-diseo-avanzado-dhPNud {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 203px;
}
.du46inicio-ipb .frame-100-RouEJd {
  background-color: transparent;
  border: 0.9439266920089722px solid;
  border-color: var(--white);
  border-radius: 8.34px;
  height: 220px;
  overflow: hidden;
  position: relative;
  width: 390px;
}
.du46inicio-ipb .rrss_img3-1-ZVeiR9 {
  background-color: transparent;
  height: 234px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 390px;
}
.du46inicio-ipb .funcionalidad-8-ZVeiR9 {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 220px;
  justify-content: flex-end;
  left: 0px;
  padding: 20px 16px;
  position: absolute;
  top: 0px;
  width: 390px;
}
.du46inicio-ipb .publicacin-rpida-en-redes-sociales-Plccyw {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 211px;
}
.du46inicio-ipb .modelos-de-implementacin-3xK3Wn {
  align-items: center;
  background-color: transparent;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  gap: 89px;
  position: relative;
  width: 1440px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .modelos-de-implementacin-3xK3Wn {
    width: 100%;
  }
}
.du46inicio-ipb .modelos-de-implementacin-3u0AOx {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -1.5px;
  position: relative;
  text-align: left;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .modelos-de-implementacin-3u0AOx {
    text-align: center;
  }
}
.du46inicio-ipb .frame-61-3u0AOx {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 115px;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-61-3u0AOx {
    flex-direction: column;
  }
}
.du46inicio-ipb .frame-53-i4RU0Y {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 56px;
  position: relative;
}
.du46inicio-ipb .group-2608638-1jLh60 {
  background-color: transparent;
  height: 122px;
  position: relative;
  width: 116.41221618652344px;
}
.du46inicio-ipb .union-IDiQJe {
  height: 122px;
  width: 116px;
}
.du46inicio-ipb .group-2608664-IDiQJe {
  background-color: transparent;
  height: 99px;
  left: 51px;
  position: absolute;
  top: 11px;
  width: 52px;
}
.du46inicio-ipb .group-2608663-IDiQJe {
  background-color: transparent;
  height: 105px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 24px;
}
.du46inicio-ipb .frame-56-1jLh60 {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 19px;
  justify-content: center;
  position: relative;
  width: 358px;
}
.du46inicio-ipb .on-premise-servidor-local-N1c9Vf {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 35.9px;
  margin-top: -1px;
  position: relative;
  text-align: center;
  width: 202px;
}
.du46inicio-ipb .span0-x1fV9p {
}
.du46inicio-ipb .span1-x1fV9p {
  color: var(--white);
  font-family: var(--font-family-gotham-light);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 300;
  line-height: 28.7px;
}
.du46inicio-ipb .instalacin-en-tus-pr-N1c9Vf {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 21.6px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .frame-52-i4RU0Y {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 56px;
  position: relative;
  width: 341px;
}
.du46inicio-ipb .group-IQrcHU {
  background-color: transparent;
  height: 122px;
  position: relative;
  width: 136.00759887695312px;
}
.du46inicio-ipb .group-iTqxtn {
  background-color: transparent;
  height: 122px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 136px;
}
.du46inicio-ipb .frame-57-IQrcHU {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 19px;
  margin-left: -13px;
  margin-right: -13px;
  position: relative;
  width: 367px;
}
.du46inicio-ipb .nube-servicio-por-suscripcin-Zpu2P9 {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 35.9px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
.du46inicio-ipb .span0-eTM2sp {
}
.du46inicio-ipb .span1-eTM2sp {
  line-height: 28.7px;
}
.du46inicio-ipb .renta-mensual-semest-Zpu2P9 {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 21.6px;
  position: relative;
  text-align: center;
  width: 354px;
}
.du46inicio-ipb .boton-3u0AOx {
  background-color: transparent;
  height: 47px;
  position: relative;
}
.du46inicio-ipb .intro-3xK3Wn {
  align-items: center;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 0, 0, 0.26) 0%,
    rgba(0, 0, 0, 0.31) 100%
  );
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 89px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .intro-3xK3Wn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.du46inicio-ipb .ip-broadcast-es-una-IB4jXT {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-gotham-medium);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  height: 143px;
  letter-spacing: 0px;
  line-height: 45px;
  margin-top: -1px;
  position: relative;
  text-align: center;
  width: 1000px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .ip-broadcast-es-una-IB4jXT {
    width: 100%;
    font-size: 25px;
  }
}
.du46inicio-ipb .group-2608812-IB4jXT {
  background-color: transparent;
  height: 396px;
  position: relative;
  width: 882.1640625px;
}
.du46inicio-ipb .group-2608812-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .group-2608812-IB4jXT {
    display: none;
  }
  .du46inicio-ipb .group-2608812-mobile {
    display: block;
  }
}
.du46inicio-ipb .group-2608738-VgOHCx {
  background-color: transparent;
  height: 385px;
  left: 63px;
  position: absolute;
  top: 11px;
  width: 819px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .group-2608738-VgOHCx {
    width: 100%;
  }
}
.du46inicio-ipb .x15-1-2-oVtFnO {
  background-color: transparent;
  height: 368px;
  left: 159px;
  position: absolute;
  top: 0px;
  width: 542px;
}
.du46inicio-ipb .x19-2-oVtFnO {
  background-color: transparent;
  height: 210px;
  left: 461px;
  position: absolute;
  top: 175px;
  width: 358px;
}
.du46inicio-ipb .group-2608737-oVtFnO {
  background-color: transparent;
  height: 105px;
  left: 414px;
  position: absolute;
  top: 243px;
  width: 210px;
}
.du46inicio-ipb .group-2608643-6cTS36 {
  background-color: transparent;
  height: 126px;
  left: -29px;
  position: absolute;
  top: 7px;
  width: 221px;
}
.du46inicio-ipb .group-2608649-6cTS36 {
  background-color: transparent;
  height: 103px;
  left: -10px;
  position: absolute;
  top: -19px;
  width: 103px;
}
.du46inicio-ipb .loudness-screen-2-oVtFnO {
  background-color: transparent;
  height: 220px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 160px;
  width: 379px;
}
.du46inicio-ipb .group-3-oVtFnO {
  background-color: transparent;
  box-shadow: -5.509084701538086px 4.4072675704956055px 23.248336791992188px
    #0000002b;
  height: 109px;
  left: 582px;
  position: absolute;
  top: 39px;
  width: 109px;
}
.du46inicio-ipb .group-2608640-emidFg {
  background-color: transparent;
  height: 109px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 109px;
}
.du46inicio-ipb .rectangle-18-ZxjMZR {
  background-color: var(--scarlet);
  border-radius: 78.23px;
  height: 109px;
  width: 109px;
}
.du46inicio-ipb .polygon-1-ZxjMZR {
  background-color: transparent;
  height: 44px;
  left: 39px;
  position: absolute;
  top: 32px;
  width: 40px;
}
.du46inicio-ipb .group-2608638-oVtFnO {
  background-color: transparent;
  box-shadow: -5.510000228881836px 4.409999847412109px 23.25px #0000002b;
  height: 138px;
  left: 129px;
  position: absolute;
  top: 58px;
  width: 155px;
}
.du46inicio-ipb .rectangle-40-VqPX9z {
  background-color: transparent;
  height: 57px;
  left: 36px;
  position: absolute;
  top: 61px;
  width: 98px;
}
.du46inicio-ipb .rectangle-37-stroke-VqPX9z {
  background-color: transparent;
  height: 57px;
  left: 35px;
  position: absolute;
  top: 61px;
  width: 98px;
}
.du46inicio-ipb .rectangle-38-VqPX9z {
  background-color: transparent;
  height: 57px;
  left: 46px;
  position: absolute;
  top: 70px;
  width: 98px;
}
.du46inicio-ipb .rectangle-38-stroke-VqPX9z {
  background-color: transparent;
  height: 57px;
  left: 46px;
  position: absolute;
  top: 70px;
  width: 98px;
}
.du46inicio-ipb .rectangle-39-VqPX9z {
  background-color: transparent;
  height: 57px;
  left: 56px;
  position: absolute;
  top: 80px;
  width: 98px;
}
.du46inicio-ipb .rectangle-39-stroke-VqPX9z {
  background-color: transparent;
  height: 57px;
  left: 56px;
  position: absolute;
  top: 80px;
  width: 98px;
}
.du46inicio-ipb .rec-VqPX9z {
  background-color: transparent;
  height: 17px;
  left: 89px;
  position: absolute;
  top: 99px;
  width: 48px;
}
.du46inicio-ipb .ellipse-8-VqPX9z {
  background-color: transparent;
  height: 12px;
  left: 69px;
  position: absolute;
  top: 101px;
  width: 12px;
}
.du46inicio-ipb .vector-VqPX9z {
  height: 33px;
  left: 0px;
  top: 0px;
  width: 57px;
}
.du46inicio-ipb .layer_1-VgOHCx {
  background-color: transparent;
  height: 91px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 238px;
}
.du46inicio-ipb .vector-oYQSVH {
  height: 91px;
  left: 0px;
  top: 0px;
  width: 21px;
}
.du46inicio-ipb .vector-Bd1i1x {
  height: 66px;
  left: 0px;
  top: 25px;
  width: 66px;
}
.du46inicio-ipb .group-2608630-oYQSVH {
  height: 22px;
  left: 98px;
  top: 8px;
  width: 140px;
}
.du46inicio-ipb .vector-hIUmdk {
  height: 34px;
  left: 57px;
  top: 2px;
  width: 34px;
}
.du46inicio-ipb .vector-TG05U1 {
  height: 16px;
  left: 65px;
  top: 9px;
  width: 5px;
}
.du46inicio-ipb .vector-D3GgSx {
  height: 16px;
  left: 71px;
  top: 13px;
  width: 14px;
}
.du46inicio-ipb .permite-grabar-mltip-IB4jXT {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-gotham-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  height: 89px;
  letter-spacing: 0px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 900px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .permite-grabar-mltip-IB4jXT {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
  }
}
.du46inicio-ipb .frame-98-IB4jXT {
  align-items: center;
  border: 1px solid;
  border-radius: 10px;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 46px 37px;
  width: 1220px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-98-IB4jXT {
    width: 95%;
    flex-direction: column;
  }
}
.du46inicio-ipb .group-2608745-xYbOl6 {
  background-color: transparent;
  height: 136px;
  position: relative;
  width: 403.6727294921875px;
}
.du46inicio-ipb .group-2608745-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .group-2608745-xYbOl6 {
    width: 100%;
    height: 250px;
    display: none;
  }
  .du46inicio-ipb .group-2608745-mobile {
    display: block;
    margin-bottom: 20px;
  }
}
.du46inicio-ipb .group-2608735-5y9h1g {
  background-color: transparent;
  height: 136px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 404px;
}
.du46inicio-ipb .rectangle-52-UYJgca {
  background-color: transparent;
  height: 68px;
  left: 362px;
  position: absolute;
  top: 27px;
  width: 42px;
}
.du46inicio-ipb .rectangle-34-stroke-UYJgca {
  background-color: transparent;
  height: 68px;
  left: 362px;
  position: absolute;
  top: 27px;
  width: 42px;
}
.du46inicio-ipb .rectangle-53-UYJgca {
  background-color: transparent;
  height: 87px;
  left: 299px;
  position: absolute;
  top: 15px;
  width: 70px;
}
.du46inicio-ipb .rectangle-35-stroke-UYJgca {
  background-color: transparent;
  height: 87px;
  left: 299px;
  position: absolute;
  top: 15px;
  width: 70px;
}
.du46inicio-ipb .group-13-UYJgca {
  background-color: transparent;
  height: 92px;
  left: 0px;
  position: absolute;
  top: 25px;
  width: 155px;
}
.du46inicio-ipb .rectangle-54-UYJgca {
  background-color: transparent;
  height: 106px;
  left: 122px;
  position: absolute;
  top: 0px;
  width: 183px;
}
.du46inicio-ipb .rectangle-33-stroke-UYJgca {
  background-color: transparent;
  height: 106px;
  left: 122px;
  position: absolute;
  top: 0px;
  width: 183px;
}
.du46inicio-ipb .vector-9-UYJgca {
  background-color: transparent;
  height: 29px;
  left: 143px;
  position: absolute;
  top: 104px;
  width: 14px;
}
.du46inicio-ipb .vector-10-UYJgca {
  background-color: transparent;
  height: 29px;
  left: 263px;
  position: absolute;
  top: 104px;
  width: 14px;
}
.du46inicio-ipb .group-14-UYJgca {
  background-color: transparent;
  height: 48px;
  left: 88px;
  position: absolute;
  top: 87px;
  width: 48px;
}
.du46inicio-ipb .rectangle-18-rMJk5p {
  background-color: transparent;
  height: 48px;
  width: 48px;
}
.du46inicio-ipb .rectangle-18-stroke-rMJk5p {
  background-color: transparent;
  height: 48px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 48px;
}
.du46inicio-ipb .group-1-rMJk5p {
  background-color: transparent;
  height: 32px;
  left: 6px;
  position: absolute;
  top: 7px;
  width: 32px;
}
.du46inicio-ipb .group-15-UYJgca {
  background-color: transparent;
  height: 63px;
  left: 142px;
  position: absolute;
  top: 73px;
  width: 32px;
}
.du46inicio-ipb .layer_1-5y9h1g {
  background-color: transparent;
  height: 61px;
  left: 190px;
  position: absolute;
  top: 23px;
  width: 61px;
}
.du46inicio-ipb .disponible-tanto-en-xYbOl6 {
  background-color: transparent;
  color: #f2f2f2;
  font-family: var(--font-family-gotham-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  height: 136px;
  letter-spacing: 0px;
  line-height: 30px;
  margin-top: -1px;
  position: relative;
  text-align: left;
  width: 630px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .disponible-tanto-en-xYbOl6 {
    width: 100%;
    font-size: 16px;
    height: auto;
  }
}
.du46inicio-ipb .slider-3xK3Wn {
  background-color: transparent;
  height: 760px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 103px;
  width: 1440px;
}
.du46inicio-ipb .x3-1-K4o3FL {
  background-color: transparent;
  height: 760px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 1440px;
}
.du46inicio-ipb .frame-2608673-K4o3FL {
  background-color: transparent;
  height: 400px;
  left: 220px;
  overflow: hidden;
  position: absolute;
  top: 141px;
  width: 1000px;
}
.du46inicio-ipb .slide-container-a7JnW7 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  left: -1000px;
  position: relative;
  top: 0px;
}
.du46inicio-ipb .texto-gIzknZ {
  color: var(--white);
  font-family: var(--font-family-gotham_light-regular);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
  margin-left: -15.5px;
  margin-right: -15.5px;
  width: 919px;
}
.du46inicio-ipb .texto-fxkGfS {
  flex: 1;
}
.du46inicio-ipb .texto-8Kas3t {
  flex: 1;
}
.du46inicio-ipb .texto-9x0o8X {
  flex: 1;
}
.du46inicio-ipb .texto-QkHm8L {
  margin-left: -15.5px;
  margin-right: -15.5px;
  width: 919px;
}
.du46inicio-ipb .texto-Mln9M7 {
  color: var(--white);
  font-family: var(--font-family-gotham_light-regular);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
  margin-left: -15.5px;
  margin-right: -15.5px;
  width: 919px;
}
.du46inicio-ipb .texto-Fu4lI6 {
  flex: 1;
}
.du46inicio-ipb .arrows-K4o3FL {
  left: 1282px;
}
.du46inicio-ipb .arrows-Pb8id3 {
  left: 128px;
}
.du46inicio-ipb .navigation-K4o3FL {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  gap: 12px;
  left: 656px;
  position: absolute;
  top: 618px;
}
.du46inicio-ipb .ellipse-1-zi7fuK {
  background-color: var(--ceramic);
  border: 1px solid;
  border-color: var(--ceramic);
  border-radius: 8px/8.52px;
  height: 17.032258987426758px;
  position: relative;
  width: 16px;
}
.du46inicio-ipb .ellipse-2-zi7fuK {
  background-color: transparent;
  border: 1px solid;
  border-color: var(--ceramic);
  border-radius: 8px/8.52px;
  height: 17.032258987426758px;
  position: relative;
  width: 16px;
}
.du46inicio-ipb .ellipse-3-zi7fuK {
  background-color: transparent;
  border: 1px solid;
  border-color: var(--ceramic);
  border-radius: 8px/8.52px;
  height: 17.032258987426758px;
  position: relative;
  width: 16px;
}
.du46inicio-ipb .ellipse-4-zi7fuK {
  background-color: transparent;
  border: 1px solid;
  border-color: var(--ceramic);
  border-radius: 8px/8.52px;
  height: 17.032258987426758px;
  position: relative;
  width: 16px;
}
.du46inicio-ipb .ellipse-5-zi7fuK {
  background-color: transparent;
  border: 1px solid;
  border-color: var(--ceramic);
  border-radius: 8px/8.52px;
  height: 17.032258987426758px;
  position: relative;
  width: 16px;
}
.du46inicio-ipb .header-3xK3Wn {
  align-items: center;
  background-color: var(--broadcast-ipcomabbey);
  display: flex;
  height: 104px;
  justify-content: space-between;
  left: 0px;
  padding: 19px 111px;
  position: absolute;
  top: 0px;
  width: 1440px;
}
.du46inicio-ipb .layer_1-CL3lEx {
  background-color: transparent;
  cursor: pointer;
  height: 47px;
  overflow: hidden;
  position: relative;
  width: 123px;
}
.du46inicio-ipb .vector-382n9w {
  height: 47px;
  left: 0px;
  top: 0px;
  width: 11px;
}
.du46inicio-ipb .vector-7rpEIJ {
  height: 34px;
  left: 0px;
  top: 13px;
  width: 34px;
}
.du46inicio-ipb .group-2608630-382n9w {
  height: 11px;
  left: 51px;
  top: 4px;
  width: 72px;
}
.du46inicio-ipb .vector-ZJXAUx {
  height: 18px;
  left: 30px;
  top: 1px;
  width: 17px;
}
.du46inicio-ipb .vector-Zm3505 {
  height: 8px;
  left: 33px;
  top: 5px;
  width: 3px;
}
.du46inicio-ipb .vector-WmLs41 {
  height: 8px;
  left: 37px;
  top: 7px;
  width: 7px;
}
.du46inicio-ipb .frame-43-CL3lEx {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}
.du46inicio-ipb .component-7-g6I1OK {
  cursor: pointer;
}
.du46inicio-ipb .text-e6Cot8 {
  margin-top: -1px;
  text-align: left;
}
.du46inicio-ipb .component-12-g6I1OK {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  justify-content: center;
  padding: 13px;
  position: relative;
}
.du46inicio-ipb .text-fNVbb9 {
  margin-top: -1px;
  text-align: left;
}
.du46inicio-ipb .component-13-g6I1OK {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  justify-content: center;
  padding: 13px;
  position: relative;
}
.du46inicio-ipb .text-m5atmT {
  margin-top: -1px;
  text-align: left;
}
.du46inicio-ipb .component-14-g6I1OK {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  justify-content: center;
  padding: 13px;
  position: relative;
}
.du46inicio-ipb .text-pIDTYM {
  margin-top: -1px;
  text-align: left;
}
.du46inicio-ipb .component-15-g6I1OK {
  cursor: pointer;
}
.du46inicio-ipb .text-mUil8w {
  margin-top: -1px;
  text-align: left;
}
.du46inicio-ipb .frame-44-CL3lEx {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}
.du46inicio-ipb .text-8zVT2E {
  cursor: pointer;
  margin-top: -1px;
  text-align: left;
}
.du46inicio-ipb .boton-O0Kt8X {
  background-color: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  height: 47px;
  position: relative;
}
.du46inicio-ipb .text-01yICD {
  margin-top: -0.5px;
  text-align: left;
}
.du46inicio-ipb .icon-16x16-flecha-abajo-01yICD {
  background-color: transparent;
  height: 16px;
  position: relative;
  width: 16px;
}
.du46inicio-ipb .arrows {
  background-color: transparent;
  height: 53px;
  position: absolute;
  top: 315px;
  width: 29px;
}
.du46inicio-ipb .frame-1000003449 {
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.du46inicio-ipb .frame-1000003467 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 250px;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .frame-1000003467 {
    padding-bottom: 10px;
  }
}
.du46inicio-ipb .frame-2608685 {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  /* gap: 8px;
  height: 130px; */
  position: relative;
  /* width: 130px; */
}
.du46inicio-ipb .frame-81 {
  background-color: transparent;
  /* height: 106.81505584716797px; */
  position: relative;
  /* width: 154.7555389404297px; */
}
.du46inicio-ipb .frame-98 {
  background-color: transparent;
  border-color: var(--white);
  position: relative;
}
.du46inicio-ipb .group-2608630 {
  background-color: transparent;
  position: absolute;
}
.du46inicio-ipb .input {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  position: relative;
  width: 370px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .du46inicio-ipb .input {
    width: 100%;
  }
}
.du46inicio-ipb .line-66 {
  background-color: transparent;
  height: 1px;
  margin-bottom: -0.5px;
  margin-top: -0.5px;
  position: relative;
  width: 1201px;
}
.du46inicio-ipb .line-72 {
  background-color: transparent;
  height: 1px;
}
.du46inicio-ipb .quienes-somos {
  background-color: transparent;
  left: 0px;
  position: relative;
}
.du46inicio-ipb .rectangle-18 {
  left: 0px;
  position: absolute;
  top: 0px;
}
.du46inicio-ipb .slides {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 8px;
  height: 400px;
  justify-content: center;
  padding: 39px 56px;
  position: relative;
  width: 1000px;
}
.du46inicio-ipb .text {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.du46inicio-ipb .texto {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 74px;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 38.20000076293945px #000000;
}
.du46inicio-ipb .union {
  background-color: transparent;
  left: 0px;
  position: absolute;
  top: 0px;
}
.title-ox8sO0 {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-gotham_light-regular);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
  position: relative;
  text-align: left;
  width: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .title-ox8sO0 {
    text-align: center;
    margin-top: 60px;
  }
}
.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.int {
  background: #000000 !important;
}
.info-blog-int {
  background: white;
}
.img-calendar {
  margin: 0 auto;
  width: 500px;
  z-index: 0;
}

/* Combo country */
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type='text'],
.iti input[type='tel'] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 99;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: black;
  border: 1px solid #2e2e2e;
  white-space: nowrap;
  max-height: 250px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  top: 50px;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
    top: 0px;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type='text'],
.iti--allow-dropdown input[type='tel'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='text'],
.iti--separate-dial-code input[type='tel'] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-family: 'Gotham Light-Regular', Helvetica;
  font-size: 20px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../images/flags.png');
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*combo paises*/
.cont-msg {
  margin: 0;
  color: #fff;
  background: red;
  padding: 20px 10px;
  border-radius: 5px;
  font-family: var(--font-family-gotham-medium);
  width: 100%;
  text-align: center;
  font-size: 20px;
}