/*
.section{
    padding: 20px 10px;
    margin: 20px 0;
}
*/
/*Barra de Navegacion*/
/*BARRA DE NAVEGACION*/

html, body {
  overflow-x: hidden;
  font-family: 'Kubic', sans-serif;     /* evita scroll horizontal */
  width: 100%;            /* fuerza el ancho completo */
}
#barradenavegacion {
    background-color: #252D4F;
    top: 0;
    width: 100%;
    position: fixed; 
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 

}


.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0.2%;
}

.navbar-brand img {
    margin-right: 0.5rem;
    height: 40px;
    width: 100%;
    transition: all 0.3s;
    opacity: 1;
}

.navbar-nav .nav-link {
    font-family: 'Kubic', sans-serif;
}

.navbar-nav .nav-link:not(.btn-outline-secondary) {
    color: white;
}

.btn-light {
    color: #fffefe;
}

.btn-outline-secondary {
    color: #C7A1EB;
    border-color: #C7A1EB;
    margin-left: 8px;
    align-items: center;
}

.nav-link-button {
    width: 100%;
    height: 35px;
    padding: var(--SpacingSizeSize-2) var(--SpacingSizeSize-4) var(--SpacingSizeSize-2) var(--SpacingSizeSize-4);
    gap: var(--SpacingSizeSize-2);
    border-radius: var(--SpacingSizeSize-1);
    border: 1px 0px 0px 0px;
    opacity: 0px;
}

.nav-link-button img {
    opacity: 1;
}

img, svg {
    height: auto;
}

/* Media Queries para pantallas pequeñas */
@media (max-width: 768px) {
    .navbar-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .navbar-brand img {
        height: 35px; /* Ajusta el tamaño del logo */
        margin-bottom: 10px; /* Añade un margen debajo del logo */
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        color: #fffefe;
    }

.navbar-nav .nav-link {
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
}


/*CARRUSEL*/
.seccion-carrusel-inicio{
    margin: 0;
    font-family: 'Kubic', sans-serif;
    background-color: #0d1b2a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url('/img/Hero_Section_1.png') no-repeat center center/cover;
    background-attachment: absolute;
    background-size: 100% 90%;
    background-position: center;
    
    margin: 0 0 5px;
}

.carousel-inicio{
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

.carousel-inicio .carousel-container{
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-inicio .carousel-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.text-section{
    max-width: 40%;
    text-align: left;
    margin-bottom: 10px;
}

.text-section h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #C7A1EB;
}

.text-section h4 {
    font-size: 36px;
    margin: 0;
}

.text-section p {
    margin: 20px 0;
    line-height: 1.5;
}

.text-section button {
    background-color: #E7214E;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.text-section button:hover {
    background-color: #C7A1EB;
}

.image-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    width: 50%;
}

.image-section img{
    max-width: 400px;
    height: auto;
    border-radius: 10px;
}

.carousel-inicio .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none; /* sin fondo */
    border: none;
    color: #000000; /* color oscuro, podés ajustar */
    font-size: 30px; /* tamaño moderno y claro */
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.2s ease, color 0.3s ease;
    z-index: 10;
}

.carousel-inicio .carousel-button:hover {
    transform: translateY(-50%) scale(1.1);
    color: #000; /* un poco más oscuro al pasar el mouse */
}

/* Ubicación más cerca del carrusel */
.prev-inicio {
    left: 30px;
}

.next-inicio {
    right: 30px;
}

/* Media Queries para hacerlo responsive */
@media (max-width: 768px) {
    .carousel-container .container{
        flex-direction: column;
        text-align: center;
    }

    .text-section {
        max-width: 100%;
        margin: 0;
    }

    .image-section {
        width: 100%;
    }

    .image-section img {
        max-width: 100%;
        height: auto;
    }

    .seccion-carrusel-inicio {
        background-position: center center;
        background-size: cover;
    }
    .carousel-inicio .carousel-button {
    font-size: 24px;
  }

  .prev-inicio {
    left: 15px;
  }

  .next-inicio {
    right: 15px;
  }
}

@media (max-width: 460px) {
    .text-section h2 {
        font-size: 28px;
    }

    .text-section p {
        font-size: 14px;
    }

    .text-section button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .seccion-carrusel-inicio {
        background-position: center center;
        background-size: cover;
        height: 100vh;
    }
}


/*PASOS PARA LA RESERVA*/
.process-section section {
    padding: 20px 10px; /* Ajusta según sea necesario */
    margin: 20px 0;     /* Ajusta según sea necesario */
}

.process-section{
    font-family: 'Kubic', sans-serif;
    background-color: #FFFF;
    display: flex;
    justify-content: center;
}

.containerpasos{
    max-width: 100%;
    margin: 10px;
    padding: 8px 0 0;
    justify-content: center;
    align-content: center;
}

.filapasos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.col-md-3{
    flex: 1 1 23%;
    box-sizing: border-box;
    min-width: 200px;
}

.process-step{
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
    min-width: 200px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.process-icon-container{
    position:relative;
    display: inline-block;
    margin-bottom: 20px;
}

.process-icon-container img{
    width: 80%;
    height: 100%;
    overflow: hidden;
}


.process-step h4 {
    margin-top: 20px;
    font-size: 1.2rem;
}

.process-step p {
    color: #666;
}

.solicitud-turno {
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin: auto;
    text-align: center;
    background-color: #007bff; /* Color de fondo del botón */

}

.solicitud-turno:hover {
    background-color: #C7A1EB;
}


/*SECCION RECORRIDO VIRTUAL*/
#virtual{
    padding: 10px 10px;
    background-color: #252D4F;
    font-family: 'Kubic', sans-serif;
}

.virtual-content {
    padding: 60px 40px; /* Ajusta según sea necesario */
    margin: 50px 0;     /* Ajusta según sea necesario */
}

.virtual-content h2{
    font-size: 20px;
    font-weight: bold;
    color: #B1B1FD;
}

.virtual-content h3{
    font-size: 36px;
    color: #fff;
}

/*Lista del recorrido*/
.feature-list{
    list-style: none;
    padding:0;
    color: #fff;
}

/*Etiquetas li de la lista*/
.feature-list li{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

/*Iconos de la lista*/
.feature-list li i{
    color:#9B51E0;
    margin-right: 20px;
    font-size: 20px;
}

/*Parrafo de la lista*/
.feature-list li span{
    display: flex;
    align-items: center;
}

.feature-list li div {
    margin-left: 30px; 
}

/*Imagen del laboratorio*/
.virtual-image{
    position: relative;
    margin: 15%;
}

/*Contenedor de informacion adicional*/
.virtual-overlay{
    position:absolute;
    top:75%;
    left:25%;
    transform: translate(-50%, -50%);
    background-color: #E7214E;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    color:#ffffff;
}

.overlay-icon{
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
}

.virtual-content a:hover{
    color: #fff;
    background-color: #69349b;
    border-color: #9B51E0;
}


/*CARRUSEL LABORATORIO*/
.lab-section {
    margin: 20px auto; /* Reduce el margen para ahorrar espacio vertical */
    padding: 10px 5px;
    font-family: 'Kubic', sans-serif;
    max-width: 85%; /* Limita el ancho total */
    max-height: 100%; /* Limita la altura total para que quepa en pantalla */
}

.carousel-lab {
    position: relative;
    max-height: 80vh; /* Limita la altura del carrusel */
}

.carousel-lab .card-img-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    border-radius: 15px;
    transition: transform 0.3s;
    padding: 0;
    margin: 5px auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: auto; 
    max-height: 100%; 
    object-fit: cover;
}

/*
.additional-info {
    background-color: #f1f1f1;
    padding: 10px;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.card-active .additional-info{
    display: block;
    bottom: 0;
}
*/

.carousel-lab .card:hover {
    transform: translateY(-5px);
}

.carousel-lab .card-img-top {
    width: 90%; 
    height: 95%; 
    object-fit: cover;
    justify-content: center;
}

.carousel-lab .carousel-control-prev,
.carousel-lab .carousel-control-next {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(0%); /* deja negro */
  background-color: transparent; /* si no quieres fondo */
}

/* Media Queries para pantallas medianas (hasta 760px) */
@media (max-width: 767px) {
  .carousel-lab .carousel-control-prev,
  .carousel-lab .carousel-control-next {
    display: none;
  }
}

/* Media Queries para pantallas pequeñas (hasta 480px) */
@media (max-width: 480px) {
  .carousel-lab .carousel-control-prev,
  .carousel-lab .carousel-control-next {
    display: none;
  }
}




.carousel-lab .carousel-control-prev {
    left: -20px; 
}

.carousel-lab .carousel-control-next {
    right: -20px;
}

.carousel-lab .carousel-control-prev-icon,
.carousel-lab .carousel-control-next-icon {
    border-radius: 50%;
    padding: 10px;
    align-items: center;
    display: flex; 
    justify-content: center; 
}


#labCarousel .carousel-lab .carousel-inner {
position: relative;
width: 100%;
}

.carousel-lab .texto-laboratorio p {
font-size: 20px;
margin-bottom: 1.5rem ;
color: #38393E ;
justify-content: center;
}

.carousel-lab .carru p{
font-size: 15px;
margin-bottom: 1.5rem;
color: #38393E ;
}



/*ESTILOS DE COMENTARIOS*/
#comentarios {
    margin: 0;
    padding: 40px 0;
    font-family: 'Kubic', sans-serif;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f5f5f5;
}

.container-comentarios {
    position: relative;
    max-width: 85%;
    margin: 0 auto;
    padding: 20px 0;
}

.comentario-mariano .card {
    border-radius: 15px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    height: 200px;
    margin: 5px 15px;
    box-shadow: 0 10px 20px rgba(37, 45, 79, 0.07);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.comentario-mariano .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #252D4F, #C7A1EB);
}

.comentario-mariano .card-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
}

.comentario-mariano .name {
    font-size: 18px;
    font-weight: 600;
    color: #252D4F;
    margin-bottom: 8px;
    font-family: 'Kubic', sans-serif;
    letter-spacing: 0.5px;
}

.comentario-mariano .description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    flex-grow: 1;
    margin: 0;
    font-family: 'Kubic', sans-serif;
}

.comentario-mariano .rating {
    margin-top: auto;
    text-align: center;
    padding-top: 10px;
}

.comentario-mariano .rating-stars {
    width: 80px;
    height: auto;
    opacity: 0.9;
    margin-bottom: 5px;
}

.comentario-mariano .name {
    font-size: 18px;
    margin-bottom: 8px;
    color: #252D4F;
}

.comentario-mariano .description {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    margin-bottom: 15px;
}

.comentario-mariano .carousel-control-prev,
.comentario-mariano .carousel-control-next {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
}

.comentario-mariano .carousel-control-prev-icon,
.comentario-mariano .carousel-control-next-icon {
    filter: brightness(0);
    background-color: transparent;
    width: 30px;
    height: 30px;
}

.comentario-mariano .carousel-control-prev {
    left: -50px;
}

.comentario-mariano .carousel-control-next {
    right: -50px; /* Ajustado para que coincida con la distancia de la flecha izquierda */
}

@media (max-width: 768px) {
    #comentarios {
        padding: 20px 0;
        overflow: hidden;
        background-color: #f8f9fa;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .comentario-mariano .carousel-item .col-md-4 {
        display: none;
    }
    
    .comentario-mariano .carousel-item .col-md-4:first-child {
        display: block;
        width: 100%;
    }
    
    .comentario-mariano .card {
        margin: 10px auto;
        width: 90%;
    }
    
    .comentario-mariano .carousel-control-prev {
        left: -25px;
    }
    
    .comentario-mariano .carousel-control-next {
        right: -25px;
    }
}

/* Media query específico para iPad Pro y Surface Pro 7 */
@media (min-width: 769px) and (max-width: 1366px) {
    .container-comentarios {
        max-width: 95%;
    }

    .comentario-mariano .carousel-item .col-md-4 {
        display: inline-block;
        width: 33.333%;
    }

    .comentario-mariano .card {
        margin: 10px 8px;
        height: 220px;
    }

    .comentario-mariano .card-content {
        padding: 15px;
    }

    .comentario-mariano .carousel-control-prev {
        left: -30px;
    }
    
    .comentario-mariano .carousel-control-next {
        right: -30px;
    }
}


/*ESTILOS DEL FOOTER*/
.footer{
    background-color: #fff;
    color: black;
    padding: 60px 0 0;
    font-family: 'Kubic', sans-serif;
}


/*Etiquetas h5 del footer*/
.footer h5{ 
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer p{
    margin-bottom: 15px;
}

.footer a{
    color: black;
    text-decoration: none;
}

.footer a:hover{
    color: #ccc;
}

/*Iconos de redes sociales*/
.social-icons a{
    display: inline-block;
    color: #E7214E;
    font-size: 20px;
    margin-right: 10px;
}


.footer ul{
    padding: 0;
}

.footer ul li{
    margin-bottom: 10px;
}

.btn-primary{
    background-color: #9B51E0;
    border-color: #9B51E0;
    border: none;
}

.col-md-12 a{
    color: #fff;
    margin-right: 1px;
}

.col-md-12 p{
    color: #fff;
}

.newsletter form {
    display: flex;
}

.newsletter input {
    padding: 20px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.newsletter btn-primary {
    padding: 10px 20px;
    border: none;
    background-color: #E7214E;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
/*Parte inferior del footer*/
.footer-bottom{
    background-color: #06213E;
    padding-bottom: 0;
    margin-top:30px;
}

/*Contenedor de los logos*/
.container-logos{
    display:flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;    
    padding-top: 30px;
    padding-bottom: 30px;

}

.logo_container img{
    height: 60px;
    margin: 30px;
}

/*Texto final*/
.finaltext{
    background-color: #04080C;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
    justify-content: space-between;
    display:flex;
}

.izquierda{
    left: 0;
    margin-left: 30px;
            margin-top: 20px;
}

.derecha{
    right: 0;
    margin-right: 30px;
        margin-top: 20px;
           
}

