body {
  font-family: "Barlow", sans-serif;
  background-color: var(--azabache);
}
html {
  font-size: 7.8px;
  position: relative;
}
a {
  outline: none !important;
}
.btn:focus,
.btn:focus:active {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
button,
.uneditable-input:focus {
  box-shadow: 0;
  outline: 0 none;
  outline-color: transparent;
  outline-style: none;
}
hr {
  border: 1px solid var(--smoke);
  opacity: 0.5;
  margin: 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}

th,
tr,
td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

tbody tr th:first-child {
  padding-left: 20px !important;
}
/* COLORES*/
:root {
  --azabache: #222222;
}
:root {
  --acid: #ffff00;
}
:root {
  --smoke: #f5f5f5;
}
:root {
  --fresh: #befacc;
}
:root {
  --spicy: #ff3333;
}
:root {
  --acai: #b42682;
}
:root {
  --muta: #b2a1ff;
}
:root {
  --sun: #303b41;
}
:root {
  --ceibo: #009933;
}
:root {
  --oceano: #0033cc;
}
/* COLORES*/

h1 {
  font-size: 5rem;
  color: var(--smoke);
  font-weight: 700;
}

h1.index {
  margin-top: 100px;
}
h1.header {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 3.8rem;
}

p {
  color: var(--smoke);
  font-size: 2.3rem;
  line-height: 2.8rem;
  font-weight: 300;
}
p strong {
  font-weight: 500;
}
p.index {
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin-top: -15px;
}
p.index strong {
  font-weight: 600;
}
h2 {
  font-size: 4.5rem;
  line-height: 4.7rem;
  color: var(--smoke);
  font-weight: 700;
}
h3 {
  font-size: 4rem;
  line-height: 4.2rem;
  color: var(--smoke);
  font-weight: 700;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul li {
  margin-bottom: 5px;
}
strong {
  font-weight: 700;
}
img.gif_pills {
  width: 100%;
}
button,
a.hablemos {
  display: block;
  width: 100%;
  background-color: var(--azabache);
  text-decoration: none;
  color: var(--smoke);
  text-align: center;
  border: none;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 2rem;
  padding: 15px 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
}
button:hover,
a.hablemos:hover {
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
}
/* SECTION*/
.container {
  padding-left: 25px;
  padding-right: 25px;
}
section {
  padding: 80px 0;
  overflow: hidden;
}
section.degrade {
  background: rgb(223, 32, 32);
  background: linear-gradient(
    90deg,
    rgb(218, 56, 27) 0%,
    rgb(255, 187, 0) 66%
  );
}
/* SECTION*/

/* HEADER*/
#header_alternativo {
  width: 100%;
  position: fixed;
  top: -80px;
  height: 80px;
  border-bottom: 2px solid rgba(245, 245, 245, 0.4);
  background-color: var(--azabache);
  z-index: 99999;
  transition: all 0.2s ease-in-out;
}
#header_alternativo.on {
  top: 0;
}
#header_alternativo img.isologo_nxc {
  display: block;
  width: 100%;
  /* max-width: 45px; */
  max-width: 200px;
  /* margin-top: 17px; */
  margin-top: 19px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#header_alternativo.on img.isologo_nxc {
  opacity: 1;
}
img.logo_ppal {
  width: 100%;
  max-width: 300px;
}
.franjas_header.bottom {
  border-bottom: 2px solid rgba(245, 245, 245, 0.4);
  padding: 15px 0;
}
.franjas_header {
  border-top: 2px solid rgba(245, 245, 245, 0.4);
  padding: 25px 0;
}
.contiene_isologo {
  position: relative;
  padding: 50px 15px 30px 15px;
  transition: all 0.15s ease-in-out;
}
.contiene_isologo img.isologo_nxc {
  width: 100%;
  max-width: 45px;
}
.contiene_isologo.alternativo {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}
/* FIN HEADER*/

/* INICIO*/
section#inicio {
  position: relative;
  min-height: 40vh;
  z-index: 10;
  background-size: cover;
  padding: 0;
}
#contiene_video {
  position: relative;
  padding: 0;
  margin-top: -280px;
  transition: all 1.3s ease-in-out;
  position: relative;
  background-color: var(--smoke);
}
.video_transp {
  opacity: 0.7;
}
.whatsapp-link {
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  align-items: center;
}
#contiene_video:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--acai);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease-in-out;
  transition-delay: 0.6s;
}
#contiene_video.finalizado {
  margin-top: 0px !important;
}
#contiene_video.finalizado:before {
  width: 0;
}
/* INICIO*/

/* NOS UNIMOS*/
section#nos_unimos {
  padding: 90px 15px 70px 15px;
}
/* NOS UNIMOS */

ul.pills {
  margin: 0;
  padding: 0;
}
ul.pills li {
  display: inline-block;
  background-color: var(--acai);
  color: var(--smoke);
  font-size: 1.4rem;
  line-height: 1.3rem;
  margin: 0 5px 0 0;
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: 600;
}

/* SERVICIOS*/
section#servicios {
  padding: 50px 0;
}
.areas {
  --duration: 10s;
  --gap: 0rem;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: var(--gap);
  /* border:2px solid pink; */
  /* height: 190px; */
  position: relative;
}
.areas__slide {
  flex-shrink: 1;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  justify-content: center;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.areas__slide img {
  width: 100%;
}
/* SERVICIOS*/

/* CASOS*/
section#casos {
  padding: 0px 0;
}
section#casos .cada_caso {
  margin: 85px 0;
}
section#casos .cada_caso .bloque_texto {
  padding: 30px 0 0 0 !important;
}
section#casos .cada_caso .bloque_texto p.cliente {
  margin: 0;
  padding: 0;
  padding-left: 28px;
  position: relative;
  top: -7px;
  color: var(--smoke);
  font-weight: 600;
  margin-bottom: 15px;
  background-image: url("../img/Flecha_clientes_miscelanea.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left 4px;
}
section#casos .cada_caso .bloque_texto p.cliente.invertido {
  padding-right: 28px;
  background-image: none;
}
section#casos .cada_caso .bloque_texto p.cliente.invertido:before {
  content: "";
  display: block;
  padding-right: 28px;
  background-image: url("../img/Flecha_clientes_miscelanea.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -8px;
  top: 5px;
  transform: rotate(0deg);

}section#casos .cada_caso .img_casos {
  background-position: center;
  min-height: 350px;
  padding: 15px 0 0 75px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent!important;}

section#casos .cada_caso .img_casos.moodmuv {
  background-image: url("../img/moodmuv.png");
}

section#casos .cada_caso .img_casos.funway {
  background-image: url("../img/funway.png");
}

section#casos .cada_caso .img_casos.tushysonic {
  background-image: url("../img/tushysonic.png");
}
@media screen and (max-width: 768px) {
  section#casos .cada_caso .img_casos {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent!important;
    margin-top: 5px;
    /* Utiliza 'contain' en lugar de 'cover' para asegurar que la imagen se ajuste completamente dentro del contenedor */
  }
}
/* CASOS */
a#ir_arriba {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: var(--acai);
  background-image: url("../img/icono_flecha_amarillo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  position: fixed;
  bottom: -40px;
  right: 25px;
  opacity: 0;
  z-index: 900;
  transform: rotate(-90deg);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a#ir_arriba.visible {
  opacity: 1;
  bottom: 25px;
  right: 25px;
  transform: rotate(-90deg);
}
a#ir_arriba:hover {
  line-height: 3.5rem;
  background-color: var(--azabache);
  bottom: 35px;
}

/* BT SABER MAS */
section#sabermas {
  padding: 0;
  border-top: 2px solid rgba(245, 245, 245, 0.5);
  border-bottom: 2px solid rgba(245, 245, 245, 0.5);
}
a.sabermas {
  display: block;
  font-size: 3.2rem;
  line-height: 3rem;
  font-weight: 600;
  margin: 0;
  padding: 40px 0 45px 0;
  text-decoration: none;
  color: var(--smoke);
  transition: all 0.15s ease-in-out;
}
a.sabermas span {
  position: relative;
}
a.sabermas span:before {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  position: absolute;
  right: -30px;
  top: 11px;
  background-image: url("../img/Flecha_boton_saber_mas.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  transform: rotate(0);
  transition: all 0.15s ease-in-out;
}
a.sabermas:hover {
  color: var(--muta);
}
a.sabermas:hover span:before {
  transform: rotate(45deg);
  background-position: bottom;
}
/* BT SABER MAS */

.row.con_elemento_izquierdo {
  background-image: url("../img/Flecha_miscelanea_amarilla.svg");
  background-position: left 5px;
  padding-left: 45px;
  background-size: 45px;
  background-repeat: no-repeat;
}
.row.con_elemento_izquierdo.confian {
  background-image: url("../img/icono_confian_amarillo.svg");
}
.row.con_elemento_izquierdo.codigo {
  background-image: url("../img/icono_codigo_amarillo.svg");
}
.row.con_elemento_izquierdo.flecha {
  background-image: url("../img/icono_flecha_amarillo.svg");
  background-size: 78px;
  background-size: 35px;
}
.row.con_elemento_izquierdo.brain {
  background-image: url("https://i.ibb.co/2vmw7jP/png-transparent-euclidean-illustration-pixel-style-brain-chinese-style-people-human-brain-removebg-p.png");
  background-size: 90px;
  background-size: 45px;
}
.row.con_elemento_izquierdo.sinelemento {
  background-image: none;
}
.row.con_elemento_izquierdo.sinelemento.full {
  padding-left: 0px;
}
.row.con_elemento_izquierdo.sinelemento.fullmobile {
  padding-left: 0px;
}

/* CONTACTO*/

section#contacto {
  padding: 60px 0 0 0;
}
section#contacto div.contenedor_formulario {
  margin-top: 50px;
  background-color: rgb(229, 229, 229);
  padding: 50px 0;
}
#form_contacto {
  max-width: 900px;
}
.form-control.is-invalid,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
}
.form-control.is-valid,
.was-validated .form-control:valid:focus {
  box-shadow: none;
}

.invalid-feedback {
  font-size: 1.7rem;
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 51, 51, 0.7);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-bottom: 4px solid var(--acai) !important;
}
.cadaInput {
  position: relative;
  margin-bottom: 70px;
}
.form-label {
  font-size: 2.8rem;
  font-weight: 500;
  position: absolute;
  top: 0px;
  left: 20px;
  transition: all 0.15s ease-in-out;
}
.form-label.enfoco {
  font-size: 1.6rem;
  top: -28px;
  left: 10px;
}
.form-control {
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 4px solid var(--acai);
  border-radius: 5px 5px 0 0;
  padding: 8px 18px 8px 18px;
  transition: all 0.15s ease-in-out;
  margin: 0;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-style: none;
  background-color: rgba(255, 255, 0, 0.15);
  border-bottom: 4px solid var(--acai);
}
.bt_enviar_form {
  max-width: 400px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: none;
  border-bottom: 2px solid red;
}

/* Cargando */
#contenedor_formulario_completo_contacto {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 30px;
}

#enviando_datos_contacto {
  display: none;
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  z-index: 9999;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--azabache) var(--azabache) transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--acai) var(--acai);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: var(--muta) var(--muta) transparent transparent;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sk-fading-circle {
  width: 50px;
  height: 50px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--acai);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/* Cargando*/

#mensaje_enviado_ok_contacto {
  display: none;
  padding: 0px 0 50px 0;
}
#mensaje_enviado_ok_contacto p {
  text-align: left;
  color: var(--azabache);
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.6rem;
  /* background-color: pink; */
  width: 100%;
  max-width: 250px;
}
#mensaje_enviado_ok_contacto p span {
  font-weight: 300;
}
#mensaje_enviado_ok_contacto img.animacion_mensaje {
  width: 100%;
  max-width: 300px;
  /* border: 1px solid blue; */
}
/* CONTACTO*/

/* ANIMACIONES */
@keyframes blurInicial {
  0% {
    filter: blur(20px);
  }
  100% {
    filter: blur(0px);
  }
}
@keyframes rotacion {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* FOOTER */
footer {
  padding: 70px 0;
}
footer p.intro_footer {
  font-size: 2.5rem;
  font-weight: 600;
}
footer p.intro_footer span {
  display: block;
  font-size: 1.9rem;
  line-height: 2rem;
  margin-top: 25px;
  font-weight: 300;
}
/* FOOTER */

/* MediaQuerys */
@media (min-width: 576px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .row.con_elemento_izquierdo {
    padding-left: 150px;
    background-size: 93px;
    /* background-color: red; */
  }
  .row.con_elemento_izquierdo.sinelemento.contacto {
    padding-left: 120px;
  }

  .row.con_elemento_izquierdo.flecha {
    background-size: 78px;
  }
  .row.con_elemento_izquierdo.cruz {
    background-size: 70px;
  }

  .row.con_elemento_izquierdo.sinelemento.fullmobile {
    padding-left: 150px;
  }
  html {
    font-size: 10px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  img.logo_ppal {
    max-width: 550px;
  }
  section#casos .cada_caso .bloque_texto {
    padding: 0 50px 0 50px !important;
  }

  section#casos .cada_caso .img_casos {
    min-height: 440px;
  }
  section#casos .cada_caso .bloque_texto p.cliente {
    background-position: left 8px;
  }
  section#casos .cada_caso .bloque_texto p.cliente.invertido:before {
    left: calc(100% - 20px);
    transform: rotate(180deg);
  }
  #mensaje_enviado_ok_contacto p {
    max-width: 350px;
  }
  article.cada_politica {
    background-size: 55px;
    padding: 50px 15px 50px 100px;
  }
  ul.pills li {
    margin: 0 10px 0 0;
  }
  a.sabermas span:before {
    top: 14px;
  }
}
@media (min-width: 992px) {
  .row.data_oficinas {
    margin-top: -105px;
  }
}
