* {
  scroll-behavior: smooth;
}

@media (width >= 500px) {
  button {
    font-size: 16px;
  }
}

:is(.navbar, .burger, .dropdowns) {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar {
  align-items: stretch;
  background: #19191c;
  color: #f9f9f9;
  display: flex;
  height: 72px;
  left: 0;
  z-index: 2;
}

.burger {
  background-image: url("../images/menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  height: 72px;
  place-items: center;
  right: 0;
  width: 72px;
  z-index: 3;
}

body.open .burger {
  background-image: url("../images/close.svg");
}

@media (width >= 500px) {
  .burger {
    display: none;
  }
}
a {
  text-decoration: none;
}

.button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #404041 !important;
  cursor: pointer;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  gap: 4px;
  height: 100%;
  line-height: 1;
  opacity: 1;
  padding: 0 24px;
  text-decoration: none !important;
  transition: 1s all ease;
}

.button:hover {
  transform: scale(1.1);
}

.button > img {
  display: none;
}

@media (width >= 500px) {
  .button {
    padding: 0 10px 0 24px;
  }

  .button > img {
    display: block;
  }
}

@media (width >= 500px) {
  .dropdown:hover .button {
    opacity: 0.6;
  }
}

.dropdowns {
  align-items: center;
  background: #0d0d0e;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: -9999px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  visibility: hidden;
  z-index: 2;
}

@media (width < 500px) {
  body.open .dropdowns {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

@media (width >= 500px) {
  .dropdowns {
    background: transparent;
    flex-direction: row;
    justify-content: flex-start;
    opacity: 1;
    position: static;
    visibility: visible;
  }
}

/* .dropdown {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
} */

/* .dropdown-menu {
  display: grid;
  margin-bottom: 28px;
} */

@media (width >= 500px) {
  .dropdown {
    flex-direction: row;
    height: 100%;
  }

  .dropdown-menu {
    background: #19191c;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    padding: 6px 24px 10px;
    place-items: start;
    position: absolute;
    top: 72px;
    transition: 0.3s;
    translate: 0 24px;
    visibility: hidden;
    width: 180px;
  }

  .dropdown:hover .dropdown-menu {
    opacity: 1;
    translate: 0 0;
    visibility: visible;
  }
}

.dropdown-menu > button {
  color: #f9f9f9;
  height: 40px;
  opacity: 1;
}

@media (width >= 500px) {
  .dropdown-menu > button {
    opacity: 0.6;
  }

  .dropdown:hover .button {
    opacity: 1;
  }
}

.dropdown-menu > button:hover {
  opacity: 1;
}

.nav-brand img {
  height: auto;
  width: 200px;
}

.navbar {
  align-items: center;
  background-color: #e4e5e6;
  justify-content: space-between;
  padding-right: 60px;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
}

.navbar .nav-links {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-evenly;
}

.dropdown-menu > button {
  text-align: left;
  width: 100%;
}

.navbar .nav-brand {
  align-items: center;
  background-color: #033f85;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 20px;
}

.hero {
  /* background-image: url("../../images/content/Home@2x-8.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 4 / 3; */
  height: 100vh;
  position: relative;
  width: 100%;
}

.hero img {
  /* height: 100%; */
  left: 0;
  object-fit: fill;
  position: absolute;
  top: 0;
  width: 100%;
}

/* .title {
  bottom: 30%;
  color: white;
  font-family: "Poppins";
  font-size: 105.17px;
  font-weight: 600;
  position: absolute;
  right: 5%;
  text-shadow: 7px 7px 5px #00000040;
} */

.headline-1 {
  color: #050304 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
}

.headline-2 {
  color: #050304 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.headline-3 {
  color: #050304 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

.headline-4 {
  color: #050304 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

.body-text-medium {
  color: #050304 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.3;
}

.body-text {
  color: #050304 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.3;
}

.body-text-small {
  color: #050304 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

@media (max-width: 767.98px) {
  .headline-1 {
    font-size: 26px !important;
  }

  .headline-2 {
    font-size: 20px !important;
  }

  .headline-3 {
    font-size: 16px !important;
  }

  .headline-4 {
    font-size: 20px !important;
  }

  .body-text-medium {
    font-size: 16px !important;
  }

  .body-text {
    font-size: 16px !important;
  }

  .body-text-small {
    font-size: 12px !important;
  }
}

.black-text {
  color: black !important;
}

.blue-text {
  color: #033f85 !important;
}

.gray-text {
  color: #707070 !important;
}

.white-text {
  color: white !important;
}

.who-we-are {
  padding: 100px 0;
}

.who-we-are .body-text {
  margin: 50px auto 80px auto;
  max-width: 650px;
  transition: 1s all ease;
}

.who-we-are .text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1s all ease;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #033f85;
  border-radius: 12px;
  color: #707070;
  cursor: pointer;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  padding: 7.5px 15px;
  transition: 1s all ease;
}

.btn-outline i {
  color: #707070;
  font-size: 16px;
  margin-left: 15px;
  transition: 1s all ease;
}

.btn-outline:hover {
  background-color: #033f85;
  border: 1px solid #033f85;
  color: white;
}

.btn-outline:hover i {
  color: white;
}

.btn-full {
  background-color: #033f85;
  border: 1px solid #033f85;
  border-radius: 12px;
  color: white;
  cursor: pointer;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  padding: 7.5px 15px;
  transition: 1s all ease;
}

.btn-full i {
  color: white;
  font-size: 16px;
  margin-left: 15px;
  transition: 1s all ease;
}

.btn-full:hover {
  background-color: transparent;
  border: 1px solid #033f85;
  color: #707070;
}

.btn-full:hover i {
  color: #707070;
}

.btn-no-bg {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #033f85;
  cursor: pointer;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  padding: 7.5px 15px;
  transition: 1s all ease;
}

.btn-no-bg i {
  color: #033f85;
  font-size: 16px;
  margin-left: 15px;
  transition: 1s all ease;
}

.btn-no-bg:hover {
  background-color: #033f85;
  border: 1px solid #033f85;
  color: white;
}

.btn-no-bg:hover i {
  color: white;
}

.catalogo .grid-wrapper {
  align-items: center;
  background-color: #f0f4f7;
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  justify-items: center;
}

.catalogo .grid-wrapper .body-text {
  margin: 80px auto 50px auto;
  max-width: 350px;
}

.catalogo .left-side {
  max-width: 350px;
  padding: 50px 0;
}

.catalogo .btn-full {
  margin-top: 50px;
}

.altNav {
  background: #034085ea;
  transition: 1s all ease;
}

.altNav .nav-brand {
  background: transparent;
  transition: 1s all ease;
}

.servicios {
  background-color: #f0f4f7;
  padding: 50px 0 80px 0;
}

.servicios .card-body {
  padding: 30px 20px;
  text-align: center;
}

.servicios img {
  height: 150px;
  width: 150px;
}

.servicios .card {
  align-items: center;
  background-color: white;
  border-radius: 19px;
  -webkit-box-shadow: 3px 3px 19.5px 3px #dddddd;
  -moz-box-shadow: 3px 3px 19.5px 3px #dddddd;
  box-shadow: 3px 3px 19.5px 3px #dddddd;
  display: flex;
  height: 100%;
  justify-items: center;
}

.servicios .headline-3 {
  margin: 50px 0 20px 0;
}

.servicios .grid-wrapper {
  align-items: center;
  display: grid;
  row-gap: 50px;
  column-gap: 100px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  justify-items: center;
}

.blog {
  padding: 50px 0 200px 0;
}

.blog .grid-wrapper {
  align-items: center;
  display: grid;
  gap: 200px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  justify-items: center;
}

.blog .card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 31px;
  height: 500px;
  width: 100%;
}

.blog .card-1 {
  background-image: url("../images/content/Recurso3@3x.webp");
}

.blog .card-2 {
  background-image: url("../images/content/Recurso2@3x.webp");
}

.blog .card-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.blog img {
  border-radius: 31px;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog .title-wrapper {
  bottom: 25px;
  left: 25px;
  position: absolute;
}

.blog .title-blog {
  position: relative;
  text-transform: uppercase;
}

.blog .title-blog::after {
  background-color: #033f85;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.last-word {
  color: red; /* Cambia aquí el color que desees */
}

.newsletter {
  position: relative;
}

.newsletter-wrapper {
  align-items: center;
  background-color: #033f85;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 50px 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}

.newsletter .body-text {
  font-weight: 300 !important;
  margin-top: 20px;
  max-width: 350px;
}

.footer {
  background-color: #f0f4f7;
  padding: 150px 0 50px 0;
}

.footer .footer-wrapper {
  align-content: stretch;
  align-items: start;
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-evenly;
  justify-items: start;
}

.footer .social-media-wrapper {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 40px;
  width: 100%;
}

.footer .social-media-wrapper i {
  align-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #9c9ca8;
  border-radius: 100px;
  color: #9c9ca8;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: 1s all ease;
  width: 40px;
}

.footer a {
  text-decoration: none;
  transition: 1s all ease;
}

.footer a:hover {
  transform: scale(1.1);
}

.footer .social-media-wrapper a:hover i {
  background-color: #9c9ca8;
  border: 1px solid #9c9ca8;
  color: white;
}

.footer .body-text,
.footer .headline-4 {
  font-family: "Poppins" !important;
}

.footer .links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12.5px;
  margin-top: 30px;
}

.footer .copy-wrapper,
.footer .terminos-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer .copy-wrapper {
  margin-top: 20px;
}

.newsletter .form-control {
  background-color: white;
  border: 1px solid white;
  border-radius: 100px;
  color: #7c7c7c;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 50px;
  padding: 15px 20px;
  width: 400px;
}

.newsletter .form-control:focus {
  outline: none;
}

.newsletter .form-wrapper {
  position: relative;
}

.newsletter .btn-full {
  border-radius: 100px;
  position: absolute;
  right: 5px;
  top: 4px;
}

.newsletter .btn-full:focus {
  outline: none;
}

.burger {
  background-color: transparent;
  border: none;
}

.only-desktop {
  display: block;
}

.only-movil {
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .only-desktop {
    display: none;
  }

  .only-movil {
    display: block;
  }

  .servicios .grid-wrapper {
    gap: 30px;
    justify-content: space-around;
  }

  .newsletter-wrapper .right-side,
  .newsletter-wrapper .left-side {
    width: 50%;
  }

  .newsletter-wrapper .form-control {
    width: 100%;
  }

  .newsletter-wrapper {
    padding: 30px;
  }

  .blog .grid-wrapper {
    gap: 50px;
    justify-content: space-around;
  }

  .footer .footer-wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: auto auto;
  }

  .footer .footer-sections:nth-of-type(1) {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .footer .footer-sections:nth-of-type(2) {
    grid-column: 1/3;
    grid-row: 2;
  }

  .footer .footer-sections:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2;
  }

  .footer .footer-sections:nth-of-type(4) {
    grid-column: 3/3;
    grid-row: 2;
  }
}

@media (max-width: 767.98px) {
  .only-desktop {
    display: none;
  }

  .only-movil {
    display: block;
  }

  .dropdowns {
    background-color: #033f85;
  }

  .dropdown {
    gap: 15px;
  }

  .title {
    font-size: 60px;
    width: 100%;
    right: 0;
    padding: 0 15px;
  }

  .catalogo .grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .catalogo .grid-wrapper .body-text,
  .who-we-are .body-text {
    margin: 40px auto 25px auto;
  }

  .catalogo .btn-full {
    margin-top: 25px;
  }

  .catalogo .left-side {
    max-width: 100%;
    padding: 50px 0 25px 0;
  }

  .servicios .grid-wrapper,
  .blog .grid-wrapper,
  .footer .footer-wrapper {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .newsletter .form-control,
  .newsletter .right-side {
    width: 100%;
  }

  .newsletter-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    position: relative;
    width: 100%;
  }

  .footer .footer-wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: auto auto;
  }

  .footer .footer-sections:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1;
  }

  .footer .footer-sections:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2;
  }

  .footer .footer-sections:nth-of-type(3) {
    grid-column: 2/2;
    grid-row: 2;
  }

  .footer .footer-sections:nth-of-type(4) {
    grid-column: 1/2;
    grid-row: 3;
  }

  .footer .copy-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}

.blog-note {
  padding: 100px 0 100px 0;
  text-align: center;
}

.blog-note img {
  margin: 50px auto;
  max-height: 500px;
  max-width: 500px;
}

.blog-note p {
  text-align: justify;
}

#alertaCorreo {
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  margin: auto !important;
  margin-top: 25px !important;
  max-width: 100% !important;
  text-align: center !important;
  width: 350px !important;
}

.servicios .text-description {
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  margin-top: 10px;
}

.servicios .circle-text {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
}

.servicios .text-description p {
  text-align: left;
  align-self: flex-start;
}

.servicios .card {
  justify-content: center;
  justify-items: center;
  width: 100%;
  align-items: flex-start;
}

.servicios .circle {
  background-color: #034085ea;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
}

.navbar {
  padding-right: 0;
}

.navbar img {
  max-width: 100%;
  width: 200px;
}

@media (min-width: 992px) {
  .navbar-nav {
    gap: 50px;
  }

  .clientes img {
    width: 75%;
    max-width: 800px;
    margin: auto;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #404041;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

/* @media (width >= 500px) { */
  .dropdown-menu {
    background: #003085;
    top: 40px;
    width: auto;
    text-align: left;
    gap: 15px;
    padding: 18px 60px 18px 18px;
    border-radius: 0;
  }

  .dropdown-item {
    color: #e4e5e6;
    padding: 0.5px 15px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 14px;
  }
/* } */


.carousel-control-next,
.carousel-control-prev {
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
}

.hero .title-wrapper {
  position: absolute;
  z-index: 1;
  left: 132px;
  max-width: 860px;
  width: 100%;
  top: 40%;
}

.hero .title {
  color: white;
  text-shadow: 7px 7px 5px #0000002b;
  font-size: 55px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.btn-primary {
  background-color: #003085;
  border: 1px solid #003085;
  opacity: 1;
  color: white;
  border-radius: 5px;
  padding: 7.5px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 700;
  transition: 1s all ease;
}

.btn-primary:hover {
  background-color: #003085;
  border: 1px solid #003085;
  transform: scale(1.06);
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar-collapse {
    justify-content: flex-end;
  }

  /* .soluciones .card-body {
    height: 155px;
    overflow: hidden;
    transition: 5s all ease-in-out;
  }

  .soluciones .card-body:hover {
    height: auto;
    transition: 5s all ease;
  } */
}

.soluciones {
  padding: 80px 0;
  background-color: white;
}

.subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 65px;
}

.soluciones .card {
  -webkit-box-shadow: 0px 0px 36px 0px rgba(158, 158, 158, 1);
  -moz-box-shadow: 0px 0px 36px 0px rgba(158, 158, 158, 1);
  box-shadow: 0px 0px 36px 0px rgba(158, 158, 158, 1);
}

.soluciones .card-body {
  padding: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.soluciones .card-body .solucion-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  justify-content: center;
  text-align: center;
}

.soluciones .card-body img {
  width: 80px;
  height: 80px;
}

.soluciones .solucion-wrapper .subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #404041;
  margin: 0;
  font-size: 22px;
}

.soluciones .solucion-wrapper p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #231f20;
  margin: 0;
  font-size: 16px;
}

.soluciones .solucion-wrapper .btn-primary {
  font-size: 16px;
  padding: 5px 30px;
}

.nosotros .subtitle {
  color: white;
  margin-bottom: 60px;
  font-size: 46px;
}

.nosotros {
  background-image: url("../images/1694703772524/Nosotros@4x-8.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.nosotros .sub-subtitle {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 5px;
}

.nosotros p {
  margin-bottom: 0;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 700px;
}

.nosotros .white-divider {
  border-bottom: 1px solid white;
  margin: 35px 0;
  width: 700px;
  max-width: 100%;
}

p {
  font-size: 16px;
  max-width: 100%;
}

.clientes {
  padding: 80px 0;
  background-color: white;
}

.clientes .subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 100px;
  color: #404041;
  /* display: grid;
  gap: 100px;
  grid-template-columns: repeat(3, 1fr); */
}

.footer {
  padding: 80px 0;
  background-color: #003085;
}

.footer .footer-wrapper {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}

.subtitle-footer {
  margin-bottom: 15px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.text-footer {
  margin-bottom: 0px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.footer .display-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer .display-flex-alt {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.footer .social-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.footer .social-wrapper img {
  width: 37px;
  height: 37px;
  transition: 1s all ease;
}

.footer .social-wrapper img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.footer .column-footer b {
  font-weight: 900 !important;
}

.d-block-movil {
  display: none!important;
  height: 100%;
}

@media (max-width: 1100px) {
  .soluciones .card-body {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero .d-block,
  .clientes .d-block {
    display: none!important;
  }

  .d-block-movil {
    display: block!important;
  }

  .hero .title-wrapper {
    left: 20px;
    width: 80%;
  }

  .navbar-collapse {
    background-color: #e4e5e6;
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .soluciones .card-body {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer .footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer .display-flex-alt {
    justify-content: center;
    align-items: center;
  }

  .footer .social-wrapper {
    justify-content: center;
  }

  .hero .d-block {
    display: none;
  }

  .hero .d-block-movil {
    display: block;
  }

  .hero .title-wrapper {
    left: 15px;
  }

  .hero .title-wrapper .title {
    padding: 0;
    font-size: 40px;
  }

 

  /* .carousel-control-next, .carousel-control-prev {
    display: none;
  } */
}

@media only screen and (min-width: 769px) and (max-width: 1099px) {
  .footer .footer-wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
  }

  .footer .display-flex-alt {
    grid-column: span 2;
    align-items: center;
  }

  .footer .social-wrapper {
    justify-content: center;
    align-items: center;
  }
}

.navbar-nav {
  gap: 20px;
}

.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.navbar-toggler img {
  width: 50px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.servicio-home {
  padding: 80px 0;
  background-image: url("../images/1694703772524/Hardware\ 1@4x-8.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicio-home .title {
  text-align: center;
  color: white;
  text-shadow: 7px 7px 5px #0000002b;
  font-size: 55px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.servicio-home .blue-divider {
  width: 70%;
  margin: 15px auto 0 auto;
  border-top: 5px solid #003085;
  opacity: 1;
}

.servicios-dinamico-wrapper {
  padding: 50px 0;
}

.servicios-dinamico-wrapper .blue-wrapper {
  background-color: #003085;
  padding: 30px 30px 80px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.servicios-dinamico-wrapper .blue-wrapper .white-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  color: #e4e5e6;
}

.servicios-dinamico-wrapper .blue-wrapper .white-text i {
  font-size: 50%;
  font-weight: bold;
}

.servicios-dinamico-wrapper .blue-wrapper .white-text.active {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion-alt {
  width: 100%;
}

.accordion-button-alt {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  border: none;
  background-color: #e4e5e6;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  transition: 1s all ease;
}

.accordion-content-alt {
  display: none; /* inicialmente oculto */
  width: 100%;
  padding: 10px;
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  transition: 1s all ease;
}

@media (max-width: 768px) {
  .servicios-dinamico-wrapper .row {
    row-gap: 20px;
  }

  .servicio-home {
    background-image: url("../images/movil/Desarrollo\ de\ Hardware.webp");
  }

  .nosotros {
    background-image: url("../images/movil/Nosotros.webp");
  }

  .subtitle, .nosotros .subtitle,.clientes .subtitle {
    font-size: 35px;
  }
}
