/**********************************************/
.cont-1{
    background-color: black;
}
.cont-2 {
    background-color: black; 
    width: 100%;
    animation-duration: 1s;
    animation-name: slidein;
}
@keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }


.inner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    max-width: 1200px; 
    margin: 0 auto;
}

.logo img {
    max-width: 70%;
    height: auto;
    width: 200px;
}

.titulo {
    flex: 1;
    text-align: center;
    padding: 10px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal; 
    text-decoration: none;
}

@media (max-width: 768px) {
    .inner-container {
        flex-direction: column;
        align-items: center;
      }
    
      .logo {
        order: 1; 
        margin-bottom: 10px;
      }
    
      .logo img {
        max-width: 100%;
        height: auto;
        width: 150px;
      }
    
    
      .titulo {
        order: 2; 
        width: 100%; 
        font-size: 14px; 
        gap: 0;
        flex-direction: row;
      }
}

.busqueda {
    display: flex;
    align-items: center;
    flex: 1;
    max-width:500px; 
    position: relative;
}

.busqueda input {
    width: 100%;
    padding: 1px 100px 1px 20px;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.icono-lupa {
    position: absolute;
    right: 10px; 
    color: white;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

@media (max-width: 768px) {
    .titulo {
        flex: 1 0 100%; 
    }
    .busqueda {
        flex: 1 0 100%;
        justify-content: center;
    }
}

/****************************************************/
.container-small {
    text-align: center;
    background-color: #000000;
    border: none;
    gap: 0;
    animation-duration: 1s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }


/* Fila 1: logo */
.row.logo {
    margin-bottom: 5px;

}

.row.logo img {
    margin: 8px auto;
    width: 35%;
    height: auto;
    align-items: center;
    align-self: center;
}

/* Fila 2: columnas con enlaces */
.row.links {
    justify-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    align-self: center;
    text-align: center;
}
.column a {
    text-decoration: none;
    font-size: 1.2vw;
    color: white;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
    font-style: normal;
    font-weight: 600; 
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; /* Evitar desbordamiento de texto */
    white-space: nowrap;
}


/* Ajustes para pantallas pequeñas */
@media (max-width: 768px) {

    .row.links {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 15px; /* Añadir espacio entre columnas */
        margin-bottom: 20px;
    }

    .column a {
        font-size: 4vw; /* Hacer el texto más pequeño en pantallas pequeñas */
        max-width: 80%;
    }
}

/*******************************************/
.title-1 {
    margin: 20px auto;
    padding: 20px;
    font-size: 1.5vw;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}


@media (max-width: 600px) {
    .title-1 {
        font-size: 3vw;
        margin: 20px; 
    }
}
/**********************************/
/*h1*/
.title-2 {
    margin: 20px auto;
    padding: 15px;
    font-size: 1vw;
    color: #D03F1E;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}


@media (max-width: 600px) {
    .title-2 {
        font-size: 3vw;
        margin: 20px; 
    }
}
/********************************/
/*h1*/
.title-4 {
    margin: 20px auto;
    padding: 15px;
    font-size: 2vw;
    color: #1D1D1B;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}


@media (max-width: 600px) {
    .title-4 {
        font-size: 3vw;
        margin: 20px; 
    }
}

/*contenedor 3 columnas*/
.contenedor-general {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #F7931E;
    gap: 0;
}

.columna-1, .columna-2 {
    flex: 1;
}

.columna-1 {
    flex: 1 1 50%;
    background-color: #F7931E;
    text-align: center;
    align-self: center;
    padding: 10px;
}


.columna-2 {
    flex: 1 1 50%;
    margin: 0px auto;
    background-color: #ffffff;
    align-self: center;
}

.columna-1 img {
    max-width: 70%; 
    height: auto;
}
@media (max-width: 768px) {
    .columna-1 img {
        max-width: 50%;

    }

}


/* Contenedor .cont-3 */
.cont-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    width: 90%;
    margin: 10px auto;
}

.columna {
    flex: 1 1 calc(33% - 40px);
    margin: 10px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 5px;
    align-items: center;
    align-content: center;
    align-self: center;
}

.columna img {
    max-width: 100%;
}

h3 {
    font-size: 1.1em;
    margin: 10px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}


.botones {
    display: flex;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.btn-1 {
    padding: 3px 10px;
    border-radius: 100px;
    cursor: pointer;
    flex: 1;
    margin: 5px;
    background: transparent;
    border: 3px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #0DA7DB, #006FC9);
    background-clip: padding-box, border-box;
    color: #006FC9;
}

.btn-2 {
    padding: 5px 10px;
    border: none;
    border-radius: 100px;
    background: linear-gradient(to right, #0DA7DB, #006FC9);
    color: white;
    cursor: pointer;
    flex: 1;
    margin: 5px;
}

button:hover {
    background-color: #0056b3;
}

/* Responsividad */
@media (max-width: 768px) {
    .columna-1, .columna-2 {
        flex: 1 1 100%; 
    }

    .columna {
        flex: 1 1 calc(50% - 40px);
    }
}

@media (max-width: 430px) {
    .columna {
        flex: 1 1 calc(50% - 40px);
        margin: 0px;
        padding: 0px;
    }

    .columna img {
        max-width: 100%;
    }
}

/*contenedor 4 columnas*/
.cont-4 {
    background-color: #000000;
    padding: 40px;
}

.cont-4-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #000000;
}

.column {
    flex: 1;
    min-width: 250px;
    box-sizing: border-box;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 768px) {
    .column {
        border-top: 1px solid rgba(255, 255, 255, 0.397);
        padding: 15px ;

    }

    .column:first-child {
        border-left: none; 
    }

    .column:last-child {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .images {
        margin: 0 auto;
        width:60%; 
        height: auto;
        justify-items: center; 
        align-items: center;
        align-self: center;
        text-align: center;
        
    }
}

.images {
    display: flex;
    justify-content: space-between;
}
.images img {
    max-width: 48%; 
    height: auto;
}

h2{
    font-size: 0.7rem;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.img-logo{
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 5px;
    
}

.img-logo img{
    height: auto;
    width: 50%;
}

@media (max-width: 768px) {
    .img-logo img {
        padding: 0;
        width: 100%;
        margin: 0 auto;

    }
}

.text{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.t1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9rem;
    
}

.t2{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8rem;
}

/*************************************************************************************/
.image-container {
    position: relative;
    width: 100%;
    margin: 0 auto; 
    overflow: hidden;
    opacity: 0.9;

}

.image-container img {
    width: 100%;
    max-height: 700px;
    display: block;
}


/******************************************/
.image-cont {
    position: relative;
    width: 100%;
    max-height: auto;
    margin: 0 auto; 
    overflow: hidden;
}

.image-cont img {
    display: block;
    width: 100%;
    max-height: auto;
}

.img-principal {
    width: 100%;
    max-height: auto;
}

.img-pequeña-1 {
    position: absolute;
    top: 48%;
    left: 60%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    filter: brightness(1);
    animation: brillo-zoom 3s infinite;
}

.img-pequeña-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    filter: brightness(1);
    animation: brillo-zoom 3s infinite;
}

/* Animación para brillo y zoom */
@keyframes brillo-zoom {
    0% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        filter: brightness(1.5);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
}

.img-pequeña-3 {
    position: absolute;
    top: 70%;
    right: 25%;
    transform: translate(-50%, -50%);
    max-width: 45%;
    filter: brightness(1);
    animation: brillo-zoom 3s infinite;
}
    
@keyframes brillo-zoom {
    0% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        filter: brightness(1.5); 
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
}

.img-pequeña-4 {
    position: absolute;
    top: 55%;
    right: 32%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    filter: brightness(1);
    animation: brillo-zoom 3s infinite;
}
    
@keyframes brillo-zoom {
    0% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        filter: brightness(1.5); 
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
}

.img-pequeña-5 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    filter: brightness(1);
    animation: brillo-zoom 3s infinite;
}
    
@keyframes brillo-zoom {
    0% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        filter: brightness(1.3);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
}

.img-pequeña-6 {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    filter: brightness(1);
    animation: brillo-zoom 3s infinite;
}
    
@keyframes brillo-zoom {
    0% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        filter: brightness(1.3);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
}
/****************************************************************************/

/*-----------------------------------------------------------------------------*/

.image-container {
    position: relative;
    width: 100%;
    margin: 0 auto; 
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    font-size: 4vw;
    text-align: center;
}

/*---------------------------------------------------------------------------------------*/

.enlargeButton {
    padding: 3px 10px;
    border-radius: 100px;
    cursor: pointer;
    flex: 1;
    margin: 5px;
    background: transparent; 
    border: 3px solid transparent; 
    background-image: linear-gradient(white, white), linear-gradient(to right, #0DA7DB, #006FC9); /* Degradado */
    background-clip: padding-box, border-box; 
    color: #006FC9;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#modalImage {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
}

#modalContent {
    position: relative;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#modalImage {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}

#pdfViewer {
    width: 100%;
    height: 100%;
}
/**********************************************************/
.social-bar {
    position: fixed;
    top: 75%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1000;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  @media (max-width: 576px) { 
    .social-bar { 
      padding: 10px; 
      top: 70%
    } }
  
  .social-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .social-bar ul li {
    margin-bottom: 5px;
  }
  
  .social-bar ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  @media (max-width: 576px) { .social-bar ul li a{ 
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  } }
  
  .social-bar ul li a:hover {
    background-color: #555;
  }
  
  
  .social-bar ul li .icon-facebook { background-color: #F7931E; }
  .social-bar ul li .icon-instagram { background-color: #F7931E; }
  .social-bar ul li .icon-tiktok { background-color: #F7931E }
  .social-bar ul li .icon-youtube { background-color: #F7931E; }
  .social-bar ul li .icon-whatsapp { background-color: #F7931E; }
  
  
  .social-bar ul li a i {
    display: inline-block;
  }


  .slider-container {
    position: relative;
    width: 100%;
    padding: 0%;
    overflow: hidden;
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .slide {
    flex: 0 0 100%;
    position: relative;
  }
  
  .slide img {
    align-items: center;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }

  .slide a {
    display: block; 
    position: relative; 
  }
  
  .slide-btn {
    position: fixed;
    bottom: 85%; 
    left: 50%;
    width: 18%;
    transform: translateX(-50%);
    background-color: #9648aa;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    font-family: "Lexend Zetta", sans-serif;    
    font-optical-sizing: auto;
    font-weight: Black 900;
    font-style: normal;
    align-items: center;
    text-align: center;
    }
  
  .slide-btn:hover {
    background-color: #a05fb1;
    color: #dfd8d8;
  }

  @media screen and (max-width: 600px) {
    .slide img {
      height: 100%;
      width: 100%;
      object-fit: cover; 
    }
  }


  @media (max-width: 500px) { 
    .slide-btn { 
      font-size: 15px; 
      padding: 5px 25px;
      width: 50%;
      text-align: center;
      align-items: center;
      bottom: 75%;
    } 
  }


  .cursor {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 80px; 
    height:80px;
    cursor: pointer;
    font-size: 80px;
    z-index: 10; 
    transition: width 0.3s, height 0.3s; 
    color: #ffffff5b;
  }
  
  .cursor.prev {
    left: 15px;
  }
  
  .cursor.next {
    right: 15px; 
  }
  
  @media (max-width: 570px) { 
    .cursor { 
      font-size: 40px;
    } 
    
  }
