@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar {
  width: 0px;
}

* {
  box-sizing: border-box;
}

.snow-container {
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.snowflake {
  position: absolute;
  width: 25px;
  height: 25px;
  animation: fall linear infinite;
  z-index: 900;
}

@keyframes fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}
body {
  margin: 0px;
  font-family: "Space Grotesk";
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.scroll-buton {
  width: 50px;
  height: 50px;
  background-color: black;
  border: 2px solid #2894ff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 10px;
  border-radius: 8px;
  cursor: pointer;
  visibility: hidden;
  z-index: 999;
}
.scroll-buton svg {
  width: 25px;
  height: 25px;
  color: #2894ff;
}

.active-btn {
  visibility: visible;
}

.mensaje-buton {
  width: 50px;
  height: 50px;
  background-color: black;
  border: 2px solid #2894ff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 10px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.mensaje-buton:hover {
  transform: sca;
}
.mensaje-buton svg {
  width: 25px;
  height: 25px;
  color: rgb(14, 166, 14);
}

.nav {
  width: 100vw;
  height: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px !important;
  padding-right: 25px !important;
  position: fixed;
  top: 0px;
  z-index: 100;
}
@media screen and (min-width: 786px) {
  .nav {
    justify-content: center;
    border: 0px;
    position: fixed;
    height: 100px;
  }
  .nav .enlaces-index {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .nav .enlaces-index a {
    display: inline !important;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
  }
  .nav .enlaces-index a:hover {
    border-bottom: 2px solid white;
  }
  .nav .enlaces-index img {
    width: 100px;
  }
}
.nav .enlaces-index {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .nav .enlaces-index {
    gap: 30px;
  }
}
.nav .enlaces-index a {
  display: none;
}
.nav .enlaces-index img {
  width: 100px;
}

.nav-black {
  background-color: black !important;
}

.content-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 520px) {
  .content-info {
    flex-flow: row nowrap;
    justify-content: center !important;
    gap: 20px;
  }
}
@media screen and (min-width: 800px) {
  .content-info {
    gap: 50px;
  }
}
.content-info .logo {
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 910;
}
@media screen and (min-width: 520px) {
  .content-info .logo {
    width: 180px;
    height: 180px;
  }
}
.content-info .logo img {
  width: 100%;
  height: 100%;
}
.content-info .info {
  display: none;
  flex-flow: row wrap;
  justify-content: start;
  align-items: center;
  gap: 20px;
  width: 80%;
  height: 70px;
}
@media screen and (min-width: 786px) {
  .content-info .info {
    display: flex;
  }
}
.content-info .item-info {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: self-start;
  height: 40px;
  gap: 10px;
  margin-top: -30px;
}
@media screen and (min-width: 520px) {
  .content-info .item-info {
    margin-top: 0px;
  }
}
.content-info .item-info svg {
  width: 25px;
  margin-top: 5px;
  color: #2894ff;
}
@media screen and (min-width: 520px) {
  .content-info .item-info svg {
    width: 20px;
  }
}
.content-info .item-info div strong {
  font-size: 14px;
}
.content-info .item-info div p {
  font-size: 13px;
}
.content-info .ecommerce {
  display: none;
}
@media screen and (min-width: 786px) {
  .content-info .ecommerce {
    display: block;
  }
}
.content-info .ecommerce a {
  width: 150px;
  height: 30px;
  font-size: 15px;
  background-color: #2894ff;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
  z-index: 910;
}
.content-info .ecommerce a:hover {
  transition: all 0.35s ease;
  background-color: #1e1e1e;
}

.btn-nav {
  width: 40px;
  height: 40px;
  z-index: 100;
}
@media screen and (min-width: 786px) {
  .btn-nav {
    display: none;
  }
}
.btn-nav svg {
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
}

.enlaces-active {
  transition: all 0.3s ease;
  transform: translateY(0%) !important;
}

.content-enlaces {
  transition: all 0.3s ease;
  transform: translateY(-1000%);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s ease;
  background-color: white;
  border-left: 1px solid rgba(128, 128, 128, 0.368627451);
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  z-index: 800;
  padding: 20px;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 600px) {
  .content-enlaces {
    display: none;
    transition: all 0.3s ease;
    transform: translateX(100vw);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50%;
    transition: all 0.3s ease;
    background-color: white;
    border-left: 1px solid rgba(128, 128, 128, 0.368627451);
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    z-index: 800;
    padding: 10px;
    display: flex;
    flex-flow: column;
  }
}
.content-enlaces .header-enlaces {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 786px) {
  .content-enlaces .header-enlaces {
    display: none;
  }
}
.content-enlaces .header-enlaces img {
  width: 100px;
  margin-left: 8px;
}
.content-enlaces .header-enlaces .btn-close-model {
  width: 40px;
  height: 40px;
}
.content-enlaces .header-enlaces .btn-close-model svg {
  width: 100%;
  height: 100%;
}
.content-enlaces .enlaces {
  display: flex;
  flex-flow: column nowrap;
  align-items: self-start;
  justify-content: center;
  gap: 25px;
  padding: 10px;
  z-index: 10000;
}
@media screen and (min-width: 787px) {
  .content-enlaces .enlaces {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: start;
    margin-left: 25px;
    height: 47px;
    padding: 0px;
  }
  .content-enlaces .enlaces::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 46px;
    background-color: #fff;
    top: -19px;
    left: -50px;
    transform: rotate(-35deg);
  }
}
@media screen and (min-width: 1000px) {
  .content-enlaces .enlaces {
    margin-left: 70px;
  }
}
.content-enlaces .enlaces .hr {
  width: 100%;
  height: 2px;
  background-color: rgba(128, 128, 128, 0.368627451);
}
@media screen and (min-width: 787px) {
  .content-enlaces .enlaces .hr {
    display: none;
  }
}
.content-enlaces .enlaces a {
  width: 100%;
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: 600;
  z-index: 10000;
  width: auto;
}
.content-enlaces .enlaces a:last-child {
  color: #2894ff;
  font-size: 17px;
}
@media screen and (min-width: 787px) {
  .content-enlaces .enlaces a:last-child {
    display: none;
  }
}
.content-enlaces .enlaces a:hover {
  transition: all 0.1s ease;
  border-bottom: 3px solid #2894ff;
}
@media screen and (min-width: 787px) {
  .content-enlaces .enlaces a {
    width: auto;
    font-size: 12.5px;
    font-weight: 600;
    color: white;
  }
  .content-enlaces .enlaces a:hover {
    transition: all 0.1s ease;
    border-bottom: 3px solid white;
  }
}

.contenedor-luces {
  width: 100vw;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.contenedor-luces .luces {
  width: 40px;
  height: auto;
  z-index: 990;
  position: relative;
}
@media screen and (min-width: 800px) {
  .contenedor-luces .luces {
    width: 35px;
  }
}

.lema-nav {
  height: 33px;
  width: 100vw;
  background-color: #2894ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 787px) {
  .lema-nav {
    display: none;
  }
}
.lema-nav p {
  color: white;
  font-size: 14px;
  margin: 0px;
  white-space: nowrap; /* Evita que el párrafo se rompa */
  overflow: hidden; /* Oculta el texto que se sale del contenedor */
  position: relative; /* Necesario para animación */
  animation: mover 5s linear infinite; /* Animación infinita */
}
@keyframes mover {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(100vw); /* Termina en la posición final */
  }
}

.loadin {
  position: fixed;
  z-index: 999;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.loadin .loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  box-shadow: inset -10px -10px 15px rgb(255, 255, 255), inset 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.loadin .loader::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  box-shadow: -10px -10px 15px rgb(255, 255, 255), 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.loadin .blue {
  height: 186px;
  width: 220px;
  position: absolute;
  animation: rotate 5s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.loadin .img {
  width: 180px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.loadin .img img {
  width: 100%;
  height: 100%;
}
.loadin .blue::before {
  content: "";
  position: absolute;
  height: 30px;
  border-radius: 50%;
  width: 30px;
  background: linear-gradient(45deg, #2894ff, #5c89ff);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.loadin p {
  color: #1e1e1e;
  font-weight: 600;
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}

.remove-loading {
  display: none;
}

.footer {
  height: auto;
  background-color: #1e1e1e;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.footer .contenedor-footer {
  max-width: 1540px;
}
.footer .contenedor-footer .icono-fdc {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  flex-flow: column;
  color: white;
}
.footer .contenedor-footer .icono-fdc p {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0px;
}
.footer .contenedor-footer .icono-fdc span {
  display: block;
  font-size: 12px;
}
.footer .contenedor-footer .enlaces-contenedor {
  width: 100%;
  padding: 20px 0px;
  overflow: hidden;
  overflow-y: auto;
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
@media screen and (min-width: 1230px) {
  .footer .contenedor-footer .enlaces-contenedor {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.footer .contenedor-footer .enlaces-contenedor .enlaces {
  width: max-content;
  display: flex;
  flex-flow: column;
  align-items: self-start;
  justify-content: start;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .footer .contenedor-footer .enlaces-contenedor .enlaces {
    padding: 15px;
  }
}
@media screen and (min-width: 1230px) {
  .footer .contenedor-footer .enlaces-contenedor .enlaces {
    width: 20%;
  }
}
.footer .contenedor-footer .enlaces-contenedor .enlaces:first-child {
  width: 100%;
}
@media screen and (min-width: 1230px) {
  .footer .contenedor-footer .enlaces-contenedor .enlaces:first-child {
    width: 35%;
  }
}
.footer .contenedor-footer .enlaces-contenedor .enlaces strong {
  font-size: 15px;
  font-weight: 700;
  color: #2894ff;
  margin-top: 20px;
}
.footer .contenedor-footer .enlaces-contenedor .enlaces strong svg {
  width: 15px;
}
.footer .contenedor-footer .enlaces-contenedor .enlaces p {
  color: white;
  font-size: 13px;
  text-align: justify;
}
.footer .contenedor-footer .enlaces-contenedor .enlaces a {
  color: white;
  font-size: 13px;
  text-decoration: none;
  padding-left: 10px;
}
.footer .contenedor-footer .footer-footer {
  width: 100%;
  border-top: 2px solid gray;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px;
}
.footer .contenedor-footer .footer-footer a {
  text-decoration: none;
  color: white;
  font-size: 13px;
}
.footer .contenedor-footer .footer-footer .redes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer .contenedor-footer .footer-footer .redes a {
  width: 25px;
  height: 25px;
  padding: 5px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .contenedor-footer .footer-footer .redes a:hover {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.footer .contenedor-footer .footer-footer .redes a svg {
  width: 100% !important;
  height: 100% !important;
  color: #1e1e1e;
}

.header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.582), rgba(0, 0, 0, 0.582)), url(../assets/img/header-nosotros.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 200px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin-top: 100px;
}
@media screen and (min-width: 800px) {
  .header {
    height: 300px;
  }
}
.header h1 {
  color: white;
  position: relative;
}
.header h1::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #2894ff;
  position: absolute;
  bottom: 0px;
}

.main-info {
  width: 100vw;
  height: auto;
  position: relative;
}
.main-info .contenedor {
  margin-top: 80px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column wrap;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor {
    flex-flow: row nowrap;
  }
}
.main-info .contenedor h3 {
  color: #2894ff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: start;
  margin-bottom: 0px;
}
.main-info .contenedor h2 {
  text-align: start;
  color: #363636;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-info .contenedor .titulo-contenedor {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 3.8px solid #2894ff;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor .titulo-contenedor {
    width: max-content;
  }
}
.main-info .contenedor p {
  text-align: justify;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor p {
    font-size: 13px;
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .contenedor p {
    font-size: 15px;
  }
}
.main-info .servicios {
  margin-top: 50px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .main-info .servicios {
    flex-flow: row nowrap;
  }
}
.main-info .servicios .contenedor-servicios {
  width: 98%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: baseline;
  justify-content: space-around;
}
@media screen and (min-width: 800px) {
  .main-info .servicios .contenedor-servicios {
    flex-flow: column nowrap;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .servicios .contenedor-servicios {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 1450px) {
  .main-info .servicios .contenedor-servicios {
    width: 85%;
  }
}
.main-info .servicios .contenedor {
  width: 90%;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}
.main-info .servicios .contenedor:last-child {
  padding-bottom: 65px;
}
@media screen and (min-width: 800px) {
  .main-info .servicios .contenedor {
    flex-flow: row nowrap;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .servicios .contenedor {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 680px) {
  .main-info .servicios .contenedor {
    width: 500px;
  }
}
@media screen and (min-width: 800px) {
  .main-info .servicios .contenedor {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .servicios .contenedor {
    width: 350px;
  }
}
@media screen and (min-width: 1450px) {
  .main-info .servicios .contenedor {
    width: 420px;
  }
}
.main-info .servicios .contenedor .icono {
  width: 80px;
  height: 80px;
  border: 3px solid #2894ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.main-info .servicios .contenedor .icono svg {
  width: 50px;
  height: 50px;
  color: #2894ff;
}
@media screen and (min-width: 800px) {
  .main-info .servicios .contenedor .icono {
    width: 50px;
    height: 50px;
    padding: 9px;
  }
  .main-info .servicios .contenedor .icono svg {
    width: 30px;
    height: 30px;
  }
}
.main-info .servicios .contenedor .contenido {
  color: white;
  padding-left: 10px;
}
.main-info .servicios .contenedor .contenido .h1-contenido {
  color: #2894ff;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (min-width: 800px) {
  .main-info .servicios .contenedor .contenido .h1-contenido {
    text-align: start;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .servicios .contenedor .contenido .h1-contenido {
    text-align: center !important;
  }
}
.main-info .servicios .contenedor .contenido p {
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  color: black;
}
@media screen and (min-width: 800px) {
  .main-info .servicios .contenedor .contenido p {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .servicios .contenedor .contenido p {
    font-size: 13px;
    padding: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .main-info .servicios .contenedor .contenido p {
    width: 340px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1450px) {
  .main-info .contenedor {
    width: 87% !important;
  }
}
.main-info .contenedor .descripcion-empresa {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor .descripcion-empresa {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1450px) {
  .main-info .contenedor .descripcion-empresa {
    width: 87%;
  }
}
.main-info .contenedor .descripcion-empresa .objetivos {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor .descripcion-empresa .objetivos {
    width: 88%;
    flex-flow: row;
    justify-content: start;
    align-items: self-start;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .contenedor .descripcion-empresa .objetivos {
    width: 55%;
  }
}
.main-info .contenedor .descripcion-empresa .objetivos .barra-opciones {
  width: 300px;
  height: auto;
  box-shadow: -3px 2px 7px 3px rgba(0, 0, 0, 0.308);
  background-color: #2894ff;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .main-info .contenedor .descripcion-empresa .objetivos .barra-opciones {
    width: 400px;
  }
}
@media screen and (min-width: 800px) {
  .main-info .contenedor .descripcion-empresa .objetivos .barra-opciones {
    width: 60px;
    height: 300px;
    flex-flow: column nowrap;
    margin-right: 20px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .contenedor .descripcion-empresa .objetivos .barra-opciones {
    width: 80px;
  }
}
.main-info .contenedor .descripcion-empresa .objetivos .barra-opciones button {
  transition: all 0.2s ease;
  width: 100%;
  height: 35%;
  border: none;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 800px) {
  .main-info .contenedor .descripcion-empresa .objetivos .barra-opciones button {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .contenedor .descripcion-empresa .objetivos .barra-opciones button {
    font-size: 12px;
  }
}
.main-info .contenedor .descripcion-empresa .objetivos .barra-opciones button svg {
  width: 30px;
}
.main-info .contenedor .descripcion-empresa .objetivos .barra-opciones button:hover {
  transition: all 0.2s ease;
  transform: scale(1.2);
  color: white;
}
.main-info .contenedor .descripcion-empresa .objetivos .text-descripcion {
  width: 320px;
  height: auto;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .main-info .contenedor .descripcion-empresa .objetivos .text-descripcion {
    width: 400px;
  }
}
@media screen and (min-width: 800px) {
  .main-info .contenedor .descripcion-empresa .objetivos .text-descripcion {
    width: 700px;
    padding-top: 0px;
  }
}
.main-info .contenedor .descripcion-empresa .objetivos .text-descripcion h1 {
  width: auto;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor .descripcion-empresa .objetivos .text-descripcion h1 {
    text-align: start;
  }
}
.main-info .contenedor .descripcion-empresa .objetivos .text-descripcion p {
  text-align: justify;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor .descripcion-empresa .objetivos .text-descripcion p {
    text-align: justify;
  }
}
.main-info .contenedor .descripcion-empresa .objetivos .text-descripcion #titulo {
  font-size: 30px;
}
@media screen and (min-width: 1450px) {
  .main-info .contenedor .descripcion-empresa .objetivos .text-descripcion #titulo {
    font-size: 38px;
  }
}
.main-info .contenedor .descripcion-empresa .objetivos .text-descripcion #descripcion {
  transition: all 0.2s ease;
  font-size: 12px;
  width: 100% !important;
}
@media screen and (min-width: 1000px) {
  .main-info .contenedor .descripcion-empresa .objetivos .text-descripcion #descripcion {
    width: 100%;
  }
}
.main-info .contenedor .descripcion-empresa .img-descripcion {
  display: none;
}
@media screen and (min-width: 1000px) {
  .main-info .contenedor .descripcion-empresa .img-descripcion {
    width: 450px;
    height: 350px;
    display: block;
  }
}
.main-info .contenedor .descripcion-empresa .img-descripcion img {
  width: 100%;
  height: 100%;
}
.main-info .contenedor-descripcion {
  background-color: #2894ff;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding: 20px 20px 20px 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor-descripcion {
    flex-flow: row nowrap;
    justify-content: space-evenly;
  }
}
.main-info .contenedor-descripcion .img {
  width: 350px;
  height: 300px;
  display: none;
}
@media screen and (min-width: 800px) {
  .main-info .contenedor-descripcion .img {
    display: block;
  }
}
.main-info .contenedor-descripcion .img img {
  width: 100%;
  height: 100%;
}
.main-info .contenedor-descripcion .text {
  color: white;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 660px) {
  .main-info .contenedor-descripcion .text {
    width: 80%;
  }
}
@media screen and (min-width: 800px) {
  .main-info .contenedor-descripcion .text {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .main-info .contenedor-descripcion .text {
    width: 40%;
  }
}
@media screen and (min-width: 1450px) {
  .main-info .contenedor-descripcion .text {
    width: 30%;
  }
}
.main-info .contenedor-descripcion .text h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.main-info .contenedor-descripcion .text p {
  text-align: justify;
  width: 600px;
}

.titulo-personal {
  margin-top: 100px;
  color: #2894ff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

.sub-personal {
  color: #363636;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-fondo-page- {
  margin-top: 90px;
  margin-bottom: 160px;
  width: 100vw;
  height: 300px;
  position: relative;
  background-image: linear-gradient(rgba(32, 125, 255, 0.6509803922), rgba(32, 125, 255, 0.6509803922)), url(../assets/img/header-page.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .header-fondo-page- {
    height: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .header-fondo-page- {
    height: 600px;
  }
}
@media screen and (min-width: 1450px) {
  .header-fondo-page- {
    height: 710px;
  }
}
.header-fondo-page- img {
  z-index: 110;
  position: absolute;
  width: 230px;
  height: 230px;
  bottom: -30px;
  margin-left: 65px;
}
@media screen and (min-width: 600px) {
  .header-fondo-page- img {
    width: 350px;
    height: 410px;
  }
}
@media screen and (min-width: 1000px) {
  .header-fondo-page- img {
    width: 418px;
    height: 452px;
  }
}
@media screen and (min-width: 1450px) {
  .header-fondo-page- img {
    margin-left: 105px;
    width: 551px;
    height: 582px;
  }
}
.header-fondo-page- svg {
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 100;
  height: auto;
}

.titulo-galeria {
  margin-top: 100px;
  text-align: center;
  position: relative;
}
.titulo-galeria::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #2894ff;
  position: absolute;
  bottom: -10px;
}

.grid-galeria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 10px;
  padding: 20px;
}

.item-grid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

/*# sourceMappingURL=nosotros.css.map */
