* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.my-body{
    background-color: black;
   
}

body {
    color: #dcdcdc;
}
/*estilos navbar*/

.navbar-nav {
    margin: 0 auto;
}

.my-navbar{
    background-color: black;
}

.my-navbar .navbar-nav .nav-link {
    color: white !important; /* Cambia el color del texto a blanco */
}

.my-logo{
    height: 50px;
    width: 50px;
}

/*estilos banner*/

.video-banner {
    position: relative;
    width: 100%;
    height: 70vh; /* 🔥 ACA controlás la altura */
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* hace que el video se adapte sin deformarse */
    transform: translate(-50%, -50%);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.contenido-banner {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.contenido-banner h1 {
    font-family: 'Miltonian Tattoo', cursive !important;
}

/*estilos text*/

.text{
    color: whitesmoke;
    width: 100%;
}


.text h1{
    font-size: large;
    margin: 40px;
    padding: 5%;
    transition: color 0.3s ease;
}

.text h1:hover {
    color: #fff4f4; /* Cambia el color al pasar el ratón */
}

.text-cepas h1 {
    text-align: center;
}

/* video de inicio*/
.mi-video video {
    width: 100%;
    height: 50%;
    display: block;
}

/* video de fondo CEPAS*/

.video-fondo {
    position: fixed; /* 🔥 se queda fijo en toda la página */
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1; /* 🔥 queda detrás de TODO */
    opacity: 0.4;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6); /* ajustá oscuridad */
    z-index: -1;
}

/* footer redes*/

.redes{
    margin-top: 50px;
    text-align: center;
}

.redes img{
    width: 30px;
    height: 30px;
    display: inline-block;
}

/* CARDS TIENDA */

.tienda-card {
    background: rgba(0,0,0,0.8);
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.tienda-card:hover {
    transform: scale(1.03);
}

/* imagen */
.tienda-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* body */
.tienda-card .card-body {
    padding: 15px;
    text-align: center;
}

/* botón */
.custom-btn {
    background-color: #b30000;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    display: block;
    width: 100%;
    text-decoration: none;
}

.custom-btn:hover {
    background-color: #800000;
}

/* estilos cards cepas*/

/*.my-card{
    margin: 50px;
    text-align: center;
}

.my-card-body{
    background-color: #000000;
}

.my-card img{
    width: 100%;
    height: 40vh;
}

.my-card .btn {
    background-color: #b30000;
    border: none;
    color: white;
}

.my-card .btn:hover {
    background-color: #800000;
}*/


/* ===== CARDS CEPAS ===== */

.cepa-card {
    background: rgba(139, 0, 0, 0.85);
    border-radius: 15px;
    overflow: hidden;
    border: none;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* IMAGEN */
.cepa-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* BODY */
.cepa-card .card-body {
    padding: 10px;
}

/* BOTÓN */
.custom-btn {
    background-color: #b30000;
    border: none;
    color: white;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    display: block;
    text-align: center;
}

.custom-btn:hover {
    background-color: #800000;
}





/* BUSCADOR */
#buscador {
    background: rgba(255,255,255,0.1);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    max-width: 400px;
    margin: auto;
}

#buscador::placeholder {
    color: rgba(255,255,255,0.7);
}

/*estilos portada de cepa*/

.title h1{
    position: absolute;
    top: 20%; /* Puedes ajustar este valor según sea necesario */
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: rgb(0, 72, 188); /* Ajusta el color del texto según sea necesario */
}

.title img{
    height: 80vh;
    width: 150vh;
    margin: 230px;
}

.description p{
    color: whitesmoke;
    font-size: 25px;
    margin: 50px;
}

.description img{
    height: 700px;
}



/* estilos  Jack frost*/

/* ===== TITULO ===== */
.title-jf {
    text-align: center;
    margin-top: 40px;
}

.title-jf h1 {
    color: white;
    margin-bottom: 20px;
}

.title-jf img {
    width: 90%;
    max-width: 900px;
    height: auto;
    border-radius: 10px;
}

/* ===== DESCRIPCIÓN ===== */
.description-jf {
    color: white;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

.description-jf p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* ===== IMÁGENES ===== */
.description-jf img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 10px;
    border-radius: 10px;
}

/* contenedor opcional si agrupás imágenes */
.imagenes-jf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


/* estilos categoria proyecto*/
.texto-superpuesto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
}

/* estilos categoria contaminaciones*/

.contaminaciones img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.texto-superpuesto1 {
    color: whitesmoke;
    font-size: larger;
    padding-left: 15px;
}

.contaminaciones h1{
    color: whitesmoke;
    margin-left: 30px;
    margin-top: 50px;
    font-size: x-large;
}

.contaminaciones h2{
    color: whitesmoke;
    margin-left: 30px;
    margin-top: 50px;
    font-size: large;
}

.contaminaciones p{
    color: whitesmoke;
    margin-left: 30px;
    margin-top: 50px;
    font-size: 50px;
}

.contaminaciones h3{
    color: whitesmoke;
    margin-left: 30px;
    margin-top: 50px;
    font-size: x-large;
}

/* estilos guia de cultivo*/

.card {
    background-color: transparent !important;
    border: none;
}

.custom-card {
    background: rgba(139, 0, 0, 0.85);
    border-radius: 15px;
    overflow: hidden;
}
 .custom-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #b30000;
    border-radius: 8px;
    text-align: center;
    color: white;
    text-decoration: none;
}

.card-body{
    background-color: transparent;
}
.card-body h5{
    color: whitesmoke;
 }

 .card-body p{
    color: whitesmoke;
 }

.custom-button:hover {
    background-color: #800000;
}

.custom-button a {
    color: white;
    text-decoration: none;
    display: block;
}

.custom-button a:hover {
    text-decoration: none;
}

 /* PDA*/

 .terapia-bloque li {
    margin-bottom: 8px;
    line-height: 1.5;
}

  /* estilos vistas guias*/

  .custom-col {
    padding-left: 5px;
    padding-right: 5px;
}
.custom-card {
    margin-bottom: 20px; /* Ajusta este valor para el espacio vertical entre filas */
     
    display: flex;
    flex-direction: column;
}
.custom-img {
    height: 100%; /* Ajusta este valor según tus necesidades */
    object-fit: cover; /* Mantiene el aspecto de la imagen */
}
.card-body {
    flex:  auto; /* Permite que el cuerpo de la tarjeta tome el espacio disponible */
}
.custom-button {
    align-self: flex-end; /* Alinea el botón al final de la tarjeta */
    margin-top: auto; /* Asegura que el botón esté al final de la tarjeta */
}
.row {
    margin-bottom: 20px; /* Separación entre las filas superiores e inferiores */
}

/* terapia */

/* HEADER */
.terapia-header {
    text-align: center;
    padding: 40px 20px;
}

.terapia-header h1 {
    color: white;
    margin-bottom: 20px;
}

.terapia-header img {
    width: 80%;
    max-width: 500px;
    border-radius: 12px;
}

/* CONTENEDOR GENERAL */
.terapia-container {
    width: 85%;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 50px;
}

/* BLOQUES */
.terapia-bloque {
    margin-bottom: 40px;
    text-align: left;
}

.terapia-bloque h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.terapia-bloque p {
    color: #dcdcdc;
    line-height: 1.6;
}

/* IMÁGENES */
.terapia-imagenes {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.terapia-imagenes img {
    width: 50%;
    border-radius: 10px;
}

/* 📱 MOBILE */
@media (max-width: 768px) {

    .terapia-container {
        width: 95%;
    }

    .terapia-header img {
        width: 100%;
    }

    .terapia-imagenes {
        flex-direction: column;
    }

    .terapia-imagenes img {
        width: 100%;
    }
}

