body{
    padding-left: 3px;
    padding-right: 3px;
}

#encabezado{
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 50px;

}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


#section1{
    background-image: url("https://agriservice.eolab.es/css//img/fondo_index2.png");
    border-color: rgba(33, 60, 100);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;   
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: overlay; /* Mezcla la capa con la imagen de fondo */
    color:black;
}
#section2{
    /* background-image: url("https://www.pamplona.es/sites/default/files/inline-images/potencial_fotovoltaico.jpg"); */
    border-color: rgba(33, 60, 100);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;   
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: overlay; /* Mezcla la capa con la imagen de fondo */
    color: black;
}

#section3{
    /* background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS7UEbAH9DpuGLIzNzPYglFzluSXkwhatLNlA&s"); */
    border-color: rgba(33, 60, 100);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;   
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: overlay; /* Mezcla la capa con la imagen de fondo */
    color: black;
}

#section4{
    /* background-image: url("https://www.pamplona.es/sites/default/files/inline-images/potencial_fotovoltaico.jpg"); */
    border-color: rgba(33, 60, 100);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;   
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: overlay; /* Mezcla la capa con la imagen de fondo */
    color: black;
}


#summary{
    background-color: black;
    width: 100%;
    height: auto;
    opacity: 0.8;
    color: white;
}

.container{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
