/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  background-image: url(../img/bg-clarity.svg);
  background-position: top center;
  background-size: cover;
  background-color: #060318;
}

h1 {
  font-family: "Orbitron", sans-serif;
  color: #fff;
  font-size: 3em;
}

.text-white {
  color: #fff;
}

a {
  color: #892AFF;
  text-decoration: none;
}

p {
  color: #fff;
}

.text-bold {
  font-weight: 700;
}

.fs-6 {
  font-size: 0.6em;
}

.fs-7 {
  font-size: 0.7em;
}

.mt-7 {
  margin-top: 5em;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.fw-2 {
  font-weight: 100;
}

.navbar {
  top: 0;
  z-index: 1000;
  background: rgb(6, 3, 24);
  background: linear-gradient(180deg, rgb(6, 3, 24) 0%, rgba(6, 3, 24, 0) 100%);
  padding-bottom: 6.5rem;
}

.navbar-brand {
  max-width: 220px;
  width: 30%;
  position: absolute;
}
.navbar-brand img {
  width: 100%;
}

.navbar-nav {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.navbar-nav li a {
  color: #fff;
}

.banner-principal {
  background-image: url(../img/clarity-servers.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-ventaja {
  background-image: url(../img/bg-ventajas-clarity.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.seccion-blanca {
  background-image: url(../img/bg-section-blanco-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}
.seccion-blanca h2 {
  font-family: "Orbitron", sans-serif;
}
.seccion-blanca p {
  color: #060318;
}
.seccion-blanca a {
  color: #892AFF;
  text-decoration: none;
}

.section-gradient {
  background-image: url(../img/bg-section-gradient.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 550px;
}
.section-gradient h2 {
  font-family: "Orbitron", sans-serif;
  color: #fff;
}
.section-gradient p {
  color: #000;
}
.section-gradient li {
  color: #000;
}

.section-datacenters {
  background-image: url(../img/bg-datacenters-en-el-mundo.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  min-height: 700px;
}
.section-datacenters article {
  gap: 15px;
}
.section-datacenters h2 {
  font-family: "Orbitron", sans-serif;
  color: #fff;
}
.section-datacenters .card {
  padding: 12px 10px;
  border-radius: 15px;
  min-width: 210px;
}
.section-datacenters .card h4 {
  margin-bottom: 0;
}
.section-datacenters .card p {
  margin-bottom: 0;
}
.section-datacenters .card img {
  width: 30px;
  margin-right: 6px;
}

.card p {
  color: #000;
}

.card-black {
  border-radius: 20px;
  background-color: #202022;
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 20px;
}
.card-black:hover {
  background-color: #302E3B;
}
.card-black img {
  max-width: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  border-radius: 10px;
  background-color: #302E3B;
  margin: 0 auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.card-black h3 {
  font-size: 1.4em;
}
.card-black ul {
  padding-left: 0;
}
.card-black li {
  list-style: none;
  color: #fff;
  text-align: center;
}
.card-black .btn-primary {
  margin-top: -6px;
}

.card-white {
  border-radius: 20px;
  background-color: #fff;
  color: #202022;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 20px;
}
.card-white:hover {
  background-color: #F7F0FF;
}
.card-white img {
  max-width: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  border-radius: 10px;
  background-color: #F7F0FF;
  margin: 0 auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.card-white h3 {
  font-size: 1.4em;
}
.card-white ul {
  padding-left: 6px;
}
.card-white li {
  list-style: disc;
  color: #202022;
  text-align: left;
}
.card-white .btn-primary {
  margin-top: -6px;
}
.card-white .btn-secundary {
  color: #202022;
}

.card-recomendada {
  position: relative;
}
.card-recomendada::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url(../img/bg-card-recomendada.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.texto-resaltado {
  background-color: #F2E4D5;
  color: #060318;
  padding: 0.5em 0.7em;
  border-radius: 8px;
  margin-bottom: 0;
  display: inline;
}

.titulo-resaltado {
  font-family: "Orbitron", sans-serif;
  color: #fff;
  font-size: 2em;
  background-color: #1A1819;
  border-radius: 8px;
  padding: 0.5em 0.7em;
  display: inline;
  display: block;
}

.banner-contacto {
  max-width: 1030px;
  margin: 20px auto;
  border-radius: 20px;
  min-height: 200px;
  position: relative;
  padding: 2.5em 1em;
}
.banner-contacto:before {
  position: absolute;
  content: "";
  background: rgb(25, 188, 225);
  background: linear-gradient(90deg, rgb(25, 188, 225) 0%, rgb(137, 42, 255) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0.4;
  z-index: -1;
}
.banner-contacto h2 {
  font-family: "Orbitron", sans-serif;
  color: #fff;
  font-size: 2em;
}

.accordion .accordion-item {
  width: calc(50% - 4em);
  margin: 10px 1em;
  float: left;
  border-radius: 20px !important;
  background-color: #202022;
  color: #fff;
}
.accordion .accordion-button,
.accordion .accordion-button:not(.collapsed) {
  background-color: #202022;
  color: #fff;
  border-radius: 20px !important;
}
.accordion .accordion-button:after,
.accordion .accordion-button:not(.collapsed):after {
  background-image: url('data:image/svg+xml,<svg width="27" height="16" viewBox="0 0 27 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L13.5 14L26 1" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
}

.soporte-premium article svg {
  min-height: 200px;
}

.btn-primary {
  background: rgb(137, 42, 255);
  background: linear-gradient(90deg, rgb(137, 42, 255) 0%, rgb(25, 188, 225) 100%);
  color: #fff !important;
  border: none;
  border-radius: 8px;
}
.btn-primary:hover {
  background: rgb(25, 188, 225);
  background: linear-gradient(90deg, rgb(25, 188, 225) 0%, rgb(137, 42, 255) 100%);
}

.btn-secundary {
  background-color: transparent;
  background-image: url(../img/bg-btn-secundary.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-wrap: nowrap;
  padding: 0.395rem 1.25rem;
  min-height: 41px;
  border: none;
  line-height: 1.8em;
}
.btn-secundary:hover {
  background: rgb(137, 42, 255);
  background: linear-gradient(90deg, rgb(137, 42, 255) 0%, rgb(25, 188, 225) 100%);
  color: #fff;
  border-radius: 8px;
}

.btn-plano {
  background-color: #904FE7;
  color: #fff;
  text-wrap: nowrap;
  padding: 0.395rem 1.25rem;
  border: none;
  border-radius: 8px;
}

footer p {
  font-weight: 200;
}
footer h3 {
  color: #19BCE1;
  font-weight: 400;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover {
  color: #892AFF;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav {
    font-size: 0.8em;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .navbar .btn-secundary {
    padding: 0.3rem 0.75rem;
    font-size: 0.8em;
    min-height: 35px;
  }
  .banner-principal {
    background-size: 50%;
  }
  .section-ventaja {
    background-position: top center;
    background-size: cover;
  }
  .section-gradient {
    background-position: top left;
    background-size: 150%;
    border-radius: 25px;
  }
  .seccion-blanca {
    background-size: cover;
    min-height: 350px;
    display: grid;
  }
  .section-datacenters {
    background-size: cover;
    background-position: left top;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
  .navbar-toggler {
    background-color: #904FE7;
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 10px;
  }
  .navbar-toggler .navbar-toggler-icon {
    display: contents;
    font-size: 1em;
    color: #fff;
  }
  .navbar .btn-secundary {
    position: absolute;
    right: 105px;
    top: 5px;
    padding: 0.395rem 0.45rem;
  }
  .navbar-collapse {
    position: absolute;
    width: 90%;
    background: #904FE7;
    border-radius: 20px;
    padding: 20px;
    top: 60px;
    left: 5%;
  }
  .navbar-collapse ul {
    text-align: center;
    margin-top: 0;
  }
  .navbar-collapse ul li {
    border: none;
    font-size: 2em;
  }
  .section-gradient {
    background-size: 280%;
    border-radius: 25px;
  }
  .section-datacenters article {
    justify-content: center;
  }
  .accordion .accordion-item {
    width: calc(100% - 4em);
    margin: 10px 1em;
  }
}
@media only screen and (max-width: 425px) {
  .pasos > div p {
    font-size: 1em;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */