body{
    background-image: url("../img/CLIENTES/FONDO\ PAPEL.jpg");
    background-size: 250%;   
    background-repeat: no-repeat;
    background-position: center;
}

.content1, .content2{
    padding-top: 10vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    width: 100%;
    min-height: 50dvh;
    overflow: hidden;
}

.content1 .aguacate-trozo{
    position: absolute;
    width: 20vw;         
    height: auto; 
    transform: rotate(280deg);
    top: 15%; left: 90%;
    filter: blur(2px);

}
h1{
    font-family: "Gotham";
    font-weight: 700;
    font-size: 2.5vw;
    color: #07793b;
}

p{
    color: black;
    margin-bottom: -2vh;
    font-size: 1.5vw;
}
.content1 strong{
    font-size: 1.5vw;
    
}
.sedes, .ventas{
    padding-top: 15vh;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    z-index: 4;
    padding-bottom: 5vh;
    text-align: left;
}


.content-linea{
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center; 
}

.content2 strong{
    font-size: 1.5vw;
    color: black;
}

.content2 .aguacate-trozo{
    position: absolute;
    width: 20vw;         
    height: auto; 
    transform: rotate(280deg);
    top: 70%; left: -10%;
    filter: blur(2px);

}