/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #086fff;
  --secondary-color: #011633;
  --section-bg-color: #f0f8ff;
  --custom-btn-bg-color: #000814;
  --custom-btn-bg-hover-color: #fcea66;
  --dark-color: #000000;
  --p-color: #717275;
  --border-color: #000814;
  --link-hover-color: #086fff;


  --body-font-family: 'Open Sans', sans-serif;
  --title-font-family: "Poppins", sans-serif;

  --h1-font-size: 58px;
  --h2-font-size: 46px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --logo-font-size: 0.8em;
  --p-font-size: 20px;
  --menu-font-size: 14px;
  --btn-font-size: 18px;
  --copyright-font-size: 16px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
}

body::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #f6f9ff;
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #6485c281;

  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #012970;
  /* creates padding around scroll thumb */

}

/*------------------------------------------
  ESTILOS PERSONALIZADOS
-------------------------------------------*/

.titulo_proceso_trabajo {
  font-size: 1.5em;
}

/*SESION DE SERVICIO TECNICO (SERVICIO)*/
.titulo_servicio_tecnico {
  color: #011633;
  font-size: 1.5em;
}

.tag-seccion6-span {
  font-size: 0.9em;
  color: #ffffff;
  cursor: default;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
}

.contenedor-seccion6-venta {
  border: 2px solid #011633;
  padding: 10%;
  margin: 5%;
  border-radius: 2%;
  min-height: 400px;
  max-height: 400px;
  background: #011633;
}

.contenedor-seccion6-venta_cctv {
  border: 2px solid #011633;
  padding: 3%;
  margin: 2%;
  border-radius: 10px;
  background: #011633;
}

.contenedor-seccion6-venta_cctv:hover {
  box-shadow: 4px 4px 20px #086fff;
}

.contenedor-seccion6-venta:hover {
  box-shadow: 4px 4px 20px #086fff;
}

.parrafo-servicio-tecnico-card {
  color: #f0f8ff;
  font-size: 1em;
}


.titulo-contenedor-seccion6-venta {
  font-weight: 900;
  color: #ffffff;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
  font-size: 1.1em;
}

/*END / SESION DE SERVICIO TECNICO (SERVICIO)*/


/*SERVICIO DE STREAMING*/
.contenedor_streaming {
  border: solid 2px #011633;
  ;
  border-radius: 20px 20px;
  padding: 2%;
}

.titulo_streaming_servicio {
  background: linear-gradient(-45deg, #086fff 30%, #011633 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.7em;
}

.parrafo-streaming_servicio {
  color: #011633;
  font-size: 1em;

}

.comprar-hover-img:hover {
  cursor: default;
  height: 130px;
  transition-duration: 0.2s
}

/*END / SERVICIO DE STREAMING*/

/*DEGRADADO DEL TITUTLO*/
.degradado_titulo_header {
  background: linear-gradient(-45deg, #ffffff 40%, #fcea66 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*DEGRADADO TITULO SECCION DE SERVICIOS*/
.titulo_servicio {
  background: linear-gradient(-45deg, #086fff 30%, #011633 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Titulos de los servicios*/
.titulo_servicio_web {
  background: linear-gradient(-45deg, #054db3 20%, #011633 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.parrafo_final_texto {
  color: var(--secondary-color);
  font-weight: 600;
}

.texto_parrafo {
  color: var(--secondary-color);
}


/*SOMBRE BLANCA EN EL TEXTO*/
.sombre_blanca_texto {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

/*END / SOMBRE BLANCA EN EL TEXTO*/


/*sesion de como es el proceso*/

.contenedor_comoeselproceso {
  background: #011633;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.titulo_comoeselproceso {
  font-size: 1.5em;
  color: white;
  font-weight: 800;
}

.texto_comoeselproceso {
  font-size: 0.9em;
  color: #f0f8ff;
}

.site-cover-2 {
  background-image: url('../img/fondo_diseño_principal.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.site-cover-2.overlay {
  position: relative;
  min-height: 400px;
}

.texto-precio {
  font-size: 1.2em;
}

/**/
/* From Uiverse.io by JkHuger */
.cardBox {
  width: auto;
  height: 300px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 25px 0px;
}

.card_sesion6 {
  position: absolute;
  width: 95%;
  height: 95%;
  background: #000814;
  border-radius: 20px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}

.card_sesion6 h3,
.text_sesion6 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 800;
  pointer-events: none;
  opacity: 1;
}

.text_sesion6 {
  top: 50%;
  color: white;
}

.card_sesion6 .content h3 {
  font-size: 3rem;
  padding-bottom: 10px;
}

.card_sesion6 .content p {
  font-size: 1.6rem;
  line-height: 25px;
}

.card_sesion6 .content {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.card_sesion6:hover .content {
  transform: translateY(0);
  opacity: 1;
}

.cardBox::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 380%;
  background: #40E0D0;
  background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  animation: glowing01 5s linear infinite;
  transform-origin: center;
  animation: glowing 5s linear infinite;
}

@keyframes glowing {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*boton de impulsar negocio*/
/* From Uiverse.io by ShadowShahriar */
.button_impulsar {
  --border-radius: 15px;
  --border-width: 4px;
  appearance: none;
  position: relative;
  padding: 1em 2em;
  border: 0;
  background-color: #000814;
  font-family: "Roboto", Arial, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}

.button_impulsar::after {
  --m-i: linear-gradient(#000, #000);
  --m-o: content-box, padding-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: conic-gradient(#488cfb,
      #ff9f0e,
      #fcea66,
      #086fff,
      #488cfb);
  -webkit-mask-image: var(--m-i), var(--m-i);
  mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  animation: rotate-hue linear 500ms infinite;
  animation-play-state: paused;
}

.button_impulsar:hover::after {
  animation-play-state: running;
}

@keyframes rotate-hue {
  to {
    filter: hue-rotate(1turn);
  }
}

.button_impulsar,
.button_impulsar::after {
  box-sizing: border-box;
}

.button_impulsar:active {
  --border-width: 5px;
}

/*end / boton de impulsar negocio*/



/*end / sesion de como es el proceso*/

/* BOTON PRINCIAPL DE VENTA*/
.button_venta {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 16px;
  border-radius: 500px;
  overflow: hidden;
  background: #086fff;
  color: ghostwhite;
  box-shadow: 0 0 5px #0250be, 0 0 20px #0250be;
  z-index: 8;
}

.button_venta span {
  position: relative;

  transition: color 0.4s;
}

.button_venta:hover span {
  color: white;
}

.button_venta::before,
.button_venta::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.button_venta::before {
  content: "";
  background: #011633;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button_venta:hover::before {
  transform: translate3d(100%, 0, 0);
}

/*END / BOTON PRINCIAPL DE VENTA*/

/*BOTON DE Wthassap*/
.Btn_ws {
  position: fixed;
  top: 90%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #00d757;
  z-index: 100;
}

.sign_ws {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign_ws svg {
  width: 25px;
}

.sign_ws svg path {
  fill: white;
}

.text_ws {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.1em;
  font-weight: 700;
  transition-duration: 0.3s;
}

.Btn_ws:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.Btn_ws:hover .sign_ws {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.Btn_ws:hover .text_ws {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}

.Btn_ws:active {
  transform: translate(2px, 2px);
}

/*END / BOTON DE Wthassap*/


/*estilos de texto*/
.texto-dorado {
  color: #fcea66;
}

/*estilos de texto*/

/*FONDO ANIMADO DEL HEADER*/
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

/*END / FONDO ANIMADO DEL HEADER*/

/* BOTON DEL INDEX - HEADER */
.animated-button {
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #fcea66;
  box-shadow: 0 0 0 2px #fcea66;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 8;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #fcea66;

  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fcea66;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #011633;
  border-radius: 12px;

}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #011633;
  z-index: 11;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #fcea66;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* EN / DBOTON DEL INDEX - HEADER */


/*------------------------------------------
 END / ESTILOS PERSONALIZADOS
-------------------------------------------*/


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

/*Card 1  del header 011633 linear-gradient(15deg, #00020a 0%, #002b66 100%);*/
.section-overlay1 {
  background-image: linear-gradient(15deg, #00020a 0%, #011633 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.73;
}

.card-sombra:hover {
  box-shadow: 0 0 10px rgb(255, 252, 252), 0 0 20px rgb(255, 252, 252);
  transition: 0.4s;
}

.section-overlay1+.container {
  position: relative;
}

/*End / Card 1  del header*/

.section-overlay {
  background-image: linear-gradient(15deg, #273160 0%, #006bff 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay+.container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
}

.nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--p-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-image: linear-gradient(15deg, #273160 0%, #006bff 100%);
  padding-top: 150px;
  padding-bottom: 80px;
}

.site-header .container {
  height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--white-color);
}

.site-header .custom-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--secondary-color);
}

.sub-titulo-header {
  color: #e6f1ff;
  font-size: 1.5em;
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--secondary-color);
  border-bottom: var(--secondary-color);

}

.fondo_nav {
  background: #14357c;
}

.navbar {
  background: transparent;
  z-index: 9;

}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
}

.navbar-brand span {
  font-family: var(--title-font-family);
}

/***********/
.logo {
  line-height: 1;
  display: inline-block;
  /* Agregamos display: inline-block */
}

@media (min-width: 1200px) {
  .espacio-logo-header {
    margin-right: 80px;
  }

  .logo {
    width: 100px;
  }
}

.logo img {
  max-height: 60px;
  margin-right: 0px;
  margin: 0;
  /* Eliminamos el margen inherente */
  vertical-align: middle;
  /* Centramos la imagen verticalmente */
}

.logo span {
  font-size: 26px;
  font-weight: 600;
  color: #012970;
  font-family: var(--title-font-family);
}


.logo_footer {
  line-height: 1;
  display: inline-block;
  /* Agregamos display: inline-block */
}

@media (min-width: 1200px) {
  .logo_footer {
    width: 100px;
  }
}

.logo_footer img {
  max-height: 100px;
  margin-right: 0px;
  margin: 0;
  /* Eliminamos el margen inherente */
  vertical-align: middle;
  /* Centramos la imagen verticalmente */
}

.logo_footer span {
  font-size: 26px;
  font-weight: 600;
  color: #012970;
  font-family: var(--title-font-family);
}

/**************/

.tamaño_logo_texto {
  font-size: var(--logo-font-size);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--custom-btn-bg-hover-color);
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-family: var(--title-font-family);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);

}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;

}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;

  }
}

.navbar-icon {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  font-size: var(--h5-font-size);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.navbar-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;

}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO     
-----------------------------------------*/
.hero-section {
  background-image: linear-gradient(15deg, #013ee0 0%, #152a46 100%);
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-section_llamada {
  background-image: linear-gradient(15deg, #013ee0 0%, #152a46 100%);
  position: relative;
  overflow: hidden;

}


.hero-section .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}


/*---------------------------------------
  TOPICS     background-image: linear-gradient(to bottom, #001533 0%, #031d52 100%);
-----------------------------------------*/
.featured-section {

  border-radius: 0 0 100px 100px;
  padding-bottom: 50px;
  background-image: url('../img/fondo_diseño_principal.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;

}

.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-block>a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
  border: white 2px solid;
}

.custom-block-overlay>a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

/*CARD DEL HEADER, DE LOS SERVICIOS DE STREAMING*/
.custom-block-overlay-streaming {
  max-height: 400px;
  min-height: 350px;
  padding: 0;
  border: white 2px solid;
}

.custom-block-overlay-streaming>a {
  height: 100%;
}

.custom-block-overlay-streaming .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

/*END / CARD DEL HEADER, DE LOS SERVICIOS DE STREAMING*/

.custom-block-overlay>a {
  height: 100%;
}

.custom-block-overlay-streaming {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.social-share {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px;
}

.social-share .bi-bookmark {
  color: var(--white-color);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--secondary-color);
}

.bg-design {
  background-color: #00B0FF;
}

.bg-graphic {
  background-color: #00BFA6;
}

.bg-advertising {
  background-color: #F50057;
}

.bg-finance {
  background-color: #536DFE;
}

.bg-music {
  background-color: #F9A826;
}

.bg-education {
  background-color: #00BFA6;
}


/*---------------------------------------
  TOPICS               
-----------------------------------------*/
.topics-detail-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.topics-detail-block-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: inline-block;
  text-align: center;
  margin: 30px;
  padding: 40px;
}

.topics-listing-page .site-header {
  padding-bottom: 65px;
}

.custom-block-topics-listing-info {
  margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
  height: inherit;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}


/*---------------------------------------
  PAGINATION              
-----------------------------------------*/
.pagination {
  margin-top: 40px;
}

.page-link {
  border: 0;
  border-radius: var(--border-radius-small);
  color: var(--p-color);
  font-family: var(--title-font-family);
  margin: 0 5px;
  padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
}

.active>.page-link,
.page-link.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-image: url('../img/fondo_diseño_principal2.webp');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 150%;
  position: relative;
}


.section-overlay_porque {
  background-image: linear-gradient(15deg, #0856c4 0%, #011633 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}



.section-overlay_porque+.container {
  position: relative;
}


.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 90%;
  background-color: var(--primary-color);
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--secondary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
  font-size: 0.5em;
  font-weight: var(--font-weight-semibold);
  color: #011633;
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: #ffffff;
  background: #011633;
}

.faq-section .accordion-body {
  color: var(--secondary-color);
  font-size: 1em;
  line-height: 30px;
}

/*---------------------------------------
  NEWSLETTER               
-----------------------------------------*/
.newsletter-image {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
/* From Uiverse.io by gharsh11032000 */
.form-container {
  width: auto;
  background: linear-gradient(#011633, #011633) padding-box,
    linear-gradient(145deg, transparent 10%, #086fff, #fcea66) border-box;
  border: 2px solid transparent;
  padding: 32px 24px;
  font-size: 14px;
  font-family: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
}

.form-container button:active {
  scale: 0.95;
}

.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
}

.form-container .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.form-container .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  color: #fff;
  height: 96px;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-family: inherit;

}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #086fff;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #086fff;
}

.texto-cont {
  color: #011633;
  font-weight: 600;
}

.titulo_form_cont {
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
}

.texto_encambio {
  font-size: 1em;
  color: #00020a;
}

/*BOTON DEL FORMULARIO*/
/* From Uiverse.io by adamgiebl */
.button_formu {
  font-size: 20px;
  background: #ffffff;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}

.button_formu span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  align-items: center;
  color: #011633;
  font-weight: 600;
}

.button_formu svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
  color: #011633;
}

.button_formu:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.button_formu:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
  color: #011633;
}

.button_formu:hover span {
  transform: translateX(50em);
}

.button_formu:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

/*BOTON DEL FORMULARIO*/

/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  outline: none;
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  border-bottom: 10px solid var(--secondary-color);
  position: relative;
}

.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent var(--secondary-color) transparent;
  pointer-events: none;
}

.site-footer-title {
  color: var(--primary-color);
}

.site-footer .dropdown-menu {
  padding: 0;
}

.site-footer .dropdown-item {
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding: 4px 18px;
}

.site-footer .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.site-footer .dropdown-menu li:first-child .dropdown-item {
  padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.site-footer .dropdown-toggle:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  display: block;
  list-style: none;
  line-height: normal;
}

.site-footer-link {
  color: var(--secondary-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  line-height: normal;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}




/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*Iconos de redes sociales*/
.card_redes_social {
  width: fit-content;
  height: fit-content;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  gap: 20px;
}

/* for all social containers*/
.socialContainer {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 1s;
}

/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}

/* twitter*/
.containerTwo:hover {
  background-color: #00acee;
  transition-duration: 0.3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: 0.3s;
}

/* Whatsapp*/
.containerFour:hover {
  background-color: #00d757;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*end / icono de redes sociales*/

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .titulo_servicio_tecnico {
    font-size: 1.3em;
  }

  .timeline-section {
    background-image: url('../img/fondo_diseño_principal2.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180%;
    position: relative;
  }

  .contenedor-seccion6-venta_cctv {
    border: 2px solid #011633;
    padding: 10%;
    margin: 5%;
    border-radius: 2%;
    min-height: 400px;
    max-height: 400px;
    background: #011633;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar {
    background-color: var(--secondary-color);
    border-bottom: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing>.d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 92%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 135px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .sub-titulo-header {
    font-size: 1.4em;
  }

  .sub-titulo_elegirnos {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .sub-titulo_elegirnos {
    font-size: 1.2em;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 90%;
  }

  .timeline-section {
    background-image: url('../img/fondo_diseño_principal2.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 200%;
    position: relative;
  }
}

@media screen and (max-width: 570px) {
  .footer_responsive {
    margin-bottom: 40px;
  }

  .timeline-section {
    background-image: url('../img/fondo_diseño_principal2.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 300%;
    position: relative;
  }
}

@media screen and (max-width: 480px) {

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .titulo_servicio_tecnico {
    font-size: 1.1em;
  }

  /*CARD DEL HEADER, DE LOS SERVICIOS DE STREAMING*/
  .custom-block-overlay-streaming {
    min-height: 450px;
    padding: 0;
  }

  /*CARD DEL HEADER, DE LOS SERVICIOS DE STREAMING*/

  .sub-titulo-header {
    font-size: 1.1em;
  }

  /*Titulos de los servicios*/
  .titulo_servicio_web {
    font-size: 1.1em;
  }

  .parrafo_final_texto {
    font-size: 0.9em;
  }

  .texto_responsive {
    font-size: 1rem;
  }

  .titulo_proceso_trabajo {
    font-size: 1.4em;
  }

  .texto-precio {
    font-size: 1.2em;
    display: block;
  }

  .sub-titulo_elegirnos {
    font-size: 1.1em;
  }

  .faq-section .accordion-button {
    font-size: 0.6em;
  }

  /*Iconos de redes sociales*/
  .card_redes_social {
    gap: 10px;
  }

  .timeline-section {
    background-image: url('../img/fondo_diseño_principal2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400%;
    position: relative;
  }
}

@media screen and (max-width: 444px) {
  .footer_responsive {
    margin-bottom: 100px;
  }

  .timeline-section {
    background-image: url('../img/fondo_diseño_principal2.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 400%;
    position: relative;
  }
}