@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,500,600,700|Chivo:300,400,700,700i,900");
@import url("font-awesome/css/fontawesome-all.css");
@import url("font-awesome/css/all.min.css");
@import url("micons/micons.css");

::-webkit-scrollbar {
    width: 6px;
    border: 1px solid #3f84a1;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #232e33;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #3f84a1;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    background-color: #01395a;
    color: #ffffff;
}
.body-content {
  margin-top: 110px;
}

/* === NAVBAR === */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 300;
  background-color: rgba(1, 44, 69, 0.6); /* semi-transparente */
  backdrop-filter: blur(10px); /* desenfoque suave */
  -webkit-backdrop-filter: blur(10px); /* soporte Safari */
  border-bottom: 3px solid #69aa6f;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.6rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

h2 {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-size: 2.1rem;
    margin: 12px;
}

h3 {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-size: 1.6rem;
    margin: 12px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #e0e0e0;
    margin-bottom: 8px;
}

p span {
    font-size: 1.0rem;
    line-height: 1.2;
    font-weight: 500;
    color: #e0e0e0;
    text-align: justify;
}

i {
    margin: 12px;
}

hr {
    margin-top: 4rem;
    margin-bottom: 2rem;
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #000 inset;
}

.axiologia img{
max-width: 90%
}
.txt-center {
    text-align: center;
    z-index: 200;
}

.line {
    width: 100%;
    height: 2px;
    background: #019283;
    margin: 30px;
    text-align: center;
}


.line2 {
    width: 40%;
    height: 2px;
    background: #019283;
    margin: 20px 30px 20px 30px;
    text-align: center;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    transition: color 0.3s;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1rem;
}

.nav-links a:hover {
    color: #69aa6f;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: #ffffff;
    margin: 4px 0;
    transition: all 0.3s ease;
}

.margen {
    marging-bottom: 124px;
}

.l1 img {

    border: 4px solid #033045;
    max-width: 70%;
    border-radius: 1rem;
}

.logo img {
    display: block;
    max-width: 30%;
}

.container {
    width:  72%;
    margin: 2.6rem auto;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.cont-top {
    margin-top: 112px;
}

#axiologia {

    border-top: 4px solid #fc8b3d;
    padding: 24px;
    background-color: #033045;
}

/* === VIDEO === */
.video-container {
    width: 70%;
    margin: 4rem auto;
    position: relative;
    padding-top: 46.25%;
    /* 16:9 */
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    background-color: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* === SECCIÓN CON COLUMNAS === */
.section-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    padding: 4rem 2rem;
}

.column {
    max-width: 45%;
}

.column img {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #012c45;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        padding: 1rem 2rem;

        z-index: 300;
    }

    .nav-links.active {
        display: flex;
        border-bottom: 3px solid #012c45;
    }

    .video-container {
        width: 90%;
    }

    .section-columns {
        flex-direction: column;
        padding: 2rem;
    }

    .column {
        max-width: 100%;
    }
}

/* VIDEO */
.video-container {
    width: 70%;
    margin: 4rem auto;
    position: relative;
    padding-top: 38.25%;
    /* 16:9 */
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    background-color: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* SECCIÓN DOS COLUMNAS */
.section-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    <
}

.column {
    flex: 1 1 10rem;
    max-width: 45%;
}

.column img {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.texto-grid-section h2 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.texto-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 900px) {
  .texto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .texto-grid {
    grid-template-columns: 1fr;
  }
}

.texto-box {
  background-color: #014a70;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  line-height: 1.5;
}

.audens-tv {
  padding: 4rem 2rem;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}





.youtube-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: bold;
  color: #ff4b4b;
  text-decoration: none;
}

.youtube-link i {
  margin-right: 0.5rem;
}


@media (max-width: 768px) {

    .video-container {
        width: 90%;
    }

    .section-columns {
        flex-direction: column;
        padding: 2rem;
    }

    .column {
        max-width: 100%;
    }
}

/* AUDENS TV */
.video-grid-section {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.video-grid-section h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.video-item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
    background-color: #000;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.video-item::after {
    content: "";
    background: url("https://img.icons8.com/ios-filled/100/ffffff/play--v1.png") no-repeat center;
    background-size: 64px 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    opacity: 0.8;
    pointer-events: none;
    z-index: 2;
}

.video-item.loaded::after {
    display: none;
}

.video-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-title {
    margin-top: 0.8rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #02557f;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #014a70;
}

.accordion-header {
    padding: 1.2rem 2rem;
    background-color: #02689a;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.accordion-header::after {
    content: '+';
    position: absolute;
    right: 2rem;
    font-size: 2rem;
    transition: transform 0.3s;
    animation: breathe 3s infinite ease-in-out;
    color: #00d4ff;
}

.accordion-item.active .accordion-header::after {
    content: '-';
    transform: rotate(180deg);
    color: #00ffff;
}

@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
        color: #00d4ff;
    }

    50% {
        transform: scale(1.20);
        color: #00ffff;
    }
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 2rem;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding: 1rem 2rem;
}

ol {
    padding-left: 2rem;
    margin: 0;
}

li {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0.5rem 0;
}
/* axio */

.ax-section {
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.ax  a {
    font-size: 0.9rem;
    font-weight: bold;
color: #34a46d;
}

.ax-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

.ax-grid img {
    width: 100%;
    max-width: 480px;
    height: auto;
    transition: filter 0.3s ease;
}

.ax-grid img:hover {
    filter: grayscale(0%);
}
/* Clientes-alianzas */

.clientes-section {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.clientes-section h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.clientes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

.clientes-grid img {
    width: 100%;
    max-width: 180px;
    height: auto;
    transition: filter 0.3s ease;
}

.clientes-grid img:hover {
    filter: grayscale(0%);
}



.contacto-logo{
max-width: 60%
}

.contact i{
color: #ccc
}

.datos a{
color: #ccc;
font-size: 12px;
padding: 60px;
}

.datos a:hover {
  color: #e2e3df;
  transform: scale(1.2);
}



.footer {
text-align: center;
   padding: 20px 0;
}

.footer img{
max-width: 60%}

.footer-wrap {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.footer-wrap p { 
  margin: 25px 10px;
padding: 25px 10px;
  font-size: 12px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-wrap a {
  display: inline-block;
  color: white; 
  margin: 0 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer  span { 
font-weight: 600;
}

.footer-wrap a:hover {
  color: #e2e3df;
  transform: scale(1.2);
}
