@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*--------------RESPONSIVE----------*/
/* extra Small Devices*/
/*Small Devices*/
/*Medium devices*/
/*Large Devices*/
/* Resets */
.img-fluid {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

section.noPadding {
  padding: 0em 0;
}

body {
  background-color: rgb(223, 223, 223);
}

body,
input,
textarea,
select {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-display: swap;
}

h1 {
  font-size: clamp(2.5rem, 0rem + 8vw, 4.5rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(2.5rem, 0rem + 8vw, 4.5rem);
  font-weight: 300;
}

h3 {
  font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
  font-weight: 600;
}

p,
li,
label {
  font-size: clamp(0.9rem, 0.65rem + 0.8vw, 1.1rem);
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.smallTxt {
  font-size: clamp(0.8rem, 0.675rem + 0.4vw, 0.9rem);
}

/* links */
a {
  color: #f86105;
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #ffffff;
}

.b-radius {
  border-radius: 1.5rem !important;
}

.b-radius-top {
  border-radius: 1.5rem 1.5rem 0 0 !important;
}

.b-radius-bottom {
  border-radius: 0 0 1.5rem 1.5rem !important;
}

.b-radius-right {
  border-radius: 0 1.5rem 1.5rem 0 !important;
}

.b-radius-left {
  border-radius: 1.5rem 0 0 1.5rem !important;
}

@media only screen and (min-width: 0px) {
  .row .content-card-1 {
    border-radius: 0 0 1.5rem 1.5rem !important;
  }
}
@media only screen and (min-width: 991px) {
  .row .content-card-1 {
    border-radius: 1.5rem 0 0 1.5rem !important;
  }
}
.row .img-card-1 {
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 0px) {
  .row .img-card-1 {
    border-radius: 1.5rem 1.5rem 0 0 !important;
    min-height: 40dvh;
  }
}
@media only screen and (min-width: 991px) {
  .row .img-card-1 {
    border-radius: 0 1.5rem 1.5rem 0 !important;
    min-height: auto;
  }
}
@media only screen and (min-width: 0px) {
  .row .content-card-2 {
    border-radius: 0 0 1.5rem 1.5rem !important;
  }
}
@media only screen and (min-width: 991px) {
  .row .content-card-2 {
    border-radius: 0 1.5rem 1.5rem 0 !important;
  }
}
.row .img-card-2 {
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 0px) {
  .row .img-card-2 {
    border-radius: 1.5rem 1.5rem 0 0 !important;
    min-height: 40dvh;
  }
}
@media only screen and (min-width: 991px) {
  .row .img-card-2 {
    border-radius: 1.5rem 0 0 1.5rem !important;
    min-height: auto;
  }
}

/* Buttons */
.link-button {
  border-radius: 1.5rem;
  width: 100%;
  transition: 0.3s ease;
  text-decoration: none !important;
  margin: 0;
  display: inline-block;
  font-weight: 600;
  text-align: center;
}
.link-button.small {
  max-width: 180px;
  padding: 0.5rem 1rem;
}
.link-button.medium {
  max-width: 250px;
  padding: 0.5rem 1rem;
}
.link-button.full {
  max-width: 100%;
  padding: 0.5rem 1rem;
}
.link-button.border {
  border: 1px solid;
}
.link-button:hover {
  background-color: #cfe253 !important;
  color: #030219 !important;
  border-color: #ffffff;
  transition: 0.3s ease;
}

.btn {
  border-radius: 1rem;
  width: 100%;
  transition: 0.3s ease;
}
.btn.small {
  max-width: 200px;
  padding: 0.2rem 1rem;
}
.btn.medium {
  max-width: 200px;
  padding: 0.5rem 1rem;
}
.btn.full {
  max-width: 100%;
  padding: 0.5rem 1rem;
}
.btn.border {
  border: 1px solid #ffffff;
}
.btn:hover {
  background-color: #030219 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  transition: 0.3s ease;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-white-light {
  background-color: #f2f2f2 !important;
}

.bg-black {
  background-color: #030219 !important;
}
.bg-blue {
  background-color: #122cde !important;
}
.bgd-blue {
  background-color: #2914FF !important;
}

.bg-orange {
  background-color: #f86105 !important;
}

.bg-yellow {
  background-color: #cfe253 !important;
}

.bg-green {
  background-color: #005d11 !important;
}

.bg-lemon {
  background-color: #a1e005 !important;
}

.bg-blue-light {
  background-color: #6CFCF1 !important;
}

.txt-white {
  color: #ffffff !important;
}

.txt-black {
  color: #030219 !important;
}

.txt-blue {
  color: #122cde !important;
}

.txt-blueb {
  color: #2914FF !important;
}

.txt-orange {
  color: #f86105 !important;
}

.txt-yellow {
  color: #cfe253 !important;
}

.txt-green {
  color: #005d11 !important;
}

.txt-lemon {
  color: #a1e005 !important;
}

.nav-incMTY .navbar-nav .nav-item {
  position: relative;
}
.nav-incMTY .navbar-nav .nav-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  opacity: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}
.nav-incMTY .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 0.9rem + 0vw, 0.9rem);
}
.nav-incMTY .navbar-nav .nav-item:hover {
  cursor: pointer;
}
.nav-incMTY .navbar-nav .nav-item:hover::before {
  width: 95%;
  opacity: 1;
}
.nav-incMTY .navbar-nav .nav-item:hover .nav-link {
  font-weight: 600;
}
.nav-incMTY .link-button {
  font-size: clamp(0.9rem, 0.9rem + 0vw, 0.9rem);
}
.nav-incMTY .language {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-incMTY .language .nav-item {
  position: relative;
}
.nav-incMTY .language .nav-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  opacity: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}
.nav-incMTY .language .nav-item .nav-link {
  font-weight: 600;
  transition: 0.3s ease;
}
.nav-incMTY .language .nav-item:hover {
  cursor: pointer;
}
.nav-incMTY .language .nav-item:hover::before {
  width: 95%;
  opacity: 1;
}
.nav-incMTY .language .nav-item:hover .nav-link {
  font-weight: 600;
}
.nav-incMTY.nav-001 .navbar-nav .nav-item {
  position: relative;
}
.nav-incMTY.nav-001 .navbar-nav .nav-item::before {
  background-color: #030219;
}
.nav-incMTY.nav-001 .navbar-nav .nav-item .nav-link {
  color: #030219;
}
.nav-incMTY.nav-001 .language .nav-item::before {
  background-color: #030219;
}
.nav-incMTY.nav-001 .language .nav-item .nav-link {
  color: #030219;
}
.nav-incMTY.nav-002 .navbar {
  --bs-navbar-toggler-icon-bg: url("https://image.comunicaciones.incmty.com/lib/fe231174736404757d1277/m/1/486c6c68-9849-45e6-8bea-92adf96bdafe.png");
}
.nav-incMTY.nav-002 .navbar-nav .nav-item {
  position: relative;
}
.nav-incMTY.nav-002 .navbar-nav .nav-item::before {
  background-color: #ffffff;
}
.nav-incMTY.nav-002 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
.nav-incMTY.nav-002 .language .nav-item::before {
  background-color: #ffffff;
}
.nav-incMTY.nav-002 .language .nav-item .nav-link {
  color: #ffffff;
}
.nav-incMTY.nav-002 .link-button {
  border-color: #f86105;
}
.nav-incMTY.nav-002 .link-button:hover {
  border-color: #ffffff;
}
.nav-incMTY.nav-002 .navbar-toggler {
  background-color: transparent;
  border-color: #ffffff;
}
.nav-incMTY.nav-003 .navbar {
  --bs-navbar-toggler-icon-bg: url("https://image.comunicaciones.incmty.com/lib/fe231174736404757d1277/m/1/486c6c68-9849-45e6-8bea-92adf96bdafe.png");
}
.nav-incMTY.nav-003 .navbar-nav .nav-item {
  position: relative;
}
.nav-incMTY.nav-003 .navbar-nav .nav-item::before {
  background-color: #ffffff;
}
.nav-incMTY.nav-003 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
.nav-incMTY.nav-003 .language .nav-item::before {
  background-color: #ffffff;
}
.nav-incMTY.nav-003 .language .nav-item .nav-link {
  color: #ffffff;
}
.nav-incMTY.nav-003 .link-button {
  border-color: #6CFCF1;
}
.nav-incMTY.nav-003 .link-button:hover {
  border-color: #ffffff;
}
.nav-incMTY.nav-003 .navbar-toggler {
  background-color: transparent;
  border-color: #ffffff;
}

@media only screen and (min-width: 0px) {
  .movil {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .movil {
    display: none !important;
  }
}

@media only screen and (min-width: 0px) {
  .desk {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .desk {
    display: flex !important;
  }
}

.footer-incMTY ul li a {
  text-decoration: none;
  font-size: clamp(0.8rem, 0.675rem + 0.4vw, 0.9rem);
}
.footer-incMTY p {
  margin-bottom: 0;
}
.footer-incMTY .footer-logo {
  max-width: 150px;
  width: 100%;
}
.footer-incMTY .logo-footer {
  max-width: 100px;
  width: 100%;
}
.footer-incMTY .logo-footer.small {
  max-width: 70px;
}
.footer-incMTY .footer-social a {
  position: relative;
  bottom: 0;
  transition: 0.3s ease;
}
.footer-incMTY .footer-social a:hover {
  bottom: 5px;
  cursor: pointer;
}
.footer-incMTY .border-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-incMTY .border-footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 0px) {
  .footer-incMTY .b-bottom-movil {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 991px) {
  .footer-incMTY .b-bottom-movil {
    border-bottom: none;
  }
}
@media only screen and (min-width: 0px) {
  .footer-incMTY .border-footer-left {
    border-left: none;
  }
}
@media only screen and (min-width: 991px) {
  .footer-incMTY .border-footer-left {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 0px) {
  .footer-incMTY .border-footer-right {
    border-right: none;
  }
}
@media only screen and (min-width: 991px) {
  .footer-incMTY .border-footer-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.content-incMTY .incmty-image {
  transition: 0.3s ease;
}
.content-incMTY .incmty-image:hover {
  transform: scale(1.01);
  cursor: pointer;
}
.content-incMTY.content-003 .background {
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 0px) {
  .content-incMTY.content-003 .background {
    min-height: 40dvh;
  }
}
@media only screen and (min-width: 991px) {
  .content-incMTY.content-003 .background {
    min-height: auto;
  }
}
.content-incMTY.content-006 {
  background-size: cover;
  background-position: center;
}

.card-incMTY p {
  margin-bottom: 0;
}
.card-incMTY a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 0;
  transition: 0.3s ease;
}
.card-incMTY a:hover {
  color: #030219 !important;
  left: 5px;
}
@media only screen and (min-width: 0px) {
  .card-incMTY.card-001 .card-inc {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .card-incMTY.card-001 .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-incMTY.card-001 .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-incMTY.card-001 .card-inc {
    width: 22%;
  }
}
@media only screen and (min-width: 0px) {
  .card-incMTY.card-002 .card-inc {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .card-incMTY.card-002 .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-incMTY.card-002 .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-incMTY.card-002 .card-inc {
    width: 30%;
  }
}
@media only screen and (min-width: 0px) {
  .card-incMTY.card-003 .card-inc {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .card-incMTY.card-003 .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-incMTY.card-003 .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-incMTY.card-003 .card-inc {
    width: 30%;
  }
}
@media only screen and (min-width: 0px) {
  .card-incMTY.card-004 .card-inc {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .card-incMTY.card-004 .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-incMTY.card-004 .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-incMTY.card-004 .card-inc {
    width: 22%;
  }
}
@media only screen and (min-width: 0px) {
  .card-incMTY.card-006 .card-inc {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .card-incMTY.card-006 .card-inc {
    width: 48%;
  }
}
@media only screen and (min-width: 0px) {
  .card-incMTY.card-006 .img-card-1 {
    min-height: 40dvh;
  }
}
@media only screen and (min-width: 991px) {
  .card-incMTY.card-006 .img-card-1 {
    min-height: 45dvh;
  }
}
@media only screen and (min-width: 0px) {
  .card-incMTY.card-007 .card-inc {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .card-incMTY.card-007 .card-inc {
    width: 48%;
  }
}

.hero-incMTY {
  min-height: 90dvh;
  background-size: cover;
  background-position: center center;
}
.hero-incMTY b {
  font-weight: 600 !important;
}
.hero-incMTY .logo-hero {
  width: 100%;
}
.hero-incMTY .logo-hero.small {
  max-width: 250px;
}
.hero-incMTY .logo-hero.medium {
  max-width: 350px;
}
.hero-incMTY .logo-hero.large {
  max-width: 550px;
}
.hero-incMTY .icon-hero {
  width: 100%;
}
.hero-incMTY .icon-hero.small {
  max-width: 80px;
}
.hero-incMTY .icon-hero.medium {
  max-width: 150px;
}
.hero-incMTY .icon-hero.large {
  max-width: 250px;
}
@media only screen and (min-width: 0px) {
  .hero-incMTY .card-inc {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .hero-incMTY .card-inc {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-incMTY .card-inc {
    width: 33%;
  }
}

.speaker-incMTY .card-inc {
  position: relative;
  bottom: 0;
  transition: 0.3s ease;
}
@media only screen and (min-width: 0px) {
  .speaker-incMTY .card-inc {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .speaker-incMTY .card-inc {
    width: 42%;
  }
}
@media only screen and (min-width: 1200px) {
  .speaker-incMTY .card-inc {
    width: 30%;
  }
}
.speaker-incMTY .card-inc img {
  max-width: 100px;
  width: 100%;
  border-radius: 50%;
}
.speaker-incMTY .card-inc:hover {
  bottom: 15px;
  cursor: pointer;
}

.form-incMTY .agenda .fecha {
  border: 2px solid #ffffff;
  width: 28%;
}
.form-incMTY .agenda .contenido {
  border: 2px solid #ffffff;
  width: 68%;
}
.form-incMTY .agenda .contenido p {
  margin-bottom: 0;
}
.form-incMTY .form-control {
  border-radius: 1.5rem;
  border: 1px solid #030219;
  padding: 1rem;
}

.faqs-incMTY .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-active-icon: url("https://image.comunicaciones.incmty.com/lib/fe231174736404757d1277/m/1/1c3379c6-c111-4b71-94f4-ca107b593097.png") !important;
  --bs-accordion-btn-icon: url("https://image.comunicaciones.incmty.com/lib/fe231174736404757d1277/m/1/1c3379c6-c111-4b71-94f4-ca107b593097.png") !important;
}
.faqs-incMTY .accordion:focus {
  border-color: #ffffff !important;
  box-shadow: none;
}
.faqs-incMTY .accordion-button {
  border-bottom: 1px solid;
  color: #ffffff;
}
.faqs-incMTY .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #030219;
}

.carousel-incMTY .content i {
  position: relative;
  top: 5px;
}
.carousel-incMTY .icon-carousel {
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}
.carousel-incMTY .owl-nav {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) {
  .carousel-incMTY .owl-nav {
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-incMTY .owl-nav {
    width: 110%;
    top: 40%;
  }
}
.carousel-incMTY .owl-nav .owl-prev,
.carousel-incMTY .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.carousel-incMTY .owl-nav .owl-prev:hover,
.carousel-incMTY .owl-nav .owl-next:hover {
  background-color: #030219;
  transition: 0.3s ease;
}

.index {
  position: relative;
  background-color: #030219;
}
.index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://image.comunicaciones.incmty.com/lib/fe231174736404757d1277/m/1/e612336e-6f5a-4225-b70f-ec5f87ccec43.png");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  background-attachment: fixed;
  z-index: 0;
}
.index .content-items a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  bottom: 0;
  transition: 0.3s ease;
  background-color: #ffffff;
  max-width: 200px;
  width: 100%;
}
.index .content-items a img {
  max-width: 40px;
}
.index .content-items a hr {
  border: 1px solid #f86105;
  opacity: 0.5;
}
.index .content-items a span {
  font-size: 1rem;
  font-weight: 500;
  color: #030219;
  position: relative;
  top: 5px;
}
.index .content-items a:hover {
  bottom: 5px;
  box-shadow: 0 0.5rem 1rem rgba(201, 214, 255, 0.4862745098) !important;
  transition: 0.3s ease;
}/*# sourceMappingURL=styles.css.map */