.main-container{width:100%;}

.container-content{
background: url("https://6316502.fs1.hubspotusercontent-na1.net/hubfs/6316502/background-fiedlview-precios.webp");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  max-height: 50%;
  text-align: left
}

.trator-img-mobile{
display: none;}
.trator-img{
 position: absolute;
  width: 45%;
  transition: ease 0.5s;
  right: 0;
}

.trator-img:hover{
transform: scale(1.1)
}
.content{
  max-width: 900px;

  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  
}
.logo-tractor{
  position: absolute;
  padding-top: 40px;
  right: 30%;
  width: 20vh;
}
.orange-bar{
height: 200px;
}
.svg-list{
  display: flex;
  flex-direction: column;
}
.seta{
height: 30px;}
.svgs{
  margin-bottom: 10px;
  max-width: 45vh;
  transition: ease 0.3s;
    padding: 5px;
  
}
.svgs:hover{
  width: 500px;
background: white;
  padding: 15px;
  border-radius: 10px;
  z-index: 1000
}

@media (max-width:767px){
  
  .container-content{
    background: url("https://6316502.fs1.hubspotusercontent-na1.net/hubfs/6316502/background-fiedlview-precios.png");
background-size: cover;

  }
  .trator-img{
  bottom: -100%;
  }
  
  .logo-tractor{
   width: 10vh;
   right: 5%;
  }
}

@media (max-width:420px){
  .trator-img{
  bottom: -100%;
  }










