@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Cyber Brush";
  src: url("../../fonts/Cyber Brush.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

input, textarea {
  font-family: inherit;
}

.navbar.bg-dark {
  background-color: #000000 !important;
  border-bottom: 1px solid #000000;
}
.navbar .navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
}
.navbar .navbar-dark .navbar-nav .nav-link {
  color: #ccc;
  padding: 0.5rem 1rem;
}
.navbar .navbar-dark .navbar-nav .nav-link:hover {
  color: #8d8d8b;
}
.navbar .redes i {
  color: #ccc;
  margin-left: 10px;
  font-size: 1.2rem;
}
.navbar .redes i:hover {
  color: #ffcc00;
}
.navbar .redes a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    font-size: 1.2rem;
  }
  .navbar .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }
  .navbar .redes {
    justify-content: center;
    margin-top: 1rem;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1 {
  font-family: "Cyber Brush", "Montserrat", sans-serif;
  font-weight: 900;
  font-display: block;
  font-size: 3.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

h3 {
  font-family: "Cyber Brush", "Montserrat", sans-serif;
  font-weight: 700;
  font-display: block;
}

.section_one_inicio {
  font-size: small;
  line-height: 1.6;
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-image: url("../assets/imagenes/yofondo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #000000;
  min-height: 100vh;
  position: relative;
}
.section_one_inicio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.section_one_inicio > * {
  position: relative;
  z-index: 2;
}
.section_one_inicio h3 {
  color: #ffcc00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
  font-weight: 900;
}
.section_one_inicio p {
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
@media (max-width: 768px) {
  .section_one_inicio {
    padding: 2rem 1rem;
    min-height: 80vh;
  }
}

.logo-a {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
@media (max-width: 768px) {
  .logo-a {
    max-width: 100px;
  }
}

.logo-agl {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .logo-agl {
    max-width: 100px;
  }
}

.iconos-apps {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 2rem auto 0;
  display: block;
}
@media (max-width: 768px) {
  .iconos-apps {
    max-width: 160px;
  }
}

.section_two_inicio {
  padding: 4rem 2rem;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.section_two_inicio h1 {
  margin-bottom: 4rem;
  font-weight: 900;
  font-size: 2.5rem;
  color: #000000;
}
.section_two_inicio .card {
  transition: transform box-shadow ease;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.section_two_inicio .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.section_two_inicio .card .card-title {
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
}
.section_two_inicio .card .card-text {
  color: #8d8d8b;
  margin-bottom: 2rem;
}
.section_two_inicio .card .btn-dark {
  background-color: #000000;
  border-color: #000000;
  transition: background-color 0.3s ease;
}
.section_two_inicio .card .btn-dark:hover {
  background-color: #000000, 20%;
  border-color: #000000, 20%;
}
@media (max-width: 768px) {
  .section_two_inicio {
    padding: 2rem 1rem;
  }
  .section_two_inicio h1 {
    font-size: 2rem;
  }
}

.h2style {
  color: #ffffff;
  padding: 6rem;
  text-align: center;
  position: relative;
}
.h2style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.h2style h1, .h2style h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .h2style {
    padding: 4rem 2rem;
  }
  .h2style h1 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

.footer {
  border-top: 3px solid #e6c407;
  background-color: #000000 !important;
  font-size: 0.9rem;
  color: #000000;
}
.footer .container .d-flex p {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.footer .container .d-flex .d-flex {
  gap: 1rem;
}
.footer .container .d-flex .d-flex .footertop {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .container .d-flex .d-flex .footertop:hover {
  color: #ffcc00;
}
.footer .container .d-flex .d-flex .footertop i {
  margin-right: 0.5rem;
}
.footer .container .d-flex .d-flex a {
  color: #000000;
  transition: color 0.3s ease;
}
.footer .container .d-flex .d-flex a:hover {
  color: #ffcc00;
}
@media (max-width: 768px) {
  .footer .container .d-flex {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .footer .container .d-flex p {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100%;
  }
  .footer .container .d-flex p.mb-2.mb-md-0 {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100%;
  }
}

.formulario-contacto {
  background-color: #000000;
  color: #ffffff;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.formulario-contacto form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formulario-contacto label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.formulario-contacto input,
.formulario-contacto textarea {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #000000;
  color: #ffffff;
  transition: border-color 0.3s ease;
}
.formulario-contacto input:focus,
.formulario-contacto textarea:focus {
  outline: none;
  border-color: #ffcc00;
  box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.2);
}
.formulario-contacto input::placeholder,
.formulario-contacto textarea::placeholder {
  color: #8d8d8b;
}
.formulario-contacto textarea {
  min-height: 120px;
  resize: vertical;
}
.formulario-contacto button {
  background-color: #ffcc00;
  color: #000000;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.formulario-contacto button:hover {
  background-color: #ffcc00;
}
.formulario-contacto button:active {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .formulario-contacto {
    padding: 1rem;
    margin: 1rem;
  }
}

.accordion-item {
  background-color: #000000;
  border: 1px solid #fff;
  color: #ffffff;
  transition: all 0.3s ease;
}
.accordion-item .accordion-button {
  background-color: #000000;
  color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 2rem 6rem;
  transition: all 0.3s ease;
}
.accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: #ffcc00;
}
.accordion-item .accordion-button:hover {
  background-color: #ffcc00;
  color: #000000;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
}
.accordion-item .accordion-button h6 {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.accordion-item .accordion-button.collapsed h6 {
  color: inherit;
}
.accordion-item .accordion-button:hover h6 {
  color: #000000;
}
.accordion-item .accordion-collapse {
  background-color: #ffffff;
  color: #000000;
}
.accordion-item .accordion-collapse .accordion-body {
  padding: 2rem 6rem;
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .accordion-item .accordion-button {
    padding: 1rem 2rem;
  }
  .accordion-item .accordion-body {
    padding: 1rem 1rem;
  }
  .accordion-item .accordion-body p {
    line-height: 1.7;
    margin-bottom: 1rem;
    padding: 0 1rem;
    max-width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.imagenes-dobles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}
.imagenes-dobles .imagen-link {
  flex: 1 1 calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  text-decoration: none;
  position: relative;
  transition: transform 0.3s ease;
}
.imagenes-dobles .imagen-link:hover {
  transform: scale(1.02);
}
.imagenes-dobles .imagen-link .imagen-contenedor {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffcc00;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
}
.imagenes-dobles .imagen-link .imagen-contenedor img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.imagenes-dobles .imagen-link .imagen-contenedor .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  font-weight: 900;
  transition: background 0.3s ease;
}
.imagenes-dobles .imagen-link .imagen-contenedor:hover img {
  transform: scale(1.05);
}
.imagenes-dobles .imagen-link .imagen-contenedor:hover .overlay {
  background: rgba(0, 0, 0, 0.8);
}
.imagenes-dobles .imagen-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.imagenes-dobles .imagen-overlay img {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}
.imagenes-dobles .imagen-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffcc00;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.imagenes-dobles .imagen-overlay:hover::after {
  opacity: 1;
}
.imagenes-dobles .imagen-overlay:hover img {
  filter: brightness(0.7);
}
@media (max-width: 992px) {
  .imagenes-dobles .imagen-link {
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
@media (max-width: 768px) {
  .imagenes-dobles {
    gap: 1rem;
    padding: 1rem;
  }
  .imagenes-dobles .imagen-link {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.filosofia {
  background-color: #000000;
  color: #ffffff;
  padding: 4rem 2rem;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 6rem;
}
.filosofia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 0;
}
.filosofia .contenido {
  max-width: 650px;
  width: 100%;
  margin-bottom: 6rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.filosofia .contenido p {
  margin-bottom: 3rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: justify;
  hyphens: auto;
  word-spacing: 0.1em;
}
.filosofia .contenido h2, .filosofia .contenido h3 {
  color: #ffcc00;
  margin-bottom: 1rem;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.filosofia .contenido:first-child {
  color: #ffffff;
}
.filosofia .contenido:last-child {
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .filosofia {
    padding: 2rem 1rem;
    flex-direction: column;
    gap: 4rem;
  }
  .filosofia .contenido {
    max-width: calc(100% - 2rem);
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .filosofia .contenido:last-child {
    margin-bottom: 0;
  }
  .filosofia .contenido p {
    text-align: left;
    line-height: 1.7;
    word-spacing: 0.05em;
    orphans: 2;
    widows: 2;
    margin-bottom: 2rem;
  }
}

.alturasection {
  padding: 4rem;
}
.alturasection .row img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.alturasection .row img:hover {
  transform: scale(1.02);
}
.alturasection .row .col h5 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  color: #e6c407;
}
.alturasection .row .col ul {
  padding-left: 1rem;
  text-align: left;
  list-style-type: disc;
  color: #ffffff;
}
.alturasection .row .col ul li {
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.alturasection .imagen-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.alturasection .imagen-overlay img {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}
.alturasection .imagen-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffcc00;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.alturasection .imagen-overlay:hover::after {
  opacity: 1;
}
.alturasection .imagen-overlay:hover img {
  filter: brightness(0.7);
}
@media (max-width: 768px) {
  .alturasection {
    padding: 2rem 1rem;
  }
  .alturasection .row {
    flex-direction: column;
  }
  .alturasection .row .col {
    margin-bottom: 4rem;
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .alturasection .row .col:last-child {
    margin-bottom: 0;
  }
}

.servicios-detalle {
  padding: 0;
  background-color: #000000;
  margin: 0 -15px;
}
.servicios-detalle .servicios-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.servicios-detalle .servicio-card {
  background-color: #000000;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: none;
  border-right: none;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.servicios-detalle .servicio-card:hover {
  background-color: #ffcc00;
  border-top-color: #ffcc00;
  border-bottom-color: #ffcc00;
  transform: translateY(-2px);
}
.servicios-detalle .servicio-card:hover .servicio-header {
  background-color: #ffcc00;
  color: #000000;
}
.servicios-detalle .servicio-card.expanded {
  background-color: #ffffff;
  border-top-color: #ffcc00;
  border-bottom-color: #ffcc00;
}
.servicios-detalle .servicio-card.expanded .servicio-header {
  background-color: #ffcc00;
  color: #000000;
}
.servicios-detalle .servicio-header {
  background-color: #000000;
  color: #ffffff;
  padding: 4rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.servicios-detalle .servicio-header h5 {
  margin: 0;
  font-weight: 900;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.servicios-detalle .servicio-header i {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.servicios-detalle .servicio-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #ffffff;
}
.servicios-detalle .servicio-content strong {
  display: block;
  padding: 4rem 4rem 2rem;
  font-size: 1.2rem;
  color: #000000;
  font-weight: 600;
}
.servicios-detalle .servicio-content p {
  padding: 0 4rem 4rem;
  line-height: 1.7;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .servicios-detalle {
    padding: 0;
    margin: 0 -15px;
  }
  .servicios-detalle .servicio-header {
    padding: 2rem 4rem;
  }
  .servicios-detalle .servicio-header h5 {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
  .servicios-detalle .servicio-header i {
    font-size: 1.2rem;
  }
  .servicios-detalle .servicio-content strong {
    padding: 2rem 4rem 1rem;
    font-size: 1.1rem;
  }
  .servicios-detalle .servicio-content p {
    padding: 0 4rem 4rem;
    line-height: 1.6;
  }
}

.h1 .display-4 .fw-bold .text-success {
  color: #ffffff !important;
}

.btn .btn-primary .mt-4 {
  background-color: #ffcc00 !important;
  text-decoration-color: #000000 !important;
}

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