h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0px;
}

p {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 16px;
}
@media (320px <= width <= 768px) {
  p {
    font-size: 14px !important;
  }
}

h4, h3 {
  font-size: 28px;
  font-weight: 600;
  color: #f5b63e;
  margin-bottom: 10px;
}

em {
  font-style: normal;
  color: #009FE3;
}

img {
  width: 100%;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
@keyframes rotateHalf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.active {
  background-color: #215D8C;
  color: #FFFFFF !important;
  border: none;
}

body {
  background-color: #191919;
  background-image: url(https://mediaflex.axiomthemes.com/wp-content/uploads/2023/08/Online-Subscription-min-350x1024.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Bebas Neue", sans-serif;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  padding: 0 5%;
  height: 100px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (320px <= width <= 768px) {
  nav {
    height: 70px;
    position: fixed;
    width: 100%;
  }
}
nav .hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
@media (320px <= width <= 768px) {
  nav .hamburger {
    display: flex;
    position: absolute;
    right: 5%;
    top: 25px;
    z-index: 9999999999;
  }
}
nav .hamburger span {
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
nav .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
nav .hamburger.open span:nth-child(2) {
  opacity: 0;
}
nav .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}
nav .nav-links {
  display: flex;
  gap: 13px;
  list-style: none;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}
@media (320px <= width <= 768px) {
  nav .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70vw;
    height: 100vh;
    background-color: #215D8C;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px;
    z-index: 101;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
  }
}
@media (320px <= width <= 768px) {
  nav .nav-links.open {
    right: 0;
    display: flex;
    gap: 10px;
  }
}
@media (320px <= width <= 768px) {
  nav ul li {
    width: 100%;
  }
}
nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  padding: 10px;
  transition: 0.3s;
}
nav ul li a.active, nav ul li a:hover {
  color: #FFFFFF;
  background-color: #009FE3;
}
@media (320px <= width <= 768px) {
  nav ul li a {
    display: flex;
    justify-content: center;
  }
}
nav .cta {
  background-color: #009FE3;
  color: white;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 22px;
  transition: 0.5s ease-out;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
nav .cta:hover {
  background-color: #f5b63e;
  color: #333333;
}
@media (320px <= width <= 768px) {
  nav .cta {
    margin-top: 20px;
  }
}
nav .cta {
  margin-left: 20px;
}
@media (320px <= width <= 768px) {
  nav .cta {
    display: none;
  }
}
nav .nav-logo {
  border: none;
}
nav .nav-logo img {
  width: 300px;
}
@media (320px <= width <= 768px) {
  nav .nav-logo img {
    width: 200px;
  }
}

.wircom-wrapper {
  min-width: 1200px;
  padding: 0 5%;
}
@media (320px <= width <= 768px) {
  .wircom-wrapper {
    min-width: 320px;
    padding: 0;
  }
}

.ticker {
  display: none;
}

.hero-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  .hero-eyebrow {
    font-size: 14px;
    margin-top: 80px;
  }
}

.hero-desc {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.65;
}
@media (320px <= width <= 768px) {
  .hero-desc {
    font-size: 16px;
  }
}

.hero {
  padding: 0 10%;
  display: flex;
  gap: 60px;
  align-items: center;
  min-height: 88vh;
  position: relative;
  overflow: hidden;
}
@media (320px <= width <= 768px) {
  .hero {
    flex-flow: column;
    padding: 0 5%;
    gap: 20px;
  }
}
.hero h1 {
  margin-bottom: 10px;
  font-size: clamp(36px, 4.5vw, 90px);
  width: 95%;
}
.hero .badge {
  align-items: center;
  border: 1px solid rgba(132, 177, 53, 0.25);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  background-color: #f5b63e;
  margin-bottom: 20px;
}

.section-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (320px <= width <= 768px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.section-head {
  margin-bottom: 20px;
}

.pictures {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 48px;
  gap: 20px;
}
@media (320px <= width <= 768px) {
  .pictures {
    width: 100%;
    gap: 10px;
  }
}
@media (412px <= width <= 768px) {
  .pictures {
    gap: 30px;
  }
}
.pictures .circle, .pictures .imgs1 .half {
  animation: rotate360 3s linear infinite;
}
.pictures .imgs1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.pictures .imgs1 .ovalo {
  width: 200px;
  height: 380px;
  border-radius: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (320px <= width <= 768px) {
  .pictures .imgs1 .ovalo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 220px;
  }
  .pictures .imgs1 .ovalo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pictures .imgs1 .half {
  width: 200px;
  height: 120px;
  background-color: #f5b63e;
  border-radius: 0px 0px 100px 100px;
  rotate: 10deg;
  animation: rotateHalf 5s ease-out infinite;
}
@media (320px <= width <= 768px) {
  .pictures .imgs1 .half {
    width: 100px;
    height: 60px;
  }
}
.pictures .imgs1 .circle {
  width: 200px;
  height: 200px;
  background-color: #0e5b8e;
  border-radius: 150px;
}
@media (320px <= width <= 768px) {
  .pictures .imgs1 .circle {
    width: 100px;
    height: 100px;
  }
}
.pictures .imgs2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (320px <= width <= 768px) {
  .pictures .imgs2 {
    gap: 10px;
  }
}
.pictures .imgs2 .ovalo {
  width: 200px;
  height: 520px;
  border-radius: 150px;
  overflow: hidden;
  background-position: center center;
  background-size: 250px;
}
@media (320px <= width <= 768px) {
  .pictures .imgs2 .ovalo {
    width: 100px;
    height: 300px;
  }
}
@media (412px <= width <= 768px) {
  .pictures .imgs2 .ovalo {
    width: 130px;
    height: 300px;
  }
}
.pictures .imgs2 .ovalo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pictures .imgs2 .circle {
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 150px;
}
@media (320px <= width <= 768px) {
  .pictures .imgs2 .circle {
    width: 100px;
    height: 100px;
  }
}
@media (412px <= width <= 768px) {
  .pictures .imgs2 .circle {
    width: 130px;
    height: 130px;
  }
}
.pictures .imgs3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (320px <= width <= 768px) {
  .pictures .imgs3 {
    gap: 10px;
  }
}
.pictures .imgs3 .ovalo {
  width: 200px;
  height: 300px;
  background-color: #3e3f45;
  border-radius: 150px;
  overflow: hidden;
}
@media (320px <= width <= 768px) {
  .pictures .imgs3 .ovalo {
    width: 100px;
    height: 180px;
  }
}
.pictures .imgs3 .ovalo img {
  width: 100%;
}
@media (320px <= width <= 768px) {
  .pictures .imgs3 .ovalo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 20px;
    left: 0;
  }
}
.pictures .imgs3 .half {
  width: 200px;
  height: 200px;
  background-color: #f5b63e;
  border-radius: 0px 210px 0px 0;
  position: relative;
}
@media (320px <= width <= 768px) {
  .pictures .imgs3 .half {
    width: 100px;
    height: 100px;
  }
}
.pictures .imgs3 .half img {
  position: absolute;
  height: 220px;
  overflow: visible;
}
@media (320px <= width <= 768px) {
  .pictures .imgs3 .half img {
    height: 150px;
    right: -20px;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0px;
  }
}
.pictures .imgs3 .circle {
  width: 200px;
  height: 200px;
  background-color: #009fe3;
  border-radius: 150px;
}
@media (320px <= width <= 768px) {
  .pictures .imgs3 .circle {
    width: 100px;
    height: 100px;
  }
}
.pictures section {
  padding: 0;
}

#pilares, #planes, #dual-grid,
.dual-segment, .faq-section, #red, .transport-dark, .ixp-section, .intl-section, #cobertura, .ddos-section, .monitoreo, #nosotros, .contact-section {
  padding: 0 10%;
  margin-bottom: 60px;
}
@media (320px <= width <= 768px) {
  #pilares, #planes, #dual-grid,
  .dual-segment, .faq-section, #red, .transport-dark, .ixp-section, .intl-section, #cobertura, .ddos-section, .monitoreo, #nosotros, .contact-section {
    margin-bottom: 40px;
    padding: 0 5%;
  }
}

#pilares .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  #pilares .eyebrow {
    font-size: 16px;
  }
}

.pilar-card {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  border: 2px solid rgba(211, 211, 211, 0.3490196078);
  border-radius: 30px;
  background-color: rgba(51, 51, 51, 0.1607843137);
  transition: 0.5s ease-out;
}
.pilar-card:hover {
  background-color: #333333;
}
.pilar-card .pilar-icon {
  width: 50px;
  filter: invert(1);
}
@media (320px <= width <= 768px) {
  .pilar-card .pilar-icon {
    margin-bottom: 0;
  }
}
.pilar-card p {
  font-size: 18px;
  color: #FFFFFF;
}

#planes {
  margin-bottom: 20px;
}
#planes .section-head .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  #planes .section-head .eyebrow {
    font-size: 16px;
  }
}
#planes .services-grid {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (320px <= width <= 768px) {
  #planes .services-grid {
    flex-direction: column;
    gap: 20px;
  }
}
#planes .services-grid .service-card {
  border: 1px solid #009FE3;
  border-radius: 20px;
  padding: 20px;
  width: 49%;
}
@media (320px <= width <= 768px) {
  #planes .services-grid .service-card {
    width: 100%;
  }
}
#planes .services-grid .service-card .service-icon {
  width: 50px;
  filter: invert(1);
  margin-bottom: 15px;
}
#planes .services-grid .service-card p {
  font-size: 18px;
  color: #FFFFFF;
}
#planes .services-grid .service-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#planes .services-grid .service-card ul li {
  font-size: 16px;
  color: #f5b63e;
  font-family: "Montserrat", sans-serif;
}
#planes .services-grid .service-card ul li::before {
  display: none;
}
#planes .services-grid .service-card:hover {
  border-color: #009FE3;
  box-shadow: 0 8px 32px rgba(0, 71, 255, 0.08);
  transform: translateY(-3px);
}
#planes .services-grid .service-card .featured {
  border-color: red;
}
#planes .services-grid .service-card .featured:hover {
  border-color: #f5b63e;
}

.section-desc {
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
}

.dual-segment {
  margin-bottom: 60px;
  gap: 40px;
}
.dual-segment .dual-grid {
  display: flex;
  gap: 20px;
}
@media (320px <= width <= 768px) {
  .dual-segment .dual-grid {
    flex-flow: column;
  }
}
.dual-segment .dual-grid .segment {
  padding: 40px;
  background: #215D8C;
  width: 100%;
  border-radius: 20px;
}
@media (320px <= width <= 768px) {
  .dual-segment .dual-grid .segment {
    padding: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column;
  }
}
.dual-segment .dual-grid .segment .badge {
  align-items: center;
  border: 1px solid rgba(132, 177, 53, 0.25);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  background-color: #f5b63e;
  margin-bottom: 20px;
}
.dual-segment .dual-grid .segment p {
  color: #FFFFFF;
  font-size: 18px;
}
.dual-segment .dual-grid .segment ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 20px;
  position: relative;
  margin: 20px 0;
}
.dual-segment .dual-grid .segment ul li {
  font-size: 16px;
  color: #f5b63e;
  font-family: "Montserrat", sans-serif;
}
.dual-segment .dual-grid .segment ul li::before {
  display: none;
}
.dual-segment .dual-grid .segment .cta {
  background-color: #009FE3;
  color: white;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 22px;
  transition: 0.5s ease-out;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.dual-segment .dual-grid .segment .cta:hover {
  background-color: #f5b63e;
  color: #333333;
}
@media (320px <= width <= 768px) {
  .dual-segment .dual-grid .segment .cta {
    margin-top: 20px;
  }
}
.dual-segment .dual-grid .segment .cta {
  margin-top: 40px;
}

.metrics-bar {
  display: flex;
  gap: 20px;
}
@media (320px <= width <= 768px) {
  .metrics-bar {
    flex-flow: column;
  }
}
.metrics-bar .red-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (320px <= width <= 768px) {
  .metrics-bar .red-grid {
    flex-direction: column;
  }
}
.metrics-bar .metric-item {
  display: flex;
  flex-flow: column;
  flex: 1;
  align-items: center;
  border: 2px solid #333333;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.1607843137);
  transition: 0.5s ease-out;
}
.metrics-bar .metric-item:hover {
  border-color: #009FE3;
}
@media (320px <= width <= 768px) {
  .metrics-bar .metric-item {
    width: 100%;
  }
}
.metrics-bar .metric-item .metric-val {
  font-size: 48px;
  color: #f5b63e;
  height: 60px;
  font-family: "Google Sans Code", monospace;
}
@media (320px <= width <= 768px) {
  .metrics-bar .metric-item .metric-val {
    font-size: 36px;
  }
}
.metrics-bar .metric-item .metric-label {
  color: #FFFFFF;
}
.metrics-bar .metric-item .metric-label {
  font-size: 24px;
}
@media (320px <= width <= 768px) {
  .metrics-bar .metric-item .metric-label {
    font-size: 28px;
    text-align: center;
  }
}

.tr-card {
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  transition: 0.5s ease-out;
  font-family: "Google Sans Code", monospace;
}
.tr-card:hover {
  border-color: #009FE3;
}

.red-section {
  margin-bottom: 60px !important;
}
.red-section .section-head .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  .red-section .section-head .eyebrow {
    font-size: 16px;
  }
}
.red-section .red-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (320px <= width <= 768px) {
  .red-section .red-grid {
    flex-direction: column;
  }
}
.red-section .red-grid .red-card {
  flex: 1;
  border-radius: 10px;
}
.red-section .red-grid .red-card p {
  margin-bottom: 20px;
  text-align: left;
}
.red-section .red-grid .tech {
  background-color: #215D8C;
  font-family: "Google Sans Code", monospace;
}
@media (320px <= width <= 768px) {
  .red-section .red-grid .tech {
    white-space: normal;
  }
}
.red-section .red-grid .tech .k {
  font-weight: bold;
  font-size: 16px;
  color: #f5b63e;
}
.red-section .red-grid .tech .v {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.transport-dark .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  .transport-dark .eyebrow {
    font-size: 16px;
  }
}
.transport-dark .transport-grid .tr-card .tr-name-badge {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.transport-dark .transport-grid .tr-card .tr-name-badge .tr-name {
  color: #FFFFFF;
  font-family: "Google Sans Code", monospace;
  margin-bottom: 20px;
  font-size: 14px;
}
.transport-dark .transport-grid .tr-card .tr-name-badge .tr-badge {
  align-items: center;
  border: 1px solid rgba(132, 177, 53, 0.25);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  background-color: #f5b63e;
}
.transport-dark .transport-grid .tr-card .tr-name-badge .tr-val {
  color: #f5b63e;
  font-family: "Google Sans Code", monospace !important;
  font-weight: normal;
}
.ixp-section {
  margin-bottom: 60px;
}
.ixp-section .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  .ixp-section .eyebrow {
    font-size: 16px;
  }
}
.ixp-section .ixp-grid {
  display: flex;
  gap: 20px;
}
@media (320px <= width <= 768px) {
  .ixp-section .ixp-grid {
    flex-direction: column;
  }
}
.ixp-section .ixp-grid .as-tag {
  align-items: center;
  border: 1px solid rgba(132, 177, 53, 0.25);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  background-color: #f5b63e;
}
.ixp-section h3 {
  color: #009FE3;
}
.ixp-section p {
  font-size: 16px;
  margin-bottom: 18px;
}

#cobertura .section-head .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  #cobertura .section-head .eyebrow {
    font-size: 16px;
  }
}
#cobertura .section-head {
  margin-bottom: 20px;
}
#cobertura .section-head p {
  text-align: left;
}
#cobertura .cob-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (320px <= width <= 768px) {
  #cobertura .cob-grid {
    gap: 10px;
  }
}
#cobertura .cob-grid .cob-item {
  display: flex;
  width: 32%;
  padding: 20px;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #333333;
  transition: 0.5s ease-out;
}
#cobertura .cob-grid .cob-item:hover {
  border-color: #009FE3;
}
@media (320px <= width <= 768px) {
  #cobertura .cob-grid .cob-item {
    width: 100%;
  }
}
#cobertura .cob-grid .cob-item .cob-name {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Google Sans Code", monospace;
}
@media (320px <= width <= 768px) {
  #cobertura .cob-grid .cob-item .cob-name {
    font-size: 16px;
  }
}
#cobertura .cob-grid .cob-item .cob-badge {
  align-items: center;
  border: 1px solid rgba(132, 177, 53, 0.25);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  background-color: #f5b63e;
}
#cobertura p {
  text-align: center;
  font-size: 14px;
}

#monitoreo .section-head .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  #monitoreo .section-head .eyebrow {
    font-size: 16px;
  }
}
#monitoreo .noc-grid {
  display: flex;
  gap: 20px;
}
@media (320px <= width <= 768px) {
  #monitoreo .noc-grid {
    flex-direction: column;
  }
}

.intl-section .section-head .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  .intl-section .section-head .eyebrow {
    font-size: 16px;
  }
}
.intl-section .intl-grid {
  display: flex;
  gap: 20px;
  border-radius: 20px;
}
@media (320px <= width <= 768px) {
  .intl-section .intl-grid {
    flex-direction: column;
  }
}
.intl-section .intl-grid .intl-card {
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 20px;
}
@media (320px <= width <= 768px) {
  .intl-section .intl-grid .intl-card {
    border: 1px solid #FFFFFF;
  }
}
.intl-section .intl-grid .intl-card .intl-tag {
  align-items: center;
  border: 1px solid rgba(132, 177, 53, 0.25);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  background-color: #f5b63e;
  margin-bottom: 20px;
}
.intl-section .intl-grid .intl-card h4 {
  color: #009FE3;
}

.ddos-section .ddos-grid {
  display: flex;
  gap: 30px;
}
@media (320px <= width <= 768px) {
  .ddos-section .ddos-grid {
    flex-direction: column;
    gap: 20px;
  }
}
.ddos-section .ddos-grid .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  .ddos-section .ddos-grid .eyebrow {
    font-size: 16px;
  }
}
.ddos-section .ddos-grid div {
  flex: 1;
}
.ddos-section .ddos-grid div .ddos-desc {
  margin-bottom: 20px;
}
.ddos-section .ddos-grid div .ddos-title {
  font-size: 28px;
  font-weight: bold;
  color: #f5b63e;
}
.ddos-section .ddos-grid div .ddos-title:nth-child(1) {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.ddos-section .ddos-grid div .code-block {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 22px;
  font-family: "Google Sans Code", monospace;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.8;
  gap: 20px;
}
.ddos-section .ddos-grid div .code-block:first-child {
  margin-bottom: 20px;
}
@media (320px <= width <= 768px) {
  .ddos-section .ddos-grid div .code-block {
    border: 1px solid #FFFFFF;
  }
}
.ddos-section .ddos-grid div .code-block .cm {
  color: #FFFFFF;
}
.ddos-section .ddos-grid div .code-block .kw {
  font-weight: bold;
  font-size: 20px;
  color: #009FE3;
}
.ddos-section .ddos-grid div .code-block .st, .ddos-section .ddos-grid div .code-block .ac {
  color: #f5b63e;
}
.ddos-section .ddos-grid div .ddos-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.ddos-section .ddos-grid div .ddos-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.ddos-section .ddos-grid div .ddos-list li::before {
  color: #f5b63e;
}
.ddos-section .ddos-grid div .intl-tag {
  align-items: center;
  border: 1px solid rgba(132, 177, 53, 0.25);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  background-color: #f5b63e;
  margin-bottom: 20px;
}

#nosotros .section-head .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  #nosotros .section-head .eyebrow {
    font-size: 16px;
  }
}
#nosotros .historia-grid {
  display: flex;
  gap: 40px;
}
@media (320px <= width <= 768px) {
  #nosotros .historia-grid {
    flex-direction: column;
    gap: 20px;
  }
}
#nosotros .historia-grid .historia-paragraphs {
  flex: 1;
}
#nosotros .historia-grid .corp-data {
  flex: 1;
  color: #FFFFFF;
}
#nosotros .historia-grid .corp-data .corp-table {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}
#nosotros .historia-grid .corp-data .corp-table tbody {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#nosotros .historia-grid .corp-data .corp-table tbody tr {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (320px <= width <= 768px) {
  #nosotros .historia-grid .corp-data .corp-table tbody tr {
    padding: 20px;
    flex-flow: column;
  }
}
#nosotros .historia-grid .corp-data .corp-table tbody tr td {
  display: flex;
  gap: 10px;
  font-size: 16px;
}
@media (320px <= width <= 768px) {
  #nosotros .historia-grid .corp-data .corp-table tbody tr td {
    font-size: 14px;
  }
}
#nosotros .historia-grid .corp-data .corp-table tbody tr td:nth-child(2) {
  color: #f5b63e;
  font-weight: bold;
}

.faq-section {
  margin-top: 60px;
}
.faq-section .section-head .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  .faq-section .section-head .eyebrow {
    font-size: 16px;
  }
}
.faq-section .section-head .section-title {
  color: #FFFFFF;
}
.faq-section .faq-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
.faq-section .faq-item {
  border-bottom: 1px solid #FFFFFF;
}
.faq-section .faq-item .faq-q {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  height: 0px;
  margin: 20px 0;
}
@media (320px <= width <= 768px) {
  .faq-section .faq-item .faq-q {
    font-size: 16px;
  }
}
.faq-section .faq-item .faq-q .faq-icon {
  font-size: 30px;
  color: #009FE3;
  transition: transform 0.25s;
}
.faq-section .faq-item .faq-a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}
@media (320px <= width <= 768px) {
  .faq-section .faq-item .faq-a {
    font-size: 14px;
  }
}

.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background-color: #215D8C;
  margin-bottom: 60px;
  border-radius: 20px;
  transition: 0.5s ease-out;
}
.cta-band:hover {
  background-color: #009FE3 !important;
}
.cta-band:hover .cta {
  background: #215D8C;
}
@media (320px <= width <= 768px) {
  .cta-band {
    flex-flow: column;
    justify-content: center;
    padding: 20px;
    margin: 20px;
  }
}
.cta-band .content p {
  font-size: 18px !important;
}
.cta-band .cta {
  background-color: #009FE3;
  color: white;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 22px;
  transition: 0.5s ease-out;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-band .cta:hover {
  background-color: #f5b63e;
  color: #333333;
}
@media (320px <= width <= 768px) {
  .cta-band .cta {
    margin-top: 20px;
  }
}

.contact-section .section-head .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #009FE3;
}
@media (320px <= width <= 768px) {
  .contact-section .section-head .eyebrow {
    font-size: 16px;
  }
}
.contact-section .contact-grid {
  display: flex;
  gap: 60px;
}
@media (320px <= width <= 768px) {
  .contact-section .contact-grid {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.contact-section .contact-grid .contacto-left {
  flex: 1;
}
@media (320px <= width <= 768px) {
  .contact-section .contact-grid .contacto-left {
    width: 100%;
  }
}
.contact-section .contact-grid .contacto-left .ch-item {
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.contact-section .contact-grid .contacto-left .ch-item .ch-label {
  font-size: 18px;
  color: #FFFFFF;
  padding: 5px;
}
.contact-section .contact-grid .contacto-left .ch-item a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #f5b63e;
}
.contact-section .contact-grid .contacto-right {
  flex: 1;
}
@media (320px <= width <= 768px) {
  .contact-section .contact-grid .contacto-right {
    width: 100%;
  }
}
@media (320px <= width <= 768px) {
  .contact-section .contact-grid .contacto-right .form-row {
    display: flex;
    flex-flow: column;
  }
}
.contact-section .contact-grid .contacto-right .form-group label {
  font-size: 18px;
  color: #FFFFFF;
  padding: 5px;
}
.contact-section .contact-grid .contacto-right .form-group input, .contact-section .contact-grid .contacto-right .form-group select, .contact-section .contact-grid .contacto-right .form-group textarea {
  margin-top: 10px;
}
.contact-section .contact-grid .contacto-right .cta {
  background-color: #009FE3;
  color: white;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 22px;
  transition: 0.5s ease-out;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-section .contact-grid .contacto-right .cta:hover {
  background-color: #f5b63e;
  color: #333333;
}
@media (320px <= width <= 768px) {
  .contact-section .contact-grid .contacto-right .cta {
    margin-top: 20px;
  }
}
.contact-section .contact-grid .contacto-right .cta {
  border: none;
  font-family: "Bebas Neue", sans-serif;
  cursor: pointer;
}

footer {
  font-family: "Montserrat", sans-serif;
}
footer .footer-grid {
  display: flex;
  gap: 40px;
}
@media (320px <= width <= 768px) {
  footer .footer-grid {
    gap: 30px;
    flex-wrap: wrap;
  }
}
footer .footer-grid .footer-col {
  flex: 1;
  max-width: 40%;
}
@media (320px <= width <= 768px) {
  footer .footer-grid .footer-col {
    min-width: 42%;
  }
}
footer .footer-grid .footer-col ul {
  list-style: none;
}
footer .footer-grid .footer-brand {
  flex: 3;
}
footer .footer-grid .footer-brand img {
  width: 280px;
  margin-bottom: 40px;
  filter: grayscale(1);
}
footer .footer-grid .footer-brand p {
  font-size: 14px;
  width: 75%;
}
@media (320px <= width <= 768px) {
  footer .footer-grid .footer-brand p {
    width: 100%;
  }
}
@media (320px <= width <= 768px) {
  footer .footer-grid .footer-col {
    flex: 1;
  }
}
@media (320px <= width <= 768px) {
  footer .footer-grid .footer-col a {
    color: #FFFFFF;
  }
}
footer .footer-bottom {
  text-align: center;
  margin-top: 40px;
}
footer .footer-bottom p {
  font-size: 12px;
}

#marquee {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  height: 300px;
  position: relative;
  margin-bottom: 60px;
}
#marquee p {
  font-family: "Bebas Neue", sans-serif;
  display: inline-block;
  font-size: 400px !important;
  color: transparent;
  background-color: #009FE3;
  -webkit-background-clip: text;
          background-clip: text;
  letter-spacing: 0;
  will-change: transform;
  animation: scrollLoop 20s linear infinite;
  position: absolute;
  top: -150px;
}

#weDo {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0 10%;
  margin-bottom: 60px;
}
#weDo .do {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: calc(50% - 20px);
  height: 300px;
  flex-flow: column;
}
#weDo .do img {
  width: 100px;
  margin-bottom: 20px;
  filter: brightness(0) saturate(100%) invert(94%) sepia(15%) saturate(5230%) hue-rotate(336deg) brightness(103%) contrast(104%);
}
#weDo .do h3 {
  font-size: 32px;
  color: #009FE3;
  margin-bottom: 10px;
}
#weDo .do p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}/*# sourceMappingURL=css.css.map */