body{
    background-image: url("../img/BOLSA_TRABAJO/FONDO\ -\ AGRO.webp");
    background-size: 250%;   
    background-repeat: no-repeat;
    background-position: center;
}
html, body {
    height: 100%;
    margin: 0;
}

.content1 {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto; 
    margin-top: 10dvh;
    position: relative;  
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center; 
    text-align: center;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    z-index: 1;
}


.content1 h2{
    
    font-family: 'Gotham';
    font-weight: 500;
    color: #153d27;      
    text-align: center;
    font-size: 2.5dvw;
}

.content1 h1{      
    margin-top: -2vh;
    font-family: 'Pacifico';
    font-weight: 500;
    width: 100%;
    font-size: 7vw;
    color: #266d18;
}



.content-medios{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    z-index: 4;
    padding-bottom: 5vh;
}

button{
    background-color: #fff;
    border: 0.2vw solid #153d27 !important;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 2vw;
    max-width: 20vw;
    color: #153d27;      
    border: none;
    border-radius: 25px;
    padding: 3vh;
    cursor: pointer;
    
}


.content2 {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto; 
    margin-top: 10dvh;
    position: relative;  
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center; 
    text-align: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.content2 h1{      
    margin-top: -2vh;
    font-family: 'Pacifico';
    font-weight: 500;
    width: 100%;
    font-size: 5.65vw;
    color: #266d18;
}



.swiper {
    width: 90%;
    height: 70vh;
    margin-top: 4vh;
}

.swiper-slide {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #266d18;
}


.content2 .swiper-slide{
    display: grid;
    grid-template-columns: 1fr 1fr ; 
    overflow: hidden;

}

.content2 p{
    font-family: 'Gotham';
    font-weight: 500;
    color: #153d27;
    text-align: center;
    font-size: 1.5vw;
}

.content2 ul{
    font-family: 'Gotham';
    font-weight: 500;
    color: #153d27;
    text-align: left;
    font-size: 1.5vw;
}
.content2 h2{
    margin-left: -3dvw;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 2vw;
    color: #153d27;

}
.content2 strong{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 1.6vw;
    color: #153d27;

}

.texto{
    padding-left: 5vh;
}

.imagen{
    position: relative;
    max-width: 100%;
    max-height: 70vh;
}

.imagen img{
    position: relative;
    width: 100%;
    height: auto;
}
