
.home{
 @media(min-width: $screen-xl){
    background-size: auto 120%!important;
  }

  @media(min-width: $screen-md){
    max-height: 670px;
    background-image: url(/images/backgrounds/header-full.svg);
    background-size: contain;
    background-position: center right;
  }
}

.quotecalculator{
 @media(min-width: $screen-xl){
    background-size: auto 120%!important;
  }

  @media(min-width: $screen-md){
    background-size: contain;
    background-position: center right;
  }
}

#contacto{
  @media(min-width: $screen-md){
    background: linear-gradient(270deg,transparent 60%,#61a0d5 0),#61a0d5 url(/images/backgrounds/contact.svg) no-repeat 100% bottom/auto 90%;
  }

  @media(min-width: $screen-xl){
    background: linear-gradient(270deg,transparent 60%,#61a0d5 0),#61a0d5 url(/images/backgrounds/contact.svg) no-repeat 85% bottom/auto 90%;
  }
}


#become-expert{
  @media(min-width: $screen-md){
    background: linear-gradient(270deg,transparent 60%,#fccd20 0), #fff url(/images/backgrounds/wanted.svg) no-repeat center right/70% 100%;
  }
}

#most-frequent{
  @media(min-width: $screen-md){
    background: linear-gradient(90deg,transparent 40%,#f8f8f8 0),#273362 url(/images/backgrounds/image-most.svg) no-repeat 0 28%/40% auto;
  }
}


.strip-growing{
  background-image: url(/images/backgrounds/growth-bg.svg);
}

.capita-map{
  background-image: url('/images/backgrounds/mapa-capita.svg');
}

.bg-green{
  background-image: url('/images/backgrounds/banner-like-green.svg');
}

.bg-blue{
  background-image: url('/images/backgrounds/banner-like-blue.svg');
}

@media(min-width: $screen-md){
  footer{
    background-repeat:no-repeat; 
    background-position: bottom right;
    background-size: auto 75%;
    background-image: url('/images/backgrounds/footer-image.svg');

    @media(min-width: $screen-xl){
      background-position: 90% 100%;
    }
  } 
}
