
@media (max-width: 720px) {
    .cuerpo {
        background-color: black !important;
    }
    .construccion {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.cuerpo {
    background-color: black !important;
}
.construccion {
    width: 100%;
    height: fit-content;
}

@media (min-width: 800px) {
    .redes {
        display: flex !important;
        margin-top: 2px;
        margin-bottom: 4px;
        justify-content: space-evenly;
    }
}
.bi-whatsapp {
    color: green;
}
@keyframes parpadeo {
    0% { opacity: 1; }
    100% { opacity: 0.3; }
}
.bi:hover {
    animation: parpadeo 0.5s infinite alternate;
    transition: 300ms ease-in-out;
}
.todo {
    background-color: rgb(255, 255, 255);
}

.icono-enlace {
    text-decoration: none !important;
    border: 0 !important;
    display: block;
}
.icono-enlace:hover {
    background-color: transparent !important;
}

.movilrrss a {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
    padding-right: 0px !important;
}
.movilrrss a:hover{
    color: white !important;
    background-color: rgba(0, 0, 0, 0) !important;
    transition: none !important;
}
/* Estilos para el menú desplegable */
.dropdown-content {
    display: none;
    color: black;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.438);
    z-index: 1;
}
.dropdown-content img {
    width: 80%;
    margin-top: 10px !important;
    border-radius: 1rem;
}
.dropdown-content a {
    font-size: 13px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: rgb(232, 178, 40) !important;
    font-weight: lighter !important;
    transition: 1.3s ease-in-out !important;
}
.desplegar a:hover {
    transition: 0s !important;
}

.invernadero {
    position: relative;
    width: 100%;
    opacity: 0.50;
}
.invernadero2 {
    position: relative;
    width: 100%;
    opacity: 0.32;
}
.detras:hover {
    background-color: rgba(0, 0, 0, 0.71);
}
.detras2 {
    background-color: rgba(0, 0, 0, 0.548);
}
.innovacion {
    margin-top: 8rem;
    margin-left: 8rem;
    margin-right: 8rem;
    margin-bottom: -5rem;
    text-align: center;
}
.innovacionTitle {
    font-size: 45px;
}
.collage1 {
    margin-top: -120px;
    width: 100%;
    
}
@media (min-width: 1400px) {
    .collage1 {
        margin-left: 3.4rem;
        margin-top: -120px;
        width: 100%;
        
    }
}
.innovacion3 {
    margin-top: 3rem;
    margin-left: 8rem;
    margin-right: 8rem;
    margin-bottom: -5rem;
    text-align: center;
}
.tienda {
    position: relative;
    width: 100%;
    opacity: 0.63;
    margin-top: -4rem;
}
.col-12 textarea {
    border-color: black !important;
    border-radius: 6px;
    border-style: solid;
    width: 100%;
    height: 10rem;
    resize: none;
}
.mensaje::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1;
    text-align: justify;
}
.contacto {
    position: relative;
    width: 100%;
    opacity: 0.65;
}

/* Estilos para el modal */
.modal {
    display: none; /* Oculto por defecto */
    position: fixed; /* Fijado a la pantalla */
    z-index: 1; /* Asegurarse que esté sobre otros elementos */
    left: 0;
    top: 0;
    width: 100%; /* Ancho completo */
    height: 100%; /* Alto completo */
    overflow: auto; /* Permitir scroll si es necesario */
    background-color: rgb(0,0,0); /* Color de fondo */
    background-color: rgba(0,0,0,0.4); /* Fondo con opacidad */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* Centrado vertical y horizontal */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Ancho del modal */
}
.modal-content h2 {
    margin-bottom: 30px;
    text-align: center;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-left: 90% !important;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.option {
    text-align: center;
}

.modal-image {
    width: 90%;
    height: auto;
    margin-top: 10px;
}

.imgAcua {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.imgAcua img {
    width: 100%;
}

.imgAcua2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.imgAcua2 img {
    width: 110%;
}
.video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.5rem;
}
.imgmosca {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.imgmosca img {
    width: 100%;
}

/* MOVIL */